Login
📚 Differential Equations for Engineers
Chapters ▾
⇩ Download ▾

6.3 Convolution

Convolution

We said that 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 t0, and define the convolutionto the power 1 of f(t) and g(t) as

( f * g ) ( t ) = d e f 0 t f ( τ ) g ( t τ ) d τ .

(6.3.1)

As you can see, the convolution of two functions of t is another function of t.

The convolution has many properties that make it behave like a product. Let c be a constant and f, g, and h be functions then

f * g = g * f ( c f ) * g = f * ( c g ) = c ( f * g ) ( f * g ) * h = f * ( g * h )

The most interesting property for us, and the main result of this section is the following theorem.

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.

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.

Volterra Integral Equation

A common integral equation is the Volterra integral equationsquared

x ( t ) = f ( t ) + 0 t g ( t τ ) x ( τ ) d τ

where f(t) and g(t) are known functions and x(t) is an unknown we wish to solve for. To find x(t), we apply the Laplace transform to the equation to obtain

X ( s ) = F ( s ) + G ( s ) X ( s ) ,

where X(s), F(s), and G(s) are the Laplace transforms of x(t), f(t), and g(t), respectively. We find

X ( s ) = F ( s ) 1 G ( s ) .

To find x(t) we now need to find the inverse Laplace transform of X(s).

Footnotes

[1] For those that have seen convolution defined before, you may have seen it defined as f*g)(t)=f(τ)g(tτ)dτ. This definition agrees with (6.3.1) if you define f(t) and g(t) to be zero for t<0. 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.

[2] Named for the Italian mathematician Vito Volterra (1860–1940).

Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.