Questions: Impulse Response, Convolution, and System Characterization
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
Why does knowing a linear time-invariant system's impulse response h(t) allow you to compute its output for any input?
ABecause the impulse is the most powerful input signal, so the system's response to it bounds all other responses
BBecause any input signal can be decomposed into a weighted, time-shifted collection of impulses, and superposition gives the total response via convolution
CBecause h(t) reveals the system's poles and zeros, from which all outputs can be derived analytically
DBecause the impulse response is only defined for linear systems, which by definition respond predictably to all inputs
The Dirac delta is the identity element of convolution: any signal u(t) can be written as the convolution of u with δ, i.e., u(t) = ∫u(τ)δ(t-τ)dτ. For an LTI system, linearity means responses to each impulse slice add, and time-invariance means a delayed impulse produces a delayed h(t). Summing all the delayed, scaled responses gives y(t) = ∫h(τ)u(t-τ)dτ. So h(t) is a complete characterization — knowing it is equivalent to knowing everything about the system's input-output behavior.
Question 2 Multiple Choice
Two linear time-invariant systems with transfer functions G₁(s) and G₂(s) are connected in series (output of System 1 feeds input of System 2). What is the combined system's transfer function?
AG₁(s) + G₂(s) — signals pass through both systems so their effects add
BG₁(s) · G₂(s) — cascaded systems multiply in the Laplace domain
CG₁(s) / G₂(s) — the second system partially cancels the effect of the first
DThe combined transfer function cannot be determined without knowing the time-domain impulse responses
In the Laplace domain, Y(s) = G(s)U(s). For cascaded systems: if U₂(s) = G₁(s)U₁(s) and Y(s) = G₂(s)U₂(s), then Y(s) = G₂(s)G₁(s)U₁(s) = [G₁(s)G₂(s)]U₁(s). The combined transfer function is the product. This is why the Laplace domain is so powerful for control design: complex cascades of filters, plants, and controllers reduce to polynomial multiplication and division, avoiding the messy convolution integrals that would be required in the time domain.
Question 3 True / False
Taking the Laplace transform of the convolution integral y(t) = ∫h(τ)u(t-τ)dτ yields Y(s) = G(s) + U(s) — convolution transforms to addition.
TTrue
FFalse
Answer: False
Convolution in the time domain transforms to MULTIPLICATION in the Laplace domain: Y(s) = G(s) · U(s). This is the convolution theorem of Laplace transforms. Addition in the Laplace domain corresponds to addition in the time domain (superposition of signals), not to convolution. The multiplication property is precisely what makes the Laplace domain so useful: it converts the integral operation of convolution into simple algebraic multiplication, enabling all frequency-domain analysis tools.
Question 4 True / False
A system with an impulse response that decays to near zero within 0.1 seconds has a short memory — inputs from more than 0.1 seconds ago have negligible influence on the current output.
TTrue
FFalse
Answer: True
The convolution integral y(t) = ∫h(τ)u(t-τ)dτ sums contributions from all past inputs, weighted by h(τ). If h(τ) ≈ 0 for τ > 0.1 s, then inputs more than 0.1 seconds in the past contribute negligibly to the current output. The duration of h(t) is the system's 'memory length.' Systems with long-duration h(t) — such as lightly damped resonators — integrate past inputs over a long window, making them sensitive to disturbances from far in the past and typically harder to control.
Question 5 Short Answer
Explain why the transfer function G(s) is defined as the Laplace transform of the impulse response h(t), and why this makes G(s) central to frequency-domain control analysis.
Think about your answer, then reveal below.
Model answer: G(s) = L{h(t)} because of the convolution theorem: in the time domain, output equals input convolved with h, but in the Laplace domain this becomes Y(s) = G(s)U(s) — simple multiplication. This algebraic relationship is the foundation of frequency-domain analysis. To analyze stability, evaluate G(s) at the poles (roots of the denominator). To compute frequency response, evaluate G(jω) for real ω. To design controllers, manipulate G(s) algebraically rather than solving differential equations. Bode plots, Nyquist diagrams, and root locus all arise from analyzing G(s) in different ways — all of which trace back to the convolution theorem that converts h(t) into the multiplication Y(s) = G(s)U(s).
The transfer function is not a separate object invented for control theory — it is exactly the Laplace transform of the impulse response. Understanding this connection reveals why frequency-domain methods work: they are simply a convenient coordinate system (frequency instead of time) for the same underlying convolution relationship that describes how LTI systems respond to inputs.