Omni Calculator
omnicalculator.com › math › great-circle
Great Circle Calculator
October 3, 2024 - To calculate the great circle distance ... of the cosines of the latitudes and the difference of longitudes: t1 = cos(φA) × cos(φB) × cos(λA - λB)...
Videos
16:02
Longitude and Latitude: Distances along Great Circles - YouTube
07:09
ATPL GENAV | GREAT CIRCLE DISTANCE CALCULATION - YouTube
17:13
Calculating distances using great circles | Unit 3 and 4 VCE Further ...
31:44
Great Circle Distances, Longitude and Latitude - YouTube
06:54
Calculation of Great Circle ( GC) Distance Example 2 - YouTube
07:35
DISTANCE ALONG THE GREAT CIRCLE PART 1 - YouTube
What is the great circle distance?
The great circle distance is the length of an arc between two points belonging to a circumference passing through the center of a sphere or ellipsoid.
Great circles are straight lines on a sphere but bend when you represent the shape in two dimensions. That's why aerial routes, straight in real life, look curved on a map.
omnicalculator.com
omnicalculator.com › math › great-circle
Great Circle Calculator
How do I calculate the great circle distance on a sphere?
To calculate the great circle distance on a sphere, take the points A = (φA, λA) and B = (φB, λB), and follow the steps:
- Compute the product of the cosines of the latitudes and the difference of longitudes:
t1 = cos(φA) × cos(φB) × cos(λA - λB) - Compute the product of the sines of the longitudes:
t2 = sin(λA) × sin(λB) - Calculate the inverse cosine of the sum of the two quantities, and multiply it by the radius:
d = r × t1+ t2
This is the great circle distance.
omnicalculator.com
omnicalculator.com › math › great-circle
Great Circle Calculator
How long is a great circle on Earth?
If you consider Earth to be a sphere with a radius r = 6371 km, then the great circles have all the same length, equal to 40,030 km.
Earth, however, is an ellipsoid, and the great circle lengths vary between two values:
- The circumference passing for the poles:
40,007 km; and - The equatorial circumference:
40,075 km.
omnicalculator.com
omnicalculator.com › math › great-circle
Great Circle Calculator
NOAA
nhc.noaa.gov › gccalc.shtml
Latitude/Longitude Distance Calculator
The calculations are approximate in nature and may differ a little from the distances as given in the official forecasts and advisories. ... More information on Great Circle navigation can be found here.
Movable Type
movable-type.co.uk › scripts › latlong.html
Calculate distance and bearing between two Latitude/Longitude points using haversine formula in JavaScript
Alternatively, the polar coordinate flat-earth formula can be used: using the co-latitudes θ1 = π/2−φ1 and θ2 = π/2−φ2, then d = R ⋅ √θ1² + θ2² − 2 ⋅ θ1 ⋅ θ2 ⋅ cos Δλ. I’ve not compared accuracy. Baghdad to Osaka – not a constant bearing!
Online Conversion
onlineconversion.com › map_greatcircle_distance.htm
Online Conversion - Great Circle Distance
This will compute the great-circle distance between two latitude/longitude points, as well as the middle point.
shortest distance between two points along the surface of a sphere
Wikipedia
en.wikipedia.org › wiki › Great-circle_distance
Great-circle distance - Wikipedia
February 21, 2026 - The determination of the great-circle distance is part of the more general problem of great-circle navigation, which also computes the azimuths at the end points and intermediate way-points. Because the Earth is nearly spherical, great-circle distance formulas applied to longitude and geodetic latitude of points on Earth are accurate to within about 0.5%.
Calculator.net
calculator.net › home › math › distance calculator
Distance Calculator
They can also be used to find the distance between two pairs of latitude and longitude, or two chosen points on a map. Use this calculator to find the distance between two points on a 2D coordinate plane. Use this calculator to find the distance between two points on a 3D coordinate space. Use this calculator to find the shortest distance (great circle/air distance) between two points on the Earth's surface.
PowerWorld
powerworld.com › WebHelp › Content › MainDocumentation_HTML › Great_Circle_Distance_Dialog.htm
Great Circle Distance Dialog
The Great Circle Distance Dialog allows the calculation of distance between two points of longitude, latitude. The Great Circle Distance Calculation assumes that the earth is a sphere and makes no adjustments for the actual flattening of the earth. The two longitude, latitude points can either be entered manually for any two valid points or can be chosen from valid longitude, latitude values stored with either buses or substations.
Edwilliams
edwilliams.org › gccalc.htm
Javascript Great Circle Calculator
Enter lat/lon of points, select distance units and earth model and click "compute".
Onboardintelligence
onboardintelligence.com › GC
Great Circle Calculation - Lat1, Long1, Lat2, Long2 -> GC
Celestial navigation course for beginners. Voyage planning/passage planning tool. Single rhumb line and great circle calculations on an ellipsoid.
MiniWebtool
miniwebtool.com › home page › math › geometry calculators › great circle distance calculator
Great Circle Distance Calculator - Shortest Distance Between Two Points on Earth
April 3, 2026 - The Great Circle Distance Calculator computes the shortest distance between two points on the surface of a sphere using the Haversine formula. Enter the latitude and longitude of two locations to get the great circle distance in kilometers, miles, and nautical miles, along with the initial and final bearing, midpoint coordinates, estimated travel times, and a step-by-step breakdown of the Haversine formula with an interactive globe visualization.
CK-12 Foundation
ck12.org › all subjects › cbse math › the distance formula › how to calculate the great circle distance between two points?
Flexi answers - How to calculate the great circle distance between two points? | CK-12 Foundation
September 11, 2025 - To calculate the great circle distance between two points on the Earth's surface, you can use the haversine formula. Here's how it works: Convert the latitude and longitude of both points from degrees to radians. @$$\begin{align*} \text{latitude in radians} = \text{latitude in degrees} \times ...
Harvard Center for Geographic Analysis
gis.harvard.edu › great-circle-distance-batch-calculator
Great Circle Distance Batch Calculator | Center for Geographic Analysis
This tool for ArcGIS version 10 allows for the input of an unlimited number of origin/destination latitude, longitude pairs in CSV format, and calculates the distance between the origin and destination for each pair using the great circle distance formula (the shortest distance between 2 points ...
Calc-tools
calc-tools.com › formulas › great-circle-distance-calculator
Great Circle Distance Calculator
Use the formula: d = r * arccos[ sin(φ1)*sin(φ2) + cos(φ1)*cos(φ2)*cos(Δλ) ], where r is Earth's radius (~6371 km), φ is latitude, and Δλ is the difference in longitude. Using the spherical formula with coordinates NYC (40.71°N, -74.01°) ...
Wikipedia
en.wikipedia.org › wiki › Haversine_formula
Haversine formula - Wikipedia
1 week ago - d is the distance between the two points along a great circle of the sphere (see spherical distance), ... The haversine formula allows the haversine of θ to be computed directly from the latitude (represented by φ) and longitude (represented by λ) of the two points:
PowerWorld
powerworld.com › WebHelp › Content › MainDocumentation_HTML › Great_Circle_Distance_Calculation.htm
Great Circle Distance Calculation
The Great Circle Distance Calculation allows the calculation of distance between two points of longitude, latitude.