PlutonianEmpire wrote:How do I determine the geosynchronous orbit for a satellite around a given planet?
I tried using astrosynthesis, but it doesn't work very well at computing that when making planets from scratch.
To compute a "geosynchronous" (Clarke) orbit for a given planet, one needs to know: 1) the mass of the planet, 2) the planet's period of rotation, and 3) the equatorial radius of the planet. With this data in hand, the first thing to calculate is the planet's rate of angular motion using the formula
w = 2 pi radians/length of day (in seconds) Next,
w is plugged into the equation
r = ((GM)/w^2)^(1/3) where
G is the Gravitational Constant and
M is the mass of the planet in kilograms.
Finally, subtract the equatorial radius of the planet (in kilometers) from
r to get the radius of the equatorial Clarke orbit.
Hope this helps,
Radtech