Q22E

Question

Find a particular solution to the differential equation.

x''(t)-2x'(t)+x(t)=24t2et

Step-by-Step Solution

Verified
Answer

The particular solution of the differential equation  xp=2t4et.

1Step 1: Firstly, write the auxiliary equation of the above differential equation.

Consider the given differential equation,

 

x''(t)-2x'(t)+x(t)=24t2et                       (1)

 

Write the homogeneous differential equation of the equation (1),

 

x''(t)-2x'(t)+x(t)=0

 

The auxiliary equation for the above equation,

m2-2m+1=0

2Step 2: Now find the roots of auxiliary equation

Solve the auxiliary equation,

 

m2-2m+1=0(m-1)2=0

 

The roots of auxiliary equation are, 

 

m1=1,   &   m2=1

 

The complimentary solution of the given equation is;

 

xc=c1et+c2tet

3Step 3: Use the method of undetermined coefficients to find a particular solution to the differential equation.

Therefore, the particular solution of equation (1),

 xp=t2(At2+Bt+C)et                          .....(2)


Now find the derivative of above equation,

 xp'(t)=(At4+(B+4A)t3+(C+3B)t2+2Ct)etxp''(t)=(At4+(B+8A)t3+(C+6B+12A)t2+(4C+6B)t+2C)et


 

From the equation (1), substitute the value of  xp''(t),  xp'(t) and xp(t), we get

xp''(t)-2xp'(t)+xp(t)=24t2et(At4+(B+8A)t3+(C+6B+12A)t2+(4C+6B)t+2C)et        -2(At4+(B+4A)t3+(C+3B)t2+2Ct)et+t2(At2+Bt+C)et=24t2et(12At2+6Bt+2C)et=24t2et12At2et+6Btet+2Cet=24t2et



4Step 4: Final conclusion.

Comparing the all coefficients of the above equation,

 

12A=24  A=2B=0C=0

 

Therefore, the particular solution of equation (1),

 xp=t2(At2+Bt+C)etxp=t2(2t2+(0)t+(0))etxp=2t4et