The Slant Range function computes the slant range from a ground station to an object (satellite or aircraft) based on the station and object altitudes and the elevation angle.
INSTRUCTIONS: Choose units and enter the following:
Slant Range (R): The range is returned in kilometers. However this can be automatically converted to compatible units via the pull-down menu.
The formula for the slant range uses both the law of sines and the law of cosines.
In the obtuse triangle shown (right):
` a/(sin("AA")) = b / (sin("BA")) = c / (sin("CA"))`
`c = sqrt( a^2 + b^2 - 2a*b*cos(CA) )`