Interactive Kepler's Third Law Calculator
 
Orbit 1Known Data
Time period (t 1) of orbit 1  time units
Mean distance (d1) of orbit 1  distance units
 
Orbit 2Known Data
Time period (t 2) of orbit 2  time units
Mean distance (d2) of orbit 2  distance units

Fill in any three known values and leave the single unknown value blank.
That unknown value will be computed and displayed here.


Kepler's Third Law

Kepler's third law defines the ideal relationship between elliptic orbital time and mean orbital distance.  It states that the square of the orbital time is porportional to the cube of the mean orbital distance.  In numerical terms, Kepler's Third law can be expressed in the form of a simple, compact mathematical equation relating orbital time and mean distance:
( t 2 t 1 ) 2 =   ( d 2 d 1 ) 3
If it takes time (t1) to orbit a body at mean distance (d1), then it
would take time (t2) to orbit the same body at mean distance (d2)
.

Here, the mean orbital distance refers to the mean taken over the eccentric anomaly of the orbit, which in this case, equates to the semi-major axis, or 1/2 the longer or major axis of the orbital ellipse.

This program is based on the above equation, where the time and distance may be expressed in any convenient units.

The body being orbited generally refers to the sun, a planet or a star, compared to which, the mass of the lesser satellite is insignificant.

Knowing any three variables, we may directly compute the unknown fourth variable.  The following equations, derived from the above, are used by the program to compute the individual unknown variables.

The equation assumes the ideal situation where the mass of the primary sphere is so extremely greater than the lesser sphere that the center of mass is at or extremely close to the center of the primary sphere.  In other words, we are ignoring the mass of the lesser body as insignificant and treating the center of mass as being at the center of the primary body.

t 1   =   t 2 ( d 2 d 1 ) 3
t 2   =   t 1 ( d 2 d 1 ) 3
d 1   =   d 2 ( t 2 t 1 ) 2 3
d 2   =   d 1 ( t 2 t 1 ) 2 3




© Jay Tanner - 2024