Laplace Transform Convolution
📂Odinary Differential EquationsLaplace Transform Convolution
Definitions
Let’s call L the Laplace transform. The function f∗g that satisfies the following expression is called the convolution with respect to the Laplace transforms of f and g.
L(f∗g)=L(f)⋅L(g)
Theorem
The convolution of f and g with respect to their Laplace transforms h=f∗g is as follows.
h(t)=f∗g(t)=∫0tf(t−τ)g(τ)dτ=∫0tf(τ)g(t−τ)dτ
Proof
L{h(t)}=∫0∞e−st(∫0tf(t−τ)g(τ)dτ)dt=∫0∞∫0te−stf(t−τ)g(τ)dτdt
By changing the order of integration (refer to appendix)
∫0∞∫0tdτdt⟹∫0∞∫τ∞dtdτ
Thus, the above expression becomes as follows.
∫0∞∫τ∞e−stf(t−τ)g(τ)dtdτ
If we let u=t−τ
∫0∞∫0∞e−sue−sτf(u)g(τ)dudτ
And separate the integrals with respect to u and τ 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(f∗g)(s)=Lh(s)=H(s)=G(s)F(s)=Lg⋅Lf
■
Examples
1
Find the inverse Laplace transform of H(s)=s2(s2+a2)a.
Since L{t}=s21 and L{sin(at)}=s2+a2a, h(t) is the convolution of t and sin(at).
h(t)=∫0t(t−τ)sin(aτ)dτ=a2at−sin(at)
Reference: Table of Laplace Transforms
2
Solve the following initial value problem.
{y′′+4y=g(t)y(0)=3,y′(0)=−1
Assuming the given 2nd order linear inhomogeneous differential equation is as follows.
ay′′+by′+cy=g(t)
And let L{y}=Y(s), L{g(t)}=G(s). Then
Y(s)=as2+bs+c(as+b)y(0)+ay′(0)+as2+bs+cG(s)
Applying the formula for solving 2nd order differential equations using the Laplace transform
Y(s)=s2+43s−1+s2+4G(s)
Organizing it we get
Y(s)=3s2+4s−21s2+42+21s2+42G(s)
Then, since L{cos(2t)}=s2+4s and L{sin(2t)}=s2+42, y(t) is
y(t)=3cos(2t)−21sin(2t)+21∫0tsin(2(t−τ))g(τ)dτ
■
Appendix

