Convolution

1 min read Updated Fri Apr 24 2026 07:36:29 GMT+0000 (Coordinated Universal Time)

A mathematical operation that combines two functions to produce a third function expressing how the shape of one is modified by the other. Denoted by a star symbol \*\*.

(fg)(t)=f(τ)g(tτ)dτ(f * g)(t) = \int_{-\infty}^{\infty} f(\tau) \, g(t - \tau) \, d\tau

The convolution essentially “slides” one function over another, multiplying and integrating to produce a new function that reflects the combined effect of both.

Widely used in signal processing, probability, and many areas of mathematics and engineering.

Properties

Commutative

fg=gff * g = g * f

Convolution Theorem

Product of Laplace transforms of two functions is the Laplace transform of their convolution.

Suppose L{f}=FL\{f\}=F and L{g}=GL\{g\}=G:

L{fg}=F(s)G(s)L\{f*g\}=F(s)G(s)