3.4.12 · D5Rocket Flight Mechanics

Question bank — Propulsive forces — thrust misalignment, gimbal angle

1,669 words8 min readBack to topic

Before you start, the symbols we'll reuse (all from the parent):

  • = thrust magnitude (how hard the engine pushes), in newtons.
  • = distance from the center of mass (CoM) to the engine's pivot point — the lever arm, in metres.
  • = the tilt of the engine away from the rocket's long axis — the gimbal angle, in radians.
  • = torque, the "twisting" push that changes how fast the rocket rotates, in newton-metres.
  • = moment of inertia about the pitch axis — how hard the rocket is to spin up, the rotational analogue of mass, in . It appears in the rotational Newton's law , so . See Torque and Moment of Inertia.
  • = the position vector pointing from the CoM to the engine pivot (magnitude ), used in the torque cross product .
  • = a lateral offset: how far sideways (perpendicular to the rocket axis) the thrust line sits from the CoM, in metres — a sideways displacement, not an angle.
Recall Why the forward loss is

(Taylor sketch) When we tilt by , the forward-pushing part of thrust is , so the lost part is . Near the cosine curve is nearly flat, and its Taylor expansion is Substituting gives loss . The first-order term is absent — that is exactly why the loss is "second-order small" while the torque keeps its first-order term.


True or false — justify

An engine mounted exactly at the center of mass produces zero torque no matter how it tilts.
True in this idealized case — with the lever arm vanishes, so . But real engines sit behind the CoM, so and this situation almost never occurs. See Center of Mass shift during burn.
Gimballing the engine to steer always costs a large fraction of forward thrust.
False. The forward loss is , which is second-order (tiny) at the few-degree tilts used in practice — at only about is lost.
A gimbal angle of and a lateral thrust offset produce torque by the same formula.
False. A tilt gives (and an axial loss); a pure offset gives with thrust still fully axial. Different geometry, different formula.
Doubling the gimbal angle roughly doubles the steering torque.
True at small angles, because is linear in . Doubling nearly doubles while the forward loss barely changes (it scales as ).
A steady held gimbal angle produces a steady rotation rate.
False. A steady gives steady angular acceleration (with the pitch moment of inertia), so the rotation rate keeps growing. See Torque and Moment of Inertia.
A manufacturing misalignment is negligible because the angle is tiny.
False. It creates an always-on disturbance torque the controller must continuously fight, burning gimbal authority and propellant. Small angle, persistent consequence.
The forward thrust loss from tilting is a first-order effect in .
False. The loss is , which is second-order (its first-order Taylor term is zero). Only the torque is first-order — that asymmetry is why TVC works. See Thrust Vector Control (TVC).
Radians versus degrees only matters for exact answers, not for understanding.
False. Using degrees inside or in gives numerically wrong results (off by a factor of ), because the small-angle rule and rotational dynamics are defined in radians.

Spot the error

"Thrust pushes the whole rocket as a single point, so its direction can't cause spin."
Wrong: thrust is applied at the nozzle pivot, a specific point behind the CoM. Any component perpendicular to the CoM-pivot line acts on lever arm and twists the vehicle.
"Since , and the engine sits on the axis, is zero."
Wrong: (defined above) points from the CoM to the pivot and has magnitude . It is the lateral thrust component (perpendicular to ) that survives the cross product, giving .
"The small-angle form works because and the angle are literally equal."
Wrong: they are not equal, only approximately so for small in radians ( and agree to under at ). It's a controlled approximation that keeps control math linear.
"To get more torque without wasting thrust, mount the engine at a big fixed offset ."
Wrong reasoning: a fixed offset (a sideways displacement of the thrust line) gives a constant unwanted torque that the controller must always fight — that's a disturbance, not steering. Steering needs a commanded, adjustable gimbal, not a permanent offset.
"As fuel burns, stays fixed since the engine doesn't move."
Wrong: the engine pivot is fixed to the structure, but the CoM drifts forward as propellant depletes, so (CoM-to-pivot) grows. Control authority changes through the burn. See Center of Mass shift during burn.
"The minus sign in means the torque is somehow negative energy."
Wrong: the sign is just a rotation direction convention (which way it pitches) in the chosen coordinate frame, not a magnitude or an energy statement.

Why questions

Why do we deliberately tilt the engine instead of using fins or reaction wheels alone at liftoff?
Near liftoff the air is thick and the rocket slow, so fins have little grip; gimballing the main engine gives large, immediate control torque exactly when it's needed. See Attitude Control & Stability.
Why is gimballing described as "turning a bug into a feature"?
Misalignment (a bug) is unwanted thrust-angle torque; gimballing uses that same physics on purpose (a feature) by commanding the tilt to steer instead of suffering it.
Why does a first-order torque with second-order loss make TVC so efficient?
You gain torque proportional to but pay only a forward-thrust penalty — so at small angles you buy a lot of steering for almost no performance cost.
Why must the guidance computer keep changing rather than set it once?
A fixed gives constant angular acceleration, which would spin the rocket ever faster; continuous adjustment lets it null out the rate and hold or track the desired attitude.
Why does Newton's Third Law appear at all here?
Thrust exists because the rocket throws mass backward and the exhaust pushes the rocket forward — the direction of that reaction force is what tilting the nozzle redirects. See Newton's Third Law.
Why can a bigger moment of inertia actually be helpful for stability?
For a given torque, is smaller when (the pitch moment of inertia) is larger, so disturbances build up angular rate more slowly, giving the controller more time to respond.

Edge cases

What is the torque and thrust loss when ?
Zero torque () and zero loss (): the engine points straight, all thrust is axial, no steering — the "flying straight" baseline.
What happens to torque and loss at (engine fully sideways)?
Torque is maximal (, ) but axial thrust is zero () — pure turning, no forward push. Physically impossible for a real gimbal but the mathematical extreme of the trade-off.
If (engine off), can any gimbal angle produce torque?
No: when . With no thrust there is no force to act on the lever arm, so a tilted-but-dead engine steers nothing.
For a negative gimbal angle (tilt the other way), how does the torque respond?
It reverses sign: , so flips direction while its magnitude and the (even) thrust loss stay the same — this is how the rocket steers both ways.
In the limit , which effect dominates: the torque or the thrust loss?
The torque, because it shrinks linearly (as ) while the loss shrinks quadratically (as ); for very small angles the loss becomes utterly negligible next to the still-useful torque.
If the CoM ever ended up behind the pivot (unusual), what happens to the sign of ?
The lever-arm vector reverses, flipping the sign of the torque for the same gimbal direction — the same commanded tilt would now pitch the rocket the opposite way, a genuine control-inversion hazard.

Recall One-line takeaway

Torque is linear in the tilt, thrust loss is squared in the tilt, and thrust always acts at the pivot a distance behind the CoM — every trap on this page is a consequence of those three facts.