The Great Circle Central Angle (Vincenty) calculator uses three dimensional geometry to calculate the central angle of a great circle arc defined by a pair of latitude/longitude pairs. This calculation is based on the special case of the Vincenty formula for an ellipsoid with equal major and minor axes.
INSTRUCTIONS: Enter the following:
Central Angle of a Great Circle Arc (θ): The calculator returns the angle in degrees. However, this can be automatically converted to compatible units (e.g. radians) via the pull-down menu.
The formula used in this calculator for the Great Circle Central Angle is:
`theta = "arctan"(\frac{sqrt( (cos phi2 * sin(Deltalambda) )^2 + ( cos phi1 * sin phi2 - sin phi1 *cos phi2 *cos (Deltalambda))^2 ) } { sin phi1 * sin phi2 + cos phi2*cos phi2*cos (Deltalambda) }) `
where:
and where:
Between two points which are directly opposite each other, called antipodal points, there are infinitely many great circles. All great circle arcs between antipodal points have the same length, i.e. half the circumference of the circle.
The Earth's shape can be approximated as nearly spherical, so great-circle distance formulas give the approximate distance between points on the surface of the Earth.
A great circle arc can be drawn between any two points on the earth's surface.