Q9E

Question

In Problems 9 and 10, find a particular solution first by undetermined coefficients, and then by variation of parameters. Which method was quicker?

y''-y=2t+4

Step-by-Step Solution

Verified
Answer

In both cases, the particular solution is the same yp=-2t-4. But the method's undetermined coefficient was a bit quicker.

1Step 1: Find a particular solution by variation of parameter.

The homogenous equation is r2-1=0.

 

Two independent solutions are r=±1.

Then y1=et,y2=te-t

yht=c1et+c2te-t


The particular solution is yp=v1tet+v2tte-t 

2Step 2: evaluate, v , and v 2 , v ' 1 and v1 , v ' 2 and v 2 .

Here yp=v1tet+v2tte-t

And referring to (9) yt=c1eαtcosβtc2eαtsinβt and solve the system then

Put the value of yp=0

           v1'et+v2'tet=0v1'et+v2'et+tet=fav1'et+v2'et+tet=2t+4

v1'=-fty2tay1ty'2t-y'1ty2t     =-2t+4.tetete-t-te-t-et.tet     =t+2et


Now integrating this.

v1t=t+3etdt        =-e-t(t+3)+C

v2'=fty1tay1ty'2t-y'1ty2t     =2t+4.etete-t-te-t-et.tet     =-t+2et


Integrate this.

v2t=-t+2etdt        =-ett+1+C 


Thus, a particular solution is when C=0

 yp=-e-t(t+3)+C-et(t+1)+Cyp=-2t-4


And the general solution is:

yt=yht+yptyt=c1et+c2te-t-2t-4

3Step 3: Determine a particular solution by an undetermined coefficient.

This method gives a solution to the differential equations in the form,

 ypt=tsAmtm+......+A1t+Aoert


Split the given equation into two parts;

y''-y=2ty''-y=4 


  • S=0 if r is not a root of the corresponding auxiliary equation.
  • S=1 if r is the single root of the corresponding auxiliary equation.
  • S=2 if r is the double root of the corresponding auxiliary equation.


For the first equation C=2, m=1, and r=0 since if r is not a root of the corresponding auxiliary equation.

 

The form of the particular solution for the equation yp1t=A1t+Ao

y'p1t=A1andy''p1t=0


So, y''p1-yp1=0-2A1t-Ao=2t


By solving A1=-2,Ao=0

The first particular solution is yp1t=-2t

For the second equation C=4, m=0, r=0. Again, r is not a root of the corresponding auxiliary equation. 

 

The form of the particular solution for the equation yp2t=B.

y'p2t=0andy''p2t=0

 

By solving this, B=-4

 

The second particular solution is yp2t=-4.

Therefore, a particular solution is yp=-2t-4.