Q19E

Question

Solve the given initial value problem for the Cauchy-Euler equation.

t2y''(t)-4ty'(t)+4y(t)=0;y(1)=-2,   y'(1)=-11

Step-by-Step Solution

Verified
Answer

The solution of the given initial value problem t2y''(t)-4ty'(t)+4y(t)=0;y(1)=-2,   y'(1)=-11is y=-3t4+t.

1Step 1: Substitute the values.

Given differential equation is t2y''(t)-4ty'(t)+4y(t)=0

 

Assume y=tr, then we have;

 y'=rtr-1y''=r(r-1)tr-2


 

Substitute these equations in the differential equation;

 t2r(r-1)tr-2-4trtr-1+4tr=0(r(r-1)-4r+4)tt=0r2-5r+4=0


 

 The auxiliary equation is  r25r+4=0.

2Step 2: Finding the roots of the auxiliary equation.

Find the roots of this equation:

 r=5±52-4×4×12×1r=5±25-162r=5±92r=5±32r=4,1


Hence, the general solution is y=c1t4+c2t1.

3Step 3: Finding the values of c 1 , c 2

Using the given initial conditions;

     y(1)=c1(1)4+c2(1)     2=c1+c2c1+c2=2                                          (1)


And we have y'(t)=4c1t3+c2 then:

      y'(1)=4c1(1)3+c24c1+c2=-11                                                 (2)


Subtract (2) from (1), we get:

3c1=-9    c1=-3


Therefore,

c2=1

 

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