Inverse LaPlace Transforms With step functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
PBJinx
Messages
10
Reaction score
0

Homework Statement



Find the inverse laplace tansform of this

[URL]http://webwork.math.umass.edu/webwork2_files/tmp/equations/fe/0f481f24ae927e11e80569093b71321.png[/URL]


My question is can i pull out the e-9s and just find the inverse of

[tex]\frac{1}{s<sup>2</sup>-1s+20}[/tex]

I broke it up into

[tex]\frac{A}{S+4}[/tex] + [tex]\frac{B}{S-5}[/tex]

i got A=[tex]\frac{-1}{9}[/tex]

and

B= [tex]\frac{1}{9}[/tex]

set the answer as Step(t-9)([tex]\frac{1}{9}[/tex](e5t-e-4t)

and the answer is wrong

can anyone tell where i am going wrong. I think its my assumption of pulling out the step, but what do i do with the step then?
 
Last edited by a moderator:
Physics news on Phys.org
alright, i figured out that i was typing it into the homework wrong

the answer is ends up being

(1/9)(step(t-9)(e^(5(t-9))-e^(-4(t-9))))
 
PBJinx said:

Homework Statement



Find the inverse laplace tansform of this

[URL]http://webwork.math.umass.edu/webwork2_files/tmp/equations/fe/0f481f24ae927e11e80569093b71321.png[/URL]


My question is can i pull out the e-9s and just find the inverse of

[tex]\frac{1}{s<sup>2</sup>-1s+20}[/tex]

I broke it up into

[tex]\frac{A}{S+4}[/tex] + [tex]\frac{B}{S-5}[/tex]

i got A=[tex]\frac{-1}{9}[/tex]

and

B= [tex]\frac{1}{9}[/tex]

set the answer as Step(t-9)([tex]\frac{1}{9}[/tex](e5t-e-4t)

and the answer is wrong

can anyone tell where i am going wrong. I think its my assumption of pulling out the step, but what do i do with the step then?
The exponential denotes a time shift for the inverse Laplace, so find the inverse Laplace without the exponential and shift that answer appropriately.
[tex]G(s) = \frac{1}{(s+4)(s-5)} = \frac{1}{-9}\frac{1}{s+4} + \frac{1}{9}\frac{1}{s-5}}\leftrightarrows g(t) = \frac{1}{9}(e^{5t}-e^{-4t})u(t)[/tex]
Then
[tex]F(s) = e^{-9s}G(s) \to f(t) = g(t-9) = \frac{1}{9}(e^{5(t-9)}-e^{-4(t-9)})u(t-9)[/tex]
 
Last edited by a moderator:
tedbradly said:
The exponential denotes a time shift for the inverse Laplace, so find the inverse Laplace without the exponential and shift that answer appropriately.
[tex]G(s) = \frac{1}{(s+4)(s-5)} = \frac{1}{-9}\frac{1}{s+4} + \frac{1}{9}\frac{1}{s-5}}\leftrightarrows g(t) = \frac{1}{9}(e^{5t}-e^{-4t})u(t)[/tex]
Then
[tex]F(s) = e^{-9s}G(s) \to f(t) = g(t-9) = \frac{1}{9}(e^{5(t-9)}-e^{-4(t-9)})u(t-9)[/tex]

ahhhh

That is very helpful!