Intuition What this page is
The parent note gave you the three master tools of staging: the tail-off impulse J t ai l = F 0 τ , the separation relative velocity v r e l = J se p / μ , and the clearance condition v r e l t c l e a r ≥ d . This page hunts down every kind of number those formulas can be fed — including the weird ones (a zero, an infinity, equal masses, a degenerate stage) — so that no problem can surprise you.
If you want the derivations , see the parent topic . But this page stands on its own: we restate every formula in situ before using it.
Before we compute anything, we restate the two formulas and the picture behind them so nothing is used unearned.
Definition The reduced mass, restated
μ = m 1 + m 2 m 1 m 2 .
μ ("mu") is not a real object's mass. It is the single "effective mass" that describes how two bodies, pushed apart by an internal spring/charge, drift relative to each other . It is always smaller than either stage's mass. (Same idea as two ice-skaters shoving off — the parent note derives it from Newton's third law.)
ignoring (modeling assumptions — flag them up front)
Every example on this page assumes the staging window is so short (a fraction of a second to a couple of seconds) that we may neglect :
gravity and drag acting during the window (they change velocity by far less than the impulses we compute),
any continued mass loss during the fade (we use the mass at cutoff as a fixed number),
external torques and tumbling.
So these are pure impulse-momentum problems: internal pushes only, constant masses, forward = positive. If a window were long, you would add gravity losses on top.
Every staging problem is one of these cells. The worked examples below are each tagged with the cell they cover.
Cell
What makes it special
Covered by
A Ordinary tail-off
plain F 0 , τ finite, positive
Ex 1
B Tail-off, degenerate τ → 0
instant cutoff limit
Ex 2
C Tail-off, large-τ / partial window
integrate only to finite t , not ∞
Ex 3
D Separation, unequal masses
general m 1 = m 2
Ex 4
E Separation, equal masses m 1 = m 2
symmetric limit, μ = m /2
Ex 5
F Separation, extreme mass ratio
m 1 ≫ m 2 (tiny upper stage) → μ → m 2
Ex 6
G Clearance / collision-risk word problem
solve for required J se p from a gap deadline
Ex 7
H Combined real-world / exam twist
tail-off and separation together; sign bookkeeping
Ex 8
I Zero-input sanity
J se p = 0 → what happens?
inside Ex 5 verify
Signs matter: we take forward (direction of flight) as positive . The upper stage gets a + push, the discarded lower stage a − recoil.
Worked example The plain case
A first-stage engine reads F 0 = 120 kN at the cutoff command. Tail-off time τ = 0.6 s . The stage mass at that instant is m = 20000 kg . Find the tail-off impulse J t ai l and the un-commanded velocity kick Δ v t ai l .
Forecast: guess — will the extra Δ v be a few cm/s, a few m/s, or tens of m/s?
Convert units. F 0 = 120 kN = 120000 N .
Why this step? The formula uses newtons; a stray factor of 1000 is the single most common numeric error.
Impulse = area under the fade curve. Using the restated profile F ( t ) = F 0 e − t / τ ,
J t ai l = ∫ 0 ∞ F 0 e − t / τ d t = F 0 τ = 120000 × 0.6 = 72000 N⋅s .
Why this step? Impulse is the area under F ( t ) ; the area of the whole decaying curve equals a rectangle of height F 0 and width τ .
Velocity kick. Δ v t ai l = m J t ai l = 20000 72000 = 3.6 m/s .
Why this step? Impulse is the change in momentum, J = m Δ v , so Δ v = J / m .
Verify: Units — kg N⋅s = kg kg⋅m/s 2 ⋅ s = m/s ✓. Magnitude 3.6 m/s is "a few m/s" — the middle forecast. That is real velocity guidance must budget for.
Worked example The degenerate case people
assume is always true
Same engine, F 0 = 120 kN , but now imagine an idealized valve that shuts perfectly instantly : τ → 0 . What tail-off impulse does the model predict?
Forecast: if the fade takes zero time, is there still a "hidden" impulse?
Take the limit. J t ai l = F 0 τ → 120000 × 0 = 0 N⋅s .
Why this step? We are testing the degenerate input to make sure the formula behaves sanely at its boundary.
Interpret. With τ = 0 the thrust really is a switch — no leftover propellant burns, no extra impulse.
Why this step? This confirms the impulse-momentum picture: no area under the F ( t ) curve ⇒ no momentum change.
Verify: As τ → 0 , ∫ 0 ∞ F 0 e − t / τ d t = F 0 τ → 0 ✓. So the "thrust is a switch" belief is exactly the τ = 0 special case — real engines have τ > 0 , which is why the parent note warns you not to assume it.
Worked example Finite window, not infinity
Sometimes separation happens before the tail fully dies. Same F 0 = 120 kN , τ = 0.6 s , but you only care about the impulse delivered in the first t 1 = 0.6 s (one τ ) after cutoff. Find that partial impulse J ( t 1 ) .
Forecast: one full τ has passed — do you think you've collected roughly half, two-thirds, or nearly all of the total 72000 N·s?
Set up the integral with a finite top limit.
J ( t 1 ) = ∫ 0 t 1 F 0 e − t / τ d t .
Why this step? The full-tail integral goes to ∞ ; here the physical window is cut short at t 1 , so the top limit is finite and the answer will keep a leftover term.
Do the integral, step by step. The antiderivative of e − t / τ is − τ e − t / τ (differentiate it back: d t d [ − τ e − t / τ ] = e − t / τ ✓). So
J ( t 1 ) = F 0 [ − τ e − t / τ ] 0 t 1 = F 0 ( − τ e − t 1 / τ − ( − τ e 0 ) ) = F 0 τ ( 1 − e − t 1 / τ ) .
Why this step? Plugging the two limits in and subtracting is exactly how a definite integral collects the area between 0 and t 1 ; the constant τ pulls out and the two exponentials give the ( 1 − e − t 1 / τ ) shape.
Plug in t 1 = τ so t 1 / τ = 1 .
J ( τ ) = 72000 ( 1 − e − 1 ) = 72000 × 0.63212 ≈ 45513 N⋅s .
Why this step? One time-constant always delivers the same fraction 1 − e − 1 ≈ 63.2% — a number worth memorising.
Verify: Fraction = 1 − e − 1 = 0.632 ✓, matching the forecast "roughly two-thirds". The remaining 36.8% dribbles out after t 1 , confirming Ex 1's total is bigger.
Figure 1 below draws exactly this split. The horizontal axis is time t (s) after cutoff, the vertical axis is thrust F (kN). The blue shaded area from 0 to τ is the 63.2% we just computed; the pink faint tail to the right of the yellow t = τ line is the remaining 36.8% .
Figure 1 — Thrust tail-off F ( t ) = F 0 e − t / τ : impulse is the area under the curve, split at one time-constant.
Worked example The general two-body shove
Spent lower stage m 1 = 12000 kg , upper stage m 2 = 3000 kg . Separation springs deliver J se p = 4500 N⋅s . Find the reduced mass μ , the relative separation velocity v r e l , and each stage's own Δ v .
Forecast: which stage moves faster after the push — the heavy one or the light one?
Reduced mass. μ = m 1 + m 2 m 1 m 2 = 15000 12000 × 3000 = 15000 3.6 × 1 0 7 = 2400 kg .
Why this step? Relative motion under an internal force behaves like one particle of mass μ — see Reduced Mass and Two-Body Problem .
Relative velocity. v r e l = μ J se p = 2400 4500 = 1.875 m/s .
Why this step? This is the drift-apart speed, the thing that decides collision safety.
Individual kicks (forward = + ):
Δ v 2 = + m 2 J se p = 3000 4500 = + 1.5 m/s (upper speeds up);
Δ v 1 = − m 1 J se p = − 12000 4500 = − 0.375 m/s (lower falls behind).
Why this step? Newton's third law: equal-and-opposite impulse on each body.
Verify: Δ v 2 − Δ v 1 = 1.5 − ( − 0.375 ) = 1.875 = v r e l ✓. Momentum check (Conservation of Momentum ): m 2 Δ v 2 + m 1 Δ v 1 = 3000 ( 1.5 ) + 12000 ( − 0.375 ) = 4500 − 4500 = 0 ✓. The lighter upper stage moves faster — forecast confirmed.
Worked example The symmetric limit — plus a zero-input sanity check
Two stages of equal mass m 1 = m 2 = 5000 kg . (a) Springs deliver J se p = 4000 N⋅s : find μ and v r e l . (b) Then check the degenerate case J se p = 0 .
Forecast: with equal masses, how does μ relate to a single stage mass?
Reduced mass for equal masses. μ = m + m m ⋅ m = 2 m = 2 5000 = 2500 kg .
Why this step? Equal masses is a clean special case worth knowing: μ is exactly half of each mass.
Relative velocity (a). v r e l = 2500 4000 = 1.6 m/s .
Why this step? Same formula, checking it works at the symmetric point.
Individual kicks. Δ v 2 = + 5000 4000 = + 0.8 , Δ v 1 = − 0.8 m/s — symmetric, as expected.
Why this step? Equal masses ⇒ equal-and-opposite speeds, each exactly half of v r e l .
Zero-input case (b). J se p = 0 ⇒ v r e l = 0/2500 = 0 m/s .
Why this step? No shove ⇒ no drift ⇒ no separation . The stages ride together and will collide at ignition — the danger the parent note warns about.
Verify: v r e l = 0.8 − ( − 0.8 ) = 1.6 ✓. Momentum 5000 ( 0.8 ) + 5000 ( − 0.8 ) = 0 ✓. And J se p = 0 ⇒ v r e l = 0 ✓ (no impulse, no motion — the formula degrades gracefully).
Worked example A giant spent stage kicks off a tiny upper stage
A huge spent booster m 1 = 90000 kg separates from a small upper stage m 2 = 1000 kg , with J se p = 2000 N⋅s . Find μ , v r e l , and compare μ to m 2 .
Forecast: when one body is 90× heavier, does the reduced mass sit near the light mass or near the heavy mass?
Reduced mass. μ = 91000 90000 × 1000 = 91000 9.0 × 1 0 7 = 989.01 kg .
Why this step? Testing the limiting behaviour m 1 ≫ m 2 .
Compare to m 2 . μ = 989 kg is within 1% of m 2 = 1000 kg .
Why this step? This confirms the limit μ → m 2 when m 1 → ∞ — the heavy body barely recoils, so the relative motion is almost entirely the light body's motion.
Relative velocity. v r e l = 989.01 2000 = 2.0222 m/s .
Why this step? Nearly all the drift is the upper stage's own Δ v 2 = 2000/1000 = 2.0 m/s; the heavy stage's Δ v 1 = − 2000/90000 = − 0.0222 m/s is tiny.
Verify: Δ v 2 − Δ v 1 = 2.0 − ( − 0.02222 ) = 2.02222 = v r e l ✓. And μ / m 2 = 989.01/1000 = 0.989 ≈ 1, so μ → m 2 — forecast (near the light mass) confirmed.
Worked example "How hard must the springs push?"
Mission rule: the upper stage must open a gap of d = 4 m before its engine ignites at t c l e a r = 2.0 s after bolt-fire, or the plume will hit the spent stage. Masses: m 1 = 8000 kg , m 2 = 2000 kg . What minimum separation impulse J se p is required?
Forecast: will the needed impulse be hundreds or thousands of N·s?
Required relative velocity. During the short window (gravity/drag neglected, as flagged up top), drift is steady, so d = v r e l t c l e a r . Thus
v r e l ≥ t c l e a r d = 2.0 4 = 2.0 m/s .
Why this step? The clearance condition converts a distance deadline into a minimum speed .
Reduced mass. μ = 10000 8000 × 2000 = 1600 kg .
Why this step? We need μ to turn required speed into required impulse.
Solve for impulse. From v r e l = J se p / μ : J se p = μ v r e l = 1600 × 2.0 = 3200 N⋅s .
Why this step? This is the design number the spring/retro-rocket must deliver — at minimum.
Verify: Plug back: v r e l = 3200/1600 = 2.0 m/s, gap = 2.0 × 2.0 = 4.0 m ✓ = d . Units: kg × m/s = N⋅s ✓. Any smaller impulse ⇒ gap < 4 m ⇒ collision — so 3200 N·s is the safety floor.
Worked example The combined scenario with sign bookkeeping
Just before staging the whole vehicle (both stages) moves at v 0 = 2500 m/s . The upper-stage engine has already cut, but its tail-off adds a kick. Data: F 0 = 30 kN , τ = 0.5 s ; masses at separation m 1 = 6000 kg (spent), m 2 = 4000 kg (upper); separation impulse J se p = 5000 N⋅s . Find the upper stage's final velocity after both the tail-off and the separation push.
Forecast: tail-off and separation both push the upper stage forward — will its final speed be above or below 2500 m/s, and by how much?
Convert units first. F 0 = 30 kN = 30000 N (same care as Ex 1 — kilonewtons must become newtons before multiplying by seconds).
Why this step? Consistent SI units are what make J = F 0 τ come out in N·s.
Tail-off kick on the upper stage. The tail-off thrust acts on the upper stage (mass m 2 ):
Δ v t ai l = m 2 F 0 τ = 4000 30000 × 0.5 = 4000 15000 = 3.75 m/s .
Why this step? This is Cell A's tool applied to the upper stage's own mass — a forward ( + ) kick.
Separation kick on the upper stage. Δ v 2 = + m 2 J se p = 4000 5000 = + 1.25 m/s .
Why this step? The upper stage receives the forward half of the equal-opposite spring impulse.
Add signed contributions. Both are forward, so
v f ina l = v 0 + Δ v t ai l + Δ v 2 = 2500 + 3.75 + 1.25 = 2505.0 m/s .
Why this step? Velocities from separate impulses on the same body simply add (each is J / m ); careful sign tracking keeps both as + .
Verify: 2500 + 3.75 + 1.25 = 2505.0 m/s ✓ — above the start, as forecast. Sanity: the spent stage's separation recoil Δ v 1 = − 5000/6000 = − 0.8333 m/s is not added to the upper stage — it belongs to the lower body. Momentum of the separation alone: 4000 ( 1.25 ) + 6000 ( − 0.8333 ) = 5000 − 5000 = 0 ✓.
Recall Quick self-test across the matrix
Which cell has μ = m /2 ? ::: Equal masses (Cell E).
As m 1 → ∞ , μ → ? ::: m 2 (Cell F, the light stage).
As τ → 0 , J t ai l → ? ::: 0 (Cell B, instant-cutoff limit).
One time-constant delivers what fraction of the total tail-off impulse? ::: 1 − e − 1 ≈ 63.2% (Cell C).
To turn a gap deadline into a minimum spring impulse, use ::: J se p = μ d / t c l e a r (Cell G).
What three effects do we neglect during the short staging window? ::: gravity, drag, and continued mass loss (constant-mass impulse-momentum model).
See also: Tsiolkovsky Rocket Equation , Multistage Rocket Optimization , Impulse-Momentum Theorem , Gravity Losses and Ascent Trajectory .