For differential equations of higher orders, we first need to make an auxiliary equation. Find roots of the auxiliary equation. These roots are used for finding Complementary Factor. Then find the Particular integral. Finally, add both CF and PI to give the solution of the equation.
(i) Given equation is: dx2d2y+2dxdy+2y=exsin2x
Auxiliary equation, m2+2m+2=0
m=−1+i,−1−i
CF of the equation, y=2c1e−xcos(x)
PI =D2+2D+21(exsin2x)
Replace D with (D+1) then we get,
=ex(D+1)2+2(D+1)+21sin2x=exD2+4D+51sin2x
Put -4 in place of D2 in denominator,
=ex−4+4D+51sin2x=ex4D+11sin2x=ex(4D+1)(4D−1)4D−1sin2x
=ex(4D+1)(4D−1)4D−1sin2x=ex16D2−14D−1sin2x
=ex−16×4−18cos2x−sin2x=−651ex(8cos2x−sin2x)
So solution will be, y=2c1e−xcos(x)−651ex(8cos2x−sin2x)
(ii) Equation is, dx2d2y+4dxdy+4y=x3e2x
Auxiliary equation, m2+4m+4=0
m=2,2
C.F., y=e2x(c1+c2x)
P.I. =D2+4D+41x3e2x
Replace D with (D+2) then we get,
=e2x(D+2)2+4(D+2)+41x3=e2xD2+8D+161x3
Expand denominator in term of D and its higher powers,
D means the differentiation of first order, and so on
=16e2x(1+16D2+8D1)x3=16e2x(1+16D2+8D)−1x3
=16e2x(1+16D2+8D)−1x3=16e2x[1−(16D2+8D)+(16D2+8D)2−......]x3
=16e2x[1−(16D2+8D)+(25616D3+64D2)−4096512D3]x3
neglecting higher-order as their derivative value will be zero.
=16e2x[x3−166x+24x2+25696+384x−40963072]
=16e2x[x3−23x2−12829x−83]
So solution will be,
y=e2x(c1+c2x)+16e2x[x3−23x2−12829x−83]
Comments