Given differential equation (D3−1)y=sinx
Auxiliary equation corresponding to the given homogeneous differential equation is
m3−1=0⇒(m−1)(m2+m+1)=0
⇒m=1,m=2−1±1−4=2−1±3i
Solution to the homogeneous differential equation is
yh(x)=c1ex+e2−x[c2cos(23x)+c3sin(23x)]
Now let us find the particular solution using the method of undetermined coefficeints.
A particular solution using the method of undetermined coefficients is
yp(x)=Asinx+Bcosx
⇒yp′(x)=Acosx−Bsinx,yp′′(x)=−Asinx−Bcosx,
yp′′′(x)=−Acosx+Bsinx
Now yp′′′(x)−yp(x)=sinx
⇒−Acosx+Bsinx−Acosx+Bsinx=sinx
⇒−2Acosx+2Bsinx=sinx
⇒A=0,B=21
So, the particular solution is yp(x)=21cosx
Therefore, general solution to the given differential equation is
y(x)=yh(x)+yp(x)
That is
y(x)=c1ex+e2x[c2cos(23x)+c3sin(23x)] +21cosx
Comments