• Space/Science
  • GeekSpeak
  • Mysteries of
    the Multiverse
  • Science Fiction
  • The Comestible Zone
  • Off-Topic
  • Community
  • Flame
  • CurrentEvents

Recent posts

There's more than Floyd RobVG August 20, 2025 12:24 am (Off-Topic)

Existing instrument on Mars Curiosity Rover could be used to detect life BuckGalaxy August 18, 2025 12:48 pm (Space/Science)

Trump grovels BuckGalaxy August 17, 2025 12:43 pm (CurrentEvents)

Alien:Earth RobVG August 16, 2025 1:44 pm (Science Fiction)

"Project Hail Mary" RobVG August 14, 2025 11:12 am (Science Fiction)

The July numbers (Edited 8/13) ER August 11, 2025 3:48 pm (Space/Science)

Houston, we have a problem BuckGalaxy August 8, 2025 2:50 pm (Space/Science)

Nagasaki memories ER August 6, 2025 1:51 pm (Off-Topic)

Afrikaan- American news ER August 5, 2025 8:01 am (CurrentEvents)

Season 3 - Foundation BuckGalaxy August 2, 2025 12:33 pm (Science Fiction)

Shoot the messenger BuckGalaxy August 1, 2025 2:00 pm (CurrentEvents)

Home » Space/Science

Great Circle algorithm April 14, 2023 2:26 pm ER

About eleven years ago, I published in these pages a pocket calculator algorithm for a sextant line of position calculation.

As it turns out, this same algorithm can be used to calculate the Intercept, (Great Circle distance in Nautical Miles) from the departure to the
destination location, as well as the Azimuth (initial compass course to be steered). Some of the variables must be redefined, but the calculation is the same.

INPUT DATA
Ho = 90 degrees. Substitute the observed sextant altitude Ho with the value 90. If you are at that location, the “star” must be at the Zenith!

DEC = Substitute the Declination of the heavenly body with the latitude of the destination. (Positive for N, negative for S). Declination is the same as latitude.

GHA = Substitute the Greenwich Hour Angle of the heavenly body with the degrees west of Greenwich of the destination. (GHA is always positive, always to the W, from 0 to 360 degrees. GHA is the same as longitude only for W longitudes. So if your destination longitude is 10 degrees E, your GHA is 350 degrees. If the destination longitude is 10 degrees W, the GHA is 10 degrees.

Lat = The Latitude of the departure point (Positive for N, negative for S)

Lon = The Longitude of the departure point (Positive for E, negative for W)

INTERMEDIATE VALUES
LHA = GHA + LON (Add or subtract 360 degrees if LHA is outside the range -360 to 360 .
Cos DEC x Cos LHA = C
Sin DEC = S

INTERCEPT CALCULATION
Hc = INVsin ( S x Sin Lat + C x Cos Lat )
Intercept = Ho – Hc Make sure Ho and Hc are in units of minutes (‘) of arc. One minute of arc = 1 nautical mile.

AZIMUTH CALCULATION
X = ( S x Cos Lat – C x Sin Lat ) / Cos Hc
If X is greater than +1 or less than -1 (due to truncation error), just reset it to +1 or -1.

A = INVcos ( X )

If LHA > 180 degrees, then Azimuth Z = A
Otherwise, Z = 360- A

Throughout the GC track, the compass heading will change continuously, so in practice, this calculation will have to be repeated frequently so the vessel’s course can be readjusted.

  • Example by ER 2023-04-15 10:24:43

    Search

    The Control Panel

    • Log in
    • Register