3.5.54 · D5Guidance, Navigation & Control (GNC)

Question bank — Terminal descent — velocity vector alignment, touchdown constraints

1,442 words7 min readBack to topic

Quick symbol reminder so nothing here is unearned:

  • = position, = velocity (the arrow of motion), = acceleration.
  • = time-to-go, the seconds left until touchdown at time .
  • = the net acceleration the guidance law commands; the engine physically supplies exactly .
  • = downward touchdown speed, = horizontal drift speed, = tilt of the thrust axis away from vertical.

True or false — justify

Simply aiming the trajectory at the pad position guarantees a soft landing.
False — position hitting the pad says nothing about velocity; you can arrive on the pad at 20 m/s sideways. Soft landing is a two-point boundary value problem pinning both and .
Because the guidance formula already contains a term, the engine must produce to fight gravity.
False — the inside is what cancels the in . The engine supplies exactly ; re-adding double-counts gravity.
A perfectly vertical velocity vector at touchdown guarantees the lander won't tip.
False — the body can still be tilted ( large) even with zero horizontal drift; tipping depends on tilt and drift together, via .
Setting with zero horizontal components is what forces the velocity vector to rotate toward straight-down.
True — the target has no sideways component, so as the velocity-shaping term drives , leaving only the downward part.
The touchdown envelope constraints are alternatives — satisfying any one of them is enough.
False — they are AND-constraints: vertical speed, horizontal speed, tilt, angular rate and position must all be inside limits simultaneously at contact.
As the lander approaches, letting shrink all the way to zero is harmless.
False — the position term scales as , so the command blows up to infinite thrust, which the engine cannot supply. You floor or hand off to a hover-then-drop phase.
Modelling the vehicle as a point mass throws away the attitude requirement.
False — attitude is not ignored, it is handled by a faster inner loop; the point-mass guidance produces , whose direction the inner loop realises by pointing the thrust axis.
A desired vertical touchdown speed of exactly m/s is the ideal target for .
False — a tiny positive m/s is deliberate; commanding exactly zero would ask the engine to hover indefinitely and never make contact, and any error leaves you drifting up or stalling.

Spot the error

"We hit the pad, so terminal guidance succeeded — velocity is irrelevant."
Error: velocity is a separate boundary condition. The named constraint is velocity vector alignment; hitting position with wrong velocity scrapes a leg or crashes.
"Thrust command because the rocket must overcome weight."
Error: gravity is already folded into via the term. Correct command is ; adding again over-thrusts.
"A single constant commanded acceleration is enough to pin both final position and final velocity."
Error: that's over-determined per axis. Matching four scalar conditions needs an acceleration that varies linearly in time, which is where the coefficients and come from.
"In Example 1 the answer is negative because the vehicle is falling."
Error: the sign of reflects the braking direction, not the fall. Falling at m/s means you must brake upward, so m/s² is positive.
"The formula's velocity term is a fixed gain, so it treats early and late descent the same."
Error: the gain grows as , so the correction on strengthens near touchdown — that increasing authority is exactly what drives drift to zero in time.
"Since gravity always pulls down, we can drop the term and still command ."
Error: pick one convention. If you drop from the formula you must re-add gravity when sizing thrust; mixing the two conventions gives a gravity error every cycle.

Why questions

Why must position, velocity, and attitude converge at the same instant rather than one after another?
Because touchdown is one event: arriving upright but with sideways velocity, or with zero velocity but tilted, still topples or skids. All conditions have to be satisfied at the single time .
Why does the guidance need a velocity term at all, unlike simple pursuit guidance?
Pursuit/PN guidance chases only position (line-of-sight). A soft landing additionally specifies , so the law needs a term that shapes current velocity toward that target.
Why is there a tilt limit in the envelope?
A tilted thrust axis has a horizontal component you can't cancel before contact, and combined with drift it pushes the center of mass outside the leg footprint, causing a tip-over.
Why does the position-error coefficient carry while the velocity term carries ?
Position is a double integral of acceleration (two time integrations), so correcting a position gap over a shrinking window needs a term scaling as time-squared inverse; velocity is a single integral, giving one power of .
Why can constant acceleration hit a position-and-velocity target but a straight line cannot?
A straight line only has enough freedom to aim position. Constant (then linear) acceleration adds the free parameters needed to fix the final velocity as well — more knobs for more conditions.
Why is chosen small but nonzero (1–2 m/s) rather than large?
Small protects the legs from crush and keeps within ; nonzero ensures the vehicle actually descends and makes firm contact instead of hovering or floating up on command error.
Why does approaching with drift effectively add to the tilt budget?
The incoming velocity makes an angle from vertical; this angle stacks with body tilt against the tip threshold, so drift eats into the same margin as tilt.

Edge cases

At the exact instant , is the guidance formula valid?
No — it is singular there (). You must transition out beforehand to a floored- or hover-then-drop phase, never evaluate at literally zero.
What happens if but is also near zero at contact?
The incoming-angle term becomes , undefined; physically it means near-hover with negligible motion, so tip risk is dominated by body tilt alone rather than by drift.
If horizontal drift is already zero at the start of terminal descent, does the velocity-shaping term do anything to it?
No — with and target the term contributes nothing on that axis; it only acts to remove existing drift, keeping an already-vertical velocity vertical.
What if the vehicle arrives on the pad with velocity and tilt each individually within limits but their combined incoming angle exceeds ?
It can still tip. The stability condition is on the sum ; passing each single-limit check is necessary but not sufficient.
If the commanded acceleration saturates the engine near touchdown, what physically happens to the trajectory?
The vehicle can no longer follow the guidance shape, so the boundary conditions are missed — typically a harder or off-target landing; this is why is floored and why methods like convex landing enforce thrust bounds explicitly.
Recall One-line self-summary

Everything on this page traces to three facts: soft landing is a two-point (position and velocity) problem, the lives inside so the engine supplies exactly , and the terms grow near touchdown — powerful for shaping, dangerous if unbounded.