Differential Equations

Method of Reduction of Order<!-- --> | Differential Equations

Method of Reduction of Order

Sharan Sajiv Menon - September 5th, 2021


This method requires one solution to be known. This is another method to solve a non-homogenous second order differential equation

Problem: Find the general solutionsolution for x2y7xy+16y=0x^2y''-7xy'+16y=0​​ given that x4x^4​ is a solution

Solution: Use the method of reduction of order

We need to find the second solution y2y_2 where y2(t)=v(t)y1(t)y_2(t)=v(t)y_1(t)

  • y2=ux4y_2 = ux^4​​
  • y2=4x3u+ux4y_2'= 4x^3u + u'x^4
  • y2=12x2u+u8x3+ux4y_2''=12x^2u + u'8x^3 + u''x^4

Plug these derivatives in to the DE and simplify it

x6u+x5u=0x^6u'' + x^5u'=0: A second order differential equation. Use w=uw=u'​ and substitute uu​ with ww​ to get x6w+x5w=0x^6w' + x^5w=0. Divide this by x5x^5 to simplify the equation to xw+w=0xw'+w=0.

We solved this differential equation in Problem 2, so w=c1xw=\frac{c_1}{x}​​​​. Integrate this again to get uu​​ since w=uw=u'​​ and we need uu​​, so c1xdx=c1ln(x)+c2\int \frac{c_1}{x} dx=c_1ln(x)+c_2​​. Therefore, u=c1ln(x)+c2u=c_1ln(x) + c_2​​ and so y2=(c1ln(x)+c2)x4y_2 = (c_1ln(x)+c_2)x^4​​. We can get rid of the constants by setting c1=1c_1=1​​ and c2=0c_2=0​​​ and get y2=ln(x)y2=ln(x)

General solution is y=c1y1+c2y2y = c_1y_1 + c_2y_2​. Plug in to get the answer y=c1x4+c2ln(x)x4y=c_1x^4 + c_2ln(x)x^4​​

Created by Sharan Sajiv Menon, © 2022