Difference between revisions of "Geosynchronous Orbit (Math)"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "A geosynchronous or, more specifically, geostationary orbit is an orbit where your orbital period is equal to that of the gravitational body's "day", so you remain in the same...")
 
(*using the math extension;)
Line 1: Line 1:
A geosynchronous or, more specifically, geostationary orbit is an orbit where your orbital period is equal to that of the gravitational body's "day", so you remain in the same spot over the planet consistently (This means that the gravitational force and the centripetal force are equal, which is true in 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.
+
A 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:Siderial time|siderial time]]'' or ''siderial 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. As every orbit has to intersect the equator, a geosynchronous orbit only stays above one [[w:Longitude|longitude]] but oscillate in [[w:Latitude|latitude]] while a geostationary also stays above the same latitude (0°N/0°S).
  
 
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.
 
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:
 
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.
<big>(GM<sub>1</sub>M<sub>2</sub>)/r<sup>2</sup></big>
 
 
 
 
 
where G is the gravitational constant (6.67384 10-11 m3 kg-1 s-2), 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 the gravitational force is the same as the centripetal force, we can put them in opposite sides of the equation:
 
Now, because in a geostationary orbit the 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>
 
 
<big>GM<sub>1</sub>M<sub>2</sub>/r<sup>2</sup> = M<sub>2</sub> • v<sup>2</sup>/r</big>
 
 
 
 
 
 
The masses of the satellite cancel out, so we are left with:
 
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>
 
 
<big>GM<sub>1</sub>/r<sup>2</sup> = v<sup>2</sup>/r</big>
 
 
 
 
 
 
So, no matter how large your satellite is, the geostationary altitude will be the same.
 
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.
+
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:
So, we now have:
+
:<math>v = \frac{2 \cdot \pi \cdot r}{t}</math>
 
 
<big>v = 2πr/t</big>
 
 
But we are dealing with velocity squared, so we square our our equation and get:
 
But we are dealing with velocity squared, so we square our our equation and get:
 
+
:<math>v^2 = \frac{4 \cdot \pi^2 \cdot r^2}{t^2}</math>
 
 
<big>v<sup>2</sup> = 4π<sup>2</sup>r<sup>2</sup>/t<sup>2</sup></big>
 
 
 
 
 
 
Plugging that back into the original equation, we get:
 
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>
 
 
<big>GM<sub>1</sub>/r<sup>2</sup> = 4π<sup>2</sup>r<sup>2</sup>/t<sup>2</sup>r</big>
 
 
 
 
The r<sup>2</sup> cancels out the r in the denominator and becomes a plain old r. Thus, we have:
 
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>:
<big>GM<sub>1</sub>/r<sup>2</sup> = 4π<sup>2</sup>r/t<sup>2</sup></big>
+
:<math>G \cdot M_1 = \frac{4 \cdot \pi^2 \cdot r^3}{t^2}</math>
 
 
 
 
We now multiply by r<sup>3</sup>:
 
 
 
 
 
<big>GM<sub>1</sub> = 4π<sup>2</sup>t<sup>2</sup> r<sup>3</sup></big>
 
 
 
 
 
 
And multiply by t<sup>2</sup>/4π<sup>2</sup>:
 
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>
 
 
r<sup>3 = GM<sub>1</sub>t<sup>2</sup>/4π<sup>2</sup>
 
 
 
 
 
 
 
 
And by taking the cube root of that, we arrive at our answer (well, sort of):
 
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>
 
 
<big>r = <sup>3</sup>√(GM<sub>1</sub>t<sup>2</sup>/4π<sup>2</sup>)</big>
 
 
 
  
 
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.  
 
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.  
  
<big>Always remember to subtract the radius of the planet from your answer once you find r.</big>
+
<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.
  
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 09:28, 15 June 2013

A 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 siderial time or siderial 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. As every orbit has to intersect the equator, a geosynchronous orbit only stays above one longitude but oscillate in latitude while a geostationary also stays above the same latitude (0°N/0°S).

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:

where G is the gravitational constant (), M1 is the mass of the body, M2 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 the gravitational force is the same as the centripetal force, we can put them in opposite sides of the equation:

The masses of the satellite cancel out, so we are left with:

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:

But we are dealing with velocity squared, so we square our our equation and get:

Plugging that back into the original equation, we get:

The r2 cancels out the r in the denominator and becomes a plain old r. Thus, we have:

We now multiply by r2:

And multiply by t2/4π2:

And by taking the cube root of that, we arrive at our answer (well, sort of):

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.

Always remember to subtract the radius of the planet from your answer once you find altitude.

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.