Q23E

Question

In Problems 22 through 25, use a variation of parameters to find a general solution to the differential equation given that the functions y1 and y2are linearly independent solutions to the corresponding homogeneous equation for t> 0.

ty''-(t+1)y'+y=t2;y1=et,y2=t+1

Step-by-Step Solution

Verified
Answer

The general solution is  y(t)=c1t2+c2t3+-t+t-22t2+ln|t|-t-33t3

1Step 1: Find a particular solution.

Given the differential equation is ty''-(t+1)y'+y=t2

 

And y1=et,y2=t+1

 

yh(t)=c1et+c2(t+1)

 

The particular solution is yp=v1(t)et+v2(t)(t+1).

2Step 2: Evaluate v 1    and    v 2 .

Here  yp=v1(t)et+v2(t)(t+1)


 v1'=-f(t)y2(t)a[y1(t)y'2(t)-y'1(t)y2(t)]=-t2(t+1)t[et.1-et(t+1)]=(t+1)[et]


 

Now integrate the above result.

v1(t)=(t+1)[et]dt      =-(t+2)e-1

3Step 3: Determine v ' 2 and v 2

v2'=f(t)y1(t)a[y1(t)y'2(t)-y'1(t)y2(t)]=-t2ett[et.1-et(t+1)]=-1


Integrate the above result.

 v2(t)=1dt      =-t



Thus, a particular solution is:

yp=(-(t+2)e-1)et-t(t+1)yp=-t2-2t-2


And the general solution is:

y(t)=yh(t)+yp(t)y(t)=c1et+c2(t+1)-t2-2t-2