How do I solve a system of ODE's using Laplace transform?

Niles
Messages
1,834
Reaction score
0

Homework Statement


Hi

I am trying to solve the following system of ODE's by Laplace transforming:
<br /> x&#039; = 1 + 21y - 6x \\<br /> y&#039; = 6x-53y <br />
with the initial conditions x(0)=y(0)=0. Laplace transforming gives me (X and Y denote the Laplace transformed variables)
<br /> sX = 1 + 21y-6x \\<br /> sY = 6x-53y <br />
From these I find
<br /> X(s) = \frac{1}{6+s-126/(s+53)}<br />
The inverse Laplace transform is (I have checked this with Mathematica)
<br /> x(t) = \frac{e^{-\frac{1}{2} \left(59+\sqrt{2713}\right) t} \left(-47+\sqrt{2713}+\left(47+\sqrt{2713}\right) e^{\sqrt{2713} t}\right)}{2 \sqrt{2713}} <br />
When I take t=0, then I get x(0)=1, not x(0)=0. I not quite sure where I have gone wrong, I have double-checked everything by doing it numerically too.

Is there something that I have forgotten to do?Niles.
 
Physics news on Phys.org
Niles said:

Homework Statement


Hi

I am trying to solve the following system of ODE's by Laplace transforming:
<br /> x&#039; = 1 + 21y - 6x \\<br /> y&#039; = 6x-53y <br />
with the initial conditions x(0)=y(0)=0. Laplace transforming gives me (X and Y denote the Laplace transformed variables)
<br /> sX = 1 + 21y-6x \\<br /> sY = 6x-53y <br />
Shouldn't these be$$
sX =\frac 1 s +21Y-6X$$ $$
sY = 6X-53Y$$
 
You are right, thanks for that! I don't know why I thought it would just be constant.Niles.
 
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