Q24E

Question

Find the solution to the initial value problem.

y''=6t;     y(0)=3,    y'(0)=-1

Step-by-Step Solution

Verified
Answer

The solution to the initial value problem is y=t3-t+3.

1Step 1: Write the auxiliary equation of the given differential equation.

The differential equation is,

 

y''=6t                              (1)

 

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


 y''=0


 

The auxiliary equation for the above equation,


 m2=0


2Step 2: Now find the complementary solution of the given equation.

The root of an auxiliary equation is, 

 

m1=0,   m2=0

 

The complementary solution of the given equation is,

 yc=c1t+c2


3Step 3: Now find the particular solution to find a general solution for the equation.

Assume, the particular solution of equation (1),

 

yp(t)=t2(At+B)                                           ......(2)yp(t)=At3+Bt2

 

Now find the first and second derivatives of the above equation,


yp'(t)=3At2+2Btyp''(t)=6At+2B


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

y''=6t6At+2B=6t

 

Comparing all coefficients of the above equation,

 6A=6    A=12B=0    B=0


 

Substitute the value of A and B in the equation (2),

 yp(t)=t2(At+B)yp(t)=t2((1)t+0)yp(t)=t3


4Step 4: Find the general solution and use the given initial condition.

Therefore, the general solution is,

 y=yc(t)+yp(t)y=c1t+c2+t3                     ......(3)


 

Given the initial condition,

 

y(0)=3,    y'(0)=-1

 

Substitute the value of y = 3 and t = 0 in the equation (3),

y=c1t+c2+t33=c1(0)+c2+0c2=3


Now find the derivative of the equation (3),

 

y'=c1+3t2

 

Substitute the value of y’ = -1 and t = 0 in the above equation,

 

-1=c1+3(0)2c1=-1


Substitute the value of c1=-1 and c2=3 in the equation (3), we get:

 

y=c1t+c2+t3y=(-1)t+3+t3y=t3-t+3

 

Thus, the general solution is y=t3-t+3.