Q20E

Question

Find a particular solution to the differential equation.

y''+4y=16tsin(2t)

Step-by-Step Solution

Verified
Answer

The particular solution is  yp=t[sin(2t)-2tcos(2t)].

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

The differential equation is y''+4y=16tsin(2t)                 (1)

 

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

 y''+4y=0


 

The auxiliary equation for the above equation,

 m2+4=0


2Step 2: Now find the roots of the auxiliary equation

Solve the auxiliary equation,

 

m2+4=0m=±2i

 

The roots of the auxiliary equation are, 

 

m1=2i,   &   m2=-2i

 

The complementary solution of the given equation is,

 

yc=c1cos2t+c2sin2t

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

According to the method of undetermined coefficients, assume, the particular solution of equation (1),

 yp=t[(At+B)sin(2t)+(Ct+D)cos(2t)]                    (2)


Now find the derivative of the above equation,

 yp'=(2At2+2Bt+2Ct+D)cos(2t)+(2At-2Dt-2Ct2+B)sin(2t)yp''=(8At-4Ct2-4tD+4B+2C)cos(2t)+(-4At2-4D-8Ct-4Bt+2A)sin(2t)


 

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


yp''+4yp=16tsin(2t)(8At-4Ct2-4tD+4B+2C)cos(2t)+(-4At2-4D-8Ct-4Bt+2A)sin(2t)+4{t[(At+B)sin(2t)+(Ct+D)cos(2t)]}=16tsin(2t)tsin(2t)(-8C)+tcos(2t)(8A)+cos(2t)(4B+2C)+sin(2t)(2A-4D)=16tsin(2t)

4Step 4: Final conclusion.

Comparing all coefficients of the above equation;

 

8A=0  A=0-8C=16  C=-24B+2C=8                                                 (3)2A-4D=0                                                    (4)

 

Substitute the value of C in the equation (3),


 4B+2(-2)=8B=1


 

Substitute the value of C in the equation (3),


 2(0)-4D=0D=0


 

Therefore, the particular solution of equation (1),


 yp=t[(At+B)sin(2t)+(Ct+D)cos(2t)]yp=t[sin(2t)-2tcos(2t)]