From Surf Wiki (app.surf) — the open knowledge base
Haversine formula
Formula for the great-circle distance between two points on a sphere
Formula for the great-circle distance between two points on a sphere
The haversine formula determines the great-circle distance between two points on a sphere given their longitudes and latitudes. Important in navigation, it is a special case of a more general formula in spherical trigonometry, the law of haversines, that relates the sides and angles of spherical triangles.
The first table of haversines in English was published by James Andrew in 1805, but Florian Cajori credits an earlier use by José de Mendoza y Ríos in 1801. The term haversine was coined in 1835 by James Inman.
These names follow from the fact that they are customarily written in terms of the haversine function, given by . The formulas could equally be written in terms of any multiple of the haversine, such as the older versine function (twice the haversine). Prior to the advent of computers, the elimination of division and multiplication by factors of two proved convenient enough that tables of haversine values and logarithms were included in 19th- and early 20th-century navigation and trigonometric texts. These days, the haversine form is also convenient in that it has no coefficient in front of the sin2 function.
The formula is contrasted with spherical law of cosines, which is theoretically equivalent, however.
Formulation
The basic relation is shown by :d = r , \theta ,
where
- θ is the central angle between any two points on a sphere,
- d is the distance between the two points along a great circle of the sphere (see spherical distance),
- r is the radius of the sphere.
The haversine formula allows the haversine of θ to be computed directly from the latitude (represented by φ) and longitude (represented by λ) of the two points: : \operatorname{hav}\theta = \operatorname{hav}\left(\Delta \varphi \right) + \cos\left(\varphi_1\right)\cos\left(\varphi_2\right)\operatorname{hav}\left(\Delta \lambda \right)
where
- φ1, φ2 are the latitude of point 1 and latitude of point 2,
- λ1, λ2 are the longitude of point 1 and longitude of point 2,
- \Delta \varphi = \varphi_2 - \varphi_1, \Delta \lambda = \lambda_2 - \lambda_1.
The haversine function computes half a versine of the angle θ, or the squares of half chord of the angle on a unit circle (sphere). It is related to other sinusoidal functions: : \operatorname{hav}\theta= \sin^2\left(\frac{\theta}{2}\right) = \frac{1 - \cos(\theta)}{2}.
To solve for θ from the differences in latitude and longitude explicitly: : \theta= 2 \arcsin\left(\sqrt{\operatorname{hav}\theta}\right), where \operatorname{hav}\theta can be calculated by: : \begin{align} \operatorname{hav}\theta &= \operatorname{hav}\left(\Delta \varphi \right) + \cos\left(\varphi_1\right)\cos\left(\varphi_2\right)\operatorname{hav}\left(\Delta \lambda \right) \ &= \operatorname{hav}(\Delta \varphi ) + ( 1 - \operatorname{hav}(\Delta \varphi) - \operatorname{hav}(2 \varphi_\text{m} ))\cdot\operatorname{hav}(\Delta \lambda) \ &= \sin^2\left(\frac{\Delta \varphi }{2}\right) + \left(1- \sin^2\left(\frac{\Delta \varphi }{2}\right) - \sin^2\left(\varphi_\text{m}\right)\right) \cdot \sin^2\left(\frac{\Delta \lambda}{2}\right) \ &= \sin^2\left(\frac{\Delta \varphi }{2}\right) + \cos \varphi_1 \cdot \cos \varphi_2 \cdot \sin^2\left(\frac{\Delta \lambda}{2}\right) \ &= \sin^2\left(\frac{\Delta \varphi }{2}\right) \cdot \cos^2\left(\frac{\Delta \lambda}{2}\right) + \cos^2\left(\varphi_\text{m}\right) \cdot \sin^2\left(\frac{\Delta \lambda}{2}\right) \ &= \frac{1 - \cos\left(\Delta \varphi \right) + \cos \varphi_1 \cdot \cos \varphi_2 \cdot \left(1 - \cos\left(\Delta \lambda\right)\right)}{2} \end{align} and \varphi_\text{m} = \frac{\varphi_2 + \varphi_1}{2}.
When using these formulae, one must ensure that does not exceed 1 due to a floating point error (d is real only for 0 ≤ h ≤ 1). h only approaches 1 for antipodal points (on opposite sides of the sphere)—in this region, relatively large numerical errors tend to arise in the formula when finite precision is used. Because d is then large (approaching πR, half the circumference) a small error is often not a major concern in this unusual case (although there are other great-circle distance formulas that avoid this problem). (The formula above is sometimes written in terms of the arctangent function, but this suffers from similar numerical problems near .)
As described below, a similar formula can be written using cosines (sometimes called the spherical law of cosines, not to be confused with the law of cosines for plane geometry) instead of haversines, but if the two points are close together (e.g. a kilometer apart, on the Earth) one might end up with , leading to an inaccurate answer. Since the haversine formula uses sines, it avoids that problem.
Either formula is only an approximation when applied to the Earth, which is not a perfect sphere: the "Earth radius" R varies from 6356.752 km at the poles to 6378.137 km at the equator. More importantly, the radius of curvature of a north-south line on the earth's surface is 1% greater at the poles (≈6399.594 km) than at the equator (≈6335.439 km)—so the haversine formula and law of cosines cannot be guaranteed correct to better than 0.5%. More accurate methods that consider the Earth's ellipticity are given by Vincenty's formulae and the other formulas in the geographical distance article.
The law of haversines{{anchor|Law}}
Given a unit sphere, a "triangle" on the surface of the sphere is defined by the great circles connecting three points u, v, and w on the sphere. If the lengths of these three sides are a (from u to v), b (from u to w), and c (from v to w), and the angle of the corner opposite c is C, then the law of haversines states: : \operatorname{hav}(c) = \operatorname{hav}(a - b) + \sin(a)\sin(b)\operatorname{hav}(C).
Since this is a unit sphere, the lengths a, b, and c are simply equal to the angles (in radians) subtended by those sides from the center of the sphere (for a non-unit sphere, each of these arc lengths is equal to its central angle multiplied by the radius R of the sphere).
In order to obtain the haversine formula of the previous section from this law, one simply considers the special case where u is the north pole, while v and w are the two points whose separation d is to be determined. In that case, a and b are − φ1,2 (that is, the, co-latitudes), C is the longitude separation λ2 − λ1, and c is the desired . Noting that , the haversine formula immediately follows.
To derive the law of haversines, one starts with the spherical law of cosines:
:\cos(c) = \cos(a)\cos(b) + \sin(a)\sin(b)\cos(C). ,
As mentioned above, this formula is an ill-conditioned way of solving for c when c is small. Instead, we substitute the identity that , and also employ the addition identity , to obtain the law of haversines, above.
Proof
One can prove the formula: : \operatorname{hav}\left(\theta\right) = \operatorname{hav}\left(\Delta \varphi \right) + \cos\left(\varphi_1\right)\cos\left(\varphi_2\right)\operatorname{hav}\left(\Delta \lambda\right)
by transforming the points given by their latitude and longitude into cartesian coordinates, then taking their dot product.
Consider two points \bf p_1,p_2 on the unit sphere, given by their latitude \varphi and longitude \lambda:
:\begin{align} {\bf p_2} &= (\lambda_2, \varphi_2) \ {\bf p_1} &= (\lambda_1, \varphi_1) \end{align}
These representations are very similar to spherical coordinates, however latitude is measured as angle from the equator and not the north pole. These points have the following representations in cartesian coordinates:
:\begin{align} {\bf p_2} &= (\cos(\lambda_2)\cos(\varphi_2), ;\sin(\lambda_2)\cos(\varphi_2), ;\sin(\varphi_2)) \ {\bf p_1} &= (\cos(\lambda_1)\cos(\varphi_1), ;\sin(\lambda_1)\cos(\varphi_1), ;\sin(\varphi_1)) \end{align}
From here we could directly attempt to calculate the dot product and proceed, however the formulas become significantly simpler when we consider the following fact: the distance between the two points will not change if we rotate the sphere along the z-axis. This will in effect add a constant to \lambda_1, \lambda_2. Note that similar considerations do not apply to transforming the latitudes - adding a constant to the latitudes may change the distance between the points. By choosing our constant to be -\lambda_1, and setting \lambda' = \Delta \lambda, our new points become:
:\begin{align} {\bf p_2'} &= (\cos(\lambda')\cos(\varphi_2), ;\sin(\lambda')\cos(\varphi_2), ;\sin(\varphi_2)) \ {\bf p_1'} &= (\cos(0)\cos(\varphi_1), ;\sin(0)\cos(\varphi_1), ;\sin(\varphi_1)) \ &= (\cos(\varphi_1), ;0, ;\sin(\varphi_1)) \end{align}
With \theta denoting the angle between {\bf p_1} and {\bf p_2}, we now have that:
:\begin{align} \cos(\theta) &= \langle{\bf p_1},{\bf p_2}\rangle = \langle{\bf p_1'},{\bf p_2'}\rangle = \cos(\lambda')\cos(\varphi_1)\cos(\varphi_2) + \sin(\varphi_1)\sin(\varphi_2) \ &= \sin(\varphi_2)\sin(\varphi_1) + \cos(\varphi_2)\cos(\varphi_1) - \cos(\varphi_2)\cos(\varphi_1) + \cos(\lambda')\cos(\varphi_2)\cos(\varphi_1) \ &= \cos(\Delta \varphi) + \cos(\varphi_2)\cos(\varphi_1)(-1 + \cos(\lambda')) \Rightarrow \ \operatorname{hav}\left(\theta\right) &= \operatorname{hav}\left(\Delta \varphi \right) + \cos(\varphi_2)\cos(\varphi_1)\operatorname{hav}\left(\lambda' \right) \end{align}
Example
The haversine formula can be used to find the approximate distance between the White House in Washington, D.C. (latitude 38.898° N, longitude 77.037° W) and the Eiffel Tower in Paris (latitude 48.858° N, longitude 2.294° E). The difference in latitudes is \Delta \varphi = {}9.960° and the difference in longitudes is \Delta\lambda = {}79.331°. Inputting these into the haversine formula,
\begin{align} \operatorname{hav}\left(\theta\right) &= \operatorname{hav}(\Delta \varphi ) + \cos(\varphi_1)\cos(\varphi_2)\operatorname{hav}(\Delta \lambda) \[5mu] &= \operatorname{hav}(9.960^\circ) + \cos(38.898^\circ)\cos(48.858^\circ)\operatorname{hav}(79.331^\circ) \[5mu] &\approx 0.0075356 + 0.77827 \times 0.65793 \times 0.40743 \[5mu] &\approx 0.21616 \[5mu] \theta &\approx 55.411^\circ. \end{align}
The great-circle distance is this central angle, in radians (55.411 degrees is 0.96710 radians), multiplied by the average radius of the Earth,
0.96710 \times 6371.2\ \text{km} \approx 6161.6\ \text{km}.
By comparison, using a more accurate ellipsoidal model of the earth, the geodesic distance between these landmarks can be computed as approximately 6177.45 km.
References
References
- van Brummelen, Glen Robert. (2013). "Heavenly Mathematics: The Forgotten Art of Spherical Trigonometry". [[Princeton University Press]].
- de Mendoza y Ríos, Joseph. (1795). "Memoria sobre algunos métodos nuevos de calcular la longitud por las distancias lunares: y aplicacion de su teórica á la solucion de otros problemas de navegacion". Imprenta Real.
- Cajori, Florian. (1952). "A History of Mathematical Notations". [[Open court publishing company]].
- Inman, James. (1835). "Navigation and Nautical Astronomy: For the Use of British Seamen". W. Woodward, C. & J. Rivington.
- {{OED2. haversine
- H. B. Goodwin, [https://books.google.com/books?id=KSNKAAAAYAAJ&lpg=PA735&pg=PA735 The haversine in nautical astronomy], ''Naval Institute Proceedings'', vol. 36, no. 3 (1910), pp. 735–746: ''Evidently if a Table of Haversines is employed we shall be saved in the first instance the trouble of dividing the sum of the logarithms by two, and in the second place of multiplying the angle taken from the tables by the same number. This is the special advantage of the form of table first introduced by Professor Inman, of the Portsmouth Royal Navy College, nearly a century ago.''
- W. W. Sheppard and C. C. Soule, [https://books.google.com/books?id=8S0wAAAAYAAJ Practical navigation] (World Technical Institute: Jersey City, 1922).
- E. R. Hedrick, [https://archive.org/details/logarithmictrigo00hedriala Logarithmic and Trigonometric Tables] (Macmillan, New York, 1913).
- (2010). "A Non-singular Horizontal Position Representation". Journal of Navigation.
- (2000). "Mathematical handbook for scientists and engineers: Definitions, theorems, and formulas for reference and review". [[Dover Publications]].
- Karney, Charles F. F.. (2013). "Algorithms for geodesics". Journal of Geodesy.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Haversine formula — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report