We need to solve : (x2)y′′−y′−4(x3)y=8(x3)sin(x2)
Substituting x2=t⟹2xdx=dt
⟹dy/dx=2xdy/dt ---(1)
Differentiating this again, we get;
d2y/dx2=4xd2y/dt2−(2/x)(dy/dt) ---(2)
Using (1) and (2) in the given equation, we get
4x3(y′′−y)=8x3sint
⟹y′′−y=2sint
Solving this, we get;
(D2−1)y=2sint
Complimentary function : c1et+c2e−t (Since, roots of auxiliary equation are 1, -1)
Particular solution : y=2sint/(D2−1)=2sint/(−(1)2−1)=−sint
=−sint
Thus, final solution is y=c1et+c2e−t−sint
Substituting t=x2 back, we get;
y=c1ex2+c2e−x2−sin(x2)
Comments