This is the drill page for the pork chop plot topic . We take the four formulas from the parent note and run them through every kind of input — normal, extreme, zero, and degenerate — until no scenario can surprise you.
Recall The four tools we will reuse (from the parent)
Circular parking-orbit speed: v c = μ / r — the speed to stay on a circle of radius r .
Departure/capture burn: Δ v = v ∞ 2 + r 2 μ − r μ .
Characteristic energy: C 3 = v ∞ 2 (units km 2 / s 2 ).
Synodic period: T sy n 1 = T E 1 − T T 1 .
Every symbol is defined in the parent; if you meet one you don't recognise, chase it there first.
Before we compute anything, let's list every case class this topic can generate. Each worked example below is tagged with the cell it fills.
#
Case class
What is special about it
Example
C1
Normal cell
ordinary v ∞ , ordinary parking orbit → one Δv
Ex 1
C2
Compare two cells
which grid point is cheaper, and by how much
Ex 2
C3
Zero input (v ∞ = 0 )
the degenerate "already on the transfer" limit
Ex 3
C4
Large-v ∞ limit
fast transfer, gravity well becomes negligible
Ex 4
C5
Capture side (μ T , r a )
same formula, different body — Mars capture
Ex 5
C6
C 3 ↔ Δ v conversion
the two "cost currencies" and rounding traps
Ex 6
C7
Timing / synodic (a "when" question)
no gravity at all, pure orbital-period arithmetic
Ex 7
C8
Real-world word problem
pick the cheaper of two windows for a real mission
Ex 8
C9
Exam twist / degenerate geometry
the 180° ridge, why a cell is forbidden
Ex 9
Constants used throughout (Earth): μ E = 398600 km 3 / s 2 . Mars: μ M = 42828 km 3 / s 2 .
Worked example Example 1 — One departure Δv from one
v ∞
A pork chop cell gives v ∞ = 3.0 km/s. Parking orbit r p = 6678 km (a 300 km altitude LEO). Find C 3 and Δ v d e p .
Forecast: guess — will the burn be bigger or smaller than v ∞ = 3.0 ? (Most people say smaller. It's bigger — you'll see why.)
Circular speed v c = μ E / r p = 398600/6678 = 7.726 km/s.
Why this step? This is the speed you already have in the parking orbit — the baseline you burn away from .
Perigee speed on the escape hyperbola v p er i = v ∞ 2 + 2 μ E / r p = 9 + 119.36 = 11.33 km/s.
Why this step? Energy conservation on the hyperbola: the spacecraft must be moving this fast at perigee so that, after climbing out of Earth's well, 3.0 km/s survives.
The burn Δ v d e p = v p er i − v c = 11.33 − 7.726 = 3.61 km/s.
Why this step? You only pay for the change in speed at perigee, not the whole v p er i .
C 3 = v ∞ 2 = 9.0 km 2 / s 2 — the datasheet number.
Verify: Δ v = 3.61 > v ∞ = 3.0 . The forecast "smaller" is wrong — the burn exceeds v ∞ because you also fight Earth's gravity while burning deep in the well. Units: km/s throughout. ✓
Worked example Example 2 — Compare two grid cells
Cell A: v ∞ = 3.0 km/s. Cell B: v ∞ = 3.5 km/s. Same r p = 6678 km. Which is cheaper, by how much?
Forecast: B's v ∞ is 0.5 km/s bigger. Will its Δv also be ≈ 0.5 km/s bigger, or less?
C 3 , A = 9.0 , C 3 , B = 12.25 km 2 / s 2 . Why? Just v ∞ 2 ; the launch datasheet reads C 3 .
Δ v A = 3.61 km/s (from Ex 1). Why? Reuse the computed value.
Δ v B = 12.25 + 119.36 − 7.726 = 11.472 − 7.726 = 3.75 km/s.
Difference = 3.75 − 3.61 = 0.14 km/s. A is cheaper.
Verify: the Δv gap (0.14 ) is smaller than the v ∞ gap (0.5 ) — the + 2 μ / r term inside the square root compresses differences (sublinear response). Forecast confirmed: less than 0.5. ✓
Intuition Why the compression happens
Look at the figure below. The function f ( v ∞ ) = v ∞ 2 + k (with k = 2 μ / r ) is almost flat near v ∞ = 0 and only becomes a straight 45° line for large v ∞ . A step of 0.5 on a flatter part of the curve produces a smaller rise — that's the compression.
Worked example Example 3 — What if
v ∞ = 0 ?
A magical cell requires v ∞ = 0 km/s — you arrive at Earth's escape boundary with exactly zero leftover speed. Find Δ v d e p .
Forecast: zero excess speed — is the burn zero too?
Δ v = 0 + 2 μ E / r p − μ E / r p = 2 v c − v c = ( 2 − 1 ) v c .
Why this step? Set v ∞ = 0 and factor out v c = μ E / r p .
Numerically: ( 2 − 1 ) ( 7.726 ) = 0.4142 × 7.726 = 3.20 km/s.
Why this step? This is exactly the escape burn — 2 v c is escape speed, so the burn is escape speed minus circular speed.
Verify: forecast "zero" is wrong. Even with v ∞ = 0 you must still escape Earth , which costs ( 2 − 1 ) v c ≈ 3.20 km/s. This is the floor: no interplanetary Δv is ever below this for this parking orbit. Units km/s. ✓
v ∞ = 0 means a free launch."
Why it feels right: nothing left over ⇒ nothing paid. Why it's wrong: v ∞ is measured after escape; getting to escape already costs ( 2 − 1 ) v c . Fix: the 2 μ / r term never vanishes — it is the gravity well.
Worked example Example 4 — A very fast transfer,
v ∞ = 15 km/s
A rushed flyby needs v ∞ = 15 km/s. Same r p . Find Δv and compare it to v ∞ itself.
Forecast: for such a big v ∞ , does the gravity-well term still matter much?
Δ v = 225 + 119.36 − 7.726 = 344.36 − 7.726 = 18.556 − 7.726 = 10.83 km/s.
Why this step? Same formula, large first term.
Compare to the "no-gravity" estimate v ∞ − 0 = 15 ? No — better: the burn approaches v ∞ 2 + 2 μ / r − v c . For huge v ∞ , v ∞ 2 + k → v ∞ , so Δ v → v ∞ − v c = 15 − 7.726 = 7.27 km/s asymptote... but here 10.83 , still well above it.
Why this step? Shows the limiting behaviour: the k term shrinks in relative importance as v ∞ grows.
Verify: the correction 225 + 119.36 − 225 = 18.556 − 15.0 = 3.56 km/s — smaller in fraction (3.56/15 = 24% ) than in Ex 1 where the term dominated. So gravity matters relatively less at high v ∞ . Forecast confirmed. Units km/s. ✓
Worked example Example 5 — Mars capture burn
Arrival excess speed v ∞ , a r r = 2.5 km/s at Mars. Capture into a circular orbit of radius r a = 3689 km (≈ 300 km above Mars). μ M = 42828 km 3 / s 2 . Find Δ v a r r .
Forecast: Mars has ~1/9 of Earth's μ . Will the capture burn be much smaller than an Earth burn at the same v ∞ ?
Mars circular speed v c = 42828/3689 = 11.61 = 3.407 km/s.
Why this step? Baseline speed of the final Mars parking orbit.
Periapsis speed v p er i = 2. 5 2 + 2 ( 42828 ) /3689 = 6.25 + 23.22 = 29.47 = 5.428 km/s.
Why this step? Same hyperbola energy relation, now with Mars's μ and r .
Δ v a r r = v p er i − v c = 5.428 − 3.407 = 2.02 km/s.
Why this step? Capture burn = shed the excess by dropping from hyperbola periapsis speed to circular speed.
Verify: with v ∞ = 2.5 near Earth the burn would be 6.25 + 119.36 − 7.726 = 11.208 − 7.726 = 3.48 km/s. Mars gives 2.02 km/s — smaller, because its shallower well (2 μ / r term is 23 vs 119 ). Forecast confirmed. Units km/s. ✓
Worked example Example 6 — From a datasheet
C 3 back to Δv
A launch vehicle can deliver C 3 = 16.0 km 2 / s 2 for your payload mass. Parking r p = 6678 km. What departure Δv does that correspond to, and what is v ∞ ?
Forecast: C 3 = 16 vs Ex 1's C 3 = 9 . Bigger — will Δv jump a lot?
v ∞ = C 3 = 16 = 4.0 km/s.
Why this step? C 3 = v ∞ 2 , so undo the square with a square root — the plot's y-currency is energy, the burn's is speed.
Δ v = 16 + 119.36 − 7.726 = 135.36 − 7.726 = 11.634 − 7.726 = 3.91 km/s.
Why this step? Plug into the master formula Δ v = C 3 + 2 μ / r − μ / r .
Verify: C 3 nearly doubled (9 → 16 ) but Δv rose only 3.61 → 3.91 km/s (+8%). Again the square-root compression. Sanity: v ∞ = 4.0 km/s squares back to 16.0 . ✓
Mnemonic Two currencies, one exchange rate
C 3 is money in the bank (energy); Δv is what you spend at the pump (burn). Convert with Δ v = C 3 + 2 μ / r − μ / r — never equate them directly.
Worked example Example 7 — When does the next Earth–Mars window open?
T E = 365.25 d, T M = 686.98 d. If a cheap window centred today, when does the next pork chop appear (in days and years)?
Forecast: roughly one Earth year? Two? Guess before computing.
T sy n 1 = 365.25 1 − 686.98 1 .
Why this step? The synodic period is the time for the faster planet (Earth) to lap Mars in relative heliocentric angle, restoring the cheap geometry — see Synodic Period .
365.25 1 = 2.7378 × 1 0 − 3 , 686.98 1 = 1.4556 × 1 0 − 3 ; difference = 1.2822 × 1 0 − 3 d − 1 .
T sy n = 1/1.2822 × 1 0 − 3 = 779.9 d = 2.14 yr.
Verify: 779.9 d ≈ 26 months — the famous Earth–Mars cadence. No gravity or Δv anywhere: this cell is pure period arithmetic . Forecast "two years" is closest. ✓
Worked example Example 8 — Mission planner's choice
Two candidate launch cells for a Mars orbiter: Window P gives v ∞ d e p = 3.2 km/s and v ∞ a r r = 2.4 km/s; Window Q gives v ∞ d e p = 2.9 km/s but v ∞ a r r = 3.1 km/s. Earth r p = 6678 km (μ E = 398600 ); Mars r a = 3689 km (μ M = 42828 ). Which window has the lower total Δv?
Forecast: Q launches cheaper but arrives dearer. Does the total flip? Guess P or Q.
Window P departure: 3. 2 2 + 119.36 − 7.726 = 129.60 − 7.726 = 11.384 − 7.726 = 3.658 km/s.
Why this step? Earth master formula.
Window P arrival: 2. 4 2 + 23.22 − 3.407 = 28.98 − 3.407 = 5.384 − 3.407 = 1.977 km/s.
Why this step? Mars capture formula (v c = 3.407 from Ex 5).
P total: 3.658 + 1.977 = 5.635 km/s.
Window Q departure: 2. 9 2 + 119.36 − 7.726 = 127.77 − 7.726 = 11.303 − 7.726 = 3.577 km/s.
Window Q arrival: 3. 1 2 + 23.22 − 3.407 = 32.83 − 3.407 = 5.730 − 3.407 = 2.323 km/s.
Q total: 3.577 + 2.323 = 5.900 km/s.
Verify: P = 5.635 km/s < Q = 5.900 km/s. Choose Window P. The cheaper departure of Q (− 0.081 ) is overwhelmed by its dearer arrival (+ 0.346 ). Total Δv is what pays via the rocket equation , not either half alone. ✓
Common mistake "Pick the window with the lowest launch
C 3 ."
Why it feels right: launch is the visible, headline cost. Why it's wrong: total mission Δv includes capture; a cheap launch with a brutal arrival (Ex 8, Window Q) loses. Fix: always sum Δ v d e p + Δ v a r r .
Worked example Example 9 — Why the 180° ridge cell is "forbidden"
An exam cell places Earth and Mars exactly 180° apart in heliocentric angle at your chosen launch/arrival dates, but their orbital planes are inclined by i = 1.85° (Mars). Estimate the extra plane-change Δv the transfer demands, at a heliocentric transfer speed of v t ≈ 24 km/s, and explain why this cell is unusable.
Forecast: the two positions and the Sun nearly form a straight line. Does that make the transfer easy (like Hohmann) or impossible ?
Geometry: with r 1 and r 2 nearly antiparallel through the Sun , the plane containing r 1 , r 2 and the Sun is undefined — infinitely many planes pass through a line. See Lambert's Problem : the short-way/long-way split collapses here.
Why this step? A pork chop's two lobes (Type I, Type II) meet exactly at this 180° ridge; the transfer plane can't be pinned down.
Plane-change cost: a plane change of angle Δ i at heliocentric speed v t costs Δ v pl an e = 2 v t sin ( Δ i /2 ) .
Why this step? Rotating a velocity vector of length v t by Δ i needs a burn equal to the chord of that rotation — 2 v t sin ( Δ i /2 ) .
With Δ i = 1.85° : Δ v pl an e = 2 ( 24 ) sin ( 0.925° ) = 48 × 0.016144 = 0.775 km/s — and this blows up as the geometry forces Δ i → 90° near the exact ridge, where 2 v t sin 45° ≈ 34 km/s.
Why this step? Even a modest inclination costs ~0.78 km/s; at the singular ridge the required plane change diverges.
Verify: 2 ( 24 ) sin ( 0.925° ) = 0.775 km/s (small but real). The point of the twist: as the transfer angle → 180°, the plane-change Δv spikes toward a wall — this is the ridge separating the two pork-chop lobes, a physical forbidden zone, not a plot glitch. Forecast "impossible" is right at the exact ridge. ✓
Answer before revealing.
Why is Δ v d e p larger than v ∞ for a low LEO parking orbit? Because you also pay
( 2 − 1 ) v c ≈ 3.2 km/s to climb out of Earth's gravity well; the
2 μ / r term inside the root adds to
v ∞ .
For v ∞ = 0 , what is the departure burn? The pure escape burn
( 2 − 1 ) μ / r — never zero.
Why does doubling C 3 barely change Δv at high v ∞ ? Because
v ∞ 2 + k → v ∞ ; the gravity term
k = 2 μ / r becomes relatively negligible (square-root compression).
Why is a total-Δv comparison, not a launch-C 3 comparison, the right way to pick a window? What makes the 180° cell forbidden? The transfer plane is undefined, forcing a huge plane change; Δv spikes at the ridge between Type I and Type II lobes.
Recall Prerequisites feeding this drill
Lambert's Problem (each cell), Hyperbolic Excess Velocity & C3 (v ∞ , C 3 ), Hohmann Transfer (cheap near-180° reference), Oberth Effect (why burning deep helps), Patched Conic Approximation (Earth-frame vs Sun-frame handoff), Synodic Period (Ex 7), Tsiolkovsky Rocket Equation (why Δv is exponential in mass).