Rocket Propulsion
Recall, Definitions & Standard Problems
Time Limit: 30 minutes Total Marks: 50 Instructions: Answer all questions. Use unless stated otherwise. Show working for numerical questions.
Q1. (4 marks) State the Tsiolkovsky rocket equation, defining every symbol. What physical assumption about external forces is made in its simplest form?
Q2. (6 marks) A single-stage rocket has an initial mass and a final (burnout) mass . Its effective exhaust velocity is . (a) Compute the mass ratio. (1) (b) Compute the achievable . (3) (c) State qualitatively why increasing the mass ratio gives diminishing returns in . (2)
Q3. (5 marks) (a) Define specific impulse in terms of effective exhaust velocity and give its SI unit as commonly quoted. (2) (b) An engine has . Compute its effective exhaust velocity. (2) (c) Which propellant combination typically has this ? (1)
Q4. (6 marks) Write down the full thrust equation for a rocket engine and name each term. Under what nozzle condition is thrust maximised for a given chamber condition, and what is this condition called?
Q5. (6 marks) A rocket engine has mass flow rate , exhaust velocity , exit pressure , ambient pressure , and exit area . (a) Compute the thrust. (3) (b) Compute the effective exhaust velocity . (2) (c) Is this nozzle over- or under-expanded here? (1)
Q6. (5 marks) (a) Define the nozzle area ratio . (2) (b) Explain in one or two sentences why a vacuum-optimised engine uses a larger than a sea-level engine. (3)
Q7. (5 marks) State Vieille's law for solid-propellant burn rate, defining each symbol. What is the physical meaning of the pressure exponent , and why must for stable operation?
Q8. (6 marks) Match each engine cycle to its defining feature and give one advantage: (a) Gas generator cycle (b) Expander cycle (c) Pressure-fed cycle (d) Electric pump-fed cycle
Q9. (4 marks) Explain the fundamental thrust– trade-off of electric propulsion (e.g. ion engines) compared with chemical rockets. Why can't ion engines launch from the ground?
Q10. (3 marks) Define characteristic velocity by its formula and state which two combustion-chamber properties it primarily depends on (qualitatively).
Answer keyMark scheme & solutions
Q1. (4 marks)
- = velocity change achievable (1)
- = effective exhaust velocity; = initial mass, = final/burnout mass (2)
- Assumption: no external forces (gravity, drag) — force-free space (1) Why: the log form arises from integrating with only the thrust term.
Q2. (6 marks) (a) Mass ratio (1) (b) ≈ 3882 m/s (3: formula 1, substitution 1, answer 1) (c) Because scales with the logarithm of the mass ratio; doubling the ratio adds only , so ever-larger propellant fractions yield progressively smaller gains. (2)
Q3. (5 marks) (a) ; unit quoted in seconds (s) (2) (b) ≈ 3051 m/s (2) (c) LOX/RP-1 (kerosene) (1)
Q4. (6 marks)
- = momentum thrust (2)
- = pressure thrust (2)
- Thrust is maximised when (pressure thrust term optimally balanced with expansion), called optimum / perfect expansion (2) Why: differentiating thrust w.r.t. expansion shows the maximum occurs at matched exit/ambient pressure.
Q5. (6 marks) (a) ≈ 697.1 kN (3) (b) ≈ 2788 m/s (2) (c) → over-expanded (1)
Q6. (5 marks) (a) = ratio of nozzle exit area to throat area (2) (b) In vacuum , so the gas can expand to a much lower before matching ambient; a larger extracts more momentum thrust and gives higher . A sea-level engine with too large would be badly over-expanded (flow separation/shocks). (3)
Q7. (5 marks)
- = linear burn rate, = chamber pressure, = temperature-dependent coefficient, = pressure exponent (2)
- measures the sensitivity of burn rate to chamber pressure (1)
- If : a pressure rise increases mass generation faster than the nozzle can vent it → runaway (unstable). gives a self-stabilising equilibrium chamber pressure. (2)
Q8. (6 marks) — 1.5 marks each (a) Gas generator (open) cycle: small preburner drives turbine, exhaust dumped overboard; simple but small penalty. (b) Expander cycle: cryogenic fuel (H₂) heated in the regenerative jacket drives the turbine; very clean/reliable, no preburner. (c) Pressure-fed cycle: tank pressure alone forces propellant into chamber, no turbopumps; simplest, high reliability (upper stages). (d) Electric pump-fed cycle: battery-driven electric motors run the pumps; simple, throttleable, decoupled pump from combustion (e.g. Rutherford).
Q9. (4 marks) Electric propulsion achieves very high (~thousands of s) by accelerating ions to high , but produces tiny thrust (mN–N) because mass flow is minute and thrust is power-limited: , so high means low thrust for fixed power. (3) Thrust-to-weight is far below 1, so it cannot overcome gravity to lift off — only usable in space/vacuum. (1)
Q10. (3 marks) (1) Depends primarily on chamber (flame) temperature (higher → higher ) and molecular weight of combustion products (lower → higher ), i.e. . (2)
[
{"claim":"Q2b: dv = 2800 ln(4) ≈ 3881.6","code":"import sympy as sp; dv=2800*sp.log(4); result = abs(float(dv)-3881.6) < 1.0"},
{"claim":"Q3b: ve = 311*9.81 = 3050.91","code":"result = abs(311*9.81 - 3050.91) < 0.1"},
{"claim":"Q5a: thrust = 697100 N","code":"F=250*2900+(70000-101000)*0.9; result = abs(F-697100) < 1"},
{"claim":"Q5b: c = F/mdot = 2788.4","code":"F=250*2900+(70000-101000)*0.9; c=F/250; result = abs(c-2788.4) < 0.1"}
]