๐Ÿš€ Space Institute
Powered by

Orbital Mechanics

The physics of motion in gravitational fields. How satellites orbit, how spacecraft transfer between orbits, and the mathematics that makes spaceflight possible.

Kepler's Laws

Johannes Kepler published his three laws of planetary motion between 1609 and 1619, derived from Tycho Brahe's precise observations of Mars. Newton later showed these laws are consequences of his law of universal gravitation and apply to any two bodies orbiting under gravity.

First Law: The Law of Ellipses

Every orbit is an ellipse with the central body at one focus. Circular orbits are a special case (eccentricity e = 0). The closest point to the central body is periapsis (perigee for Earth orbits, perihelion for solar orbits); the farthest is apoapsis (apogee, aphelion). The semi-major axis (a) is half the longest diameter. For a circle, a = radius.

Second Law: The Law of Equal Areas

A line connecting the orbiting body to the central body sweeps equal areas in equal time intervals. This means objects move faster at periapsis and slower at apoapsis. Equivalently, angular momentum is conserved in the two-body problem: h = r x v is constant throughout the orbit.

Third Law: The Harmonic Law

The square of the orbital period (T) is proportional to the cube of the semi-major axis (a). For orbits around the same central body: T^2 = (4 * pi^2 / mu) * a^3, where mu = GM (gravitational parameter). For Earth: mu = 3.986 x 10^14 m^3/s^2. This means a higher orbit has a longer period. ISS at 408 km: T = 92.7 minutes. GEO at 35,786 km: T = 23.93 hours (sidereal day). Moon at 384,400 km: T = 27.3 days.

The Two-Body Problem

The two-body problem considers two point masses interacting only through gravity. It has an exact analytical solution, first derived by Newton. The relative motion of the smaller body around the larger reduces to the equation: d^2r/dt^2 = -mu/r^3 * r, where r is the position vector and mu = G(M+m) (approximately GM for M >> m).

Energy and Velocity

Conic Sections

Classical Orbital Elements

Six numbers completely describe an orbit and the position of an object in it. These are the Keplerian elements, defined relative to a reference frame (usually Earth's equatorial plane and the vernal equinox direction).

Alternative Elements

Common Orbits

Perturbations

Real orbits deviate from ideal Keplerian ellipses due to various perturbing forces. Understanding perturbations is essential for accurate orbit prediction, mission design, and satellite operations.

Major Perturbations

Orbit Transfers

Hohmann Transfer

The most fuel-efficient two-impulse transfer between coplanar circular orbits. Discovered by Walter Hohmann in 1925. Uses an elliptical transfer orbit tangent to both the initial and final circular orbits. First burn at periapsis raises apoapsis to the target orbit altitude; second burn at apoapsis circularizes. Total delta-v is the sum of both burns. Used for LEO to GEO transfers, interplanetary transfers, and orbit raising.

Bi-Elliptic Transfer

Three-impulse transfer: first burn raises apoapsis far beyond the target orbit, second burn at the high apoapsis raises periapsis to the target orbit, third burn at the target orbit circularizes. Uses more total delta-v than Hohmann for small orbit ratios, but less for very large ratios (>11.94). Trade-off: much longer transfer time. Rarely used in practice because the time penalty is severe.

Plane Change

Low-Thrust Transfers

Electric propulsion systems (ion engines, Hall thrusters) produce very low thrust but high specific impulse. Instead of impulsive burns, they spiral outward (or inward) over many orbits. Transfer times are much longer (months instead of hours) but total propellant mass is dramatically lower. NASA's Dawn mission used ion propulsion to orbit both Vesta and Ceres โ€” impossible with chemical propulsion. Starlink satellites use krypton Hall thrusters for orbit raising from deployment altitude (~300 km) to operational altitude (~550 km) over several weeks.

Rendezvous & Proximity Operations

Rendezvous is the process of bringing two spacecraft to the same orbit at the same position. First achieved by Gemini 6A and 7 in December 1965 (orbital rendezvous without docking), followed by Gemini 8 in March 1966 (first docking).

Phasing Maneuver

Clohessy-Wiltshire (Hill's) Equations

Linearized equations of relative motion for two spacecraft in nearby circular orbits. Describe the motion of a chaser relative to a target in the target's local vertical / local horizontal (LVLH) frame. Key behaviors: (1) Objects displaced radially oscillate around the target. (2) Objects displaced along-track drift apart (if at different altitudes). (3) The V-bar (velocity vector) and R-bar (radial) approaches are standard proximity strategies.

Docking and Berthing

Resources

Orbital Mechanics for Engineering Students (Howard Curtis)

Comprehensive textbook covering the two-body problem, orbit determination, transfers, interplanetary trajectories, and attitude dynamics. MATLAB examples.

Textbook | Intermediate

Braeunig: Orbital Mechanics

Free online reference covering Kepler's laws, orbit types, transfers, launch windows, and interplanetary trajectories. Clear derivations and worked examples.

Free | Reference

CelesTrak

TLE data for all tracked objects in Earth orbit. Maintained by T.S. Kelso. Essential for satellite tracking, conjunction analysis, and orbit propagation.

Free | Data

poliastro

Python library for astrodynamics. Orbit propagation, maneuver planning, plotting. Built on Astropy. Open-source, well-documented.

GitHub | Python | MIT

MIT 16.346: Astrodynamics

Graduate-level MIT course. Two-body problem, Lambert's theorem, orbit determination, perturbation theory. Lecture notes and problem sets.

MIT OCW | Free

GMAT (General Mission Analysis Tool)

NASA's open-source mission design tool. Orbit propagation, maneuver planning, trajectory optimization. Used for real mission design. Free.

NASA | Free | Open-source