Orbital Period Calculator

Compute orbital period using Kepler's third law. For circular orbits the semi-major axis equals orbital radius. Enter semi-major axis and choose central body (or enter mass).

Calculator

Formula (from Kepler's 3rd law for two-body problem, neglecting small mass of satellite):
T = 2π √(a³ / μ), where μ = G M (standard gravitational parameter), a = semi-major axis (m), T in seconds.

Result

-

Introduction

Orbital period is the time an object takes to complete one orbit around a central body. In astronomy and spaceflight this is essential: it tells you the cadence of communications, revisit times for satellites, and stability criteria for orbital maneuvers. The most commonly used relation to compute orbital period is Kepler’s third law, which relates the size of the orbit (semi-major axis) to the period — provided you know the mass of the central body.

Theory and derivation

Consider a small body of negligible mass orbiting a much larger central mass M (e.g., satellite around Earth, planet around Sun). Newton's form of Kepler's third law yields:

T = 2π √(a³ / μ)

where T is the orbital period, a is the semi-major axis (m), and μ = G M is the gravitational parameter (m³/s²). G is the gravitational constant (6.67430×10⁻¹¹ m³·kg⁻¹·s⁻²). For circular orbits the semi-major axis equals the orbital radius.

Why μ (GM) is used

Using μ simplifies calculations because many central bodies have well-known μ values measured directly from observations. For Earth μ ≈ 3.986004418×10¹⁴ m³/s². Using μ avoids repeating G and M separately and improves numerical stability.

Practical units and conversions

Astronomical distances are often given in kilometers or astronomical units (AU). 1 AU ≈ 1.495978707×10¹¹ m. Earth radius Rₑ ≈ 6371 km. Always convert the semi-major axis to meters before using the formula. The calculator accepts km and AU and converts internally.

Worked examples

Example 1 — Low Earth Orbit (LEO)

Suppose an object orbits 400 km above Earth's surface. The orbital radius a = Rₑ + 400 km = 6371 + 400 = 6771 km = 6.771×10⁶ m. Using μₑ = 3.986004418×10¹⁴ m³/s²:

T = 2π √(a³ / μ) = 2π √((6.771e6)³ / 3.986e14) ≈ 5550 s ≈ 92.5 minutes.

This matches typical LEO periods (~90–100 minutes), explaining why many Earth observation satellites pass over a location every 1.5 hours approximately.

Example 2 — Earth around the Sun

For Earth's orbit (a ≈ 1 AU = 1.495978707×10¹¹ m) and μ☉ = G M☉ ≈ 1.32712440018×10²⁰ m³/s²:

T ≈ 2π √( (1 AU)³ / μ☉ ) ≈ 365.256 days (sidereal year)

This shows Kepler's law reproduces Earth's orbital period — the fundamental connection between orbital radius and period.

Two-body corrections

When the orbiting mass is not negligible compared to the central mass (e.g., binary stars), use μ = G (M₁ + M₂) where M₁ and M₂ are the two masses. The formula still applies if a is the relative semi-major axis between the bodies (distance between them).

Elliptical orbits

For elliptical orbits a is the semi-major axis of the ellipse. The period depends only on a, not on eccentricity. That is a remarkable property: all ellipses with the same a around the same central mass have the same period, even though their shapes differ.

Edge cases and caveats

  • Atmospheric drag: For low altitudes the drag changes semi-major axis over time, shortening the period slightly between maneuvers — the formula assumes a stable gravitational-only orbit.
  • Non-Keplerian forces: thrust, solar radiation pressure, and oblateness (J₂ perturbation) can change orbital period over long timescales.
  • Units: always use SI units internally (a in meters, μ in m³/s²) to avoid errors.

Reference values

Central bodyMass (kg)μ = GM (m³/s²)
Earth5.97219×10²⁴3.986004418×10¹⁴
Sun1.98847×10³⁰1.32712440018×10²⁰
Moon7.342×10²²4.9048695×10¹²
Jupiter1.89813×10²⁷1.26686534×10¹⁷

Applications

Orbital period calculations are used in mission design, satellite operations, astronomy, and education. Example applications:

  • Designing revisit times and ground contact windows for Earth observation satellites.
  • Determining transfer windows and phasing for rendezvous.
  • Estimating synodic periods and resonance relationships in planetary dynamics.

Conclusion

Kepler's third law provides a simple, robust way to relate orbital size and period. With semi-major axis (or orbital radius) and central mass (or μ) you can compute the period to high accuracy for two-body systems. This calculator is a fast utility to get period in seconds, minutes, hours, days and years — suitable for education, rapid mission scoping, and verification of orbital parameters.