Difference between revisions of "Geosynchronous Orbit (Math)"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
m (top)
Line 1: Line 1:
{{Outdated|
 
* This looks more like a tutorial, should it be moved? Even if not, this should be either merged with [[Stationary orbit]] or moved to ''Synchronous orbit (Math)''.
 
* This formula works for all (circular) orbits, as <tt>t</tt> isn't given; <tt>a</tt> is then the SMA - body's radius.
 
}}
 
A [[Synchronous orbit|geosynchronous]] or, more specifically, geostationary orbit is an orbit where your orbital period is equal to that of the gravitational body's "day" (specifically the ''[[w:Sidereal time|sidereal time]]'' or ''sidereal rotation period''), so you remain in the same spot over the planet consistently. Also the gravitational force and the centripetal force needs to be equal, which is the case for any circular orbit. The difference between geosynchronous and geostationary orbits is that geosynchronous orbits have an orbital period of 1 day, but geostationary orbits are equatorial as well.
 
  
For a video about getting  into a geosynchronous orbit, click [http://www.youtube.com/watch?v=2H4178jalh8 here].
 
 
So, in order to calculate the geostationary orbit around any given body, we must first create an equation with the force of gravity and the centripetal force.
 
The force of gravity is equal to:
 
:<math>F_G = \frac{G \cdot M_1 \cdot M_2}{r^2}</math>
 
where G is the gravitational constant (<math>6.67384 \cdot 10^{-11} \frac{m^3}{kg \cdot s^2}</math>), M<sub>1</sub> is the mass of the body, M<sub>2</sub> is the mass of the satellite, and r is the distance between the center of mass of the planet and that of the satellite.
 
 
Now, because in a geostationary orbit the gravitational force is the same as the centripetal force, we can put them in opposite sides of the equation:
 
:<math>F_G = \frac{G \cdot M_1 \cdot M_2}{r^2} = M_2 \cdot \frac{v^2}{r} = F_C</math>
 
The masses of the satellite cancel out, so we are left with:
 
:<math>\frac{G \cdot M_1}{r^2} = \frac{v^2}{r}</math>
 
So, no matter how large your satellite is, the geostationary altitude will be the same.
 
 
We know that velocity is equal to distance divided by time. In this case, the distance is the circumference of your orbit, which is 2πr, and time in this instance is your orbital period, or one day for the planetary body. So, we now have:
 
:<math>v = \frac{2 \cdot \pi \cdot r}{t}</math>
 
But we are dealing with velocity squared, so we square our equation and get:
 
:<math>v^2 = \frac{4 \cdot \pi^2 \cdot r^2}{t^2}</math>
 
Plugging that back into the original equation, we get:
 
:<math>\frac{G \cdot M_1}{r^2} = \frac{4 \cdot \pi^2 \cdot r^2}{t^2 \cdot r}</math>
 
The r<sup>2</sup> cancels out the r in the denominator and becomes a plain old r. Thus, we have:
 
:<math>\frac{G \cdot M_1}{r^2} = \frac{4 \cdot \pi^2 \cdot r}{t^2}</math>
 
We now multiply by r<sup>2</sup>:
 
:<math>G \cdot M_1 = \frac{4 \cdot \pi^2 \cdot r^3}{t^2}</math>
 
And multiply by t<sup>2</sup>/4π<sup>2</sup>:
 
:<math>r^3 = \frac{G \cdot M_1 \cdot t^2}{4 \cdot \pi^2}</math>
 
And by taking the cube root of that, we arrive at our answer (well, sort of):
 
:<math>r = \sqrt[3]{\frac{G \cdot M_1 \cdot t^2}{4 \cdot \pi^2}}</math>
 
 
But remember how r is the distance from the center of mass of the planet to that of the satellite? Well, it turns out that, unlike satellites, the center of mass of a planet is rather far away from its surface:
 
 
:<math>a = \sqrt[3]{\frac{G \cdot M_1 \cdot t^2}{4 \cdot \pi^2}} - R_p</math>
 
 
Where <math>a</math> is the altitude from the sea level of the planet, and <math>R_p</math> is the radius of the planet. This formula calculates the altitude above sea level for any given orbital period <math>t</math>. To get the height for a stationary orbit, the orbital period must be as long as the sidereal rotation period, the time of a full revolution of the planet relative to the sky.
 
 
<big>Always remember to subtract the radius of the planet from your answer once you find altitude.</big>
 
 
Note: You probably noticed that the gravitational constant is in three units at once, two of them to a negative power. Don't panic, it will all work out when you plug in real numbers.
 
 
[[Category:Tutorials]]
 

Revision as of 18:05, 17 March 2017