Differential equations - inverse laplace transforms

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
1 reply · 7K views
sugarplum31
Messages
7
Reaction score
0

Homework Statement



We are given the following LaPlace Transformations and we are to find g(t) and h(t).

L(g)(t) = 1/[(1-e^(-2s))(s-1)]

L(h)(t) = (e^-s)/s(1-e^-s)

Homework Equations



By looking at the Table of LaPlace Transformations, the only one I found that could possibly work for both of these is

f(t+T) = f(t) ---> (integral from 0 to T of e^(-st)f(t) dt)/ 1-e^(-sT)

The Attempt at a Solution



For the first one, I broke it into two separate equations, 1/(1-e^-2s) * 1/(s-1) and for the second part it would be e^t. However, I am very confused on the equation I found in the Table and I'm not sure how to use it on either of these.
 
Physics news on Phys.org
sugarplum31 said:

Homework Equations



By looking at the Table of LaPlace Transformations, the only one I found that could possibly work for both of these is

f(t+T) = f(t) ---> (integral from 0 to T of e^(-st)f(t) dt)/ 1-e^(-sT)

That formula makes it easy to compute the Laplace transform of a periodic function, but I don't see how it's going to make it easy to do the inverse transform. I think the following is a better approach.

* Use the summation formula for convergent geometric series:

[tex]\sum_{n=0}^\infty x^n = \frac{1}{1-x}[/tex], [tex]|x|<1[/tex].

Here, [itex]x=e^-Ts[/itex]. Since [itex]T>0[/itex], you can apply the above sum formula.

Once you have done that, then...

* Make repeated use the time shift property of Laplace transforms:

[tex]e^{-Ts}F(s) \longrightarrow f(t-T)U(t-T)[/tex]

I think you'll have more success taking that route.