This page hammers the thrust equation
F = m ˙ v e + ( P e − P a ) A e
through every case it can hand you . Before we compute anything, let's lay out the full map so no scenario surprises you later.
Recall What each symbol means (from the
parent )
m ˙ = mass flow rate of exhaust, in kg/s (how many kilograms leave the nozzle each second).
v e = exhaust speed relative to the rocket , in m/s.
P e = static pressure of gas at the exit plane , in Pa.
P a = ambient (outside air) pressure, in Pa.
A e = area of the nozzle exit hole, in m².
F = net forward thrust, in newtons (N).
Every problem this topic throws lives in one of these cells. Read the "sign of pressure term" column as the story: is the exit gas over-pressured, under-pressured, or balanced against the outside?
#
Cell class
Condition
Sign of ( P e − P a ) A e
Covered by
1
Overexpanded
P e < P a
negative (loss)
Ex 1
2
Underexpanded
P e > P a
positive (bonus)
Ex 2
3
Perfectly expanded
P e = P a
zero
Ex 3
4
Vacuum (degenerate P a = 0 )
P a = 0
max positive
Ex 4
5
Zero pressure thrust from zero area (degenerate)
A e → 0
zero regardless of P
Ex 5
6
Limiting behaviour: thrust vs altitude
P a decreasing
rises as you climb
Ex 6
7
Reverse-solve (find v e or m ˙ from F )
given F
either
Ex 7
8
Real-world word problem
sea-level launch
negative-ish
Ex 8
9
Exam twist: effective exhaust velocity
uses v e f f
folded into one number
Ex 9
Each example below is tagged with the cell(s) it fills.
A first-stage engine at sea level: m ˙ = 300 kg/s, v e = 2800 m/s, P e = 80 kPa, P a = 101 kPa, A e = 1.2 m 2 . Find F .
Forecast: The exit pressure (80 kPa) is below the outside air (101 kPa). Guess: pressure thrust is negative, so F comes out a little below the pure momentum thrust. Jot a number before reading on.
Step 1 — Momentum thrust.
m ˙ v e = 300 × 2800 = 840 , 000 N
Why this step? This is the Newton's-3rd-law core: mass thrown per second times how fast it leaves. It's always the biggest term.
Step 2 — Pressure thrust.
( P e − P a ) A e = ( 80 , 000 − 101 , 000 ) ( 1.2 ) = ( − 21 , 000 ) ( 1.2 ) = − 25 , 200 N
Why this step? Since P e < P a , the outside atmosphere presses harder on the exit region than the exhaust does — a net backward push. That's the overexpanded penalty.
Step 3 — Add them.
F = 840 , 000 − 25 , 200 = 814 , 800 N ≈ 814.8 kN
Verify: Units of momentum thrust: ( kg/s ) ( m/s ) = kg⋅m/s 2 = N ✓. Units of pressure thrust: ( Pa ) ( m 2 ) = ( N/m 2 ) ( m 2 ) = N ✓. The result sits just below 840 kN as forecast — the atmosphere stole 25.2 kN.
Same m ˙ = 300 kg/s, v e = 2800 m/s, A e = 1.2 m 2 , but at high altitude where P a = 30 kPa and the exit gas is P e = 80 kPa. Find F .
Forecast: Now P e > P a . Guess: pressure thrust flips to positive — a bonus — so F exceeds 840 kN.
Step 1 — Momentum thrust (unchanged, m ˙ and v e same):
m ˙ v e = 840 , 000 N
Why this step? The engine hasn't changed its throwing rate; only the surrounding air changed.
Step 2 — Pressure thrust.
( P e − P a ) A e = ( 80 , 000 − 30 , 000 ) ( 1.2 ) = ( 50 , 000 ) ( 1.2 ) = 60 , 000 N
Why this step? Exit gas now pushes forward harder than the thin outside air pushes back → net forward force.
Step 3 — Add.
F = 840 , 000 + 60 , 000 = 900 , 000 N = 900 kN
Verify: Same engine, thinner air → bigger thrust, matching the forecast. Compare to Example 1 (814.8 kN at sea level): climbing gained 900 − 814.8 = 85.2 kN. That's the whole reason rockets thrust harder as they rise.
The nozzle is tuned so that at this altitude P e = P a = 50 kPa exactly. With m ˙ = 300 kg/s, v e = 2800 m/s, A e = 1.2 m 2 , find F .
Forecast: P e − P a = 0 , so the pressure term vanishes. Guess: F = pure momentum thrust = 840 kN.
Step 1 — Pressure thrust.
( P e − P a ) A e = ( 50 , 000 − 50 , 000 ) ( 1.2 ) = 0 N
Why this step? Balanced pressures mean the exit region is in equilibrium with the outside — no leftover push either way.
Step 2 — Total.
F = 840 , 000 + 0 = 840 , 000 N = 840 kN
Verify: This is the optimum thrust for these chamber conditions at this altitude — any other P e (over- or underexpanded) would need a different nozzle and net you less useful thrust here. The pressure term literally disappears, so F = m ˙ v e cleanly.
Take the engine to deep space: P a = 0 . Keep m ˙ = 300 kg/s, v e = 2800 m/s, P e = 80 kPa, A e = 1.2 m 2 . Find F .
Forecast: With no outside air to push back, the full exit pressure now contributes forward. Guess: this is the largest thrust of all our cases.
Step 1 — Pressure thrust with P a = 0 .
( P e − 0 ) A e = 80 , 000 × 1.2 = 96 , 000 N
Why this step? Setting P a = 0 removes the subtracted back-push entirely — this is the physical meaning of "vacuum." Nothing outside opposes the exit gas.
Step 2 — Total.
F = 840 , 000 + 96 , 000 = 936 , 000 N = 936 kN
Verify: This exceeds every earlier case (814.8, 900, 840 kN) ✓. Going from sea level (Ex 1) to vacuum, the same engine gains 936 − 814.8 = 121.2 kN — that's the whole P a A e = 101 , 000 × 1.2 = 121 , 200 N the atmosphere used to steal. This is why the linked Specific Impulse of an engine is quoted higher "in vacuum."
A thought experiment: shrink the nozzle exit to a pinhole, A e → 0 , while somehow keeping m ˙ = 300 kg/s and v e = 2800 m/s. What happens to the pressure term? Take P e = 80 kPa, P a = 101 kPa.
Forecast: The pressure term has A e as a factor. Guess: no matter what the pressures are, if A e = 0 the whole pressure thrust is zero.
Step 1 — Pressure thrust.
( P e − P a ) A e = ( 80 , 000 − 101 , 000 ) ( 0 ) = 0 N
Why this step? Pressure is force per area ; with zero area there's no area for it to act on. The degenerate case collapses the whole second term regardless of the pressure mismatch.
Step 2 — Total.
F = 840 , 000 + 0 = 840 , 000 N = 840 kN
Verify: A physically real nozzle can't hold this flow through zero area, but the equation behaves sensibly: A e = 0 ⇒ only momentum thrust survives. This confirms the pressure thrust is entirely an exit-area phenomenon, exactly as the parent derivation argued (net pressure survives only over the open exit).
Fix the engine (m ˙ = 300 kg/s, v e = 2800 m/s, P e = 80 kPa, A e = 1.2 m 2 ) and let P a fall as the rocket climbs: P a = 101 , 70 , 30 , 0 kPa. Tabulate F and describe the trend.
Forecast: Lower P a → smaller subtraction → larger F . Guess a smooth, straight-line rise.
Step 1 — Write F as a function of P a .
F ( P a ) = m ˙ v e 840 , 000 + ( 80 , 000 − P a ) ( 1.2 )
Why this step? Only P a changes, so isolate it. Everything else is a constant. This makes F a linear function of P a with slope − A e = − 1.2 N per Pa.
Step 2 — Evaluate at each altitude.
P a (kPa)
pressure thrust (N)
F (kN)
101
( 80 − 101 ) ( 1.2 ) × 1 0 3 = − 25 , 200
814.8
70
( 80 − 70 ) ( 1.2 ) × 1 0 3 = + 12 , 000
852.0
30
( 80 − 30 ) ( 1.2 ) × 1 0 3 = + 60 , 000
900.0
0
( 80 − 0 ) ( 1.2 ) × 1 0 3 = + 96 , 000
936.0
Why this step? Sweeping P a from sea level to vacuum shows every sign of the pressure term in one shot: negative at 101, zero somewhere near 80, positive above.
Look at the figure: the red line is straight, crossing from below the dashed "momentum-only" line to above it exactly at P a = P e = 80 kPa.
Verify: The crossing point is where pressure thrust = 0 , i.e. P a = P e = 80 kPa, giving F = 840 kN — matching Example 3's logic. Slope check: from P a = 101 to P a = 0 , F rose by 936 − 814.8 = 121.2 kN over a 101 kPa drop, i.e. 121 , 200/101 , 000 = 1.2 N/Pa = A e ✓.
An engine must deliver F = 750 kN at sea level (P a = 101 kPa). Its nozzle gives P e = 95 kPa, A e = 0.9 m 2 , and m ˙ = 260 kg/s. What exhaust velocity v e is required?
Forecast: We're running the equation backward. Guess v e near 3000 m/s.
Step 1 — Rearrange the thrust equation for v e .
F = m ˙ v e + ( P e − P a ) A e ⇒ v e = m ˙ F − ( P e − P a ) A e
Why this step? v e sits inside the momentum term multiplied by m ˙ ; isolate it by subtracting the (known) pressure term and dividing.
Step 2 — Compute the pressure term.
( P e − P a ) A e = ( 95 , 000 − 101 , 000 ) ( 0.9 ) = ( − 6 , 000 ) ( 0.9 ) = − 5 , 400 N
Why this step? Slightly overexpanded, so it's a small negative — the momentum term must make up for it.
Step 3 — Solve.
v e = 260 750 , 000 − ( − 5 , 400 ) = 260 755 , 400 ≈ 2905.4 m/s
Why this step? Subtracting a negative adds ; the engine must throw slightly faster to cover the pressure loss.
Verify: Plug back: 260 × 2905.4 = 755 , 404 ; add − 5 , 400 ⇒ 750 , 004 ≈ 750 , 000 N ✓ (rounding). Forecast of ~3000 m/s was in the right ballpark.
A launch pad engineer reads off a test-stand firing at sea level: measured thrust F = 1 , 860 kN, exit pressure P e = 70 kPa, ambient P a = 101 kPa, exit area A e = 2.5 m 2 , and mass flow m ˙ = 620 kg/s. She wants the effective exhaust velocity she'd advertise and how much thrust the atmosphere is costing.
Forecast: The engine is overexpanded (P e < P a ), so atmosphere costs thrust. Guess a loss of tens of kN.
Step 1 — Pressure thrust (the atmospheric cost).
( P e − P a ) A e = ( 70 , 000 − 101 , 000 ) ( 2.5 ) = ( − 31 , 000 ) ( 2.5 ) = − 77 , 500 N
Why this step? This negative number is the atmosphere's toll: the pad loses 77.5 kN of thrust here.
Step 2 — Momentum thrust (back it out).
m ˙ v e = F − ( P e − P a ) A e = 1 , 860 , 000 − ( − 77 , 500 ) = 1 , 937 , 500 N
Why this step? Total minus pressure gives the pure Newton's-3rd-law part.
Step 3 — True relative exhaust velocity.
v e = 620 1 , 937 , 500 ≈ 3125.0 m/s
Step 4 — Effective exhaust velocity (the advertised number).
v e f f = m ˙ F = 620 1 , 860 , 000 = 3000.0 m/s
Why this step? v e f f folds the pressure term into one figure via F = m ˙ v e f f ; it's what feeds directly into Specific Impulse and the Tsiolkovsky Rocket Equation .
Verify: v e f f < v e (3000 < 3125), which must be true when pressure thrust is negative ✓. Reconstruct: m ˙ v e f f = 620 × 3000 = 1 , 860 , 000 = F ✓.
An exam gives you v e f f = 3000 m/s and m ˙ = 620 kg/s at sea level (from Example 8's engine), and asks: what is v e f f in vacuum , given P e = 70 kPa, A e = 2.5 m 2 ?
Forecast: In vacuum the pressure term jumps up (no P a ), so v e f f rises. Guess a few hundred m/s higher.
Step 1 — Recall v e f f 's definition.
v e f f = v e + m ˙ ( P e − P a ) A e
Why this step? Only the pressure part of v e f f changes with altitude; v e (relative speed) stays fixed at 3125 m/s from Example 8.
Step 2 — Vacuum pressure term per unit mass flow.
m ˙ ( P e − 0 ) A e = 620 70 , 000 × 2.5 = 620 175 , 000 ≈ 282.3 m/s
Why this step? Setting P a = 0 gives the maximum pressure contribution, converted into velocity units by dividing by m ˙ .
Step 3 — Add to v e .
v e f f , vac = 3125.0 + 282.3 = 3407.3 m/s
Verify: Vacuum v e f f (3407.3) > sea-level v e f f (3000) ✓ — the engine is more efficient in space, consistent with Example 4's story. Cross-check the vacuum thrust: m ˙ v e f f , vac = 620 × 3407.3 ≈ 2 , 112 , 500 N; direct: m ˙ v e + P e A e = 1 , 937 , 500 + 175 , 000 = 2 , 112 , 500 N ✓.
Recall Quick self-test
Which cell is overexpanded and what's the sign of its pressure thrust? ::: P e < P a , pressure thrust negative
Same engine: which gives more thrust, sea level or vacuum? ::: Vacuum, because P a = 0 removes the atmospheric back-push
If A e = 0 , what is the pressure thrust? ::: Zero, regardless of the pressure mismatch
How do you get v e from a measured F ? ::: v e = ( F − ( P e − P a ) A e ) / m ˙
Relationship of v e f f to v e when overexpanded? ::: v e f f < v e (pressure term is negative)