At a basic level, the inverse Laplace transform doesn’t need to be computed by hand. We can consult a table of transforms and work backwards. By definition it’s given by:

As with the forward transform, the inverse transform is linear:

In MATLAB, we can use ilaplace(exp).1

Proof

By theorem, suppose is continuous and for some , i.e., is of exponential type . Then we can define for , more precisely:

is well defined and analytic for .

Then we say:

This integral converges if . Moreover, one can show it is differentiable there:

We should think about as a complex plane, which we’ll sometimes call . In particular, it lives in the shaded region and is analytic there: By theorem, suppose (as in the previous theorem) is exponential and of exponential type , then we can recover by integrating on a vertical line from . Then:

where .

The formula is obtained as followed. Let be the closed contour of the vertical line and a semicircle towards the right. Apply Cauchy’s integral formula to , which we’ve seen is analytic inside if . Then:

From the intuitive understanding of the integral formula as a sum of many functions that look like:

Something converges. Lost around minute 25 of this lecture by Prof Nachman.

Footnotes

  1. ”MATLAB has a powerful inverse Laplace transform engine.” - Prof Najm