4.6.32 · D5Ordinary Differential Equations

Question bank — Convolution theorem — proof, applications

1,569 words7 min readBack to topic

The single golden rule to keep in your head while answering everything below:


True or false — justify

Every statement below is either subtly right or subtly wrong. Give the reason.

, the ordinary pointwise product.
False. A product in the -world becomes a convolution in the -world, not a pointwise product. Test: , but has transform ; whereas has transform . ✓
Convolution is commutative, so for all .
True. The substitution swaps which function carries and which carries , and flips the limits back, giving . You may always put the easier-to-integrate factor "inside".
.
False. The theorem is about the convolution , not the pointwise product . There is no simple formula for in general — that direction requires a complex-plane (Bromwich) convolution, a much harder object.
The upper limit of the convolution integral can be replaced by since Laplace transforms integrate to .
False. The upper limit is because for causal functions once (the argument would go negative). Extending to would add fictitious contributions from "the future".
Convolution is associative: .
True. In the -world this is just , ordinary multiplication of functions, which is associative. Transforming back gives associativity in the -world for free.
If and are both continuous, then is continuous.
True. Convolution is a smoothing (averaging) operation: it generally makes results smoother than the inputs, never rougher, so continuity is preserved and often improved.
, where is the unit impulse.
True. The impulse is the identity element for convolution — sliding a spike across just reads off at that instant. In the -world , and . ✓
.
False. , not . The constant is not the identity for convolution — the impulse is. Confusing "multiply by 1" with "convolve with 1" is a classic slip.
The convolution theorem requires and to have the same Laplace transform.
False. They can be any two functions each possessing a Laplace transform; the theorem stitches together different and . The example just happens to use two equal factors.
If is a rational function, convolution and partial fractions must give the same inverse.
True. They are two routes to the same unique inverse Laplace transform (which is unique among continuous functions). Convolution is often faster when the factors have clean inverses; partial fractions when they don't split naturally.

Spot the error

Each line contains a planted mistake. Find it and state the correct version.

"."
Both factors carry — that is a pointwise product, not convolution. One factor must be flipped and slid: , so the arguments add to .
"."
Wrong upper limit. For causal functions on it must be , because when .
"Since , we get ."
The theorem is about products , not sums. For a sum, linearity gives — the ordinary sum, no convolution.
"In the proof, changing from to introduces a Jacobian factor of ."
The Jacobian is , not . Since and , the transformation is a shear with determinant ; area is preserved, so no extra factor appears.
"Because convolution smears things, can't be solved by Laplace."
On the contrary — the integral is exactly , so it Laplaces to , turning the integral equation into simple algebra for .
"."
Wrong operation — it is , the convolution, which equals , not .
"The new integration region after is for each fixed ."
Reversed. The constraints and give with ranging to — the inner variable is bounded by , not the other way round.

Why questions

Answer with the mechanism, not just a restatement.

Why does a product in the -world correspond to an integral in the -world at all?
Because is secretly a double integral over the quarter-plane, and grouping it by the diagonals collects all pairs summing to a given — that "sum along a diagonal" is precisely the convolution integral.
Why do we deliberately use different dummy variables and when writing as integrals?
So the two integrals live on independent axes and can be merged into one honest double integral. Reusing the same letter would falsely tie the two integration variables together.
Why is the substitution (rather than, say, ) the "right" move in the proof?
We are steering toward the standard Laplace form . Since the exponent is , choosing makes it exactly — the exponent tells us what the new time variable must be.
Why does convolution "help" a Volterra integral equation but a pointwise-product integral wouldn't?
A Volterra kernel appears as — arguments adding to , i.e. a convolution — so it Laplaces to the product . A genuine pointwise product has no such clean transform.
Why can you swap which factor gets the argument when computing a convolution by hand?
Commutativity () lets you flip the roles freely, so you park the harder function at or the easier one — whichever integral is simpler — without changing the answer.
Why does convolving a function with the unit step give its running integral ?
Because for all and beyond, so — the step acts as a "keep everything up to now" mask, which is integration. In the -world this is , the known integration rule.

Edge cases

Boundary and degenerate inputs — the scenarios the formula must survive.

What is for any bounded ?
Zero. The integral collapses to an empty interval, so every convolution starts at — a useful sanity check on any answer.
What is (convolution with the zero function)?
The zero function. The integrand is identically zero, so the integral is for all . In the -world this is . ✓
Is (a constant) an identity for convolution, i.e. does for some ?
No constant works — is an integral of , not itself. The identity is the impulse , which is not an ordinary function at all.
If grows like and like , does still exist?
Yes as an integral for each finite (a finite interval always integrates a continuous function). The transform then exists only for , the sum of the two abscissas of convergence.
What does convolving a spiky function with a wide smooth one do to the spike?
It smears (blurs) the spike out over the width of the smooth function — convolution is a weighted local average, so sharp features get softened. This is exactly the "glowing sand grain" picture from the parent note.
If is a delayed step turning on only at (i.e. ), how does the lower effective limit change?
Contributions start only once , i.e. , so the effective integral becomes and is exactly for — the delay simply postpones all output. This is the -world shift .

Recall One-line summary to carry away

Every trap on this page is a disguise of the same two ideas: (1) product in ↔ convolution (not product) in , and (2) the integrand's arguments must add to , with the integral running to because functions are causal. Check any convolution claim against these two, and you will rarely be fooled.

Connections