7th Grade Physics · Advanced Course Syllabus
Rocket Science
Physics II
Building on Newton's Laws, this course dives into vectors, projectile motion, thermodynamic propulsion, rotational stability, and multi-variable rocket flight analysis.
5Units
20Topics
100+Examples
6thPrerequisite
Prerequisites: Newton's 3 Laws · F=ma · Momentum · Basic Kinematics · KE/PE · Orbital Velocity
Course Overview
7th grade Rocket Science Physics transitions from scalar (single-number) physics to vector physics — understanding direction as well as magnitude. Students will master 2D projectile motion, learn how rocket engines convert chemical energy to thrust through thermodynamics, analyze gyroscopic and fin-based stability, and solve real-world problems using systems of equations. Every topic is grounded in real mission data.
Learning Objectives
Resolve forces into x and y vector components
Analyze 2D projectile and angled launch trajectories
Calculate specific impulse (I_sp) and propellant efficiency
Apply thermodynamic work-energy theorem to engines
Model variable-mass rocket acceleration (Tsiolkovsky)
Analyze rotational inertia and gyroscopic stabilization
Understand atmospheric modeling (density vs. altitude)
Calculate gravity losses and steering losses in Δv budgets
Apply Bernoulli's principle to nozzle design
Model parachute descent and terminal velocity
7 · Unit 01
Vectors & 2D Motion
1.1
Vector Components — Breaking Forces Into x & y
Real rockets rarely launch perfectly vertical. Wind, staging, and orbital insertions require angled thrust. Any force at angle θ can be split into a horizontal component (F·cosθ) and a vertical component (F·sinθ). These components are treated independently using all the F=ma tools from 6th grade.
Vector Components
F_x = F·cos(θ) | F_y = F·sin(θ) | F = √(F_x² + F_y²)
Key Angles to Memorizesin(30°)=0.50, cos(30°)=0.866 | sin(45°)=0.707, cos(45°)=0.707 | sin(60°)=0.866, cos(60°)=0.50 | sin(90°)=1.0, cos(90°)=0
Given
- F_thrust: 500 N
- θ: 75° from horizontal
- Find: F_x and F_y
Solution
F_x = 500 × cos(75°) = 500 × 0.259 = 129.4 N
F_y = 500 × sin(75°) = 500 × 0.966 = 483 N
- Verify:
√(129.4² + 483²) = √(16,744 + 233,289) = √250,033 ≈ 500 N ✓
- Most thrust goes vertical (483 N), small horizontal component (129 N).
AnswerF_x = 129.4 N horizontal | F_y = 483 N vertical
Given
- F_thrust: 1,200 N at 45°
- m: 50 kg
- g: 9.8 m/s²
Solution
F_x = 1200 × cos(45°) = 1200 × 0.707 = 848.5 N
F_y = 1200 × sin(45°) = 848.5 N
- Net vertical:
F_net_y = 848.5 − (50×9.8) = 848.5 − 490 = 358.5 N
a_x = 848.5/50 = 16.97 m/s² | a_y = 358.5/50 = 7.17 m/s²
Answera_x = 16.97 m/s² → | a_y = 7.17 m/s² ↑
Given
- Wind force: 80 N at 20° above horizontal
- Find: horizontal and vertical wind components
Solution
F_x = 80 × cos(20°) = 80 × 0.940 = 75.2 N (sideways)
F_y = 80 × sin(20°) = 80 × 0.342 = 27.4 N (slight lift)
- The dominant effect (75.2 N) pushes the rocket sideways off course.
Answer75.2 N sideways + 27.4 N upward from wind — significant weathercocking risk.
Given
- F_x measured: 300 N
- F_y measured: 400 N
- Find: total F and angle θ
Solution
F = √(F_x² + F_y²) = √(300² + 400²)
F = √(90000 + 160000) = √250000 = 500 N
tan(θ) = F_y / F_x = 400/300 = 1.333
θ = arctan(1.333) ≈ 53.1° above horizontal
AnswerTotal force = 500 N at 53.1° — classic 3-4-5 right triangle!
Given
- Engine A: 200 N at 90° (straight up)
- Engine B: 100 N at 30° from vertical (=60° from horizontal)
Solution
- Engine A:
F_x=0, F_y=200 N
- Engine B:
F_x=100·sin(30°)=50 N, F_y=100·cos(30°)=86.6 N
- Total:
F_x = 0+50 = 50 N, F_y = 200+86.6 = 286.6 N
F_total = √(50²+286.6²) = √(2500+82,140) = √84,640 = 290.9 N
- Angle from vertical:
θ = arctan(50/286.6) ≈ 9.9°
AnswerCombined thrust = 290.9 N, angled 9.9° from vertical.
1.2
Projectile Motion — 2D Rocket Trajectories
When a rocket's engine cuts off, it becomes a projectile: no thrust, only gravity. Horizontal and vertical motion are completely independent. Horizontal velocity stays constant (no drag simplified); vertical velocity changes at 9.8 m/s² due to gravity. We solve them separately then combine.
Projectile Equations
x = v_x·t | y = v_y·t − ½gt² | v_y = v·sin(θ) | v_x = v·cos(θ)
Given
- v_x: 30 m/s (horizontal, constant)
- v_y₀: 0 m/s
- Height: 80 m
Solution
- Time to fall:
80 = ½×9.8×t² → t² = 16.33 → t = 4.04 s
- Horizontal distance:
x = 30 × 4.04 = 121.2 m
- Final v_y:
v_y = 9.8 × 4.04 = 39.6 m/s down
- Impact speed:
v = √(30² + 39.6²) = √(900+1568) = √2468 = 49.7 m/s
AnswerLands 121.2 m away after 4.04 s at 49.7 m/s impact speed.
Given
- v: 100 m/s initial speed
- θ: 60°
- Launch height: ground level
Solution
v_x = 100·cos(60°) = 50 m/s | v_y₀ = 100·sin(60°) = 86.6 m/s
- Time to apex:
t = v_y₀/g = 86.6/9.8 = 8.84 s
- Max height:
h = 86.6×8.84 − ½×9.8×8.84² = 765.7−383.2 = 382.5 m
- Total time = 2×8.84 = 17.68 s | Range:
x = 50×17.68 = 884 m
AnswerMax height = 382.5 m | Range = 884 m | Air time = 17.68 s
Given
- v: 100 m/s for all cases
- Angles: 30°, 45°, 60°
Solution
- Range formula:
R = v²×sin(2θ) / g
- 30°:
R = 10000×sin(60°)/9.8 = 10000×0.866/9.8 = 884 m
- 45°:
R = 10000×sin(90°)/9.8 = 10000×1.0/9.8 = 1,020 m
- 60°:
R = 10000×sin(120°)/9.8 = 10000×0.866/9.8 = 884 m
- 45° gives maximum range! Note: 30° and 60° give equal ranges.
Answer45° = 1,020 m (max) | 30° = 60° = 884 m — 45° always wins on flat ground.
Given
- Fairing altitude: 10,000 m
- Rocket v_y at sep: 800 m/s (upward)
- Ejection v_x: 15 m/s sideways
Solution
- Fairing travels up first, then falls. Total time to ground requires solving full quadratic.
- Upward phase time:
t_up = 800/9.8 = 81.6 s
- Extra height gained:
h = 800×81.6 − ½×9.8×81.6² = 32,640 m
- Total height at apex:
10,000 + 32,640 = 42,640 m
- Fall time from apex:
t_down = √(2×42640/9.8) = 93.2 s
- Total air time = 81.6+93.2=174.8 s | Horizontal drift =
15×174.8 = 2,622 m
AnswerFairing reaches 42.6 km, drifts 2,622 m sideways before splashdown.
Given
- v_launch: 22 m/s at 55°
- Wind drift: adds 3 m/s to v_x
Solution
v_y = 22·sin(55°) = 22×0.819 = 18.02 m/s
v_x = 22·cos(55°) + 3 = 22×0.574 + 3 = 12.63 + 3 = 15.63 m/s
- Time of flight:
T = 2×v_y/g = 2×18.02/9.8 = 3.68 s
- Range:
x = 15.63 × 3.68 = 57.5 m downrange
AnswerLands 57.5 m away in 3.68 s — mark the safety zone before launch!
7 · Unit 02
Specific Impulse & Propellant Chemistry
2.1
Specific Impulse (I_sp) — The Fuel Efficiency Rating
Specific impulse (I_sp) is the "miles per gallon" of rocket engines. It tells you how many seconds one kilogram of propellant can produce one Newton of thrust. Higher I_sp = more efficient engine. Units: seconds (s). Solid motors: ~200–270 s. Kerosene/LOX: ~300–360 s. Liquid hydrogen/LOX: ~420–450 s. Ion drives: 1,000–10,000 s.
Specific Impulse
I_sp = F_thrust / (ṁ × g₀) | v_e = I_sp × g₀ | g₀ = 9.807 m/s²
Given
- F_thrust: 12 N
- ṁ (mass flow): 0.006 kg/s
Solution
I_sp = F / (ṁ × g₀)
I_sp = 12 / (0.006 × 9.807)
I_sp = 12 / 0.05884 = 203.9 s
- Typical solid fuel — consistent with model rocket propellant performance.
AnswerI_sp = 203.9 s — solid propellant class performance.
Given
- I_sp (SpaceX Merlin): 311 s (sea level)
Solution
v_e = I_sp × g₀
v_e = 311 × 9.807 = 3,050 m/s
- Exhaust exits nozzle at 3,050 m/s — about 9× the speed of sound!
Answerv_e = 3,050 m/s (Mach 9) for Merlin engine at sea level.
Given
- F_thrust: 845,000 N (Merlin)
- I_sp: 311 s
Solution
- Rearrange:
ṁ = F / (I_sp × g₀)
ṁ = 845,000 / (311 × 9.807)
ṁ = 845,000 / 3,050 = 277 kg/s
- Each Merlin engine burns 277 kg of propellant every second!
Answerṁ = 277 kg/s — Falcon 9's 9 engines consume ~2,490 kg/s at liftoff.
Given
- F: 500,000 N (both)
- I_sp (kerosene): 350 s
- I_sp (hydrogen): 450 s
Solution
- Kerosene ṁ:
500,000 / (350×9.807) = 145.7 kg/s
- Hydrogen ṁ:
500,000 / (450×9.807) = 113.3 kg/s
- Hydrogen uses 22% less propellant mass for same thrust!
- Trade-off: liquid hydrogen is 14× less dense than kerosene — needs huge tanks.
AnswerH₂ saves 32.4 kg/s of propellant — but needs much larger tanks.
Given
- I_sp: 420 s (RL-10 hydrogen engine)
- m₀/m_f: 5
Solution
v_e = I_sp × g₀ = 420 × 9.807 = 4,119 m/s
Δv = v_e × ln(m₀/m_f) = 4,119 × ln(5)
Δv = 4,119 × 1.609 = 6,627 m/s
- Compare to Merlin (I_sp=311):
311×9.807×1.609 = 4,904 m/s
- Hydrogen gives 35% more Δv from identical mass ratio!
AnswerH₂ engine: 6,627 m/s Δv vs kerosene: 4,904 m/s — 35% advantage.
2.2
Thermodynamics — How Combustion Creates Thrust
A rocket engine is a heat engine. Chemical energy stored in propellants is released as heat during combustion, expanding gases do work on the exhaust, and that work is converted to kinetic energy of the exhaust — which produces thrust. The nozzle converts high-pressure, low-velocity hot gas into low-pressure, high-velocity exhaust.
Thermodynamic Work
W = ΔKE = ½ṁv_e² | Thermal efficiency = W_out / Q_in
Given
- ṁ: 100 kg/s
- v_e: 3,000 m/s
Solution
- KE per second (power):
P = ½ṁv_e²
P = 0.5 × 100 × (3000)²
P = 0.5 × 100 × 9,000,000 = 450,000,000 W = 450 MW
- 450 megawatts — equivalent to a large power plant!
AnswerExhaust kinetic power = 450 MW — enough to power 300,000 homes.
Given
- Q_in (combustion): 600 MW
- W_out (exhaust KE): 450 MW
Solution
η = W_out / Q_in = 450 / 600 = 0.75 = 75%
- 25% of heat is lost to engine cooling, radiation, etc.
- Rocket engines are actually very efficient compared to car engines (~25–30%)!
AnswerThermal efficiency = 75% — rocket engines are impressively efficient heat engines.
Given
- Combustion T: 3,500 K
- Exit T: 700 K
- Ideal Carnot eff.: η = 1 − T_cold/T_hot
Solution
η_Carnot = 1 − T_cold/T_hot
η = 1 − 700/3500 = 1 − 0.20 = 0.80 = 80%
- Theoretical max efficiency is 80% — real engine achieves 75% (93.8% of max).
- Higher combustion T → higher theoretical efficiency → I_sp advantage.
AnswerCarnot max = 80%; real engine at 75% operates at 93.8% of theoretical limit.
Given
- Chamber enthalpy: 5 × 10⁶ J/kg
- Exit enthalpy: 1 × 10⁶ J/kg
Solution
- Energy available for exhaust KE:
Δh = 5×10⁶ − 1×10⁶ = 4×10⁶ J/kg
- Set equal to ½v²:
v_e = √(2 × 4×10⁶) = √(8×10⁶)
v_e = 2,828 m/s
- This is the theoretical maximum exhaust velocity for this propellant.
AnswerMaximum theoretical v_e = 2,828 m/s from this propellant's enthalpy drop.
Given
- Propellant mass: 500 kg
- Energy density: 5.9 MJ/kg (RP-1 kerosene)
- η: 75%
Solution
- Total chemical energy:
Q = 500 × 5.9×10⁶ = 2.95×10⁹ J
- Useful exhaust KE:
W = 0.75 × 2.95×10⁹ = 2.21×10⁹ J = 2.21 GJ
- This is enough energy to power a small city for ~7 minutes!
Answer500 kg of kerosene releases 2.21 GJ of useful exhaust energy.
7 · Unit 03
Rotational Motion & Gyroscopic Stability
3.1
Torque & Rotational Equilibrium
Torque (τ) is the rotational equivalent of force. It equals force multiplied by the perpendicular distance (lever arm) from the pivot. A rocket in flight can rotate (pitch, yaw, roll) if unbalanced torques exist. Thrust vector control (TVC) corrects this by gimbaling the engine to produce a counteracting torque.
Torque
τ = F × d_⊥ | Equilibrium: Σ τ = 0 | α = τ / I
Given
- Engine offset: 0.05 m from centerline
- F_thrust: 300 N
Solution
τ = F × d = 300 × 0.05 = 15 N·m
- This torque will make the rocket rotate if uncorrected.
- TVC system must produce equal and opposite torque to maintain straight flight.
Answerτ = 15 N·m — TVC must counteract this to fly straight.
Given
- Disturbance torque: 15 N·m (from Example 1)
- Engine thrust: 300 N
- Engine to CG distance: 1.2 m
Solution
- Correction torque needed: 15 N·m
F_side × d = 15 N·m
F_side = 15 / 1.2 = 12.5 N
sin(θ) = F_side / F_thrust = 12.5/300 = 0.0417
θ = arcsin(0.0417) ≈ 2.4° gimbal deflection needed
AnswerGimbal 2.4° to correct — typical rockets gimbal up to ±8°.
Given
- Spin torque: 0.8 N·m
- Moment of inertia I: 0.04 kg·m²
- Applied for t: 0.5 s
Solution
- Angular acceleration:
α = τ/I = 0.8/0.04 = 20 rad/s²
- Final spin rate:
ω = α × t = 20 × 0.5 = 10 rad/s
- In RPM:
ω = 10 × (60/2π) = 95.5 RPM
- Gyroscopic effect at this spin rate provides significant stabilization.
AnswerRocket spins at 10 rad/s (95.5 RPM) for gyroscopic stability.
Given
- Rocket length: 0.8 m
- Total mass: 0.5 kg
- Nose mass 0.12 kg: at 0.1 m from nose
- Body mass 0.28 kg: at 0.4 m from nose
- Fin mass 0.10 kg: at 0.72 m from nose
Solution
- CG = Σ(m·x) / Σm (weighted average of positions)
- Σ(m·x) =
0.12×0.1 + 0.28×0.4 + 0.10×0.72
= 0.012 + 0.112 + 0.072 = 0.196 m·kg
CG = 0.196 / 0.50 = 0.392 m from nose
AnswerCG = 0.392 m from nose tip (49% of rocket length).
Given
- Normal fin drag: 2 N each, 4 fins
- Damaged fin: only 0.8 N (bent)
- Fin CG to centerline: 0.06 m
Solution
- Net asymmetric drag force:
ΔF = 2.0 − 0.8 = 1.2 N
- Resulting torque:
τ = 1.2 × 0.06 = 0.072 N·m
- This will cause the rocket to yaw and spiral — don't fly damaged fins!
AnswerDamage creates 0.072 N·m yaw torque — significant instability risk!
7 · Unit 04
Atmospheric Science & Terminal Velocity
4.1
Exponential Atmosphere Model
Air density decreases roughly exponentially with altitude. The scale height H ≈ 8,500 m for Earth. Knowing how density changes with altitude lets us predict how drag force changes during a rocket's ascent. At sea level ρ₀ = 1.225 kg/m³. This model is accurate up to about 80 km.
Barometric Density
ρ(h) = ρ₀ × e^(−h/H) where H = 8,500 m (scale height)
e^(−x) Reference Valuese^(0) = 1.0 | e^(−0.5) ≈ 0.607 | e^(−1) ≈ 0.368 | e^(−2) ≈ 0.135 | e^(−3) ≈ 0.050 | e^(−4) ≈ 0.018
Given
- h: 8,500 m
- ρ₀: 1.225 kg/m³
- H: 8,500 m
Solution
ρ = ρ₀ × e^(−h/H) = 1.225 × e^(−8500/8500)
ρ = 1.225 × e^(−1) = 1.225 × 0.368
ρ = 0.451 kg/m³
- At 8.5 km, air is only 36.8% as dense as at sea level.
Answerρ = 0.451 kg/m³ at 8,500 m — 63% less dense than sea level.
Given
- h: 17,000 m
- F_drag at sea level: 500 N
Solution
ρ(17000) = 1.225 × e^(−17000/8500) = 1.225 × e^(−2)
ρ = 1.225 × 0.135 = 0.165 kg/m³
- Drag ratio:
F_drag ∝ ρ, so F_drag = 500 × (0.165/1.225)
F_drag = 500 × 0.135 = 67.4 N
AnswerDrag drops from 500 N to 67.4 N at 17 km — 86.5% reduction in drag!
Solution
- Set
e^(−h/H) = 0.01
- Take ln of both sides:
−h/H = ln(0.01) = −4.605
h = 4.605 × H = 4.605 × 8500 = 39,143 m ≈ 39 km
- Above 39 km, drag is less than 1% of sea-level value.
AnswerDrag < 1% of sea-level value above ≈ 39 km altitude.
Given
- At terminal v: F_drag = Weight
- m: 0.3 kg, C_d·A: 0.05 m²
- Heights: 0 m and 17,000 m
Solution
- Terminal v:
v_t = √(2mg / ρC_dA)
- Sea level:
v_t = √(2×0.3×9.8 / (1.225×0.05)) = √(5.88/0.0613) = √95.9 = 9.8 m/s
- At 17 km (ρ=0.165):
v_t = √(5.88 / (0.165×0.05)) = √(5.88/0.00825) = √712.7 = 26.7 m/s
- Terminal velocity is 2.7× faster at altitude — thinner air!
Answerv_terminal: 9.8 m/s at sea level vs 26.7 m/s at 17 km. Higher = faster fall.
Given
- m: 0.5 kg rocket
- v_land: 5 m/s target
- C_d parachute: 0.75 (round chute)
- ρ: 1.225 kg/m³
Solution
- At terminal v:
mg = ½ρv²C_dA
- Solve for A:
A = 2mg / (ρv²C_d)
A = (2 × 0.5 × 9.8) / (1.225 × 25 × 0.75)
A = 9.8 / 22.97 = 0.427 m²
- Radius:
r = √(A/π) = √(0.136) = 0.369 m → Diameter ≈ 73.7 cm
AnswerNeed a 73.7 cm diameter parachute for a safe 5 m/s landing speed.
7 · Unit 05
Advanced Δv Budgets & Mission Planning
5.1
Gravity Loss, Drag Loss & Steering Loss
In reality, rockets don't achieve their theoretical Δv because energy is lost fighting gravity during the burn (gravity loss), overcoming drag (drag loss), and steering off the optimal trajectory (steering loss). Real Δv to orbit is about 9,400 m/s even though orbital velocity is only 7,800 m/s — the extra ~1,600 m/s covers these losses.
Effective Δv Budget
Δv_actual = v_orbit + Δv_gravity_loss + Δv_drag_loss + Δv_steering_loss
Given
- Vertical burn time: 60 s
- g: 9.8 m/s²
Solution
- Gravity loss = g × t_vertical_burn
Δv_grav = 9.8 × 60 = 588 m/s
- This 588 m/s of propellant just cancels gravity — it doesn't add velocity!
- This is why pitching over quickly saves propellant.
AnswerGravity loss = 588 m/s over 60 s vertical burn — significant waste!
Given
- Target orbital v: 7,800 m/s
- Gravity loss: 1,200 m/s
- Drag loss: 130 m/s
- Steering loss: 100 m/s
Solution
Δv_required = 7800 + 1200 + 130 + 100
Δv_required = 9,230 m/s
- Rocket must be capable of 9,230 m/s Δv to reach orbit.
- Losses account for 18.8% of total Δv budget!
AnswerTotal Δv required = 9,230 m/s — losses add 1,430 m/s (18.8%) overhead.
Given
- Earth equator surface speed: 465 m/s (free from Earth's rotation)
- Launch site latitude 28.5° (Kennedy): v = 465 × cos(28.5°)
Solution
- Equator launch bonus: 465 m/s free eastward velocity
- Kennedy (28.5°N):
v = 465 × cos(28.5°) = 465 × 0.879 = 408.7 m/s
- Saving vs polar launch:
408.7 m/s of free Δv!
- That's about 4.4% of total Δv budget — meaningful for payload capacity.
AnswerKennedy provides 408.7 m/s free Δv from Earth's spin — equator gives 465 m/s max.
Given
- Rocket Δv capability: 9,400 m/s
- Mission needs: 9,300 m/s
- Rocket dry + payload mass: 5,000 kg
- Propellant mass: 45,000 kg
Solution
- 100 m/s margin on v_e=3000 m/s:
ln(m₀/m_f) = 100/3000 = 0.0333
- Mass ratio:
m₀/m_f = e^0.0333 = 1.0339
- For m₀ = 50,000 kg:
m_f = 50,000/1.0339 = 48,361 kg
- Propellant used:
50,000 − 48,361 = 1,639 kg — that's the payload margin.
Answer100 m/s margin ≈ 1,639 kg of extra payload capacity on this rocket.
Given
- Direct ascent (straight up): gravity loss ≈ 1,500 m/s
- Gravity turn (pitch over at 10 km): gravity loss ≈ 1,200 m/s
- Both go to same orbit (7,800 m/s)
Solution
- Direct ascent total:
7800 + 1500 = 9,300 m/s
- Gravity turn total:
7800 + 1200 = 9,000 m/s
- Savings:
300 m/s from using gravity turn
- This 300 m/s savings translates to significantly more payload!
AnswerGravity turn saves 300 m/s Δv vs direct ascent — why all orbital rockets do it.