I've been asked to find the inverse Laplace Transform of: $$\mathcal L^{-1}\left\lbrace e^{-2s}\over {s^3}\right\rbrace$$
I lost my notes, so I'm going off of examples I have found online. I got stuck on the last step:
$$\mathcal L^{-1}\left\lbrace e^{-2s}\cdot {1\over {s^3}}\right\rbrace$$
$$=u(t-2)\cdot\frac 12t^2$$
That's unfortunately as far as I have gotten... If someone could help me figure out the last part that would be nice!
2026-04-12 07:09:25.1775977765
Inverse Laplace Step Function
718 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Here's one way to approach the problem: $$ \begin{align} \mathcal L^{-1}\left\lbrace e^{-2s}\cdot {1\over {s^3}}\right\rbrace &= \mathcal L^{-1}\left\{e^{-2s}\right\} * \mathcal L^{-1}\left\{1/s^3\right\}\\&= \delta(t-2)*\frac 12 t^2u(t) \\&= \frac 12 (t-2)^2u(t-2) \end{align} $$ Where $*$ represents convolution.