Calculate spherical triangle sides, angles, great circle distances, and bearings with high precision using multiple algorithms.
Spherical trigonometry deals with the relationships between the sides and angles of spherical triangles, which are triangles drawn on the surface of a sphere. Unlike plane triangles, the sides of spherical triangles are arcs of great circles, measured in angular units.
Key Differences from Plane Trigonometry:
Spherical Law of Cosines:
cos a = cos b cos c + sin b sin c cos A
cos A = -cos B cos C + sin B sin C cos a
Spherical Law of Sines:
sin a / sin A = sin b / sin B = sin c / sin C
Haversine Formula (for distances):
hav(θ) = hav(φ₂ − φ₁) + cos φ₁ cos φ₂ hav(λ₂ − λ₁)
where hav(θ) = sin²(θ/2) = (1 − cos θ)/2
Spherical Excess and Area:
E = A + B + C − π (in radians)
Area = R² × E (where R is sphere radius)
Calculator Features:
NYC → London
5570 km
LA → Tokyo
8810 km
Sydney → Santiago
11300 km
Equator (1°)
111.3 km
North Pole → Equator
10000 km