Q5.6-7E

Question

Suppose the displacement functions  xt and yt  for a coupled mass-spring system (similar to the one discussed in Problem 6) satisfy the initial value problem


x''(t)+5x(t)-2y(t)=0y''(t)+2y(t)-2x(t)=3sin2tx(0)=x'(0)=0y(0)=1,   y'(0)=0 

 

Solve for xt and yt

Step-by-Step Solution

Verified
Answer

The solution for x(t)=25cost+45sint-25cos6t+65sin6t-sin2t  and

 y(t)=45cost+85sint+15cos6t-610sin6t-12sin2t.

1Using the elimination procedure

Given system can be written in the following form:

 

D2+5[x]-2[y]=0-2[x]+D2+2[y]=3sin2t 

 

By L1=D2+5,L2=-2,L3=-2,L4=D2+2,f1=0,f2=sin2t, using the elimination procedure, 

 

One obtains L1L4-L2L3[x]=L4f1-L2f2

 

i.e.

D2+5D2+2-4[x]=D2+2[0]-(-2)[3sin2t]D4+7D2+6[x]=0+6sin2tD2+1D2+6[x]=6sin2t(1) 

 

2Finding derivatives

The auxiliary equation is r2+1r2+6=0 and its roots r1,2=±i,   r3,4=±i6.

Therefore, the solution to the corresponding homogeneous equation is

 xh(t)=c1cost+c2sint+c3cos6t+c4sin6t.

Let's check if  x(t)=-sin2t is a particular solution for (1).

First, one will find derivatives

 

x'(t)=-2cos2tx''(t)=4sin2tx'''(t)=8cos2tx(4)(t)=-16sin2t

3Finding x

Since

x(4)(t)+7x''(t)+6x(t)=-16sin2t+7×4sin2t+6(-sin2t)=6sin2t 

 

xp(t)=-sin2t  is a particular solution to 1  and the general solution is

x(t)=xh(t)+xp(t)      =c1cost+c2sint+c3cos6t+c4sin6t-sin2t .

 

From the first equation of the system, x''+5x-2y=0 one can find a general solution for  yt but the first one needs to find  x''

 x'(t)=-c1sint+c2cost-6c3sin6t+6c4cos6t-2cos2tx''(t)=-c1cost-c2sint-6c3cos6t-6c4sin6t+4sin2t

4Simplification

Then simplify,

 

2y=x''+5x=-c1cost-c2sint-6c3cos6t-6c4sin6t+4sin2t+5c1cost+5c2sint     +5c3cos6t+5c4sin6t-5sin2t=4c1cost+4c2sint-c3cos6t-c4sin6t-sin2t 

 

Therefore, y(t)=2c1cost+2c2sint-c32cos6t-c42sin6t-12sin2t

It remains to find constants from initial conditions.

5Finding x t , y t

Let's compute y'

y(t)=-2c1sint+2c2cost+c362sin6t-c462cos6t-cos2t

0=x(0)=c1+c30=x'(0)=c2+6c4-21=y(0)=2c1-c320=y'(0)=2c2-62c4-1 

By solving this system, one obtains c1=25,   c2=45,   c3=-25,   c4=65

Finally, x(t)=25cost+45sint-25cos6t+65sin6t-sin2t

And y(t)=45cost+85sint+15cos6t-610sin6t-12sin2t