The Convolution Theorem (
Theorem 6.4.1) can be very useful for finding the inverse transforms of products, since
\begin{equation*}
F(s) G(s) = {\mathcal L}(f*g)(s).
\end{equation*}
For example, suppose that we wish to find the inverse transform of
\begin{equation*}
\frac{1}{s^2(s + 1)} = \frac{1}{s^2} \cdot \frac{1}{s + 1}.
\end{equation*}
Since \({\mathcal L}[t] = 1/s^2\) and \({\mathcal L}[e^{-t}] = 1/(s + 1)\text{,}\) we know that
\begin{align*}
{\mathcal L}^{-1} \left[ \frac{1}{s^2(s + 1)}\right] & = {\mathcal L}^{-1} \left[ \frac{1}{s^2} \right] * {\mathcal L}^{-1} \left[ \frac{1}{s + 1} \right]\\
& = \int_0^t (t - u) e^{-u}\, du\\
& = t + e^{-t} - 1.
\end{align*}
Of course, we could have used partial fractions to decompose \(1/(s^2 (s + 1))\text{.}\)
Example 6.4.2.
Instead of using partial fractions, let us use the Convolution Theorem (
Theorem 6.4.1) to calculate the inverse Laplace transform of
\begin{equation*}
H(s)= \frac{a}{s^2(s^2 + a^2)} = \frac{1}{s^2} \cdot \frac{a}{s^2 + a^2}.
\end{equation*}
The inverse Laplace transform of \(1/s^2\) is \(t\text{,}\) and the inverse Laplace transform of \(a/(s^2 + a^2)\text{.}\) is \(\sin at\text{.}\) Using the Convolution Theorem, the inverse Laplace transform of \(H(s)\) is
\begin{equation*}
h(t) = \int_0^t (t - \tau) \sin a \tau \, d \tau = \frac{at - \sin at}{a^2}.
\end{equation*}
We can also use the Convolution Theorem to solve initial value problems.
Example 6.4.3.
Consider the initial value problem
\begin{align*}
y'' + 4y & = g(t)\\
y(0) & = 3\\
y'(0) & = -1.
\end{align*}
Taking the Laplace transform of both sides of the differential equation and applying the initial conditions, we obtain
\begin{equation*}
s^2 Y(s) - 3s + 1 + 4Y(s) = G(s),
\end{equation*}
where \(G(s)\) is the Laplace transform of \(g(t)\text{.}\) Solving for \(Y(s)\text{,}\) we have
\begin{equation*}
Y(s) = \frac{3s-1}{s^2 + 4} + \frac{G(s)}{s^2 + 4} = 3\frac{s}{s^2 + 4} - \frac{1}{2} \frac{2}{s^2 + 4} + \frac{1}{2} \frac{2}{s^2 + 4} G(s).
\end{equation*}
The last term corresponds to the forcing term of our differential equation. Taking the inverse Laplace transform of both sides and applying the Convolution Theorem, we get
\begin{equation*}
y = 3 \cos 2t - \frac{2}{2} \sin 2t + \frac{1}{2} \int_0^t \sin 2(t - \tau) g(\tau) \, d \tau.
\end{equation*}
Notice that we did not specify a particular forcing function in
Example 6.4.3. In fact, it is possible to write a solution for the initial value problem
\begin{align*}
ay'' + by' + cy & = g(t)\\
y(0) & = y_0\\
y'(0) & = y_1
\end{align*}
using the Convolution Theorem without knowing what the actual forcing function \(g(t)\text{.}\) Taking the Laplace transform of both sides of the differential equation and using the initial conditions, we have
\begin{equation*}
(as^2 + bs + c)Y(s) - (as + b)y_0 - ay_1 = G(s)
\end{equation*}
or
\begin{equation*}
Y(s) = \Phi(s) + \Psi(s),
\end{equation*}
where
\begin{align*}
\Phi(s) & = \frac{(as + b)y_0 + ay_1 }{as^2 + bs + c}\\
\Psi(s) & = \frac{G(s)}{as^2 + bs + c}.
\end{align*}
Therefore,
\begin{equation*}
y = \phi(t) + \psi(t),
\end{equation*}
where \(\phi(t) = {\mathcal L}^{-1}( \Phi(s))\) and \(\psi(t) = {\mathcal L}^{-1}( \Psi(s))\text{.}\) Observe that \(\phi(t)\) is the solution to the initial value problem
\begin{align*}
ay'' + by' + cy & = 0\\
y(0) & = y_0\\
y'(0) & = y_1.
\end{align*}
Once we have values for \(a\text{,}\) \(b\text{,}\) and \(c\text{,}\) the function \(\phi(t)\) is easy to find. To find \(\psi(t)\text{,}\) we first write
\begin{equation*}
\Psi(s) = \frac{1}{as^2 + bs + c} G(s) = H(s) G(s),
\end{equation*}
where \(H(s) = 1/(as^2 + bs + c)\text{.}\) If \(h(t)\) is the inverse Laplace transform of \(H(s)\text{,}\) then
\begin{equation*}
\psi(t) = {\mathcal L}^{-1}(H(s)G(s)) = \int_0^t h(t - \tau) g(\tau) \, d\tau.
\end{equation*}
If we consider the case where \(G(s) = 1\text{,}\) then \(g(t) = \delta(t)\) and \(\psi(s) = H(s)\text{.}\) This means that \(h(t)\) is a solution to the initial value problem
\begin{align*}
ay'' + by' + cy & = \delta(t)\\
y(0) & = y_0\\
y'(0) & = y_1.
\end{align*}
For this reason, \(h(t)\) is sometimes called the impulse response of the system.