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.
Frequently Asked Questions
- What is the convolution integral?
- The convolution integral combines two functions by sliding one across the other. For each value of t, you flip and shift one function, multiply it with the other where they overlap, and integrate the product. The result turns the sliding overlap into a single number for each value of t.
- How do you find the limits of a convolution integral?
- The limits come from asking where both factors are nonzero, not from memorizing a template. Identify where the fixed function is nonzero and where the flipped, shifted copy is nonzero, then integrate over the intersection of those regions. Finding this overlap interval correctly is usually the hard part, not the integration itself.
- Why are convolution answers often piecewise?
- As t changes, the overlap between the fixed function and the shifted copy can grow, shrink, or disappear entirely. Each different overlap situation produces a different integral, so the final answer changes form across ranges of t. For two unit pulses, the result is zero, then t, then 2 minus t, depending on the case.
- What is the difference between convolution and pointwise multiplication?
- Pointwise multiplication compares two functions at the same input and multiplies their values there. Convolution does not do that. It adds up products across the whole region where a flipped, shifted copy of one function overlaps the other, so the output at each time depends on an entire range of values, not a single point.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →