Rocket Flight Mechanics
Level: 2 (Recall / Standard problems / Short derivations) Time Limit: 30 minutes Total Marks: 50
Use for inline math and for displayed equations. Take unless stated.
Q1. (4 marks) Define the following coordinate frames used in rocket flight mechanics: (a) Earth-Centered Inertial (ECI) (b) Earth-Centered Earth-Fixed (ECEF) (c) North-East-Down (NED) (d) Body frame
Q2. (5 marks) A finned rocket has centre of pressure at from the nose and centre of gravity at from the nose. The body diameter is . (a) Compute the static margin (in calibers). (3) (b) State whether the rocket is statically stable and justify. (2)
Q3. (6 marks) State the three principal forces acting on a rocket in atmospheric flight. Give the expression for aerodynamic axial force and normal force in terms of dynamic pressure , reference area , and coefficients , .
Q4. (6 marks) A rocket flies at at an altitude where . (a) Compute the dynamic pressure . (3) (b) Explain physically what "Max-Q" is and why it is a structural design concern. (3)
Q5. (5 marks) Define the ballistic coefficient for reentry. A capsule has mass , drag coefficient , and reference area . Compute and state qualitatively how a higher affects deceleration altitude.
Q6. (6 marks) Write the 3DOF point-mass equations of motion for a rocket in a vertical plane (flight-path angle ), including thrust , drag , mass , and gravity . State one simplifying assumption of the 3DOF (point-mass) model relative to 6DOF.
Q7. (5 marks) (a) Define a gravity-turn trajectory. (2) (b) State the condition on angle of attack that characterizes an ideal gravity turn and explain why this minimizes structural loads. (3)
Q8. (4 marks) Explain the communications blackout during reentry. Name the physical mechanism (plasma sheath) and state one method used to mitigate or work around it.
Q9. (5 marks) A single-stage rocket with exhaust velocity has initial mass and final mass . Using the Tsiolkovsky rocket equation, compute the ideal (ignore gravity and drag losses).
Q10. (4 marks) Briefly define the following, one sentence each: (a) Aerocapture (b) Aerobraking (c) Suicide burn (terminal propulsive landing) (d) Static stability / weather-cocking
Answer keyMark scheme & solutions
Q1. (4 marks — 1 each)
- (a) ECI: Non-rotating frame with origin at Earth's centre, axes fixed relative to the stars (inertial); Newton's laws apply directly. (1)
- (b) ECEF: Origin at Earth's centre but rotates with the Earth; convenient for expressing ground positions (lat/long/altitude). (1)
- (c) NED: Local topocentric frame with axes pointing North, East, and Down (toward Earth's centre) at the vehicle location. (1)
- (d) Body frame: Fixed to the rocket, origin usually at CG, with axes along the roll (longitudinal), pitch, and yaw axes of the vehicle. (1)
Q2. (5 marks) (a) Static margin calibers. (3) Why: Static margin is the CP–CG separation normalized by body diameter (caliber). (b) The rocket is statically stable because is behind (positive margin) and the margin (3.0) exceeds the minimum recommended 1 caliber. (2)
Q3. (6 marks)
- Three forces: Thrust (propulsive), Aerodynamic force (axial + normal, i.e. drag/lift), and Gravity. (3, 1 each)
- Axial force: where . (1.5)
- Normal force: . (1.5)
Q4. (6 marks) (a) . (3) (b) Max-Q is the point in ascent where dynamic pressure reaches its maximum; density falls with altitude while speed rises, so the product peaks at intermediate altitude. It is critical because aerodynamic loads (and bending moments) on the structure are greatest there; vehicles often throttle down near Max-Q. (3)
Q5. (5 marks) Definition: (mass per unit drag area). (2) . (2) Higher ⇒ the body penetrates deeper before decelerating, so peak deceleration occurs at lower altitude (and higher heating). (1)
Q6. (6 marks) Planar 3DOF point-mass EOM: (often written with : , ). (4) Assumption: The point-mass model treats the rocket as a point (no rotational dynamics / attitude), ignoring moments, inertia tensor, and body-rate dynamics captured by 6DOF. (2)
Q7. (5 marks) (a) A gravity turn is an ascent trajectory in which gravity alone (not control forces) gradually rotates the velocity vector, letting the vehicle pitch over naturally after an initial kick. (2) (b) Condition: angle of attack throughout the turn (thrust/velocity aligned with body axis). (2) This makes aerodynamic normal force , minimizing side/bending loads on the structure. (1)
Q8. (4 marks) During reentry, extreme heating ionizes the air around the vehicle, forming a plasma sheath of free electrons that reflects/absorbs radio waves, cutting off communication. (2) Mitigation: use higher-frequency links, relay through a satellite behind the vehicle (e.g. TDRSS via aft antenna), or aerodynamic shaping/electrophilic injection to reduce electron density. (2)
Q9. (5 marks) Tsiolkovsky: . (3) , so . (2)
Q10. (4 marks — 1 each)
- (a) Aerocapture: A single deep atmospheric pass used to decelerate a spacecraft directly into a captured orbit. (1)
- (b) Aerobraking: Repeated shallow atmospheric passes gradually lowering an orbit's apoapsis using drag. (1)
- (c) Suicide burn: A single, precisely timed maximum-thrust deceleration burn that brings the vehicle to zero velocity exactly at touchdown. (1)
- (d) Static stability / weather-cocking: The tendency of a rocket with CP aft of CG to rotate back into the relative wind (align with the airflow), restoring zero angle of attack. (1)
[
{"claim":"Static margin Q2 = 3.0 calibers","code":"result = ((1.85-1.40)/0.15) == 3.0"},
{"claim":"Dynamic pressure Q4 = 37570 Pa","code":"result = abs(0.5*0.65*340**2 - 37570) < 1"},
{"claim":"Ballistic coefficient Q5 = 250 kg/m^2","code":"result = abs(4200/(1.4*12) - 250) < 1e-6"},
{"claim":"Delta v Q9 approx 2565.6 m/s","code":"import sympy as sp; result = abs(2800*sp.log(sp.Rational(5000,2000)) - 2565.6) < 1"}
]