A one-page reference. Reread this before an exam, or before you plan a trip to another planet — it is the
whole book, applied once.
The mission, end to end
WINDOW INJECT CRUISE EDL SURFACE + ISRU RETURN
every --> TMI --> ~259 d --> ~7 min --> ~500 d, make --> MAV ascent
~26 mo ~3.6 km/s radiation "terror" methalox fuel + TEI (ISRU)
(Ch. 11) (§34.2) (§34.3) (§34.4) (§34.5) (§34.5/34.6)
Two anchors converge: the Hohmann-to-Mars trajectory (Ch. 11) is the skeleton; Starship is the
vehicle that tries to fly it with people. All six themes appear at once.
Key equations and numbers (with symbols and units)
Relation / number
Gives
Note
$1/T_{\text{syn}} = \lvert 1/T_1 - 1/T_2\rvert$
synodic period = launch cadence
Earth–Mars $\approx 780$ d $\approx 26$ mo (Ch. 11)
$C_3 = v_\infty^2$
departure characteristic energy ($\text{km}^2/\text{s}^2$)
Mars departure $\approx 8.7$ (from $v_\infty = 2.95\ \text{km/s}$)
Why Mars EDL is uniquely hard (the threshold idea)
Mars's atmosphere is $\sim 0.6\%$ of Earth's density: thick enough to need a heat shield, too thin to
stop you with parachutes. Earth's air both burns and brakes; the Moon's vacuum does neither (just fire an
engine); Mars sits in the cruel middle. Hence the EDL chain: heat shield (removes most of $5.6\ \text{km/s}$
at $\sim 10\ g$) → supersonic parachute (a step, not a solution) → powered descent / sky crane / airbags.
The two architectures at a glance
DRA 5.0
Starship
Reuse
expendable
fully reusable (goal)
Crew propulsion
nuclear thermal (fast transit)
methalox + orbital refueling
Arrival
aerocapture / aerobrake
direct entry, propulsive landing
Return
pre-deployed MAV, ISRU-fueled
the ship is the MAV, ISRU-fueled
Bet
thrift & heritage (don't lose a crew)
reuse collapses cost → afford mass margin
Same Hohmann, same window, same ISRU return — opposite bets on the vehicle.
Common pitfalls
Pitfall
Reality
Using $21.5\ \text{km/s}$ (heliocentric) as the Mars entry speed.
Entry speed is relative to Mars: $\approx 5.6\ \text{km/s}$.
"TMI is small (3.6 km/s), so it needs little fuel."
On a $220\ \text{t}$ stack it needs $\sim 358\ \text{t}$ — mass ratio multiplies everything.
"A bigger parachute will land it."
Terminal speed falls only as $1/\sqrt{A}$, and chutes can't scale to Mars's flow.
"Bring the return propellant along."
It's multiplied by launch + injection + landing; ISRU deletes the chain.
"DRA 5.0 and Starship fly different trajectories."
Same Chapter-11 Hohmann on the same window; only the vehicle differs.
Mars ISRU makes methalox (Sabatier + electrolysis) from $96\%$-CO$_2$ air; MOXIE proved it.
Mission / astrotools additions this chapter
MDR (Track-C payoff): assembled the full crewed-Mars review — objective → window → trajectory → EDL →
ISRU return → systems → launch — with the delta-v budget split by who pays and where the propellant is
made (~4.6 km/s Earth-launched, ~6.5 km/s Mars-made).
mission.py (reused):roll_up_dv and size_vehicle from Ch. 29 roll up the split budget and size
the ISRU-fueled MAV ($\sim 12\ \text{t}$ propellant to low Mars orbit). No new module — Ch. 34 is the
application that ties the package together, ahead of the Ch. 40 capstone.