I've been looking over some examples regarding inverse laplace transforms, and my textbook doesn't really go into much depth regarding examples such as this:
F(s) = (2(s-1)e^(-2s))/(s^2 -2s + 2)
I know that e^-2s is the unit step function, so that my answer will involve that, but does that mean I transform it from F(s) to F(s-2) and take the ILT of that?
Also, I know that the (s-1)/((s-1)^2 + 1) takes the form of e^(at)cosbt, so I know that will take part in the eventual answer, but I can't seem to get it to match with the book's answer. It's as though I understand about 50% of it.
As you can see, I'm kind of confused, but would really like to understand this material better.
Thanks!
We have:
$$F(s) = \dfrac{2(s-1)e^{-2s}}{s^2 -2s + 2}$$
So we do this part first:
$$\mathscr{L}^{-1}\left(\dfrac{2(s-1)}{s^2 -2s + 2}\right) = \mathscr{L}^{-1}\left(\dfrac{2(s-1)}{(s-1)^2 + 1^2}\right) = 2e^t \cos t$$
Now the $e^{-2s}$ is a time shift by two units, including a unit step function, so we shift each term that has $t$ with $t-2$, which gives:
$$\mathscr{L}^{-1} (F(s)) = 2 e^{t-2} u (t-2) \cos (2-t)$$
Would recommed reviewing the first and second shift theorems in Section 4.3