Reduction of order (or d’Alembert reduction) is a technique in mathematics for solving second-order linear ordinary differential equations. It is employed when one solution y 1 ( x ) {\displaystyle y_{1}(x)} is known and a second linearly independent solution y 2 ( x ) {\displaystyle y_{2}(x)} is desired. The method also applies to n-th order equations. In this case the ansatz will yield an (n−1)-th order equation for v {\displaystyle v} .
Second-order linear ordinary differential equations
An example Consider the general, homogeneous, second-order linear constant coefficient ordinary differential equation. (ODE)
a y ″ ( x ) + b y ′ ( x ) + c y ( x ) = 0 , {\displaystyle ay''(x)+by'(x)+cy(x)=0,}
where a , b , c {\displaystyle a,b,c} are real non-zero coefficients. Two linearly independent solutions for this ODE can be straightforwardly found using characteristic equations except for the case when the discriminant, b 2 − 4 a c {\displaystyle b^{2}-4ac} , vanishes. In this case,
a y ″ ( x ) + b y ′ ( x ) + b 2 4 a y ( x ) = 0 , {\displaystyle ay''(x)+by'(x)+{\frac {b^{2}}{4a}}y(x)=0,}
from which only one solution,
y 1 ( x ) = e − b 2 a x , {\displaystyle y_{1}(x)=e^{-{\frac {b}{2a}}x},}
can be found using its characteristic equation. The method of reduction of order is used to obtain a second linearly independent solution to this differential equation using our one known solution. To find a second solution we take as a guess
y 2 ( x ) = v ( x ) y 1 ( x ) {\displaystyle y_{2}(x)=v(x)y_{1}(x)}
where v ( x ) {\displaystyle v(x)} is an unknown function to be determined. Since y 2 ( x ) {\displaystyle y_{2}(x)} must satisfy the original ODE, we substitute it back in to get
a ( v ″ y 1 + 2 v ′ y 1 ′ + v y 1 ″ ) + b ( v ′ y 1 + v y 1 ′ ) + b 2 4 a v y 1 = 0. {\displaystyle a\left(v''y_{1}+2v'y_{1}'+vy_{1}''\right)+b\left(v'y_{1}+vy_{1}'\right)+{\frac {b^{2}}{4a}}vy_{1}=0.}
Rearranging this equation in terms of the derivatives of v ( x ) {\displaystyle v(x)} we get
… excerpt ends here. Continue reading the full article.
