3.3.6 · D3Rocket Propulsion

Worked examples — Thrust equation F = ṁv_e + (P_e − P_a)A_e — derivation

2,670 words12 min readBack to topic

This page hammers the thrust equation 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)

  • = mass flow rate of exhaust, in kg/s (how many kilograms leave the nozzle each second).
  • = exhaust speed relative to the rocket, in m/s.
  • = static pressure of gas at the exit plane, in Pa.
  • = ambient (outside air) pressure, in Pa.
  • = area of the nozzle exit hole, in m².
  • = net forward thrust, in newtons (N).

The scenario matrix

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 Covered by
1 Overexpanded negative (loss) Ex 1
2 Underexpanded positive (bonus) Ex 2
3 Perfectly expanded zero Ex 3
4 Vacuum (degenerate ) max positive Ex 4
5 Zero pressure thrust from zero area (degenerate) zero regardless of Ex 5
6 Limiting behaviour: thrust vs altitude decreasing rises as you climb Ex 6
7 Reverse-solve (find or from ) given either Ex 7
8 Real-world word problem sea-level launch negative-ish Ex 8
9 Exam twist: effective exhaust velocity uses folded into one number Ex 9

Each example below is tagged with the cell(s) it fills.


Worked examples

Example 1 — Overexpanded nozzle (Cell 1)


Example 2 — Underexpanded nozzle (Cell 2)


Example 3 — Perfect expansion (Cell 3)


Example 4 — Vacuum, the degenerate (Cell 4)


Example 5 — Zero exit area, the degenerate (Cell 5)


Example 6 — Limiting behaviour: thrust vs altitude (Cell 6) 📈


Example 7 — Reverse-solve for exhaust velocity (Cell 7)


Example 8 — Real-world word problem (Cell 8)


Example 9 — Exam twist: effective exhaust velocity in vacuum (Cell 9)


Recall Quick self-test

Which cell is overexpanded and what's the sign of its pressure thrust? ::: , pressure thrust negative Same engine: which gives more thrust, sea level or vacuum? ::: Vacuum, because removes the atmospheric back-push If , what is the pressure thrust? ::: Zero, regardless of the pressure mismatch How do you get from a measured ? ::: Relationship of to when overexpanded? ::: (pressure term is negative)

Connections