Visual walkthrough — TVC dynamics — gimbal servo bandwidth, time delay
We are answering one question: "When the computer asks the nozzle for an angle, what actually comes out — and how late?"
Step 1 — The physical thing: a nozzle on a pivot
WHAT. Picture a rocket engine nozzle that can swivel on a hinge (a gimbal). We call the swivel angle (the Greek letter "delta"). means the nozzle points straight down the rocket's axis; a positive tilts it a little.
WHY start here. Before any maths, we must know what physical object we are modelling. Every symbol later will be a property of this one hinged nozzle.
PICTURE. Look at the figure: the burnt-orange nozzle hangs from a pivot. The angle is the tilt away from the dashed centre line. Four influences act on it — we meet them next.

Step 2 — Four forces on the hinge → Newton's law for rotation
WHAT. Anything that spins obeys a rotational version of . For rotation it reads "torque = inertia × angular acceleration." We list every torque acting on the nozzle.
WHY this tool. We need an equation of motion — a rule that predicts how changes in time. Newton's second law (rotational form) is exactly the tool that turns "these forces act" into "this is how it moves." No other tool gives us motion from forces.
PICTURE. Each coloured arrow in the figure is one torque:
- Actuator torque (teal) — the motor pushing the nozzle toward where we want it.
- Damping (plum) — friction/oil resistance. means "how fast is changing" (the rate, a dot on top = per second). Faster motion → more drag, so it's proportional to . It always opposes motion.
- Stiffness (orange) — a spring-like restoring pull from the structure that wants back to zero. Bigger tilt → bigger pull, so proportional to .
- Inertia — the nozzle's reluctance to change its spin. (two dots) = angular acceleration, "how fast the rate itself is changing."

This is a mass–spring–damper, the same maths as a weight bouncing on a spring — that's exactly why the servo turns out to be a second-order system.
Step 3 — The motor is told: "chase the command"
WHAT. The motor doesn't push randomly. It pushes proportionally to how wrong the angle is. Define the command = the angle the computer asked for. The error is . The motor torque is , where is a gain (how hard it pushes per radian of error).
WHY. This is the simplest possible feedback rule: "the further off you are, the harder I push you toward the target." It's called a proportional inner loop. It's why the nozzle ever moves to the commanded angle at all.
PICTURE. The figure shows two dials — commanded (teal) and actual (orange) — and a red gap between them. The push arrow grows with the gap and shrinks to nothing when they line up.

Substitute into Step 2 and gather the terms on the left:
Step 4 — Switch to the "frequency lens" (Laplace)
WHAT. We replace "time derivatives" with a single algebra symbol . The rule: taking a derivative in time = multiplying by in this new lens. So and (with everything starting at rest).
WHY this tool and not another. Solving differential equations directly is hard. The Laplace transform turns calculus (derivatives) into ordinary algebra (multiplying by ). It answers the question "if I wiggle the input at frequency , what comes out?" — which is exactly the bandwidth question we care about. Think of as a knob for "how fast are we wiggling."
PICTURE. The figure shows the swap: the wiggly time-domain equation on the left becomes a clean polynomial-in- on the right, like putting on glasses that make the blur snap into a formula.

Applying the rule and dividing through by :
Rearranged into "output over input" — the transfer function (the servo's input-to-output rule):
Step 5 — Name the two numbers that control everything
WHAT. The messy fractions and hide two meaningful numbers. We give them names by matching to the universal second-order template .
WHY. Every second-order system in physics — springs, circuits, servos — shares one shape. By naming (speed) and (settling style) we can reason about all of them the same way without re-deriving. It's a change of vocabulary, not new physics.
PICTURE. The figure matches terms by colour: the constant term becomes , the middle coefficient becomes .

Assuming the motor is strong () the steady gain is (ask for , eventually get ), leaving the clean servo lag:
Step 6 — Bandwidth: the fastest wiggle the servo can follow
WHAT. Feed the servo a sine wiggle at frequency . At slow the nozzle follows faithfully (output size = input size). Speed up and eventually the nozzle can't keep up — its output shrinks. Bandwidth is where the output has fallen to of the input (called " dB").
WHY ? That's the standard "half-power" line: at of amplitude the power (amplitude squared) is exactly half. It's the agreed border between "faithfully following" and "visibly lagging." (This is the same thinking used to read Bode plots.)
PICTURE. The magnitude curve starts flat at , sometimes bumps up (if under-damped it resonates), then rolls off. The dashed line at crosses at .

To find where the output is , we set (a pure wiggle at frequency ; the tracks phase). Since :
Let to tidy it into a quadratic:
Solve for (positive root only, since is a square and must be positive):
Step 7 — Edge cases: what happens at the extremes of
WHAT. A formula you trust must survive its extreme inputs. We test three regimes of damping.
WHY. The parent warned "don't confuse with ." The reason is entirely in how bends the bandwidth formula. We must see all cases so no scenario surprises us.
PICTURE. Three magnitude curves on one plot:
- (under-damped): . The curve bumps up (resonance) before falling → , bigger than .
- (critical sweet spot): flattest possible curve, exactly.
- (over-damped, sluggish): , curve droops early → , smaller than .

Recall Quick check on the bandwidth cases
For , is bigger or smaller than ? ::: Bigger — about , because the under-damped resonance pushes the roll-off later. For , bigger or smaller? ::: Smaller — about ; heavy damping rolls off early.
Step 8 — The delay: same shape, arriving late, and it steals phase
WHAT. The nozzle response is not only lagged, it is shifted in time by a delay (sensor sampling, computation, valve transport). In the frequency lens a pure delay is the factor . Its size is (it changes nothing about amplitude), but it rotates the phase by .
WHY it's dangerous. A control loop goes unstable when its total phase lag reaches at the crossover frequency (where the loop gain passes ). The delay adds pure phase lag for free — it silently spends your phase margin without touching the magnitude plot where you'd notice it.
PICTURE. Two identical sine waves: the input, and the output shifted right by . The shift looks small in seconds but at high frequency covers a big fraction of a cycle → large phase angle.

Because is transcendental (not a polynomial), root-locus tools can't chew it directly, so we replace it with a rational stand-in — the first-order Padé:
The minus sign in the numerator creates a right-half-plane zero at — the mathematical fingerprint of "the output first jerks the wrong way," which is the true destabilising sting of delay.
The one-picture summary
Everything on one canvas: the physical hinge (Step 1–3) becomes a second-order transfer function (Step 4–5), whose magnitude curve gives the bandwidth (Step 6–7), while the delay rides alongside quietly rotating the phase (Step 8). The full servo the computer really talks to is the product .

This feeds straight into the autopilot loop, and its bandwidth must sit below the first bending mode.
Recall Feynman retelling — the whole walkthrough in plain words
We start with a nozzle hanging on a hinge. Three things resist it moving — its own heaviness (inertia), oily friction (damping), and a springy structure pulling it back (stiffness) — and one motor pushes it. The motor is simple-minded: it shoves harder the further the nozzle is from where we asked. Writing that down gives a bouncing-spring equation, and every bouncing-spring equation has two personality numbers: how fast it can swing () and whether it overshoots or crawls (). If we wiggle the command quickly, at some speed the nozzle can no longer keep up — that speed is the bandwidth. Under-damped servos even show off with a little resonant bump before giving up; heavily damped ones tire early. Finally, there's a reaction delay: the nozzle does the right thing, just a beat late. That lateness doesn't shrink the motion, but it rotates the timing — and in a feedback loop, enough rotation flips help into wobble. So the golden rules fall out on their own: make the servo fast enough, keep the delay tiny, and never let the bandwidth crash into the bendy parts of the rocket.