3.5.27 · D1Guidance, Navigation & Control (GNC)

Foundations — Transfer function — Laplace domain, poles and zeros

2,600 words12 min readBack to topic

This page assumes nothing. Before you can read the parent note Transfer function, every symbol it throws at you must first be earned. We build them one at a time, each one leaning on the one before.


0. What a "signal" and a "system" even are

Before any symbol, two words.

  • A signal is just a number that changes over time. The angle of a rocket, the voltage on a wire, the height of a swing — each is a value you could plot as a wiggly line against a clock.
  • A system (or machine) is a rule that turns one signal into another. You feed in an input signal, and out comes an output signal.
Figure — Transfer function — Laplace domain, poles and zeros

The whole topic is one question: given , what is ?


1. The derivative — the "rate of change" symbol

The picture: stand on the graph of at one instant and lay a tiny straight ruler along the curve. Its tilt is . A steep upward line → big positive ; a flat line → ; a downhill line → negative .

Figure — Transfer function — Laplace domain, poles and zeros

Why the topic needs it: real machines are described by how their quantities change, not by their raw value. "The harder you push, the faster the velocity changes" is a sentence about and . These sentences are differential equations, next.


2. A differential equation — the machine's rule book

The picture: a mass on a spring with a damper (a shock absorber). is its acceleration, is the drag resisting motion, is the spring pulling back, and is the hand pushing it.

Why the topic needs it: every GNC loop — autopilot, attitude control — is one of these. Solving them directly for each new command is slow and painful. The rest of this topic is a shortcut that turns this calculus into algebra.


3. The exponential — the shape everything is built from

The picture:

  • If : a curve that grows faster and faster (runaway).
  • If : a curve that decays smoothly toward zero (calming down).
  • If : a flat line (nothing happens).
Figure — Transfer function — Laplace domain, poles and zeros

Why the topic needs it: the parent note claims each pole gives a response "". You now know exactly what that curve looks like: growing if the number in the exponent is positive, decaying if negative. Stability will just be "which way does the exponential go".


4. Imaginary and complex numbers — , and

The picture: don't think "spooky number", think point on a flat map. The horizontal axis is the real part ; the vertical axis is the imaginary part . So is just an address on a 2-D plane called the complex plane.

Figure — Transfer function — Laplace domain, poles and zeros

Why the topic needs it: the parent's pole is this address. "Left half-plane" simply means — the point sits to the left of the vertical axis — and thanks to with , the machine calms down. Points sitting exactly on the vertical axis are the marginal edge. Now that sentence is literal, not magic.


5. The operator , the Laplace variable , and the integral

Why the topic needs it: the parent defines You can now read every piece: the operator (the machine), applied to the signal , is an integral (add up over all time) of that signal times the decaying-oscillating exponential (built from the complex frequency ). The kernel is chosen precisely because — from §3 — it is the eigenfunction of the derivative, which is the trick that converts into "multiply by ". This is Laplace transform in full.


6. Polynomials, roots, and factoring — ,

The picture: each factor is a "switch" that flips the whole product to when . Roots are the special addresses on the complex plane where the polynomial vanishes.

Why the topic needs it: the transfer function is , a ratio of two polynomials. Zeros are roots of the top ; poles are roots of the bottom . Finding them = finding roots. Everything the parent says about behaviour is read off these root addresses on the plane from §4 — including the edge case where a root lands on the imaginary axis (marginal ringing).


7. The ratio — putting it together

Once §1–§6 are in hand, the transfer function is nothing new:

  • Take the machine's differential equation (§2).
  • Laplace-transform it with the operator (§5) so every becomes a multiply-by- (§3's eigenfunction trick), the initial-condition terms set to zero.
  • The equation becomes a polynomial equation (§6).
  • Rearrange to the ratio = output-over-input.

and are the -domain twins of and (the capital-letter convention from §5). That is the parent's block-diagram currency.


Prerequisite map

signal y of t and input u of t

derivative dy dt rate of change

differential equation machine rule

exponential e to the a t

eigenfunction property derivative equals a times itself

imaginary unit j and complex plane

complex frequency s equals sigma plus j omega

Laplace transform operator L integral with e to minus s t

transfer function G equals Y over U

polynomials roots factoring

poles and zeros roots on the plane

stability left half plane and marginal on axis


Equipment checklist

Read the term, say the answer out loud, then reveal.

What does mean and what does it look like on a graph?
The rate of change of — the slope/tilt of the curve at that instant.
What is special about under differentiation?
Its derivative is itself times () — it is the eigenfunction of .
Does grow or decay, and when?
Grows if , decays if , flat if .
What is the rule defining ?
; it is the imaginary unit.
Where does the complex number live?
As a point on the complex plane — horizontal axis , vertical axis .
Physical meaning of vs ?
is a growth/decay rate; is an oscillation frequency.
What happens when a pole sits exactly on the imaginary axis ()?
, so it neither grows nor decays — a pure forever-ringing oscillation, called marginally stable.
What does the operator do?
It is the Laplace transform: eats a time signal and returns its -domain twin .
What is the capital-letter convention?
A capital letter is the Laplace transform of the matching lowercase time signal (, ).
Full Laplace rule for a first derivative (with initial condition)?
; the term vanishes only under the zero-initial-condition assumption.
What does the integral compute?
The total area under from to infinity — an accumulation over all time.
What is a root of a polynomial?
A value of that makes the polynomial equal zero.
Factor and give its roots.
, roots and .
What is the quadratic formula for ?
.
In , which polynomial gives poles?
The denominator — poles are its roots.
Why is used inside the Laplace integral?
Because it is the derivative's eigenfunction, so it converts into multiplication by .