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{.}\)
We can also use the Convolution Theorem to solve initial value problems.
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.