Note: 1 or 1.5 lectures, §7.2 in [EP], §6.6 in [BD]
Subsection6.3.1The convolution
The Laplace transformation of a product is not the product of the transforms. All hope is not lost however. We simply have to use a different type of a “product.” Take two functions \(f(t)\) and \(g(t)\) defined for \(t \geq 0\text{,}\) and define the convolution 1
For those that have seen convolution before, you may have seen it defined as \((f * g)(t) =
\int_{-\infty}^\infty f(\tau) g(t-\tau) \, d\tau\text{.}\) This definition agrees with (6.2) if you define \(f(t)\) and \(g(t)\) to be zero for \(t < 0\text{.}\) When discussing the Laplace transform the definition we gave is sufficient. Convolution does occur in many other applications, however, where you may have to use the more general definition with infinities.
The formula holds only for \(t \geq 0\text{.}\) The functions \(f\text{,}\)\(g\text{,}\) and \(f*g\) are undefined for \(t < 0\text{.}\)
Convolution has many properties that make it behave like a product. Let \(c\) be a constant and \(f\text{,}\)\(g\text{,}\) and \(h\) be functions. Then it is a calculus exercise to show
\begin{equation*}
\begin{aligned}
& f * g = g * f , \\
& (c f) * g = f * (c g) = c (f*g) , \\
& (f+g) * h = f * h + g * h , \\
& ( f * g ) * h = f * ( g * h ) .
\end{aligned}
\end{equation*}
The most interesting property for us is the following theorem.
Theorem6.3.1.
Let \(f(t)\) and \(g(t)\) be of exponential order, then
The calculation of the integral involved an integration by parts.
Subsection6.3.2Solving ODEs
The next example demonstrates the full power of the convolution and the Laplace transform. We can give the solution to the forced oscillation problem for any forcing function as a definite integral.
We first apply the Laplace transform to the equation. Denote the transform of \(x(t)\) by \(X(s)\) and the transform of \(f(t)\) by \(F(s)\) as usual. We get
Notice one more feature of the example above. We can now see how Laplace transform handles resonance. Suppose that \(f(t) =
\cos (\omega_0 t)\text{.}\) Then
We have computed the convolution of sine and cosine in Example 6.3.2. Hence
\begin{equation*}
x(t) =
\left(
\frac{1}{\omega_0}
\right) \,
\left(
\frac{1}{2} \,
t
\sin ( \omega_0 t )
\right)
=
\frac{1}{2 \omega_0} \,
t
\sin ( \omega_0 t ).
\end{equation*}
Note the \(t\) in front of the sine. The solution, therefore, grows without bound as \(t\) gets large, meaning we get resonance.
The general idea here is that if \(H(s)\) is the transfer function, then \(X(s)=H(s)F(s)\text{.}\) If we find the \(h(t) = {\mathcal{L}}^{-1}\bigl\{ H(s) \bigr\}\text{,}\) then
Hence, we can solve any constant coefficient equation with an arbitrary forcing function \(f(t)\) as a definite integral using convolution. A definite integral, rather than a closed form solution, is usually enough for most practical purposes. It is not hard to numerically evaluate a definite integral.
Subsection6.3.3Volterra integral equation
A common integral equation is the Volterra integral equation 2
Named for the Italian mathematician Vito Volterra (1860–1940).
where \(f(t)\) and \(g(t)\) are known functions and \(x(t)\) is an unknown we wish to solve for. To find \(x(t)\text{,}\) we apply the Laplace transform to the equation to obtain
\begin{equation*}
x(t) = \cosh \bigl( \sqrt{2} \, t \bigr) -
\frac{1}{\sqrt{2}} \sinh \bigl( \sqrt{2}\, t \bigr).
\end{equation*}
Exercises6.3.4Exercises
6.3.1.
Let \(f(t) = t^2\) for \(t \geq 0\text{,}\) and \(g(t) = u(t-1)\text{.}\) Compute \(f * g\text{.}\)
6.3.2.
Let \(f(t) = t\) for \(t \geq 0\text{,}\) and \(g(t) = \sin t \) for \(t \geq 0\text{.}\) Compute \(f * g\text{.}\)
6.3.3.
Find the solution to
\begin{equation*}
m x'' + c x' + k x = f(t) , \quad x(0) = 0, \quad x'(0) = 0 ,
\end{equation*}
for an arbitrary function \(f(t)\text{,}\) where \(m > 0\text{,}\)\(c > 0\text{,}\)\(k > 0\text{,}\) and \(c^2 - 4km > 0\) (the system is overdamped). Write the solution as a definite integral.
6.3.4.
Find the solution to
\begin{equation*}
m x'' + c x' + k x = f(t) , \quad x(0) = 0, \quad x'(0) = 0 ,
\end{equation*}
for an arbitrary function \(f(t)\text{,}\) where \(m > 0\text{,}\)\(c > 0\text{,}\)\(k > 0\text{,}\) and \(c^2 - 4km < 0\) (the system is underdamped). Write the solution as a definite integral.
6.3.5.
Find the solution to
\begin{equation*}
m x'' + c x' + k x = f(t) , \quad x(0) = 0, \quad x'(0) = 0 ,
\end{equation*}
for an arbitrary function \(f(t)\text{,}\) where \(m > 0\text{,}\)\(c > 0\text{,}\)\(k > 0\text{,}\) and \(c^2 = 4km\) (the system is critically damped). Write the solution as a definite integral.
Compute \({\mathcal{L}}^{-1} \left\{ \frac{s}{{(s^2+4)}^2} \right\}\) using convolution.
6.3.9.
Write down the solution to \(x''-2x=e^{-t^2}\text{,}\)\(x(0)=0\text{,}\)\(x'(0)=0\) as a definite integral. Hint: Do not try to compute the Laplace transform of \(e^{-t^2}\text{.}\)
6.3.101.
Let \(f(t) = \cos t\) for \(t \geq 0\text{,}\) and \(g(t) = e^{-t}\text{.}\) Compute \(f * g\text{.}\)
Answer.
\(\frac{1}{2}(\cos t + \sin t - e^{-t})\)
6.3.102.
Compute \({\mathcal{L}}^{-1} \left\{ \frac{5}{s^4+s^2} \right\}\) using convolution.
Answer.
\(5t-5\sin t\)
6.3.103.
Solve \(x''+x = \sin t\text{,}\)\(x(0) = 0\text{,}\)\(x'(0)=0\) using convolution.
Answer.
\(\frac{1}{2}(\sin t - t \cos t)\)
6.3.104.
Solve \(x'''+x' = f(t)\text{,}\)\(x(0) = 0\text{,}\)\(x'(0)=0\text{,}\)\(x''(0)=0\) using convolution. Write the result as a definite integral.