Laplace Transform of Systems of ODEs with variable coefficients

physics19921
Messages
1
Reaction score
0

Homework Statement


Say you have:

EQ1: y1''*t+y1'*t+y2=0

and

EQ2: y2''*t+y2'*t+y1=0

y1(0)=0,y1'(0)=0,y2(0)=0,y2'(0)=0


Homework Equations





The Attempt at a Solution



I can get it so far, but having both y1 and y2 really gives me fits:

Eq1: Y1(-2s-1)+dY1/ds(-s2-s)=-Y2

Eq2: Y2(-2s-1)+dY2/ds(-s2-s)=-Y1

I try to shift it around to be dY1/Y1 = (-2s-1)/(-s2-s)-Y2/Y1(-s2-s)

But then I just don't know to do the integrations given you have both Ys. I just can't separate them.

Any help would be appreciated.
 
Physics news on Phys.org
Welcome to PF, physics19921! :smile:

You can't separate the Ys?
So don't.
Add them, and subtract them respectively.

That is, add the 2 equations and solve for z1=(y1+y2).
Then subtract the 2 equations and solve for z2=(y1-y2).
Finally combine the solutions...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top