The figure above is the map every problem lives on: CoM at the origin, engine pivot a distance Lbehind it (toward −x), thrust T leaving the pivot tilted by δ from the rocket axis. The lateral part of thrust (Tsinδ) times the lever arm L is what twists the rocket.
No torque. Torque about the CoM is τ=r×F, and it is nonzero only when the force has a component acting on a lever arm (a perpendicular distance from the CoM to the line of the force). Here the thrust line passes through the CoM, so that perpendicular distance is zero, and τ=0. The engine only translates the rocket forward — no twist. (See Torque and Moment of Inertia.)
Recall Solution L1.2
The gimbal angle δ is commanded — the computer deliberately tilts the engine to generate a steering torque. The misalignment δerr is an unintended offset the control system must continuously fight. Both produce the same kind of torque LTsin(⋅); the difference is intent, not physics.
Step 1 — convert (WHY: trig needs radians).δ=4×180π=0.06981rad.Step 2 — apply the torque formula. Torque comes from the lateral thrust component Tsinδ on lever arm L:
τ=LTsinδ=15×600000×sin(0.06981).Step 3 — evaluate.sin(0.06981)=0.06975, so
τ=15×600000×0.06975≈6.28×105N⋅m.
That is the twisting authority available to steer this stage.
Recall Solution L2.2
The axial (forward) part is Tcosδ; the lost part is T(1−cosδ).
cos(0.06981)=0.99756⇒loss fraction=1−0.99756=0.002436=0.244%.loss=600000×0.002436≈1.46×103N=1.46kN.
A quarter of a percent — negligible — while the torque above is fully usable. This lopsidedness (loss ∝δ2, torque ∝δ) is the whole reason gimballing works.
Step 1 — rotational Newton's law.θ¨=Iτ=2.5×1066.28×105=0.2513rad/s2.Step 2 — integrate constant acceleration from rest (WHY: constant δ ⇒ constant τ ⇒ constant θ¨):
θ˙=θ¨t=0.2513×0.8=0.2010rad/s.Step 3 — convert to degrees/s for intuition:
0.2010×π180=11.5°/s.
Over just 0.8 s the rocket is already turning at ~11.5°/s — this is why real gimbal commands are small and brief, then reversed to stop the rotation. (See Attitude Control & Stability.)
Recall Solution L3.2
Tilt torque (A):τA=LTsinδ.
Offset torque (B): here the thrust is axial (+x) but its line misses the CoM by d; the perpendicular lever arm is d, so τB=dT (a pure moment — the axial force itself is the lever-arm force).
Set equal:dT=LTsinδ⇒d=Lsinδ.T cancels — the geometry alone sets the equivalence. Numerically:
d=15×sin(2∘)=15×0.034899=0.5235m.
So a mere ~52 cm sideways mounting error mimics a 2° tilt's twist. (Note: unlike a tilt, an offset costs no axial thrust — the force is still fully forward.)
(a) Disturbance torque.δerr=0.6×180π=0.010472rad,sinδerr=0.010472.τerr=LTsinδerr=15×600000×0.010472≈9.42×104N⋅m.(b) Cancelling command. To null the disturbance, the commanded gimbal must produce an equal-and-opposite torque. Since both use the same L and T:
LTsinδc=LTsinδerr⇒sinδc=sinδerr⇒δc=δerr=0.6∘.Authority consumed:5∘0.6∘=0.12=12%.
So 12% of the steering budget is permanently spent just holding still — a real cost of misalignment that eats into control margin. (See Attitude Control & Stability.)
Recall Solution L4.2
Torque scales linearly with L (the T and δ are unchanged):
τ1τ2=L1L2=1522=1.467.
The same gimbal command produces 47% more torque late in the burn. Meaning: the controller cannot use a fixed relationship between "commanded angle" and "resulting turn" — as L grows, each degree of gimbal bites harder, so the guidance law must adapt its gains through flight. (This is exactly the Center of Mass shift during burn problem TVC systems are tuned around.)
(a) Required angular acceleration. Constant θ¨ from rest over t reaches rate θ˙=θ¨t. Convert target rate to rad/s first:
θ˙target=10×180π=0.17453rad/s.θ¨=tθ˙target=1.20.17453=0.14544rad/s2.(b) Torque needed (rotational Newton's law):
τ=Iθ¨=3.2×106×0.14544=4.654×105N⋅m.(c) Commanded gimbal. Invert τ=LTsinδ:
sinδ=LTτ=18×7500004.654×105=1.35×1074.654×105=0.034473.δ=arcsin(0.034473)=0.034480rad=1.975∘.
Well within the ±7∘ limit — plenty of margin. (Here arcsin answers the question "which angle has this sine?" — it undoes the sin that put the lateral thrust component into the torque.)
(d) Axial loss at δ=0.034480rad:
1−cosδ=1−0.999406=0.000594=0.0594%.
Under a tenth of a percent lost to steer at ∼2° — the payoff of gimballing in one number.
Recall Solution L5.2
Reversing the gimbal to −δ reverses the torque to −τ, giving θ¨=−0.14544rad/s2 (same magnitude, opposite sign). Starting from θ˙=0.17453rad/s and decelerating to 0:
tstop=∣θ¨∣θ˙=0.145440.17453=1.2s.Symmetric because the deceleration magnitude equals the acceleration magnitude (same L,T,δ,I), so building up and killing the rate take equal time — the classic bang–bang steering pulse: tilt one way to start the turn, tilt the mirror-image way to stop it. (See Attitude Control & Stability.)