Efficient Solution for System of Laplace Transforms with Initial Values

Saladsamurai
Messages
3,009
Reaction score
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:
Physics news on Phys.org
Can someone tell me if I am on the right path? I cannot see the next move. If I factor out Y(s) and divide it off, I am going to get Y(s)=0 !

Did I approach this right?
 
Yes, you're going to get Y(s)=0. This problem is a bit silly, as it only has the zero solution. Even if you don't understand Laplace transforms, you can still understand why this is the case. Let us separate the coupled differential equations.

Differentiate the first equation to get:

\frac{d^2x}{dt^2}=\frac{dx}{dt}-2\frac{dy}{dt}

Now use the original equations to sub in for \frac{dx}{dt} and \frac{dy}{dt}. You obtain the following.

\frac{d^2x}{dt^2}+9x=0.

Furthermore, x(0)=y(0)=0 implies that \frac{dx(0)}{dt}=0 as well. So you have a sourceless 2nd order DE with zero initial conditions.

The only solution is the zero solution.
 
Hey now! I see what you are saying. Thanks Tom. I should have gone with my gut!
 
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