Boostback burn — reorient and cancel/reverse horizontal velocity toward the landing site.
Coast / entry — grid fins deploy; steer through the atmosphere with lift.
Entry burn — light engines to bleed off velocity before max heating.
Landing burn (the hard part) — a single decelerating burn timed so velocity hits ~0 exactly at ~0 altitude. This is the famous suicide burn / hoverslam.
WHY fuse? The IMU is fast but integrates errors (drift); GPS is drift-free but slow/noisy. The Kalman filter optimally trusts each source according to its uncertainty.
Take vertical motion, upward positive. During the landing burn the net upward acceleration is
anet=mT−g
(constant, if we approximate T,m,g steady). Falling with downward speed v0>0 at start altitude h, we want v=0 at h=0.
Why use v2=v02−2anets? It's the kinematic relation with no time in it — perfect when we care about where speed hits zero, not when.
Set final v=0 over stopping distance h:
0=v02−2aneth⇒anet=2hv02
Real burns aren't perfect, so the controller continuously corrects using feedback:
Tcmd=m(g+2hv2)recomputed every cycle
and steers the thrust vector to zero out horizontal error with gimbal deflection δ. A simplified attitude/position law is PID:
δ=Kpe+Kde˙+Ki∫edt
where e is lateral position/angle error. Why the three terms?Kp reacts to present error, Kd damps (prevents overshoot/oscillation), Ki removes steady bias (e.g. constant crosswind).
Imagine dropping a bouncy ball but you want it to stop softly right on a coin, not bounce. You can't push it gently the whole way (your push is too strong to hover), so instead you let it fall, then give it one big upward shove timed perfectly so it stops exactly at the coin. The rocket does the same: it falls, then fires its engine at just the right height so its speed reaches zero the instant it touches down. And it does all this by itself — sensing where it is, guessing where it's going, and steering — because a human would be too slow.
What do G, N, C stand for in GNC?
Guidance (where to go), Navigation (where I am), Control (how to actuate to get there).
Why must a booster land autonomously instead of remote-piloted?
Latency, plasma blackout, and control loops (~10 ms) faster than human reaction (~250 ms); the landing corridor is too tight for a human.
Why can't a returning booster hover?
Nearly empty, its minimum engine thrust exceeds its weight (TWR > 1), so it can only accelerate up or fall — no steady hover.
Derive the required net deceleration for a hoverslam.
From v2=v02−2aneth with final v=0: anet=v02/(2h).
Ignition altitude formula for a landing burn?
hign=v02/(2anet).
For v0=200 m/s, a_net=20 m/s², when to ignite and for how long?
hign=2002/40=1000 m; burn time t=v0/anet=10 s.
Why fuse IMU with GPS in navigation?
IMU is fast but its bias drifts as ½bt² after double integration; GPS is drift-free but slow/noisy — the Kalman filter optimally combines them.
Dekho, reusable rocket ka booster jab wapas aata hai, to woh basically ek controlled girta hua object hai. Usko koi human joystick se nahi chalata — sab kuch onboard computer khud karta hai. Yahi hai GNC: Guidance matlab "mujhe kahan jaana hai", Navigation matlab "main abhi kahan hoon" (IMU + GPS ko Kalman filter se mila ke pata karte hain), aur Control matlab "engine gimbal, grid fins aur cold-gas thrusters ko kaise move karun". Ye sab har second mein kai baar recompute hota hai — closed loop, pre-recorded nahi.
Sabse important cheez hai hoverslam (suicide burn). Problem ye hai ki khaali booster ka minimum engine thrust uske weight se zyada hota hai (TWR > 1), isliye woh hover kar hi nahi sakta — helicopter ki tarah dheere-dheere neeche nahi aa sakta. To trick ye hai: gir jao, aur phir ek hi burn ko itne perfect timing pe light karo ki velocity aur altitude dono ek saath zero ho jayein. Formula seedha kinematics se aata hai: v2=v02−2aneth mein final v=0 rakho, to anet=v02/(2h), aur ignition altitude hign=v02/(2anet).
Example se samjho: agar booster 200 m/s se gir raha hai aur engine 20 m/s² deceleration de sakta hai, to hign=2002/40=1000 m. Matlab computer 1000 m pe engine light karega, aur theek 10 second baad speed 0, altitude 0 — barge pe soft landing. Agar late light kiya to crash, jaldi light kiya to hawa mein ruk jayega aur phir gir jayega. Isiliye timing hi sab kuch hai.
Kyun important hai? Kyunki har flight mein wind, exact mass aur engine performance thoda alag hota hai — isliye rocket ko live feedback (PID + convex optimization) se apni trajectory khud adjust karni padti hai. Yahi autonomy rockets ko reusable banati hai, jisse space cheap ho jaata hai.