Haversine Formula:
From: | To: |
The Haversine formula calculates the great-circle distance between two points on a sphere given their longitudes and latitudes. It's particularly useful for calculating distances between airports and other geographical points on Earth.
The calculator uses the Haversine formula:
Where:
Explanation: The formula accounts for the spherical shape of the Earth, providing the shortest distance between two points (great-circle distance).
Details: Great-circle distance represents the shortest path between two points on a sphere, making it essential for flight planning, navigation, and geographical calculations.
Tips: Enter latitude and longitude coordinates in decimal degrees. Latitude ranges from -90° to 90°, longitude from -180° to 180°. Positive values for North/East, negative for South/West.
Q1: What is the difference between great-circle and rhumb line distance?
A: Great-circle is the shortest path on a sphere, while rhumb line maintains constant bearing. Great-circle is shorter but requires course changes.
Q2: How accurate is the Haversine formula?
A: Very accurate for most practical purposes, assuming a spherical Earth. For extreme precision, ellipsoidal models like Vincenty's formulae are used.
Q3: Can I use this for any two points on Earth?
A: Yes, as long as you have valid latitude and longitude coordinates within the specified ranges.
Q4: Why is Earth's radius 6371 km?
A: This is the mean radius of Earth. The actual radius varies from 6357 km at poles to 6378 km at equator.
Q5: How do I convert DMS to decimal degrees?
A: Decimal degrees = degrees + minutes/60 + seconds/3600. For example, 45°30'00" = 45 + 30/60 + 0/3600 = 45.5°.