Introduction to Spaceflight: Core Concepts & Formulas (Orbits, Δv, Rockets, Attitude)
University • Introduction to Spaceflight • Study + Reference

Introduction to Spaceflight: Core Concepts & Formulas

This page consolidates the most-used concepts and equations from a typical Intro to Spaceflight course: two-body orbital mechanics, Keplerian elements, transfers and maneuvers (Δv), rocket propulsion (thrust, Isp, rocket equation), spacecraft attitude dynamics, and reentry fundamentals.

Orbits
Δv & Transfers
Rocket Propulsion
Attitude Control
Reentry

1) Foundations, Units, & Constants

Most intro spaceflight analysis starts with the two-body approximation (spacecraft mass negligible compared to the central body, only gravity acts), then adds perturbations (J2, drag, third-body, SRP) and operational effects.

Core variables
r = position magnitude from central body center (m)
v = inertial speed (m/s)
μ = GM = standard gravitational parameter (m³/s²)
a = semi-major axis (m)
e = eccentricity (-)
i = inclination (rad or deg)
Ω = RAAN (rad or deg)
ω = argument of periapsis (rad or deg)
ν = true anomaly (rad or deg)
h = specific angular momentum magnitude (m²/s)
ε = specific orbital energy (J/kg)
Rocket/propulsion variables
T = thrust (N)
ṁ = propellant mass flow rate (kg/s)
Isp = specific impulse (s)
ve = effective exhaust velocity (m/s) = g0·Isp
m0 = initial mass (kg)
mf = final mass (kg)
Common unit pitfalls (worth teaching explicitly)

(1) Keep angles consistent (rad vs deg). (2) Use consistent distance units (m vs km) when using μ. (3) Remember that Isp in seconds implies ve = g0·Isp. (4) Δv budgets are usually in m/s.


2) Two-Body Motion & Kepler Orbits

Newton’s law of gravitation → central-force acceleration

a⃗ = – μ r⃗ / r³

Kepler’s laws (conceptual anchors)

  • Orbits are conic sections with the central body at a focus (ellipse for bound orbits).
  • Equal areas in equal times (angular momentum conservation).
  • Period relates to semi-major axis (for bound orbits).

3) Orbital Elements & Key Equations

Vis-viva equation (speed on a conic)

v² = μ ( 2/r − 1/a )

Specific orbital energy

ε = v²/2 − μ/r = − μ/(2a)

Specific angular momentum

h = | r⃗ × v⃗ |
For conics: h² = μ a (1 − e²)

Orbital period (elliptic)

n = √( μ / a³ ) (mean motion, rad/s)
P = 2π / n = 2π √( a³ / μ )

Periapsis / apoapsis radii

rp = a(1 − e)
ra = a(1 + e)

Flight path angle (common maneuver geometry)

tan(γ) = (e sinν) / (1 + e cosν)
In many intro courses, you compute v at periapsis/apoapsis with vis-viva, then compute impulsive Δv for burns at those points.

4) Maneuvers & Transfers (Δv)

Δv budgeting treats burns as either impulsive (instantaneous velocity change) or finite (burn over time). Intro courses typically emphasize impulsive transfers because the math is clean and surprisingly predictive.

Hohmann transfer (coplanar, circular-to-circular)

a_t = (r1 + r2)/2
v1 = √(μ/r1), v2 = √(μ/r2)
v_p (transfer at r1) = √( μ(2/r1 − 1/a_t) )
v_a (transfer at r2) = √( μ(2/r2 − 1/a_t) )
Δv1 = v_p − v1
Δv2 = v2 − v_a
Δv_total = |Δv1| + |Δv2|

Transfer time (half an ellipse)

t_H = π √( a_t³ / μ )

Plane change (simple approximation)

Δv_plane ≈ 2 v sin(Δi/2)

This is why plane changes are usually done where orbital speed is low (near apoapsis) when possible.

Rendezvous: why it’s harder than “meet me there”

Rendezvous requires matching position and velocity in the same orbital frame at the same time. It’s fundamentally a phasing problem (timing and relative motion), not just a “go to that point” problem.


5) Rocket Propulsion & the Rocket Equation

Thrust (momentum + pressure term)

T = ṁ ve + (pe − p0) Ae

Here ve is effective exhaust velocity, pe is exit pressure, p0 ambient pressure, and Ae nozzle exit area.

Specific impulse (Isp) relationship

ve = g0 · Isp

Tsiolkovsky rocket equation (idealized impulsive Δv)

Δv = ve ln(m0/mf) = g0 Isp ln(m0/mf)

Mass ratio and propellant fraction

Mass ratio: MR = m0/mf
Propellant fraction (simple): (m0 − mf)/m0
Staging (why it exists)

The rocket equation rewards shedding dead mass. Dropping empty tanks/engines increases the effective mass ratio for the remaining stages, improving Δv for a given Isp.


6) Attitude Dynamics & Control Basics

Attitude kinematics (concept)

Attitude describes orientation of the spacecraft body frame relative to an inertial or orbital frame. Intro courses often cover Euler angles conceptually and introduce quaternions as a singularity-free representation.

Rigid-body rotational dynamics (principal axes form)

I1 ω̇1 + (I3 − I2) ω2 ω3 = τ1
I2 ω̇2 + (I1 − I3) ω3 ω1 = τ2
I3 ω̇3 + (I2 − I1) ω1 ω2 = τ3

I1, I2, I3 are principal moments of inertia, ω is body angular rate, and τ is applied control torque (reaction wheels, thrusters, magnetic torquers).

Gravity-gradient torque (conceptual form)

τ_gg ∝ (3μ/r³) (I_max − I_min) sin(2θ)
Many intro courses focus on “what creates torque” and “how controllers generate torque,” without requiring full control design.

7) Reentry & Heating (Intro Level)

Reentry is about trading orbital energy for atmospheric heating and deceleration while staying within thermal and structural limits. Full modeling is complex; intro courses often use scaling relations and qualitative regimes.

Ballistic coefficient (how “hard” you punch through the air)

β = m / (CD A)

Convective heating scaling (rule-of-thumb form)

q̇ ∝ √(ρ/Rn) · v³

q̇ is heat rate, ρ is atmospheric density, Rn is nose radius, v is velocity. (The exact constants depend on the chosen correlation/model.)

Why reentry gets hot

The dominant story is kinetic energy + compression and viscous dissipation in shocked flow. Thermal protection systems manage that heat via ablation, radiation, conduction, and controlled surface temperatures.


8) References & Free Learning Material

Authoritative links you can cite or use as primary study sources:

NASA (spaceflight fundamentals)

NASA Glenn (propulsion equations)

ESA (orbits overview)

Open textbook-style reference (PDF)