The individual coordinates of the three observations can be represented as three unit vectors by using the following equations for each column. This particular step is very similar to Step 10 of the Orbit Propagation section of this website: L1i =
cosaicosdi where i = the observation number (1, 2, and 3) AKA the column number of the Unit Vector matrix. L11
(row 1, column 1) =
cosa1cosd1
= -0.3894713 L12 =
cosa2cosd2
= 0.7084021 L13 =
cosa3cosd3
= 0.6513514 The entire unit vector matrix should look like (or very similar to) the following:
The inverse of this unit matrix will also be required to proceed with this initial orbit determination. If done manually, this can involve a large amount of calculations. The individual steps are shown here with respect to those who had originally derived them. First, we calculate the determinant of the unit matrix L. The full calculation is offered in the following equation. Be extremely careful if doing this manually! One wrong move will ruin the entire orbit determination (no pressure)!: |L| = L11 (L22L33 - L23L32) + L12 (L23L31 - L21L33) + L13 (L21L32 - L22L31) |L| = -0.0144496 The inverse of this matrix can now be calculated using the following formulae: [L-1]11
= [L22L33 - L23L32] / |L|
The best method to determine if the L and L-1 are correct is to multiply them. If all of the terms are correct: L L-1 = I3 where
I3
is a 3x3 Identity Matrix. |
||||||||||||||||||||||||||||||||||||||||||||||
SITE MAP | ||
Step 3: Unit Vectors Was Last Modified On September 23, 2013 |