Help solving differential equation using Laplace Transforms

In summary, the student is learning how to solve Laplace transforms and is having trouble with one part of the equation. He asks for help and receives it.f
  • #1
11
0
In this engineering course I'm taking I'm learning how to solve Laplace transforms. Now my ODE class only barely touched on this so I'm not sure if I'm doing this correct so I'd like some help pointing out where I went wrong, if I went wrong anywhere.


[tex]x''(t) + 3 x'(t) + 2x(t) = 0, x(0) = 2, x'(0) = -2[/tex]

My Steps:
-Convert everything into its Laplace Transform
[tex](s^2X - sx(0) - x'(0)) + 3(s'X - x(0)) + /2X) = 0[/tex]

-Replace with initial values
[tex](s^2X - 2s - (-2) ) + 3(s'X - 2) + 2X) = 0[/tex]

-Distribute
[tex]s^2X - 2s + 2 + 3s'X - 6 + 2X = 0[/tex]

-Add like terms
[tex]s^2X - 2s + 3s'X +2X - 4 = 0[/tex]

-Group the s terms, then simplify
[tex]X(s^2 - 3s' + 2) - 2s - 4 = 0[/tex]

-Isolate [tex]X[/tex]
[tex]X = \frac{2s + 4}{s^2 - 3s' + 2}[/tex]


Now I'm not sure if I'm done since I missed one lecture. I'd appreciate it if someone could check over and point over/highlight any errors I made. Please and thank you!
 
  • #2
There shouldn't be any s' terms.

Also, there is an error in the next to last line. You should have X(s2 + 3s + 2)

With this correction, your last equation can be simplified:
[tex]X = \frac{2s + 4}{s^2 + 3s + 2} = \frac{2(s + 2)}{(s + 2)(s + 1)}[/tex]

...
Finally, take the inverse Laplace transform to find x(t).
 
  • #3
Thanks, apparently I put in [tex] s^1[/tex] and mistook it for [tex]s'[/tex]

Alright so I rewrote
[tex] X = \frac{2s + 4}{s^2 + 3s + 2} = \frac{2(s + 2)}{(s + 2)(s + 1)}[/tex]

as

[tex] X = \frac{2}{(s+2)(s+1)} * \frac{s+2}{(s+2)(s+1)} [/tex]

-I was then able to cancel [tex]s+2[/tex] in the 2nd term.

-Then by using a Laplace transform table, I got:
[tex] x(t) = 2(e^{-t}- e^{-2t}) (e^{-t})[/tex]
 
  • #4
Thanks, apparently I put in [tex] s^1[/tex] and mistook it for [tex]s'[/tex]

Alright so I rewrote
[tex] X = \frac{2s + 4}{s^2 + 3s + 2} = \frac{2(s + 2)}{(s + 2)(s + 1)}[/tex]
Why not just cancel the s + 2 factors? Wouldn't that be simpler? You'll get X(s) = 2/(s + 1). Finding the inverse Laplace will be pretty easy from that.
as

[tex] X = \frac{2}{(s+2)(s+1)} * \frac{s+2}{(s+2)(s+1)} [/tex]

-I was then able to cancel [tex]s+2[/tex] in the 2nd term.

-Then by using a Laplace transform table, I got:
[tex] x(t) = 2(e^{-t}- e^{-2t}) (e^{-t})[/tex]

I don't think this is right, but I didn't take the time to check. You can check by verifying that this function satisfies the initial conditions and the differential equation.
 
  • #5
Alright so factoring out and canceling:

[tex] X = \frac{2s + 4}{s^2 + 3s + 2} = \frac{2(s + 2)}{(s + 2)(s + 1)} = 2\frac{1}{s+1} [/tex]

So then I would take the inverse Laplace transform of
[tex]2\frac{1}{s+1}[/tex]

To get:
[tex]x(t) = e^{-t}[/tex]
 
  • #6
It's easy enough to check whether your solution is correct. As I mentioned before, your solution has to satisfy the initial conditions (it doesn't) and the differential equation (it doesn't).

[tex]\mathcal{L}^{-1}(\frac{1}{s + 1}) = e^{-t}[/tex]

but you have 2/(s + 1), so ...?
 
  • #7
Oh, I forgot the 2, so it should've been

[tex]x(t) = 2e^{-t}[/tex]?
 
  • #8
Why the question mark? Are you asking me whether this is the solution?

Check it for yourself.
 

Suggested for: Help solving differential equation using Laplace Transforms

Replies
4
Views
255
Replies
10
Views
293
Replies
2
Views
405
Replies
2
Views
537
Replies
21
Views
904
Replies
3
Views
673
Replies
7
Views
527
Back
Top