Q37E

Question

Find a particular solution to the given higher-order equation.

y'''-2y''-y'+2y=2t2+4t-9

Step-by-Step Solution

Verified
Answer

The particular solution is  yp(t)=t2+3t-1.

1Step 1: Consider the particular solution for the given differential equation.

The given differential equation is,

 

y'''-2y''-y'+2y=2t2+4t-9              ......(1)

 

Consider the particular solution is,

yp(t)=At2+Bt+C                          .                   ...(2)


Take the first, second, and third derivatives of the above equation,

yp'(t)=2At+Byp''(t)=2Ayp'''(t)=0


Substitute value of  yp'(t),  yp''(t) and  yp'''(t) in the equation (1),

y'''-2y''-y'+2y=2t2+4t-90-2[2A]-[2At+B]+2[At2+Bt+C]=2t2+4t-92At2+(-2A+2B)t+(-4A-B+2C)=2t2+4t-9


Comparing all coefficients of the above equation;

2A=2A=1-2A+2B=4                                  ..                   ....(3)-4A-B+2C=-9                         .                 .....(4)


Substitute the value A in the equation (3),

-2(1)+2B=42B=6B=3


Substitute the value A and B in the equation (4),

-4(1)-3+2C=-92C=-2C=-1

2Step 2: Conclusion

Therefore, the particular solution of the equation (1),

yp(t)=At2+Bt+Cyp(t)=(1)t2+(3)t+(-1)yp(t)=t2+3t-1