Visual walkthrough — Transfer function — Laplace domain, poles and zeros
We will follow one concrete machine the whole way: a mass hanging on a spring with some friction, described by Don't panic at the symbols — the very first step defines every one of them on a picture.
Step 1 — Draw the machine and name every symbol
WHAT. A block of mass sits on a spring. A hand pushes it with a force. We watch how far it moves.
WHY. Before any algebra, we must know what each letter is physically. A symbol you can't point to on a picture is a symbol you'll misuse later.
PICTURE.
- — time, in seconds. The horizontal thing that keeps ticking.
- — the output: how far the block has moved from rest, at time . (The green measuring arrow.)
- — the input: the force the hand applies (the yellow push arrow). "" is the standard control-engineering name for the command you send in.
- — a shorthand for , the velocity: how fast is changing. The single dot means "one time-derivative."
- — two dots: , the acceleration: how fast the velocity is changing.
The problem: to know for a new push , you must re-solve this differential equation every single time. That is the pain we are about to kill.
Step 2 — The escape hatch: trade calculus for algebra
WHAT. We apply the Laplace transform — an operation that takes a time-signal and returns a new function of a new variable .
WHY. Because of one magic property (built in the next step): inside this new world, taking a derivative becomes multiplying by . Derivatives are the hard part of a differential equation; if they turn into simple multiplication, the whole equation collapses into ordinary algebra.
PICTURE.
Think of the left room (time domain) as full of springs, dots, and calculus. The doorway leads to the right room (the -domain), where those same springs are just polynomials. We solve in the easy room, then walk back out.
We don't even need to compute the integral by hand today — we only need one consequence of it, which is Step 3.
Step 3 — The one rule that does all the work:
WHAT. We show that transforming a derivative gives (with a zero start).
WHY. This is the hinge the entire method swings on. If we can trust "derivative → multiply by ", every derivative in Step 1 becomes a power of , and the ODE becomes a polynomial.
PICTURE.
Starting from the definition and using integration by parts (the reverse of the product rule — the standard trick when you have a product like under an integral):
- — the value at the two ends. At it leaves ; at it vanishes provided the probe wins (see below).
- — the initial condition: where the signal started.
- — the payoff: the derivative became times the transform.
Step 4 — Push the machine through the doorway
WHAT. Transform every term of using Step 3.
WHY. Now the calculus vanishes. Each dot becomes a power of .
PICTURE.
Term by term, with zero initial conditions ( is the transform of , of ):
- (two dots) → (two factors of ),
- (one dot) → (one factor of ),
- (no dots) → (no ),
- → .
Notice: the number of dots became the power of . A second-order machine gives an . That is not a coincidence — it is Step 3 applied twice.
Step 5 — Isolate the machine: form the ratio
WHAT. Factor out of the left side and divide to get output-over-input.
WHY. We want a single object that means "for any input , the output is ." That object is the transfer function — the machine's fingerprint.
PICTURE.
Factor :
Divide both sides by and by :
Now : multiply the fingerprint by any input and you get the output. No more re-solving the ODE. This is the central result of the parent note — and we built it from a hanging block.
Step 6 — Crack the denominator into roots: poles
WHAT. Factor the bottom polynomial and find where it equals zero.
WHY. Because dividing by zero blows up to infinity, and — as Step 8 shows — those blow-up points are exactly the machine's natural behaviours. They deserve a name: poles.
PICTURE.
Factor: Set each factor to zero:
Because is a complex number, we plot each pole as a dot on a 2-D map: horizontal axis (real part), vertical axis (imaginary part). Both our poles sit on the negative-real axis at and . Remember those spots — the next steps give them meaning.
- (real part) — how fast a mode grows or decays.
- (imaginary part) — how fast a mode oscillates.
Step 7 — Split the fraction into single-pole pieces (partial fractions)
WHAT. Break into a sum of one-pole chunks , and solve for the numbers .
WHY. We are about to walk each pole back to the time room. But we only know how to invert a single pole . So first we must chop the product into a sum of such singletons. That chopping is called partial fractions.
PICTURE.
Guess the shape (one term per pole) and find the unknown weights:
- — the weights (how much of each pole is present).
- Cover-up trick: to get , multiply both sides by and set (which kills the term): .
- For : multiply by , set : .
So The single fraction has become two clean singletons — each ready to invert.
Step 8 — What a pole means: the impulse response is
WHAT. Feed the machine a sharp kick (an impulse) and watch its natural motion — this is the response that reveals what each pole does.
WHY. To make the poles show their personality with nothing else in the way, we pick the cleanest possible input: the unit impulse , whose transform is simply . Then , so inverting itself gives the impulse response . This is why we can walk directly back to the time domain — and because the impulse only "lights the fuse" at and then lets go, what we see afterward is exactly the system's natural (homogeneous) modes, one per pole.
PICTURE.
Take the two singletons from Step 7 and use the single-pole rule :
- at pole → : dies with time constant s (the slow, dominant mode),
- at pole → : dies in s (faster, fades sooner).
The weights came from the zeros/numerator (Step 7); the exponents came from the poles. That is the whole "poles decide whether, zeros shape how" story in one line.
Both exponents are negative, so both modes shrink → the block wobbles once and settles. Stable.
Step 9 — Cover the other cases: oscillation, instability, repeated poles, and zeros
We derived a stable, non-oscillating machine. But the reader must never meet a case we skipped. Here are the ones the map handles.
PICTURE.
Case A — Complex poles (oscillation). The standard second-order form
- — natural frequency, — damping ratio.
- Real part → still decays.
- Imaginary part → rings while decaying. Push the poles further left (more damping) → faster settling, less ringing.
Case B — A pole on the right (instability). Take . Poles at and . The dot at is on the right → the term grows forever → unstable, no matter what the other pole does. One bad dot ruins the machine — this feeds directly into the Stability - Routh-Hurwitz criterion and Root locus ideas.
Case C — On the axis (marginal). A pole exactly at (e.g. ) neither grows nor decays → oscillates forever at constant amplitude. The knife-edge between stable and unstable.
Case D — Repeated (double) poles. If two poles land on exactly the same spot, e.g. , partial fractions can no longer give one clean — a doubled pole needs the rule . So the mode is : an extra factor of that first rises before the exponential drags it down. A pole of order gives . Qualitatively new — but the sign of the real part still rules stability (if is on the axis, grows, so a repeated axis pole is unstable, unlike the single one in Case C).
Case E — A zero. has a zero at . It does not move any pole, so it cannot change stability — but it reweights the coefficients (recall Step 7), changing the shape (overshoot, or "wrong-way" first motion if the zero is on the right).
The one-picture summary
The whole journey on one canvas: ODE → (doorway , dots become powers of ) → ratio → (factor the bottom) → poles as dots on a map → (split into singletons, kick with an impulse, walk back) → each dot is a motion . Left of the vertical line = calm; right = catastrophe.
Recall Feynman retelling — the whole walkthrough in plain words
We had a block on a springy, sticky spring, and an annoying equation with dots (speeds) and double-dots (accelerations) that we'd have to solve fresh for every new push. So we walked through a magic doorway where the rule is: every dot turns into a multiply-by- — but only for well-behaved signals that don't grow faster than the doorway's shrinking probe (that's the "region of convergence" small print). Suddenly the equation had no calculus in it — just times the output equals the input. We shuffled that into a single fraction, : the block's ID card. Then we cracked the bottom into and found the two special numbers and — the poles. We split the single fraction into two easy pieces (partial fractions), gave the block one sharp kick so the input was just "1", and walked each piece back through the doorway: a dot at became a wiggle dying in 1 second, and one dying in half a second. Both to the left of the middle line → the block calms down → good. If a dot sneaks to the right, its wiggle grows forever → broken. Two dots stacked on the same spot add an extra "×time" that makes even an on-the-line pole grow. And zeros? Just volume knobs on the wiggles — they change the shape but can never break the machine.
Connections
- Parent topic
- Laplace transform — the doorway used in Steps 2–3
- Second-order systems - damping ratio and natural frequency — Case A
- Stability - Routh-Hurwitz criterion — Case B without factoring
- Root locus — how poles move as you tune a gain
- Block diagrams and feedback loops — where these 's multiply together
- Bode plot, State-space representation — other views of the same machine