Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Differential Equations

Convolution

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.

fg=gff * g = g * f

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)