Reduction of order
From Wikipedia, the free encyclopedia
Reduction of order is a technique in mathematics for solving second-order ordinary differential equations. It is employed when one solution y1(x) is known and a second linearly independent solution y2(x) is desired.
[edit] A Simple Example
Consider the general second-order constant coefficient ODE
where a,b,c are real non-zero coefficients. Furthermore, assume that the associated characteristic equation
has repeated roots (i.e. the discriminant, b2 − 4ac, vanishes). Thus we have
Thus our one solution to the ODE is
To find a second solution we take as an ansatz
where v(x) is an unknown function to be determined. Since y2(x) must satisfy the original ODE, we substitute it back in to get
Rearranging this equation in terms of the derivatives of v(x) we get
Since we know that y1(x) is a solution to the original problem, the coefficient of the last term is equal to zero. Furthermore, substituting y1(x) into the second term's coefficient yields (for that coefficient)
Therefore we are left with
Since a is assumed non-zero and y1(x) is an exponential function and thus never equal to zero we simply have
This can be integrated twice to yield
where c1,c2 are constants of integration. We now can write our second solution as
Since the second term in y2(x) is a scalar multiple of the first solution (and thus linearly dependent) we can drop that term, yielding a final solution of
Finally, we can prove that the second solution y2(x) found via this method is linearly independent of the first solution by calculating the Wronskian
Thus y2(x) is the second linearly independent solution we were looking for.
[edit] The General Method
Given a differential equation
and a single solution (y1(t)), let the second solution be defined
where v(t) is an arbitrary function. Thus
and
If these are substituted for y, y', and y'' in the differential equation, then
Since y1(t) is a solution of the original differential equation, y1''(t) + p(t)y1'(t) + q(t)y1(t) = 0, so we can reduce to
which is a first-order differential equation for v'(t). Divide by y1(t), obtaining
and v'(t) can be found using a general method. Once v'(t) is solved, integrate it and enter into the original equation for y2:
[edit] References
- W. E. Boyce and R. C. DiPrima, Elementary Differential Equations and Boundary Value Problems (8th edition), John Wiley & Sons, Inc., 2005. ISBN 0-471-43338-1.
- Eric W. Weisstein, Second-Order Ordinary Differential Equation Second Solution, From MathWorld--A Wolfram Web Resource.