logo

Laplace Transform Convolution 📂Odinary Differential Equations

Laplace Transform Convolution

Definitions1

Let’s call L\mathcal{L} the Laplace transform. The function fgf*g that satisfies the following expression is called the convolution with respect to the Laplace transforms of ff and gg.

L(fg)=L(f)L(g) \mathcal{L}(f*g) = \mathcal{L}(f) \cdot \mathcal{L}(g)

Theorem

The convolution of ff and gg with respect to their Laplace transforms h=fgh=f*g is as follows.

h(t)=fg(t)=0tf(tτ)g(τ)dτ=0tf(τ)g(tτ)dτ h(t) = f*g(t) = \int_{0}^t f(t-\tau)g(\tau)d\tau = \int_{0}^t f(\tau) g(t-\tau)d\tau

Proof

L{h(t)}=0est(0tf(tτ)g(τ)dτ)dt=00testf(tτ)g(τ)dτdt \begin{align*} \mathcal{L} \left\{ h(t) \right\} &= \int_{0}^{\infty} e^{-st} \left( \int_{0}^t f(t-\tau)g(\tau)d\tau \right)dt \\ &= \int_{0}^{\infty}\int_{0}^t e^{-st} f(t-\tau)g(\tau)d\tau dt \end{align*}

By changing the order of integration (refer to appendix)

00tdτdt    0τdtdτ \int_{0}^{\infty}\int_{0}^t d\tau dt\quad \implies \quad \int_{0}^{\infty}\int_\tau^{\infty} dt d\tau

Thus, the above expression becomes as follows.

0τestf(tτ)g(τ)dtdτ \int_{0}^{\infty}\int_\tau^{\infty} e^{-st} f(t-\tau)g(\tau)dt d\tau

If we let u=tτu=t-\tau

00esuesτf(u)g(τ)dudτ \int_{0}^{\infty}\int_{0}^{\infty} e^{-su}e^{-s\tau} f(u)g(\tau)du d\tau

And separate the integrals with respect to uu and τ\tau respectively

$$ \int_{0}^{\infty}e^{-s\tau}g(\tau)d\tau\int_{0}^{\infty} e^{-su} f(u)du=G(s)F(s)
$$

Hence

L(fg)(s)=Lh(s)=H(s)=G(s)F(s)=LgLf \mathcal{L}(f*g)(s) = \mathcal{L}h(s) = H(s) = G(s) F(s) = \mathcal{L}g \cdot \mathcal{L}f

Examples

1

Find the inverse Laplace transform of H(s)=as2(s2+a2)H(s)=\dfrac{a}{s^2(s^2+a^2)}.

Since L{t}=1s2\mathcal{L} \left\{ t \right\}=\dfrac{1}{s^2} and L{sin(at)}=as2+a2\mathcal{L} \left\{ \sin (at)\right\}=\dfrac{a}{s^2+a^2}, h(t)h(t) is the convolution of tt and sin(at)\sin (at).

h(t)=0t(tτ)sin(aτ)dτ=atsin(at)a2 h(t) = \int_{0}^t (t-\tau)\sin (a\tau) d\tau = \dfrac{at-\sin(at)}{a^2}

Reference: Table of Laplace Transforms

2

Solve the following initial value problem.

{y+4y=g(t)y(0)=3,y(0)=1 \begin{cases} y^{\prime \prime}+4y=g(t) \\ y(0)=3, \quad y^{\prime}(0)=-1 \end{cases}

Assuming the given 2nd order linear inhomogeneous differential equation is as follows.

ay+by+cy=g(t) ay^{\prime \prime} + by^{\prime} + cy = g(t)

And let L{y}=Y(s)\mathcal{L} \left\{ y \right\} =Y(s), L{g(t)}=G(s)\mathcal{L} \left\{ g(t) \right\}=G(s). Then

Y(s)=(as+b)y(0)+ay(0)as2+bs+c+G(s)as2+bs+c Y(s) = \dfrac{ (as + b)y(0) + ay^{\prime}(0) } {as^2+bs+c} + \dfrac{G(s) }{as^2+bs+c}

Applying the formula for solving 2nd order differential equations using the Laplace transform

Y(s)=3s1s2+4+G(s)s2+4 Y(s)=\dfrac{3s-1}{s^2+4}+\dfrac{G(s)}{s^2+4}

Organizing it we get

Y(s)=3ss2+4122s2+4+122s2+4G(s) Y(s)=3\dfrac{s}{s^2+4}-\dfrac{1}{2}\dfrac{2}{s^2+4}+\dfrac{1}{2}\dfrac{2}{s^2+4}G(s)

Then, since L{cos(2t)}=ss2+4\mathcal{L} \left\{ \cos (2t) \right\}=\dfrac{s}{s^2+4} and L{sin(2t)}=2s2+4\mathcal{L} \left\{ \sin (2t) \right\}=\dfrac{2}{s^2+4}, y(t)y(t) is

y(t)=3cos(2t)12sin(2t)+120tsin(2(tτ))g(τ)dτ y(t)=3\cos (2t) -\dfrac{1}{2}\sin (2t) +\dfrac{1}{2} \int_{0}^t \sin (2(t-\tau))g(\tau)d\tau

Appendix

1.png

2.png


  1. William E. Boyce, Boyce’s Elementary Differential Equations and Boundary Value Problems (11th Edition, 2017), p275-276 ↩︎