The convolution integral tells you how two functions combine when one is shifted across the other. In continuous time, it is defined by
The fast intuition is simple: for each value of , slide one function, find where the two functions overlap, multiply their values on that overlap, and add the result. If both functions are causal, meaning they are zero for negative time, this often becomes
for , as long as captures the full overlap. The main idea is practical: convolution turns sliding overlap into one number for each value of .
Convolution Integral Definition And Intuition
Think of as fixed and as a flipped, shifted copy of . As changes, the overlap changes, so the integral changes too.
That is the main difference from pointwise multiplication. You are not comparing the two functions at the same input. You are adding products across the whole region where the shifted copy overlaps the original.
Why The Overlap Determines The Limits
The limits in a convolution problem usually do not come from memorizing a template. They come from asking where both factors are nonzero.
That is why many convolution answers are piecewise. As moves, the overlap interval can grow, shrink, or disappear, so the integral has to change with it.
This is the part students often miss: the hard part is usually not the integration. It is finding the correct overlap interval first.
Convolution Integral Example: Two Unit Pulses
Let
and let be the same function. We want .
This example works well because the integrand is either or , so the convolution is just the length of the overlap interval.
Using the definition,
Because only on , and only when , the integrand is exactly where both conditions hold.
The second condition means
So the overlap interval is
So is the length of that overlap.
Case 1:
There is no overlap, so
Case 2:
The overlap runs from to , so
Case 3:
The overlap runs from to , so
Case 4:
Again there is no overlap, so
Putting the pieces together,
The result is a triangle. Its height grows while the overlap grows, then falls as the overlap shrinks.
Common Convolution Integral Mistakes
Forgetting The Shifted Input
The second factor is , not and not just . The shift is the whole point of convolution.
Using The Wrong Limits
The safest method is to find where both factors are nonzero. If the overlap changes with , the limits usually need a piecewise answer.
Treating Convolution As Pointwise Multiplication
Pointwise multiplication uses values at the same input. Convolution accumulates products across a whole interval.
Skipping The Condition Behind A Shortcut
The shortcut
works in common causal settings, but not for every pair of functions. Use it only when the support assumptions justify it.
Where The Convolution Integral Is Used
Use convolution when one quantity depends on how another is spread across nearby time or space.
In linear time-invariant systems, convolution gives the output from an input and an impulse response. In probability, if two independent random variables have densities, the density of their sum is a convolution of those densities. More broadly, convolution appears in smoothing, filtering, diffusion, and any setting where nearby values combine.
Try A Similar Convolution Problem
Try the same pulse example, but make the second pulse twice as tall:
The overlap interval stays the same, but the integrand is now twice as large on that interval. If you can predict how that changes the triangular result before integrating, the core idea of convolution has clicked.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →