Saladsamurai
- 3,009
- 7
Homework Statement
Solve using Laplace Transforms
\frac{dx}{dt}=x-2y
\frac{dy}{dt}=5x-y
Subject to x(0)=0 y(0)=0Okay. So I know that there are more efficient ways to solve this, but I missed the class in systems of Laplace Transforms and would like to get this resolved.
I guess my first question is what the first step is. Is it the same as any other kind of systems approach, that is, to find a multiplier that allows me to sum the two equations eliminating one of the variables?
I must assume this is the approach, but for some reason I am confused.
So I have:
x'-x+2y=0 (1)
y'+y-5x=0 (2)
I am looking in my text, I will come back to edit...
Okay. So all of the examples given only have one dependent variable, so bear with me.
Taking Laplace of each equation yields:
sX(s)-x(0)-X(s)+2Y(s)=0 (3)
sY(s)-y(0)+Y(s)-5X(s)=0 (4)
Applying initial values
sX(s)-X(s)+2Y(s)=0
sY(s)+Y(s)-5X(s)=0
I am assuming that this is the point where I eliminate? I also assume I should sort these first. Giving:
X(s)[s-1]+2Y(s)=0 (5)
Y(s)[s+1]-5X(s)=0 (6)
Multiplying
5*(5) and [s-1]*(6) yields
5X(s)[s-1]+10Y(s)=0 (7)
Y(s)[s+1][s-1]-5X(s)[s-1]=0 (8)
Adding (7) + (8) yields
10Y(s)+Y(s)(s+1)(s-1)=0 (9)
Last edited: