Rocket Science Physics — 7th & 8th Grade
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
Worked Examples
EXAMPLE 1Rocket launched at 75° from horizontal
Given
  • F_thrust: 500 N
  • θ: 75° from horizontal
  • Find: F_x and F_y
Solution
  1. F_x = 500 × cos(75°) = 500 × 0.259 = 129.4 N
  2. F_y = 500 × sin(75°) = 500 × 0.966 = 483 N
  3. Verify: √(129.4² + 483²) = √(16,744 + 233,289) = √250,033 ≈ 500 N ✓
  4. Most thrust goes vertical (483 N), small horizontal component (129 N).
AnswerF_x = 129.4 N horizontal | F_y = 483 N vertical
EXAMPLE 245° gravity turn maneuver — find net acceleration
Given
  • F_thrust: 1,200 N at 45°
  • m: 50 kg
  • g: 9.8 m/s²
Solution
  1. F_x = 1200 × cos(45°) = 1200 × 0.707 = 848.5 N
  2. F_y = 1200 × sin(45°) = 848.5 N
  3. Net vertical: F_net_y = 848.5 − (50×9.8) = 848.5 − 490 = 358.5 N
  4. 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² ↑
EXAMPLE 3Wind force vector — how much does it push the rocket sideways?
Given
  • Wind force: 80 N at 20° above horizontal
  • Find: horizontal and vertical wind components
Solution
  1. F_x = 80 × cos(20°) = 80 × 0.940 = 75.2 N (sideways)
  2. F_y = 80 × sin(20°) = 80 × 0.342 = 27.4 N (slight lift)
  3. 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.
EXAMPLE 4Reconstruct total force from two thrust vector measurements
Given
  • F_x measured: 300 N
  • F_y measured: 400 N
  • Find: total F and angle θ
Solution
  1. F = √(F_x² + F_y²) = √(300² + 400²)
  2. F = √(90000 + 160000) = √250000 = 500 N
  3. tan(θ) = F_y / F_x = 400/300 = 1.333
  4. θ = arctan(1.333) ≈ 53.1° above horizontal
AnswerTotal force = 500 N at 53.1° — classic 3-4-5 right triangle!
EXAMPLE 5Two engine rockets firing at different angles — add vectors
Given
  • Engine A: 200 N at 90° (straight up)
  • Engine B: 100 N at 30° from vertical (=60° from horizontal)
Solution
  1. Engine A: F_x=0, F_y=200 N
  2. Engine B: F_x=100·sin(30°)=50 N, F_y=100·cos(30°)=86.6 N
  3. Total: F_x = 0+50 = 50 N, F_y = 200+86.6 = 286.6 N
  4. F_total = √(50²+286.6²) = √(2500+82,140) = √84,640 = 290.9 N
  5. 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(θ)
Worked Examples
EXAMPLE 1Model rocket launched horizontally at 30 m/s from a cliff
Given
  • v_x: 30 m/s (horizontal, constant)
  • v_y₀: 0 m/s
  • Height: 80 m
Solution
  1. Time to fall: 80 = ½×9.8×t² → t² = 16.33 → t = 4.04 s
  2. Horizontal distance: x = 30 × 4.04 = 121.2 m
  3. Final v_y: v_y = 9.8 × 4.04 = 39.6 m/s down
  4. 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.
EXAMPLE 2Rocket fired at 60° from horizontal — find max height and range
Given
  • v: 100 m/s initial speed
  • θ: 60°
  • Launch height: ground level
Solution
  1. v_x = 100·cos(60°) = 50 m/s | v_y₀ = 100·sin(60°) = 86.6 m/s
  2. Time to apex: t = v_y₀/g = 86.6/9.8 = 8.84 s
  3. Max height: h = 86.6×8.84 − ½×9.8×8.84² = 765.7−383.2 = 382.5 m
  4. 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
EXAMPLE 3Which angle gives maximum range? Compare 30°, 45°, 60°
Given
  • v: 100 m/s for all cases
  • Angles: 30°, 45°, 60°
Solution
  1. Range formula: R = v²×sin(2θ) / g
  2. 30°: R = 10000×sin(60°)/9.8 = 10000×0.866/9.8 = 884 m
  3. 45°: R = 10000×sin(90°)/9.8 = 10000×1.0/9.8 = 1,020 m
  4. 60°: R = 10000×sin(120°)/9.8 = 10000×0.866/9.8 = 884 m
  5. 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.
EXAMPLE 4Fairing separation — ejected sideways at altitude
Given
  • Fairing altitude: 10,000 m
  • Rocket v_y at sep: 800 m/s (upward)
  • Ejection v_x: 15 m/s sideways
Solution
  1. Fairing travels up first, then falls. Total time to ground requires solving full quadratic.
  2. Upward phase time: t_up = 800/9.8 = 81.6 s
  3. Extra height gained: h = 800×81.6 − ½×9.8×81.6² = 32,640 m
  4. Total height at apex: 10,000 + 32,640 = 42,640 m
  5. Fall time from apex: t_down = √(2×42640/9.8) = 93.2 s
  6. 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.
EXAMPLE 5Time-of-flight and landing zone for a water rocket
Given
  • v_launch: 22 m/s at 55°
  • Wind drift: adds 3 m/s to v_x
Solution
  1. v_y = 22·sin(55°) = 22×0.819 = 18.02 m/s
  2. v_x = 22·cos(55°) + 3 = 22×0.574 + 3 = 12.63 + 3 = 15.63 m/s
  3. Time of flight: T = 2×v_y/g = 2×18.02/9.8 = 3.68 s
  4. 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²
Worked Examples
EXAMPLE 1Calculate I_sp of a model rocket engine
Given
  • F_thrust: 12 N
  • ṁ (mass flow): 0.006 kg/s
Solution
  1. I_sp = F / (ṁ × g₀)
  2. I_sp = 12 / (0.006 × 9.807)
  3. I_sp = 12 / 0.05884 = 203.9 s
  4. Typical solid fuel — consistent with model rocket propellant performance.
AnswerI_sp = 203.9 s — solid propellant class performance.
EXAMPLE 2Convert I_sp to exhaust velocity
Given
  • I_sp (SpaceX Merlin): 311 s (sea level)
Solution
  1. v_e = I_sp × g₀
  2. v_e = 311 × 9.807 = 3,050 m/s
  3. 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.
EXAMPLE 3How much propellant does an engine consume per second?
Given
  • F_thrust: 845,000 N (Merlin)
  • I_sp: 311 s
Solution
  1. Rearrange: ṁ = F / (I_sp × g₀)
  2. ṁ = 845,000 / (311 × 9.807)
  3. ṁ = 845,000 / 3,050 = 277 kg/s
  4. 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.
EXAMPLE 4Compare hydrogen vs kerosene engine for same thrust
Given
  • F: 500,000 N (both)
  • I_sp (kerosene): 350 s
  • I_sp (hydrogen): 450 s
Solution
  1. Kerosene ṁ: 500,000 / (350×9.807) = 145.7 kg/s
  2. Hydrogen ṁ: 500,000 / (450×9.807) = 113.3 kg/s
  3. Hydrogen uses 22% less propellant mass for same thrust!
  4. 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.
EXAMPLE 5Use I_sp-corrected Tsiolkovsky equation for Δv
Given
  • I_sp: 420 s (RL-10 hydrogen engine)
  • m₀/m_f: 5
Solution
  1. v_e = I_sp × g₀ = 420 × 9.807 = 4,119 m/s
  2. Δv = v_e × ln(m₀/m_f) = 4,119 × ln(5)
  3. Δv = 4,119 × 1.609 = 6,627 m/s
  4. Compare to Merlin (I_sp=311): 311×9.807×1.609 = 4,904 m/s
  5. 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
Worked Examples
EXAMPLE 1Kinetic power delivered by a rocket exhaust stream
Given
  • ṁ: 100 kg/s
  • v_e: 3,000 m/s
Solution
  1. KE per second (power): P = ½ṁv_e²
  2. P = 0.5 × 100 × (3000)²
  3. P = 0.5 × 100 × 9,000,000 = 450,000,000 W = 450 MW
  4. 450 megawatts — equivalent to a large power plant!
AnswerExhaust kinetic power = 450 MW — enough to power 300,000 homes.
EXAMPLE 2Engine thermal efficiency
Given
  • Q_in (combustion): 600 MW
  • W_out (exhaust KE): 450 MW
Solution
  1. η = W_out / Q_in = 450 / 600 = 0.75 = 75%
  2. 25% of heat is lost to engine cooling, radiation, etc.
  3. Rocket engines are actually very efficient compared to car engines (~25–30%)!
AnswerThermal efficiency = 75% — rocket engines are impressively efficient heat engines.
EXAMPLE 3Combustion temperature and pressure calculation (simplified)
Given
  • Combustion T: 3,500 K
  • Exit T: 700 K
  • Ideal Carnot eff.: η = 1 − T_cold/T_hot
Solution
  1. η_Carnot = 1 − T_cold/T_hot
  2. η = 1 − 700/3500 = 1 − 0.20 = 0.80 = 80%
  3. Theoretical max efficiency is 80% — real engine achieves 75% (93.8% of max).
  4. Higher combustion T → higher theoretical efficiency → I_sp advantage.
AnswerCarnot max = 80%; real engine at 75% operates at 93.8% of theoretical limit.
EXAMPLE 4Nozzle exit velocity from pressure ratio (simplified de Laval)
Given
  • Chamber enthalpy: 5 × 10⁶ J/kg
  • Exit enthalpy: 1 × 10⁶ J/kg
Solution
  1. Energy available for exhaust KE: Δh = 5×10⁶ − 1×10⁶ = 4×10⁶ J/kg
  2. Set equal to ½v²: v_e = √(2 × 4×10⁶) = √(8×10⁶)
  3. v_e = 2,828 m/s
  4. This is the theoretical maximum exhaust velocity for this propellant.
AnswerMaximum theoretical v_e = 2,828 m/s from this propellant's enthalpy drop.
EXAMPLE 5Energy stored in rocket propellant
Given
  • Propellant mass: 500 kg
  • Energy density: 5.9 MJ/kg (RP-1 kerosene)
  • η: 75%
Solution
  1. Total chemical energy: Q = 500 × 5.9×10⁶ = 2.95×10⁹ J
  2. Useful exhaust KE: W = 0.75 × 2.95×10⁹ = 2.21×10⁹ J = 2.21 GJ
  3. 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
Worked Examples
EXAMPLE 1Torque from an off-center engine
Given
  • Engine offset: 0.05 m from centerline
  • F_thrust: 300 N
Solution
  1. τ = F × d = 300 × 0.05 = 15 N·m
  2. This torque will make the rocket rotate if uncorrected.
  3. TVC system must produce equal and opposite torque to maintain straight flight.
Answerτ = 15 N·m — TVC must counteract this to fly straight.
EXAMPLE 2Gimbaled engine correction — required gimbal angle
Given
  • Disturbance torque: 15 N·m (from Example 1)
  • Engine thrust: 300 N
  • Engine to CG distance: 1.2 m
Solution
  1. Correction torque needed: 15 N·m
  2. F_side × d = 15 N·m
  3. F_side = 15 / 1.2 = 12.5 N
  4. sin(θ) = F_side / F_thrust = 12.5/300 = 0.0417
  5. θ = arcsin(0.0417) ≈ 2.4° gimbal deflection needed
AnswerGimbal 2.4° to correct — typical rockets gimbal up to ±8°.
EXAMPLE 3Spin stabilization — roll rate for stability
Given
  • Spin torque: 0.8 N·m
  • Moment of inertia I: 0.04 kg·m²
  • Applied for t: 0.5 s
Solution
  1. Angular acceleration: α = τ/I = 0.8/0.04 = 20 rad/s²
  2. Final spin rate: ω = α × t = 20 × 0.5 = 10 rad/s
  3. In RPM: ω = 10 × (60/2π) = 95.5 RPM
  4. Gyroscopic effect at this spin rate provides significant stabilization.
AnswerRocket spins at 10 rad/s (95.5 RPM) for gyroscopic stability.
EXAMPLE 4Finding CG by torque balance method
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
  1. CG = Σ(m·x) / Σm (weighted average of positions)
  2. Σ(m·x) = 0.12×0.1 + 0.28×0.4 + 0.10×0.72
  3. = 0.012 + 0.112 + 0.072 = 0.196 m·kg
  4. CG = 0.196 / 0.50 = 0.392 m from nose
AnswerCG = 0.392 m from nose tip (49% of rocket length).
EXAMPLE 5Asymmetric fin damage — torque imbalance
Given
  • Normal fin drag: 2 N each, 4 fins
  • Damaged fin: only 0.8 N (bent)
  • Fin CG to centerline: 0.06 m
Solution
  1. Net asymmetric drag force: ΔF = 2.0 − 0.8 = 1.2 N
  2. Resulting torque: τ = 1.2 × 0.06 = 0.072 N·m
  3. 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
Worked Examples
EXAMPLE 1Air density at 8,500 m altitude (one scale height)
Given
  • h: 8,500 m
  • ρ₀: 1.225 kg/m³
  • H: 8,500 m
Solution
  1. ρ = ρ₀ × e^(−h/H) = 1.225 × e^(−8500/8500)
  2. ρ = 1.225 × e^(−1) = 1.225 × 0.368
  3. ρ = 0.451 kg/m³
  4. 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.
EXAMPLE 2Drag force at 17 km altitude vs sea level (same rocket, same speed)
Given
  • h: 17,000 m
  • F_drag at sea level: 500 N
Solution
  1. ρ(17000) = 1.225 × e^(−17000/8500) = 1.225 × e^(−2)
  2. ρ = 1.225 × 0.135 = 0.165 kg/m³
  3. Drag ratio: F_drag ∝ ρ, so F_drag = 500 × (0.165/1.225)
  4. 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!
EXAMPLE 3At what altitude does drag become negligible (<1% of sea level)?
Given
  • Target: ρ/ρ₀ = 0.01 (1%)
Solution
  1. Set e^(−h/H) = 0.01
  2. Take ln of both sides: −h/H = ln(0.01) = −4.605
  3. h = 4.605 × H = 4.605 × 8500 = 39,143 m ≈ 39 km
  4. Above 39 km, drag is less than 1% of sea-level value.
AnswerDrag < 1% of sea-level value above ≈ 39 km altitude.
EXAMPLE 4Terminal velocity at different altitudes
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
  1. Terminal v: v_t = √(2mg / ρC_dA)
  2. Sea level: v_t = √(2×0.3×9.8 / (1.225×0.05)) = √(5.88/0.0613) = √95.9 = 9.8 m/s
  3. At 17 km (ρ=0.165): v_t = √(5.88 / (0.165×0.05)) = √(5.88/0.00825) = √712.7 = 26.7 m/s
  4. 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.
EXAMPLE 5Parachute sizing — design for 5 m/s landing speed
Given
  • m: 0.5 kg rocket
  • v_land: 5 m/s target
  • C_d parachute: 0.75 (round chute)
  • ρ: 1.225 kg/m³
Solution
  1. At terminal v: mg = ½ρv²C_dA
  2. Solve for A: A = 2mg / (ρv²C_d)
  3. A = (2 × 0.5 × 9.8) / (1.225 × 25 × 0.75)
  4. A = 9.8 / 22.97 = 0.427 m²
  5. 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
Worked Examples
EXAMPLE 1Gravity loss during vertical burn phase
Given
  • Vertical burn time: 60 s
  • g: 9.8 m/s²
Solution
  1. Gravity loss = g × t_vertical_burn
  2. Δv_grav = 9.8 × 60 = 588 m/s
  3. This 588 m/s of propellant just cancels gravity — it doesn't add velocity!
  4. This is why pitching over quickly saves propellant.
AnswerGravity loss = 588 m/s over 60 s vertical burn — significant waste!
EXAMPLE 2Full Δv budget for a real orbital launch
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
  1. Δv_required = 7800 + 1200 + 130 + 100
  2. Δv_required = 9,230 m/s
  3. Rocket must be capable of 9,230 m/s Δv to reach orbit.
  4. 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.
EXAMPLE 3How launching from the equator saves Δv
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
  1. Equator launch bonus: 465 m/s free eastward velocity
  2. Kennedy (28.5°N): v = 465 × cos(28.5°) = 465 × 0.879 = 408.7 m/s
  3. Saving vs polar launch: 408.7 m/s of free Δv!
  4. 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.
EXAMPLE 4How much payload does 100 m/s of extra Δv buy?
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
  1. 100 m/s margin on v_e=3000 m/s: ln(m₀/m_f) = 100/3000 = 0.0333
  2. Mass ratio: m₀/m_f = e^0.0333 = 1.0339
  3. For m₀ = 50,000 kg: m_f = 50,000/1.0339 = 48,361 kg
  4. 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.
EXAMPLE 5Comparing direct ascent vs gravity turn Δv requirements
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
  1. Direct ascent total: 7800 + 1500 = 9,300 m/s
  2. Gravity turn total: 7800 + 1200 = 9,000 m/s
  3. Savings: 300 m/s from using gravity turn
  4. 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.