Section 3.3 Convolution
Subsection 3.3.1 The convolution
We know two binary operations on functions - pointwise addition and multiplication - that takes two functions and give a third. The convolution f(t)*g(t) is a new operation, and one that is going to play particularly nicely with the Laplace Transform and be particularly nice for computing inverse Laplace transforms of products.
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 and defined for and define the convolutionβ1β of and as
Example 3.3.1.
Example 3.3.2.
Convolution has many properties that make it behave like a product. Let be a constant and and be functions. Then
The most interesting property for us is the following theorem.
Theorem 3.3.1.
In other words, the Laplace transform of a convolution is the product of the Laplace transforms. The simplest way to use this result is in reverse.
Example 3.3.3.
Subsection 3.3.2 Solving 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.
Example 3.3.4.
Notice one more feature of this example. We can now see how Laplace transform handles resonance. Suppose that Then
We have computed the convolution of sine and cosine in Example 3.3.2. Hence
Note the in front of the sine. The solution, therefore, grows without bound as gets large, meaning we get resonance.
Similarly, we can solve any constant coefficient equation with an arbitrary forcing function 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.
Subsection 3.3.3 Volterra integral equation
where and are known functions and is an unknown we wish to solve for. To find we apply the Laplace transform to the equation to obtain
Example 3.3.5.
Subsection 3.3.4 Exercises
Exercise 3.3.1.
Exercise 3.3.2.
Exercise 3.3.3.
Exercise 3.3.4.
Find the solution to
for an arbitrary function where and (the system is overdamped). Write the solution as a definite integral.
Solution.
Taking the Laplace transform
Where we defined We can now find using the shifting property
And finally using convolution
Exercise 3.3.5.
Find the solution to
for an arbitrary function where and (the system is underdamped). Write the solution as a definite integral.
Exercise 3.3.6.
Find the solution to
for an arbitrary function where and (the system is critically damped). Write the solution as a definite integral.
Exercise 3.3.7.
Exercise 3.3.8.
Exercise 3.3.9.
Find the Laplace transform of:
Solution.
Using the property of derivatives of the transform and the Convolution property, we write \[\mathcal{L}\left[t\int_0^t \cos(t-\tau) sin(\tau) d\tau\right]=-\frac{d}{ds}\mathcal{L}\left[\int_0^t \cos(t-\tau) sin(\tau) d\tau\right]=-\frac{d}{ds}\left[\mathcal{L}(\cos t)\cdot\mathcal{L}(\sin t)\right]\] \[=-\frac{d}{ds}\left[\frac{s}{(s^{2}+1)}\right]=\frac{3 s^2-1}{\left(s^2+1\right)^3}\]
Exercise 3.3.10.
Find the Laplace transform of:
Exercise 3.3.11.
Write down the solution to as a definite integral. Hint: Do not try to compute the Laplace transform of
Solution.
Taking the Laplace transform of the equation
So using the convolution property
Exercise 3.3.12.
Solution.
Taking the Laplace transform of the equation and solving for
Splitting the fraction and completing the square, this gives
Exercise 3.3.13.
Exercise 3.3.14.
Compute using convolution.
Solution.
First we re-write: \[\mathcal{L}^{-1}\left[\frac{s}{(s^{2}+4)^{2}}\right]=\frac{1}{2}\mathcal{L}^{-1}\left[\frac{2}{(s^{2}+4)}\cdot\frac{s}{(s^{2}+4)}\right]\] Now using the Convolution property of the Laplace tranform, we write: \[\mathcal{L}^{-1}\left[\frac{s}{(s^{2}+4)^{2}}\right]=\frac{1}{2}\sin(2t)\star\cos(2t)=\frac{1}{2}t\sin t\cos t\]
Exercise 3.3.15.
Compute using convolution.
Exercise 3.3.16.
Compute using convolution.
For those that have seen convolution before, you may have seen it defined as This definition agrees with (3.8) if you define and to be zero for 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.
Named for the Italian mathematician Vito Volterraβ3β (1860β1940).
en.wikipedia.org/wiki/Vito_Volterra