Difference between revisions of "Homogeneous Differential Equations"
Line 1: | Line 1: | ||
− | A | + | A differential equation can be '''homogeneous''' in either of two respects. |
− | A | + | A first order differential equation is said to be homogeneous if it may be written |
:<math>f(x,y) \, dy = g(x,y) \, dx,</math> | :<math>f(x,y) \, dy = g(x,y) \, dx,</math> | ||
− | where {{mvar|f}} and {{mvar|g}} are | + | where {{mvar|f}} and {{mvar|g}} are homogeneous functions of the same degree of {{mvar|x}} and {{mvar|y}}. In this case, the change of variable {{math|1=''y'' = ''ux''}} leads to an equation of the form |
:<math>\frac{dx}{x} = h(u) \, du,</math> | :<math>\frac{dx}{x} = h(u) \, du,</math> | ||
− | which is easy to solve by | + | which is easy to solve by integration of the two members. |
− | Otherwise, a differential equation is homogeneous if it is a homogeneous function of the unknown function and its derivatives. In the case of | + | Otherwise, a differential equation is homogeneous if it is a homogeneous function of the unknown function and its derivatives. In the case of linear differential equations, this means that there are no constant terms. The solutions of any linear ordinary differential equation of any order may be deduced by integration from the solution of the homogeneous equation obtained by removing the constant term. |
== Homogeneous first-order differential equations == | == Homogeneous first-order differential equations == | ||
− | |||
− | A first-order | + | |
+ | A first-order ordinary differential equation in the form: | ||
:<math>M(x,y)\,dx + N(x,y)\,dy = 0 </math> | :<math>M(x,y)\,dx + N(x,y)\,dy = 0 </math> | ||
− | is a homogeneous type if both functions {{math|''M''(''x'', ''y'')}} and {{math|''N''(''x'', ''y'')}} are | + | is a homogeneous type if both functions {{math|''M''(''x'', ''y'')}} and {{math|''N''(''x'', ''y'')}} are homogeneous functions of the same degree {{mvar|n}}. That is, multiplying each variable by a parameter {{math|λ}}, we find |
:<math>M(\lambda x, \lambda y) = \lambda^n M(x,y) \quad \text{and} \quad N(\lambda x, \lambda y) = \lambda^n N(x,y)\,. </math> | :<math>M(\lambda x, \lambda y) = \lambda^n M(x,y) \quad \text{and} \quad N(\lambda x, \lambda y) = \lambda^n N(x,y)\,. </math> | ||
Line 24: | Line 24: | ||
===Solution method=== | ===Solution method=== | ||
− | In the quotient <math display="inline">\frac{M(tx,ty)}{N(tx,ty)} = \frac{M(x,y)}{N(x,y)}</math>, we can let | + | In the quotient <math display="inline">\frac{M(tx,ty)}{N(tx,ty)} = \frac{M(x,y)}{N(x,y)}</math>, we can let <math>t = \frac{1}{x}</math> to simplify this quotient to a function {{mvar|f}} of the single variable <math>\frac{y}{x}</math>: |
:<math>\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)\,. </math> | :<math>\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)\,. </math> | ||
Line 30: | Line 30: | ||
:<math>\frac{dy}{dx} = -f(y/x).</math> | :<math>\frac{dy}{dx} = -f(y/x).</math> | ||
− | Introduce the | + | Introduce the change of variables {{math|1=''y'' = ''ux''}}; differentiate using the product rule: |
:<math>\frac{dy}{dx}=\frac{d(ux)}{dx} = x\frac{du}{dx} + u\frac{dx}{dx} = x\frac{du}{dx} + u.</math> | :<math>\frac{dy}{dx}=\frac{d(ux)}{dx} = x\frac{du}{dx} + u\frac{dx}{dx} = x\frac{du}{dx} + u.</math> | ||
− | This transforms the original differential equation into the | + | This transforms the original differential equation into the separable form |
: <math>x\frac{du}{dx} = -f(u) - u, </math> | : <math>x\frac{du}{dx} = -f(u) - u, </math> | ||
or | or | ||
: <math>\frac 1x\frac{dx}{du} = \frac {-1}{f(u) + u}, </math> | : <math>\frac 1x\frac{dx}{du} = \frac {-1}{f(u) + u}, </math> | ||
− | which can now be integrated directly: {{math|ln ''x''}} equals the | + | which can now be integrated directly: {{math|ln ''x''}} equals the antiderivative of the right-hand side (see ordinary differential equation). |
===Special case=== | ===Special case=== | ||
Line 49: | Line 49: | ||
==Homogeneous linear differential equations== | ==Homogeneous linear differential equations== | ||
− | |||
− | |||
− | A | + | A linear differential equation is '''homogeneous''' if it is a homogeneous linear equation in the unknown function and its derivatives. It follows that, if {{math|''φ''(''x'')}} is a solution, so is {{math|''cφ''(''x'')}}, for any (non-zero) constant {{mvar|c}}. In order for this condition to hold, each nonzero term of the linear differential equation must depend on the unknown function or any derivative of it. A linear differential equation that fails this condition is called '''inhomogeneous.''' |
+ | |||
+ | A linear differential equation can be represented as a linear operator acting on {{math|''y''(''x'')}} where {{mvar|x}} is usually the independent variable and {{mvar|y}} is the dependent variable. Therefore, the general form of a linear homogeneous differential equation is | ||
:<math> L(y) = 0</math> | :<math> L(y) = 0</math> | ||
− | where {{mvar|L}} is a | + | where {{mvar|L}} is a differential operator, a sum of derivatives (defining the "0th derivative" as the original, non-differentiated function), each multiplied by a function {{math|''f''<sub>''i''</sub>}} of {{mvar|x}}: |
:<math> L = \sum_{i=0}^n f_i(x)\frac{d^i}{dx^i} \, ,</math> | :<math> L = \sum_{i=0}^n f_i(x)\frac{d^i}{dx^i} \, ,</math> | ||
Line 132: | Line 132: | ||
::<math>y=e^{2x},\ y=e^{-3x}</math> | ::<math>y=e^{2x},\ y=e^{-3x}</math> | ||
− | as two distinct solutions to the DE. According to the | + | as two distinct solutions to the DE. According to the superposition principle, the general solution is therefore |
::<math>y=Ae^{2x}+Be^{-3x} \,</math> | ::<math>y=Ae^{2x}+Be^{-3x} \,</math> |
Latest revision as of 14:46, 22 October 2021
A differential equation can be homogeneous in either of two respects.
A first order differential equation is said to be homogeneous if it may be written
where f and g are homogeneous functions of the same degree of x and y. In this case, the change of variable y = ux leads to an equation of the form
which is easy to solve by integration of the two members.
Otherwise, a differential equation is homogeneous if it is a homogeneous function of the unknown function and its derivatives. In the case of linear differential equations, this means that there are no constant terms. The solutions of any linear ordinary differential equation of any order may be deduced by integration from the solution of the homogeneous equation obtained by removing the constant term.
Contents
- 1 Homogeneous first-order differential equations
- 2 Homogeneous linear differential equations
- 3 Second order equations
- 4 Licensing
Homogeneous first-order differential equations
A first-order ordinary differential equation in the form:
is a homogeneous type if both functions M(x, y) and N(x, y) are homogeneous functions of the same degree n. That is, multiplying each variable by a parameter λ, we find
Thus,
Solution method
In the quotient , we can let to simplify this quotient to a function f of the single variable :
That is
Introduce the change of variables y = ux; differentiate using the product rule:
This transforms the original differential equation into the separable form
or
which can now be integrated directly: ln x equals the antiderivative of the right-hand side (see ordinary differential equation).
Special case
A first order differential equation of the form (a, b, c, e, f, g are all constants)
where af ≠ be can be transformed into a homogeneous type by a linear transformation of both variables (α and β are constants):
Homogeneous linear differential equations
A linear differential equation is homogeneous if it is a homogeneous linear equation in the unknown function and its derivatives. It follows that, if φ(x) is a solution, so is cφ(x), for any (non-zero) constant c. In order for this condition to hold, each nonzero term of the linear differential equation must depend on the unknown function or any derivative of it. A linear differential equation that fails this condition is called inhomogeneous.
A linear differential equation can be represented as a linear operator acting on y(x) where x is usually the independent variable and y is the dependent variable. Therefore, the general form of a linear homogeneous differential equation is
where L is a differential operator, a sum of derivatives (defining the "0th derivative" as the original, non-differentiated function), each multiplied by a function fi of x:
where fi may be constants, but not all fi may be zero.
For example, the following linear differential equation is homogeneous:
whereas the following two are inhomogeneous:
The existence of a constant term is a sufficient condition for an equation to be inhomogeneous, as in the above example.
Second order equations
In order to show how these equations are solved, lets start with the most basic case - a second order equation
where A, B, and C are constants.
The Auxiliary Quadratic
For a DE
Make the following substitution:
This gives also
The DE is now
Dividing by gives (note: can never equal zero)
This is the auxiliary quadratic (AQ) of the DE. There are four classes of outcomes to the auxiliary quadratic:
- , giving two distinct, real, roots.
- , giving two coincident real, roots.
- , giving complex roots.
- a: Purely imaginary roots.
- b: Complex-conjugate pair.
The method of solution of the DE depends on the class of AQ.
Class 1: Distinct, Real Roots
Consider the DE
The AQ is
This gives us the following roots:
Going back to the substitution we made to obtain the AQ, we have
as two distinct solutions to the DE. According to the superposition principle, the general solution is therefore
General Solution to Class 1 DEs
- Generalizing, for the Second Order DE
- with the auxiliary quadratic given by
- with roots α and β, the general solution is
Class 2: Coincident, Real Roots
Consider the DE
The AQ is
so, is a solution. However, we cannot have it as both solutions as the factor of two produced will be absorbed into the constant, leaving us with only one constant, and therefore a DE without a full solution.
For the other solution we will use the Method of Reduction of Order. To do so we assume that it is in the form of:
At the end we will check if our assumption is correct. We will now substitute this equation and solve for u(x)
- is always non-zero so the only way the product can equal zero is if:
Integrating twice offers
Therefore
Our general solution is:
Because each constant is arbitrary we can simply write
The Method of Reduction of Order can be used on different equations and u(x) does not always equal x. You can see below that is a valid solution.
To check substitute these into the original DE:
Therefore, is a solution as well.
General Solution to Class 2 DEs
- Generalizing, for the Second Order DE
- with the coincident root α of the AQ, the general solution is
Class 3a: Purely Imaginary Roots
To have complex roots, the AQ must have a discriminant less than zero, so
Also, for the solution to be purely imaginary, the value of b must be exactly zero.
Therefore,
This means that a and c have to have the same signs: either a and c are both positive or they are both negative. If we consider our general second-order DE:
Setting b to zero gives
Dividing through by a gives
- .
Therefore, the y term is always positive, and this can be represented by
- .
(I'm using ω here as it is used for simple harmonic motion, which is the primary use of this DE). There are now two paths to the solution of the DE. The first relies on us spotting that we can use the cyclical nature of trig. functions when derived. Substitute the following
And check in our DE:
This checks out, so is a solution. A similar result holds true for the substitution using .
Our solutions are therefore
So the general solution is
The other method of solving this equation is to use Euler's Formula:
- and
From our original DE, we have an AQ of
giving us roots of
so the general solution, similar to the Class 1 DEs, is
Since A and B are arbitrary, we can set new constants for convenience, letting our new A equal A+B and our new B equal i(A-B).
Thus we have as our general solution
General Solution to Class 3a DEs
- Generalizing, for the Second Order DE
- the general solution is
Class 3b: Complex Conjugate Roots
Since it is a proven theorem that complex roots of polynomials always occur in conjugate pairs, the only remaining class of AQ is the one with complex conjugates for solutions.
Given that the solutions are complex, we know that in the AQ
- (see Class 3a).
The roots of this are in the form
The general solution is then
From Euler's Formulas, we can now get
As A and B are arbitrary, we can collapse them as in Class 3a, so that we have the general solution
General Solution to Class 3b DEs
- Generalizing, for the Second Order DE
- with an AQ with roots
- The general solution is
We have now covered all possible types of homogeneous second-order differential equation, and we didn't even have to integrate anything! We will now have a look at higher order equivalents.
Licensing
Content obtained and/or adapted from:
- Homogeneous differential equation, Wikipedia under a CC BY-SA license
- Homogeneous 1, Wikibooks: Ordinary Differential Equations under a CC BY-SA license