4.6.33 · D5Ordinary Differential Equations

Question bank — Impulse response and transfer function (GNC connection)

1,728 words8 min readBack to topic

Before the traps, three quick pictures build the vocabulary these questions lean on, so you never have to jump to the parent note.


Ground vocabulary you'll need here

Figure — Impulse response and transfer function (GNC connection)
Figure — Impulse response and transfer function (GNC connection)
Figure — Impulse response and transfer function (GNC connection)

True or false — justify

The impulse response can be nonzero for in a physical system.
False for any causal system — the output cannot precede the kick, so for is built into the definition. A nonzero before would mean the system responded before it was hit.
, so the delta "has no effect".
False — the transform equalling means the delta injects all frequencies equally with unit weight; it is the maximally rich input, which is exactly why its response is a full fingerprint.
For an LTI system, .
True — Convolution is commutative (see the overlap-area figure above): the substitution maps one integral onto the other, so it does not matter which curve you hold still.
The transfer function fully describes the system's response for any initial conditions.
False — is the zero-state relation only. Nonzero contributes a separate zero-input term ( pieces) that does not carry.
A pole at means the system is stable because nothing blows up exponentially.
False — it is only marginally stable. The double integrator gives , which grows without bound linearly; unbounded is unbounded, exponential or not.
If all poles have the impulse response decays to zero.
True — each pole contributes a term , and forces the envelope , so the ringing dies out.
A system with complex poles must be unstable.
False — complex poles produce oscillation (/ factors), but stability depends only on the real part. Poles at with oscillate and decay.
The convolution theorem holds for any signals regardless of their region of convergence.
False — it holds only where the ROCs overlap. Both being causal gives right-half-plane ROCs that intersect; content before or non-overlapping ROCs breaks the clean product rule.

Spot the error

"Since has zero width, , so ."
The error is treating zero width as zero area. The delta has unit area, and sifting gives , not .
"For the pole is at , so the system is unstable."
Sign error: gives , whose denominator vanishes at . The pole is at , so it is stable.
"The impulse response of is (with damped frequency )."
Missing the factor. Inverting uses the pair with numerator , so you must divide: .
"To convolve, integrate always."
For a causal system with input starting at , the limits collapse to to . Using silently includes impossible future contributions ( for and for anyway).
"Because has DC gain , the spacecraft settles to a fixed angle."
is undefined — there is no finite DC gain. The double integrator never settles; a constant torque ramps the angle forever, which is why it needs feedback.
" is the Laplace transform of the input."
No — , the transform of the impulse response, obtained by setting (the delta's transform). The input's transform is .

Why questions

Why does knowing alone determine the output for every input?
Because any input is a sum of shifted, scaled impulses (sifting), and linearity + time-invariance send each impulse to a shifted, scaled copy of ; superposing gives .
Why do we bother with the Laplace transform instead of just convolving directly?
Convolution is an integral you must recompute for every input; Laplace turns it into plain multiplication , and turns derivatives into powers of , converting the ODE into algebra.
Why does the complex variable let poles reveal stability at a glance?
Because packages a decay rate and a frequency, a pole location directly says "the system rings at frequency while its envelope grows/decays at rate " — the sign of is stability.
Why are the poles the same as the roots of the characteristic polynomial?
The transfer function denominator is , and setting it to zero is exactly the characteristic equation of the homogeneous ODE. Same polynomial, same roots.
Why must a controller push poles into the left-half plane?
Poles govern the terms; only makes them decay. In GNC, a right-half-plane pole means the spacecraft's attitude error grows and it tumbles.
Why does time-invariance let us write the delta's shifted response as ?
Time-invariance says kicking at time instead of produces the same shape just shifted; so the response to is evaluated at , no reshaping.
Why is the transfer function useful for GNC design specifically?
It compresses a whole plant into a rational function whose pole locations instantly reveal stability and speed of response, letting engineers reshape them with feedback before ever firing a thruster.

Edge cases

What is if the input impulse is applied but the system has nonzero ?
is defined only at zero initial conditions; with nonzero the total output is plus a separate zero-input response, so itself is unchanged but is not the whole answer.
What happens to as ?
, and the ratio , giving the critically-damped limit — a smooth, oscillation-free bridge.
What does a repeated pole (like twice) add to the response compared to a simple pole?
A polynomial factor: a double pole contributes a term (hence for ), so repeated poles multiply the exponential by powers of .
Is the system still stable if we add a step input instead of an impulse?
Yes — stability is a property of the poles, not the input. The step response settles to the finite DC gain precisely because the pole stays at .
What is the DC gain (steady output for a unit step) when a pole sits exactly at ?
Undefined/infinite — diverges, meaning a constant input drives an unbounded output (the ramp of the double integrator), so no steady value exists.
For , what geometric fact about the poles guarantees decay yet oscillation?
The poles lie in the left half-plane (negative real part decay) but off the real axis (nonzero imaginary part oscillation), as sketched in the pole picture above.
What is the ROC of a causal impulse response, and why does it matter here?
A right half-plane where is the rightmost pole; it matters because is only valid where the input's and system's ROCs overlap.

Connections