Introduction

Orbital mechanics — also called astrodynamics — is the branch of physics that governs how objects move under the influence of gravity in space. Every satellite, spacecraft, and planetary probe follows these laws with extraordinary precision.

Kepler's Three Laws

Johannes Kepler derived three empirical laws from Tycho Brahe's observations in the early 17th century.

First Law — Elliptical Orbits:

Every planet moves in an ellipse with the Sun at one focus. For a spacecraft, the central body (Earth, Sun, etc.) occupies one focus.

r=a(1e2)1+ecosθr = \frac{a(1 - e^2)}{1 + e\cos\theta}

Where rr is the orbital radius, aa is the semi-major axis, ee is the eccentricity (00 = circle, 11 = parabola), and θ\theta is the true anomaly.

Second Law — Equal Areas:

A line joining a planet and the Sun sweeps equal areas in equal time intervals. This means spacecraft move faster at periapsis (closest point) and slower at apoapsis (farthest point).

Third Law — Harmonic Law:

The square of the orbital period TT is proportional to the cube of the semi-major axis aa:

T2=4π2GMa3T^2 = \frac{4\pi^2}{GM} a^3

Where GG is the gravitational constant and MM is the mass of the central body.

Escape Velocity

To permanently escape a gravitational field, an object must reach escape velocity — the minimum speed at which kinetic energy equals the magnitude of gravitational potential energy:

vescape=2GMrv_{\text{escape}} = \sqrt{\frac{2GM}{r}}

At Earth's surface (r=6,371r = 6{,}371 km), this works out to approximately 11.2 km/s. The Moon's lower gravity means escape velocity there is only 2.38 km/s — one reason lunar landers could ascend with relatively small engines.

Circular Orbital Velocity

For a stable circular orbit at radius rr, the required velocity is:

vorbit=GMrv_{\text{orbit}} = \sqrt{\frac{GM}{r}}

At the International Space Station's altitude of ~400 km, this gives approximately 7.66 km/s — why the ISS completes one orbit every 92 minutes.

Hohmann Transfer Orbit

The most fuel-efficient way to move between two circular orbits is the Hohmann transfer — a half-ellipse connecting the two orbits using exactly two engine burns.

Delta-V for the first burn (leaving low orbit):

Δv1=GMr1(2r2r1+r21)\Delta v_1 = \sqrt{\frac{GM}{r_1}} \left( \sqrt{\frac{2r_2}{r_1 + r_2}} - 1 \right)

Delta-V for the second burn (inserting into high orbit):

Δv2=GMr2(12r1r1+r2)\Delta v_2 = \sqrt{\frac{GM}{r_2}} \left( 1 - \sqrt{\frac{2r_1}{r_1 + r_2}} \right)

The total mission Δv=Δv1+Δv2\Delta v = \Delta v_1 + \Delta v_2. This is the currency of spaceflight — every mission is budgeted in delta-v.

The Rocket Equation

Tsiolkovsky's rocket equation links the change in velocity to the mass ratio of the rocket:

Δv=veln(m0mf)\Delta v = v_e \ln\left(\frac{m_0}{m_f}\right)

Where vev_e is the exhaust velocity, m0m_0 is the initial mass (fuel + spacecraft), and mfm_f is the final mass (spacecraft only). This is why rockets are mostly fuel — achieving high Δv\Delta v demands an exponentially large initial mass ratio.

Conclusion

Orbital mechanics transforms spaceflight from science fiction into engineering. Every mission profile — from a Starlink deployment to a Mars transfer — is ultimately a solution to these equations.