STEP 1: ORBIT ELEMENTS

r2



 
Variable Symbol Value
First 8th Order Coefficient A 1
Third 8th Order Coefficient C -4.0640191x107 km2
Sixth 8th Order Coefficient F -3.8899000x1018 km5
Ninth 8th Order Coefficient K -9.3360548x1028 km8


The "magic" part of Gauss' Method is that it can estimate the orbit radius of a satellite when only three angular observations have been made (no distance measurements at all). This step will perform this "magic"; unfortunately, we will need to find all of the real positive roots of an 8th order equation, which takes the form:

Ax8 + Bx7 + Cx6 + Dx5 + Ex4 + Fx3 + Gx2 + Hx + K = 0

It is a little easier in this case, since the coefficients B, D, E, G and H are all 0 (from the previous step). Therefore, the 8th order equation for Gauss' Method is:

A(r2)8 + C(r2)6 + F(r2)3 + K = 0

where r2 is the estimated geocentric range of the satellite corresponding to the second observation.

We can use some common sense and intuition to determine what the r2 distance could be. Most satellites orbit at geocentric distances of between 6,700 and 45,000 km. This means that one (or more) of the roots of this equation fall between these two values. Sometimes you can have multiple roots falling between these two values which means that several orbits are possible (but not always physically possible, so be careful). This is the main difference between Orbit Propagation and Orbit Determination. In Orbit Propagation, there is an exact answer based on mathematics. In Orbit Determination, there is only an estimated answer because the measurement errors will never let you have a perfect orbit solution that will exactly fit your tracking data (no matter how much of it you have).

The simplest method of finding r2 is to use a spreadsheet and "guess" values until the equation does equal 0 (or nearly so). This is a very manual approach and is not recommended if you wish to determine many orbits. For this example, the manual approach was used and it found only one root in the range from 6,700 km to 45,000 km:

r2 = 7,194.4100 km

If we could interpret this as an average geocentric distance, the semi-major axis of this orbit could be construed as being about 816 km; which is appropriate for a LEO satellite. However, if the eccentricity of the orbit is high, this value might be near a perigee of a much larger orbit (such as a Molniya-type). The only way to know for sure is to press onward and determine the orbit elements themselves.


BACK TO STEP #6

PROCEED TO STEP #8



CASTOR HOME

SITE MAP

GAUSS' METHOD

 

Step 7: Geocentric Range Was Last Modified On September 23, 2013