Astrodynamics/Orbit Determination

From Wikibooks, open books for an open world
Jump to navigation Jump to search

According to basic geometry, any three points can be fit by an elipse. This means that if we have at least three observations of a satellite's position, we can determine the entire orbit. However, the process is not an easy one.

RADAR[edit | edit source]

RADAR is one of the powerful tools available to observers on earth. A radar installation can determine the position and the velocity of a satellite, with the position being in the topocentric-horizon coordinate system. Once the radar observation has been made, the coordinates can be transformed into the geocentric-equatorial system as such:

Where re is the position vector from the center of the earth to the radar installation, and p is the position vector of the satellite from the radar installation.

Determination from a Position and Velocity Vector[edit | edit source]

A radar installation can measure the position and the velocity of the satellite in a single observation. However, this observation is typically going to be made using the polar variety of the topocentric-horizon system (azimuth and elevation). The position of the satellite is given in terms of a line-of-sight vector, ρ, and the velocity vector is the derivative of that, ρ' We can find the distance from the center of the earth (converting to the geocentric-horizon system) by:

And we can find the velocity vector v by:

Where ωe is the angular velocity vector of the earth.

Once we have the v and r vectors in the geocentric-equatorial system, we can find all the classical orbital elements.

Determination from 3 Position Vectors[edit | edit source]

If we have three observations, with each observation representing a position vector, we can determine the orbit of the satellite. We assume that all three position vectors are coplanar, because if they are not it is not a proper orbit and these equations will not yield proper results.

Given three position vectors, r1, r2, and r3, we can apply the gibbsian method to determine the orbit.

Gibbsian Method[edit | edit source]

For the gibbsian method, we first construct three new vectors, N, D, and S (not to be confused the S unit vector from the topocentric-horizon system). We construct these three new vectors as follows:

Now, we can find our p and e quantities from these vectors:

N and D always have the same direction, so:

Now, we can determine the unit vectors from the perifocal coordinate system, P, Q, and W from the three vectors we already have:

Now, we have the p and e values, and we also have the necessarily perifocal unit vectors to define the orbit.

Determining Velocity Vectors[edit | edit source]

If we have the three position vectors, we can determine three corresponding velocity vectors at each position. If we have the D, N, and S vectors, we can define a new vector B such that:

Where the i subscript corresponds to one of the three position vectors. We can also form a scalar value L, in order to make the calculations easier:

Now that we have our 4 vectors and the scalar L, we can find the velocity at position i as:

Determination from 3 Observations[edit | edit source]

Radar observations aren't always available, but optical observations typically are. Optical measurements are typically made with the right ascension and declination coordinate system, so we will have 6 values: α1, δ1, α2, δ2, α3, δ3. We can define three unit vectors Li as:

With the L vectors, we can find the geocentric-equatorial position vector:

Dotting this equation with itself gives us a second equation:

We can solve these two equations to find the two unknowns ρ and r. With r, we can find the position vector r along the direction of the vector L.

Finding the Velocity Vector[edit | edit source]

We can define the derivative of the L vectors using the Lagrange interpolation formula:

We can use these values to find:

Differential Orbit Correction[edit | edit source]

We've seen that with a small number of observations we can determine the complete orbit of a satellite. However, the initial measurements that we have taken can be prone to errors. Any errors that we have in our measurements are made all the more large and glaring because we have relied on so few observations. However, if we increase our number of observations, we can use new values to improve our original "estimate" of the orbit. To do this, we use a method called differential orbit correction.