pretiosus.io

Inverse Laplace Transform

Topic

Tags

Laplace

The Inverse Laplace\mathcal{L}aplace transform is used to go back from the Laplace\mathcal{L}aplace domain to the real-values function. In the article Laplace Transform there is shown that by bringing problems in the s-domain computations can be performed more easily. I.e. a convolution becomes a multiplication and an ode turns into an algebraic expression.

The official way to compute an Inverse Laplace\mathcal{L}aplace transform is by the use of the following integral;

L1{F(s)}=12πiγiγ+iestF(s)ds\begin{equation} \mathcal{L}^{-1}\{F(s)\} = \frac{1}{2\pi i}\int^{\gamma + i \infty}_{\gamma - i \infty} e^{st}F(s)ds \end{equation}

Again, the integral is the formal way of computing L1{F(s)}\mathcal{L}^{-1}\{F(s)\}, however, we can use the same lookup as with the conversion from f(t)f(t) --> F(s)F(s), but now it is simply the other way around, F(s)F(s) --> f(t)f(t)

Frequency Domain F(s)F(s)Time Domain L1{F(s)}=f(t)\mathcal{L}^{-1}\{F(s)\} = f(t)
1s\frac{1}{s}11
11δ(t)\delta(t)
eτse^{-\tau s}δ(tτ)\delta(t-\tau)
n!sn+1\frac{n!}{s^{n+1}}tnt^n
n!(s+α)n+1\frac{n!}{(s+\alpha)^{n+1}}tneαtt^ne^{-\alpha t}
1sα\frac{1}{s-\alpha}eαte^{\alpha t}
ωs2+ω2\frac{\omega}{s^2 + \omega^2}sin(ωt)sin(\omega t)
ω(sα)2+ω2\frac{\omega}{(s-\alpha)^2 + \omega^2}eαtsin(ωt)e^{\alpha t}sin(\omega t)
ss2+ω2\frac{s}{s^2 + \omega^2}cos(ωt)cos(\omega t)
sα(sα)2+ω2\frac{s-\alpha}{(s-\alpha)^2 + \omega^2}eαtcos(ωt)e^{\alpha t}cos(\omega t)
............

Example Lookup Table

Let's say we need to transfer the following function in the s-domain back toward the time domain;

F(s)=5s1s2+1=5ss2+11s2+1\begin{equation} \begin{aligned} F(s) &= \frac{5s-1}{s^2+1}=\frac{5s}{s^2+1} - \frac{1}{s^2+1}\\ \end{aligned} \end{equation}

By using the properties of the lookup table we can find f(t)f(t), which equals (check yourself);

f(t)=L1{F(s)}=5cos(t)sin(t)\begin{equation} \begin{aligned} f(t) = \mathcal{L}^{-1}\{F(s)\} = 5cos(t) - sin(t) \end{aligned} \end{equation}

Of course, many different examples can be thought of, in general, it is good practice to recognize particular forms present in the lookup table. The same is done in the example. For example, rewriting the fraction forms can appear in a more clear structure.

In this article, there is shown how to compute L1{F(s)}\mathcal{L}^{-1}\{F(s)\}. In further articles, we dive deeper into the computation of the formal integrals.