Solving linear eqns using laplace transforms

In summary, the Laplace transforms of x(t) and y(t) are X(s) and Y(s), respectively. The inverse laplace transform of these transforms yields the original functions X(t) and Y(t).
  • #1
:|max
6
0
Hey can anyone tell me the method to solve this, I can do inverse linear eqns and such but i don't know how to solve this type of question:


Use Laplace transforms to solve the following systems of linear equations
(a)dx/dt= 3x(t) − 4y(t),
dy/dt= 2x(t) + 3y(t),
with initial conditions x(0) = 1, y(0) = 0.
(b)3 dx/dt+ 2 dy/dt= t,
2 dx/dt −dy/dt= 2t^2,
with initial conditions x(0) = 1, y(0) = 0.

thanks
 
Physics news on Phys.org
  • #2
Take the Laplace transform of each equation. There is a property of the transform that tells you how both [tex] \frac{dx}{dt}[/tex] and [tex]\frac{dy}{dt}[/tex] relate to [tex]x(t), y(t)[/tex] and [tex] x(0), y(0)[/tex]. This reduces the original system of differential equations to a system of linear equations in [tex]\mathcal{L}x(t)[/tex] and [tex]\mathcal{L}y(t)[/tex]. Solve the system for these two unknowns, then use inverse Laplace transforms to find the original functions. (This is the quick, condensed version of the solution process).
 
  • #3
Do you mean like:

s(Lx(t)) - x(0) = 3(L(x(t)) - 4(Ly(t))

s(Ly(t)) - y(0) = 2(Lx(t)) + 3(Ly(t))
 
  • #4
I haven't checked your details, but your expression (below)

[tex]\begin{align*}
s(\mathcal{L}x(t)) - x(0) & = 3(\mathcal{L}(x(t)) - 4(\mathcal{L}y(t))\\
s(\mathcal{L}y(t)) - y(0) & = 2(\mathcal{L}x(t)) + 3(\mathcal{L}y(t))
\end{align*}[/tex]

is what I meant. Your initial conditions give values for [tex]x(0) \text{ and } y(0)[/tex], so plug those in. Your next step is to consider [tex]\mathcal{L}x(t)[/tex] and [tex]\mathcal{L}y(t)[/tex] as your unknowns. You have a system of 2 linear equations in two unknowns for them - solve it any way you like. You should (will, I have faith in you) come to a point where you have

[tex]
\begin{align*}
\mathcal{L}x(t) & = \text{ an expression with numbers and } s\\
\mathcal{L}y(t) & = \text{ an expression with numbers and } s
\end{align*}
[/tex]

If you find the inverse Laplace transforms of the expressions on the right you should have the solutions to the original system of DEs. (Check them to make sure you haven't made an arithmetic error.)
Good luck.
 
  • #5
OK i had a quick go of it, couldn't get it out but I think I understand the method, just some calculation mistake, i got irrational roots...which i suppose could have actually been right. I will have a better go of it tomorrow, thanks for your help :)
 
  • #6
Again, I haven't checked the details that led to the post I commented on above: IF those terms are correct (no judgement here at all) think about this:

[tex]
\begin{align*}
s(\mathcal{L}x(t)) - x(0) & = 3(\mathcal{L}(x(t)) - 4(\mathcal{L}y(t))\\
s(\mathcal{L}y(t)) - y(0) & = 2(\mathcal{L}x(t)) + 3(\mathcal{L}y(t))\\
\intertext{Use the initial conditions.}
s\mathcal{L}x(t) - 1 & = 3\mathcal{L}x(t) - 4\mathcal{L}y(t)\\
s\mathcal{L}y(t) - 0 & = 2\mathcal{L}x(t)+3\mathcal{L}y(t)\\
\intertext{Rearrange}
(s-3)\mathcal{L}x(t)+4\mathcal{L}y(t) & = 1\\
-2\mathcal{L}x(t)+(s-3)\mathcal{L}y(t)&=0
\end{align*}
[/tex]

Solve these equations for [tex]\mathcal{L}x(t) \text{ and } \mathcal{L}y(t)[/tex]. The answers will be the [tex]\textbf{Laplace transforms}[/tex] of the functions you seek. You should be able to find, or look up in one of the tables in your text, the appropriate functions.
Even though it has been MANY years since I first encountered this type of problem, I do remember that after working through the first few the ideas needed for organizing my work began to come naturally. I hope you will soon say the same.
 
  • #7
Your basic process should be:

-Take the Laplace transform of both equations. REMEMBER that x and y are functions, not variables (a common mistake I've seen is treating the function like a variable and transforming it to 1/s, don't do it)

-Seeing that the Laplace transform of X'(t) is the same as sX(t) - X(0). If that's hard for you to see, trying comparing the Laplace transform of a sine curve and a cosine curve, and looking at how multiplying by s is the same as differentiating on the time domain. At least for me, this took some time to get used to.

-Reduce the matrix to reduced row echelon form, and find the values of X(s) and Y(s). Then do an inverse laplace transform on X(s) and Y(s) to get X(t) and Y(t), which is your solution.

Good luck :)
 
  • #8
Hey thanks everyone, I've finally got it out, woo. Thanks for your help.
 

1. What is the purpose of using Laplace transforms to solve linear equations?

The purpose of using Laplace transforms is to convert a differential equation into an algebraic equation, which is easier to solve. This method is particularly useful for solving linear equations with constant coefficients.

2. How does the Laplace transform work?

The Laplace transform takes a function of time and converts it into a function of complex frequency. This transformation allows us to solve differential equations in the time domain by transforming them into algebraic equations in the frequency domain.

3. What are the benefits of using Laplace transforms for solving linear equations?

One of the main benefits of using Laplace transforms is that they can solve a wide range of linear differential equations, including those with variable coefficients. They also allow for easier manipulation and solution of equations compared to traditional methods.

4. Are there any limitations to using Laplace transforms for solving linear equations?

One limitation of using Laplace transforms is that they can only be used for linear equations. Additionally, the initial conditions must be known and the equation must have a unique solution for Laplace transforms to be effective.

5. Can Laplace transforms be used for non-linear equations?

No, Laplace transforms only work for linear equations. Non-linear equations require different methods of solving, such as numerical or analytical techniques.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
377
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
670
  • Calculus and Beyond Homework Help
Replies
3
Views
566
  • Calculus and Beyond Homework Help
Replies
12
Views
982
  • Calculus and Beyond Homework Help
Replies
2
Views
996
  • Calculus and Beyond Homework Help
Replies
7
Views
779
  • Calculus and Beyond Homework Help
Replies
3
Views
817
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Back
Top