Skip to main content

Orbital Period Explained: Kepler's Third Law and Why Higher Orbits Are Slower

How orbital period depends on the semi-major axis and central mass, why satellites circle faster than planets, and how to read Kepler's third law T = 2π√(a³/GM).

Published By Li Lei
#orbital period #kepler third law #orbital mechanics #astronomy #physics

Orbital Period Explained: Kepler's Third Law and Why Higher Orbits Are Slower

The first time I plugged the International Space Station's altitude into an orbital period formula, I expected the answer to be wrong. Ninety-two minutes for a full lap around the planet felt absurd. But the math holds, and once you see where the number comes from, every other orbit in the sky starts to make sense too. This is a short tour through Kepler's third law: what sets an orbital period, why it depends on the size of the orbit and the mass at the center, and why a satellite skimming the atmosphere finishes a lap before you finish a coffee while Neptune takes 165 years.

The one formula that runs everything

Kepler worked out his third law from observation in 1619, but Newton later showed where it comes from. In its Newtonian form, the orbital period is:

T = 2π · √(a³ / (G · M))

Here T is the period in seconds, a is the semi-major axis of the orbit in metres (for a circle, just the radius), M is the mass of the central body in kilograms, and G is the gravitational constant, 6.674e-11 N·m²/kg². Square both sides and the famous proportion falls out:

T² ∝ a³

The square of the period is proportional to the cube of the semi-major axis. Nothing about the orbiting body itself appears, no mass, no size, no color. A grain of sand and a space station at the same altitude have the same period. Only two things matter: how big the orbit is and how heavy the thing you are orbiting.

That single fact is doing a lot of work, and it is worth sitting with. If you want to feel it numerically rather than read about it, the orbital period calculator shows every line of the algebra as it computes, so you can confirm the cube and the square root by hand.

A worked example: the ISS at 400 km

Let's do the lap that surprised me. The space station orbits at roughly 400 km altitude. The catch, and the most common mistake beginners make, is that a is measured from Earth's center, not from the ground. So you add Earth's radius:

a = 400 km + 6,371 km = 6,771 km = 6.771e6 m

Now feed in Earth's mass, M = 5.972e24 kg:

a³      = (6.771e6)³   ≈ 3.10e20
G · M   = 6.674e-11 × 5.972e24 ≈ 3.99e14
ratio   = 3.10e20 / 3.99e14 ≈ 7.78e5
√ratio  ≈ 882
T       = 2π × 882 ≈ 5,544 s ≈ 92 minutes

Ninety-two minutes per orbit. That is why the ISS laps the planet about sixteen times a day, and why its crew sees sixteen sunrises in every twenty-four hours. If you had used the altitude alone (400 km) instead of the full radius, the period would have come out far too short, a classic units error that the formula has no way to catch for you.

Why the central mass matters

The M in the denominator is the gravitational engine of the whole system. A heavier central body pulls harder, so an orbiting object has to move faster to avoid falling in, and the period at a given radius shrinks. This is why orbital period and gravitational pull are two views of the same physics, and it's worth pairing this calculator with a gravitational force calculator when you want to see the force behind the motion.

Concretely: at one astronomical unit, an object orbiting the Sun (M = 1.989e30 kg) takes one year. The Sun is about 333,000 times more massive than Earth. If you swapped in Earth's mass at that same 1 AU radius, the period would balloon to roughly 575 years, because √M sits in the denominator and a smaller M means a much longer lap. The orbit size is identical; only the engine changed.

Satellites versus planets: same law, different scale

The beauty of T² ∝ a³ is that it spans the whole range from a satellite a few hundred kilometers up to Pluto five billion kilometers out, all governed by the same line of algebra. A few reference points around the Sun:

  • Earth at 1.00 AU: 1.00 year
  • Mars at 1.52 AU: 1.88 years, and 1.52^1.5 ≈ 1.88, exactly as predicted
  • Jupiter at 5.20 AU: 11.9 years
  • Neptune at 30.1 AU: 165 years

And around Earth:

  • Low Earth orbit (~400 km): about 92 minutes
  • A geostationary satellite (35,786 km altitude): exactly one sidereal day, about 23 hours 56 minutes
  • The Moon at 384,400 km: 27.3 days

Run the geostationary case backwards and the law earns its keep. Fix the period at one sidereal day (86,164 s), solve a = ∛(G·M·T² / (4π²)), and you get a ≈ 4.22e7 m. Subtract Earth's radius and you've derived the famous 35,786 km altitude from scratch, rather than memorizing it. That altitude is why a dish on your roof can point at one fixed spot in the sky.

Why higher orbits are slower

Here is the part that trips people up. A bigger orbit has a longer period, but the object also moves slower through space. Both are true, and the formula for circular orbital speed shows why:

v = √(G · M / r)

Speed falls off as the orbit grows, scaling with 1/√r. A low Earth orbit satellite races along at about 7.7 km/s. A geostationary satellite, more than five times farther out, ambles at just 3.07 km/s. Earth orbits the Sun at 29.8 km/s; Neptune, thirty times farther, creeps along at 5.4 km/s.

So a larger orbit is a double penalty for speed: there is more distance to cover and you cover it more slowly. The period stretches on both counts. This is the intuition behind "higher orbits are slower," and it is the same reason outer planets crawl across the night sky while Mercury sprints. When I want a student to feel this rather than take it on faith, I have them type 1 AU, then 2 AU, into the calculator and watch the period jump by 2^1.5 ≈ 2.83 times, not double.

Working the law for yourself

You don't need a textbook table to use any of this. Pick a central body preset (Sun, Earth, Jupiter, Mars, the Moon), enter a semi-major axis in metres, kilometres or AU, and read the period in seconds, days or years. Switch the mode and it runs in reverse, solving the semi-major axis from a known period, which is exactly how you locate a geostationary belt or back out an orbital radius from a satellite's revisit time. Alongside every period it reports the circular speed, so the "slower and farther" relationship is right there on screen.

A few guardrails worth keeping in mind:

  • Always add the central body's radius to an altitude before treating it as a.
  • Stay in SI internally; G is defined for kilograms, metres and seconds, and a stray kilometre will throw your answer off by factors of thousands. If you need to move between units cleanly, a unit converter keeps the conversions honest.
  • Cube the semi-major axis, not square it; the cube inside the square root is the whole point of the law.

Kepler stared at decades of Tycho Brahe's planetary tables to pull this pattern out by hand. You can reproduce his result, and extend it to satellites he never imagined, in a single click. The law that ties a 92-minute space station lap to a 165-year Neptune year is the same one line of algebra, and it has not needed a correction in four hundred years.


Made by Toolora · Updated 2026-06-13