Great Circle Distance Formula:
From: | To: |
The great-circle distance is the shortest distance between two points on the surface of a sphere, measured along the surface of the sphere. For Earth, this represents the shortest flight path between two locations.
The calculator uses the Haversine formula:
Where:
Explanation: The formula calculates the central angle between two points and converts it to distance using Earth's radius.
Details: Great circle distance is crucial for aviation and navigation as it represents the shortest path between two points on Earth's surface, saving time and fuel.
Tips: Enter coordinates in decimal degrees (e.g., 40.7128 for New York latitude). Positive values for North/East, negative for South/West. Select desired distance unit.
Q1: How accurate is this calculation?
A: Very accurate for spherical Earth model. Actual Earth is an oblate spheroid, but difference is typically less than 0.5%.
Q2: Why not use straight-line distance?
A: Straight-line distance would go through Earth. Great circle distance follows Earth's curvature.
Q3: What's the maximum possible distance?
A: Half Earth's circumference (~20,037.5 km or ~12,450.8 miles).
Q4: Does this account for altitude differences?
A: No, it assumes both points are at sea level. Altitude differences have negligible effect at Earth's scale.
Q5: Can I use this for other planets?
A: Yes, if you adjust the radius (R) parameter for the specific celestial body.