<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=101.63.174.28</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=101.63.174.28"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/101.63.174.28"/>
	<updated>2026-07-14T21:56:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Band_emission&amp;diff=14994</id>
		<title>Band emission</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Band_emission&amp;diff=14994"/>
		<updated>2013-12-07T14:28:11Z</updated>

		<summary type="html">&lt;p&gt;101.63.174.28: Undid revision 584994427 by 101.63.174.28 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The term &amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;homogeneous&#039;&#039;&#039;&#039;&#039;&#039;&amp;quot; is used in more than one context in mathematics. Perhaps the most prominent are the following three distinct cases:&lt;br /&gt;
&lt;br /&gt;
#  Homogeneous functions&lt;br /&gt;
#  Homogeneous type of first order differential equations&lt;br /&gt;
#  Homogeneous differential equations (in contrast to &amp;quot;inhomogeneous&amp;quot; differential equations). This definition is used to define a property of certain linear differential equations&amp;amp;mdash;it is unrelated to the above two cases.&lt;br /&gt;
&lt;br /&gt;
Each one of these cases will be briefly explained as follows.&lt;br /&gt;
&lt;br /&gt;
== Homogeneous functions ==&lt;br /&gt;
{{main|Homogeneous function}}&lt;br /&gt;
&#039;&#039;&#039;Definition&#039;&#039;&#039;. A function &amp;amp;nbsp;&amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt;&amp;amp;nbsp;  is said to be homogeneous of degree  &amp;amp;nbsp; &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;  &amp;amp;nbsp; if, by introducing a constant parameter &amp;amp;nbsp;&amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;, replacing the variable &amp;amp;nbsp; &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; &amp;amp;nbsp; with &amp;amp;nbsp; &amp;lt;math&amp;gt;\lambda  x&amp;lt;/math&amp;gt; &amp;amp;nbsp; we find:&lt;br /&gt;
:&amp;lt;math&amp;gt; f(\lambda x) = \lambda^n f(x)\,. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This definition can be generalized to functions of more-than-one variables; for example, a function of two variables &amp;lt;math&amp;gt;f(x,y)&amp;lt;/math&amp;gt; is said to be homogeneous of degree &amp;amp;nbsp;&amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;&amp;amp;nbsp; if we replace both variables &amp;amp;nbsp;&amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;&amp;amp;nbsp; and &amp;amp;nbsp;&amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;&amp;amp;nbsp; by &amp;amp;nbsp;&amp;lt;math&amp;gt;\lambda x&amp;lt;/math&amp;gt;&amp;amp;nbsp; and &amp;amp;nbsp;&amp;lt;math&amp;gt;\lambda y&amp;lt;/math&amp;gt;,&amp;amp;nbsp; we find:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(\lambda x, \lambda y) = \lambda^n f(x,y)\,. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example.&#039;&#039;&#039; The function &amp;amp;nbsp;&amp;lt;math&amp;gt;f(x,y) = (2x^2-3y^2+4xy)&amp;lt;/math&amp;gt;&amp;amp;nbsp; is a homogeneous function of degree 2 because:&lt;br /&gt;
:&amp;lt;math&amp;gt;f(\lambda x, \lambda y) = [2(\lambda x)^2-3(\lambda y)^2+4(\lambda x \lambda y)] = (2\lambda^2x^2-3\lambda^2y^2+4\lambda^2 xy) = \lambda^2(2x^2-3y^2+4xy)=\lambda^2f(x,y).&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
This definition of homogeneous functions has been used to classify certain types of first order differential equations.&lt;br /&gt;
&lt;br /&gt;
== Homogeneous type of first-order differential equations ==&lt;br /&gt;
{{Differential equations}}&lt;br /&gt;
&lt;br /&gt;
A first-order [[ordinary differential equation]] in the form:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;M(x,y)\,dx + N(x,y)\,dy = 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is a homogeneous type if both functions &#039;&#039;M&#039;&#039;(&#039;&#039;x, y&#039;&#039;) and &#039;&#039;N&#039;&#039;(&#039;&#039;x, y&#039;&#039;) are [[homogeneous function]]s of the same degree &#039;&#039;n&#039;&#039;.&amp;lt;ref&amp;gt;{{harvnb|Ince|1956|p=18}}&amp;lt;/ref&amp;gt; That is, multiplying each variable by a parameter &amp;amp;nbsp;&amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;, we find:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;M(\lambda x, \lambda y) = \lambda^n M(x,y) &amp;lt;/math&amp;gt; &amp;lt;span style=&amp;quot;font-size: 1.2em;&amp;quot;&amp;gt; &amp;amp;nbsp; &amp;amp;nbsp; and &amp;amp;nbsp; &amp;amp;nbsp; &amp;lt;/span&amp;gt; &amp;lt;math&amp;gt; N(\lambda x, \lambda y) = \lambda^n N(x,y)\,. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thus, &lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{M(\lambda x, \lambda y)}{N(\lambda x, \lambda y)} = \frac{M(x,y)}{N(x,y)}\,. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Solution method===&lt;br /&gt;
In the quotient &amp;amp;nbsp; &amp;lt;math&amp;gt;\frac{M(tx,ty)}{N(tx,ty)} = \frac{M(x,y)}{N(x,y)}&amp;lt;/math&amp;gt;,&lt;br /&gt;
we can let &amp;amp;nbsp; &amp;lt;math&amp;gt;t = 1/x&amp;lt;/math&amp;gt; &amp;amp;nbsp; to simplify this quotient to a function &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; of the single variable &amp;lt;math&amp;gt;y/x&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{M(x,y)}{N(x,y)} = \frac{M(tx,ty)}{N(tx,ty)} = \frac{M(1,y/x)}{N(1,y/x)}=f(y/x)\,. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Introduce the [[change of variables]] &amp;lt;math&amp;gt;y=ux&amp;lt;/math&amp;gt;; differentiate using the [[product rule]]:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d(ux)}{dx} = x\frac{du}{dx} + u\frac{dx}{dx} = x\frac{du}{dx} + u,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
thus transforming the original differential equation into the [[Separation of variables|separable]] form: &lt;br /&gt;
: &amp;lt;math&amp;gt;x\frac{du}{dx} = f(u) - u\,; &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this form can now be integrated directly (see [[ordinary differential equation]]).&lt;br /&gt;
&lt;br /&gt;
===Special case===&lt;br /&gt;
&lt;br /&gt;
A first order differential equation of the form (&#039;&#039;a&#039;&#039;, &#039;&#039;b&#039;&#039;, &#039;&#039;c&#039;&#039;, &#039;&#039;e&#039;&#039;, &#039;&#039;f&#039;&#039;, &#039;&#039;g&#039;&#039; are all constants):&lt;br /&gt;
:&amp;lt;math&amp;gt; (ax + by + c) dx + (ex + fy + g) dy = 0\, , &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
can be transformed into a homogeneous type by a linear transformation of both variables (&amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt; are constants):&lt;br /&gt;
:&amp;lt;math&amp;gt;t = x + \alpha; \,\,\,\, z = y + \beta \,. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Homogeneous linear differential equations==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Definition.&#039;&#039;&#039;  A linear differential equation is called &#039;&#039;&#039;homogeneous&#039;&#039;&#039; if the following condition is satisfied: If &amp;amp;nbsp;&amp;lt;math&amp;gt;\phi(x)&amp;lt;/math&amp;gt;&amp;amp;nbsp; is a solution, so is &amp;amp;nbsp;&amp;lt;math&amp;gt;c \phi(x)&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; is an arbitrary (non-zero) constant. Note that in order for this condition to hold, each term in a linear differential equation of the dependent variable y must contain y or any derivative of y; a constant term breaks homogeneity. A linear differential equation that fails this condition is called &#039;&#039;&#039;inhomogeneous.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A [[linear differential equation]] can be represented as a [[linear operator]] acting on &#039;&#039;y(x)&#039;&#039; where &#039;&#039;x&#039;&#039; is usually the independent variable and &#039;&#039;y&#039;&#039; is the dependent variable. Therefore, the general form of a [[linear homogeneous differential equation]] is of the form:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; L(y) = 0 \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&amp;lt;/math&amp;gt;where &#039;&#039;L&#039;&#039; is a [[differential operator]], a sum of derivatives, each multiplied by a function &amp;amp;nbsp;&amp;lt;math&amp;gt;f_i&amp;lt;/math&amp;gt;&amp;amp;nbsp; of &#039;&#039;x&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; L = \sum_{i=1}^n f_i(x)\frac{d^i}{dx^i} \,; &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;amp;nbsp;&amp;lt;math&amp;gt;f_i&amp;lt;/math&amp;gt;&amp;amp;nbsp; may be constants, but not all &amp;amp;nbsp;&amp;lt;math&amp;gt;f_i&amp;lt;/math&amp;gt;&amp;amp;nbsp; may be zero.&lt;br /&gt;
&lt;br /&gt;
For example, the following differential equation is homogeneous&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; \sin(x) \frac{d^2y}{dx^2} + 4 \frac{dy}{dx} + y = 0 \,, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
whereas the following two are inhomogeneous:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; 2 x^2 \frac{d^2y}{dx^2} + 4 x \frac{dy}{dx} + y = \cos(x) \,; &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; 2 x^2 \frac{d^2y}{dx^2} - 3 x \frac{dy}{dx} + y = 2 \,. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Method of separation of variables]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* {{citation | last1=Boyce | first1=William E. | last2=DiPrima | first2=Richard C. | title = Elementary differential equations and boundary value problems | year=2012 | publisher=Wiley | isbn=978-0470458310 | edition=10th}}. (This is a good introductory reference on differential equations.)&lt;br /&gt;
* {{citation | last1=Ince | first1=E. L. | title=Ordinary differential equations | url=http://archive.org/details/ordinarydifferen029666mbp | year=1956 | publisher=Dover Publications | location=New York | isbn=0486603490}}. (This is a classic reference on ODEs, first published in 1926.)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://mathworld.wolfram.com/HomogeneousOrdinaryDifferentialEquation.html Homogeneous differential equations at MathWorld]&lt;br /&gt;
*[http://en.wikibooks.org/wiki/Ordinary_Differential_Equations/Substitution_1 Wikibooks: Ordinary Differential Equations/Substitution 1]&lt;br /&gt;
&lt;br /&gt;
[[Category:Differential equations]]&lt;/div&gt;</summary>
		<author><name>101.63.174.28</name></author>
	</entry>
</feed>