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.
Geosynchronous Orbit
-
Topic authorPlutonianEmpire
- Posts: 1374
- Joined: 09.09.2004
- Age: 40
- With us: 20 years 2 months
- Location: MinneSNOWta
- Contact:
Geosynchronous Orbit
Terraformed Pluto: Now with New Horizons maps! :D
Re: Geosynchronous Orbit
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
Re: Geosynchronous Orbit
radtech wrote: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
That's right with subtracting the equatorial radius of the planet if you want the geosynchronus height above the surface.
But to plug the correct value into Celestia you need r as you calculated it, as Celestia takes the radius for any orbiting element as distance from the center of gravity.
Regards,
Guckytos
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 10 months
Re: Geosynchronous Orbit
The correct formula for the semi-major axis a (in meters) is in fact:radtech wrote: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.
[tex]a=\sqrt[3]{GM\left(\frac{P}{2\pi}\right)^2}[/tex]
where P = the planet's (sidereal) rotation period in seconds.
... For the Earth this is approx. 86,164 s (23h 56m 04 s).
Again, subtract the planetary radius to get the altitude.
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
Re: Geosynchronous Orbit
Your formula is essentially the same as radtech's, and they both give the same result.Chuft-Captain wrote:The correct formula for the semi-major axis a (in meters) is in fact:radtech wrote:r = ((GM)/w^2)^(1/3)
[tex]a=\sqrt[3]{GM\left(\frac{P}{2\pi}\right)^2}[/tex]
Re: Geosynchronous Orbit
Hi friends!
The formulas ARE exactly the same!!
Ciao
The formulas ARE exactly the same!!
Ciao