Vincenty Inverse Calculator
Compute the precise geodesic distance and azimuths between two geographic coordinates on the WGS-84 ellipsoid using the Vincenty inverse formula.
Two-Point Coordinates
Enter two coordinates and click Calculate Geodesic.
From
To
Vincenty Geodesic Distance (WGS-84)
|
|
Forward Azimuth
Bearing P1 → P2
Reverse Azimuth
Bearing P2 → P1
Haversine Reference (Spherical)
Haversine Distance
Difference
Relative Error
Vincenty inverse on WGS-84:
a = 6 378 137 m b = 6 356 752.314 245 m f = 1/298.257 223 563
Converged in iteration(s) · tolerance < 10-12 rad (≈ 0.01 mm)
Converged in iteration(s) · tolerance < 10-12 rad (≈ 0.01 mm)
Copied!
Summary
Compute the precise geodesic distance and azimuths between two geographic coordinates on the WGS-84 ellipsoid using the Vincenty inverse formula.
How it works
- Enter the latitude and longitude of Point 1 in decimal degrees (negative for South/West).
- Enter the latitude and longitude of Point 2 in decimal degrees.
- Click Calculate to apply the Vincenty inverse formula on WGS-84 (a = 6 378 137 m, f = 1/298.257 223 563).
- The tool iterates on the reduced latitude until convergence to better than 0.01 mm accuracy.
- Results include distance in km, miles, and nautical miles, plus forward and reverse azimuths.
- A Haversine distance is computed in parallel for direct comparison with the ellipsoidal result.
Use cases
- Survey and geodesy: compute precise distances between benchmarks on the WGS-84 ellipsoid.
- Aviation and maritime navigation: determine exact great-circle courses between airports or ports.
- GIS analysis: measure accurate distances between geographic features.
- Verify GPS device output against a reference ellipsoidal distance calculation.
- Educational comparison of spherical (Haversine) vs. ellipsoidal (Vincenty) distance models.
- Seismic and geophysical research requiring sub-meter distance accuracy over long baselines.
Frequently Asked Questions
Related tools
Last updated: 2026-05-29 ·
Reviewed by Nham Vu