Processing math: 100%
Skip to content

2702 Definition and Properties

Definition

The convolution of two functions f and g is a third function which we denote fg. It is defined as the following integral (fg)(t)=t+0f(τ)g(tτ)dτ We will leave this unmotivated until the next note, and for now just learn how to work with it.
There are a few things to point out about the formula. * The variable of integration is τ. We can't use t because that is already used in the limits and in the integrand. We can choose any symbol we want for the variable of integration – it is just a dummy variable. * The limits of integration are 0 and t+. This is important, particularly when we work with delta functions. If f and g are continuous or have at worst jump discontinuities then we can use 0 and t for the limits. You will often see convolution written like this: (fg)(t)=t0f(τ)g(tτ)dτ * We are considering one-sided convolution. There is also a two-sided convolution where the limits of integration are ±. * (Important) One-sided convolution is only concerned with functions on the interval (0,). When using convolution we never look at t < 0.

Examples

Example 1 below calculates two useful convolutions from the definition (1). As you can see, the form of fg is not very predictable from the form of f and g.
Example 1. Show that eatebt=eatebtab,ab eateat=teat Solution. We show the first; the second calculation is similar.
If a=b, eatebt=t0eaτeb(tτ)dτ=ebtt0e(ab)τdτ=ebte(ab)τab|t0=ebte(ab)t1ab=eatebtab If a=b, eateat=t0eaτea(tτ)dτ=t0eatdτ=eatt01dτ=teat Note that because the functions are continuous we could safely integrate just from 0 to t instead of having to specify precisely 0 to t+.

The convolution gives us a formula for a particular solution yp to an inhomogeneous linear ODE. The next example illustrates this for a first order equation.
Example 2. Express as a convolution the solution to the first order constantcoefficient linear IVP. y+ky=q(t);y(0)=0 Solution. The integrating factor is ekt; multiplying both sides by it gives (yekt)=q(t)ekt Integrate both sides from 0 to t, and apply the Fundamental Theorem of Calculus to the left side; since we have y(0)=0, the solution we seek satisfies yekt=t0q(τ)ekτdτ Moving the ekt to the right side and placing it under the integral sign gives yp=t0q(τ)ek(tτ)dτ yp=q(t)ekt Now we observe that the solution is the convolution of the input q(t) with ekt, which is the solution to the corresponding homogeneous DE y+ky=0, but with IC y(0)=1. This is the simplest case of Green's formula, which is the analogous result for higher order linear ODE's, as we will see shortly.

Properties

  1. Linearity: Convolution is linear. That is, for functions f1, f2, g and constants c1, c2 we have (c1f1+c2f2)g=c1(f1g)+c2(f2g) This follows from the exact same property for integration. This might also be called the distributive law.

  2. Commutivity: fg=gf.
    Proof: This follows from the change of variable v=tτ.
    Limits: τ=0\rArrtτ=t+, and τ=t+\rArrtτ=0
    dv=dτ
    Integral: (fg)(t)=t+0f(τ)g(tτ)dτ=0t+f(tv)g(v)(dv)=t+0g(v)f(tv)dv=(gf)(t)

  3. Associativity: f(gh)=(fg)h. The proof just amounts to changing the order of integration in a double integral. (f(gh))(t)=t0f(u)(gh)(tu)du=tu=0f(u)(tus=0g(s)h(tus)ds)du=tu=0tus=0f(u)g(s)h(tsu)dsdu=tu=0ts=uf(u)g(su)h(ts)dsdu=ts=0su=0f(u)g(su)h(ts)duds=ts=0(su=0f(u)g(su)du)h(ts)ds=t0(fg)(s)h(ts)ds=((fg)h)(t)

Delta Functions

We have (δf)(t)=f(t) and (δ(ta)f)(t)=f(ta) The notation for the second equation is ugly, but its meaning is clear.

We prove these formulas by direct computation. First, remember the rules of integration with delta functions: for b>0 b0δ(τ)f(τ)dτ=f(0) The formulas follow easily for t0 (δf)(t)=t+0δ(τ)f(tτ)dτ=t+0δ(τ)f(t0)dτ=f(t0)t+0δ(τ)dτ=f(t) (δ(ta)f)(t)=t+0δ(τa)f(tτ)dτ=t+0δ(τa)f(ta)dτ=f(ta)t+0δ(τa)dτ=f(ta)

Convolution is a Type of Multiplication

You should think of convolution as a type of multiplication of functions. In fact, it is often referred to as the convolution product. In fact, it has the properties we associate with multiplication: * It is commutative. * It is associative. * It is distributive over addition. * It has a multiplicative identity. For ordinary multiplication, 1 is the multiplicative identity. Formula (3) shows that δ(t) is the multiplicative identity for the convolution product.