Solution:
Given differential equation cannot be solved by variation of parameters currently as there is insufficient data, either solution of the homogeneous equation should have been given or 'x' should be removed from 'dy/dx'. So, we are going to solve this by the method of Integrating factor.
xdxdy+4y=x3ex
Dividing both sides by x ,
dxdy+x4y=x2ex ...(i)
On comparing this with dxdy+Py=Q , we get
P=x4, Q=x2ex
Now, integrating factor, I.F.=e∫Pdx
I.F.=e∫x4dx=e4lnx=elnx4=x4
On multiplying (i) by this I.F., we get,
I.F.×y=∫Q×I.F. dx
⇒x4×y=∫x2ex×x4 dx
⇒yx4=∫x6ex dx
Now we apply integration by parts on right side, taking x6 as first function and ex as second. Also we need to perform this rule various times further.
⇒yx4=x6ex−∫6x5ex dx⇒yx4=x6ex−6[x5ex−∫5x4ex] dx⇒yx4=x6ex−6x5ex+30[x4ex−∫4x3ex] dx
⇒yx4=x6ex−6x5ex+30x4ex−120[x3ex−∫3x2ex] dx⇒yx4=x6ex−6x5ex+30x4ex−120x3ex+360[x2ex−∫2xex] dx
⇒yx4=x6ex−6x5ex+30x4ex−120x3ex+360x2ex−720(xex−ex)+C⇒yx4=x6ex−6x5ex+30x4ex−120x3ex+360x2ex−720xex+720ex+C
⇒y=x4x6ex−6x5ex+30x4ex−120x3ex+360x2ex−720xex+720ex+C
⇒y=x2ex−6xex+30ex−x120ex+x2360ex−x3720ex+x4720ex+x4C
Comments