Coordinately

Great-Circle vs Rhumb Line: Side-by-Side Comparison

Two ways to traverse Earth's surface: the great-circle path (shortest) and the rhumb line (constant bearing). The article compares them on every axis — distance, bearing behaviour, appearance on different projections, historical adoption, modern use. Worked distance tables show the rhumb-line penalty ranges from negligible at short distances to ~25–30 % on transoceanic paths between distant latitudes.

By . Published . Last updated .

A path from A to B on a sphere is not unique. Two well-defined families dominate practical navigation:

  • The great-circle path — the shortest possible track on the surface (a geodesic). The path you trace if you stretch a string between A and B on a globe.
  • The rhumb line — the constant-bearing track. The path you trace if you set a compass heading at A and hold it all the way to B.

This article puts the two side by side. The /learn/great-circle-distance pillar covers the shortest-path family in depth; /learn/what-is-a-rhumb-line covers the constant-bearing family. This article focuses on the comparison itself.

The defining difference

Great circle: shortest path. Defined by the geometry — the unique great circle whose plane passes through Earth's centre and through both endpoints. The shorter of the two arcs along that circle is the path. Bearing along the path changes continuously.

Rhumb line: constant-bearing path. Defined by navigation convention — the path along which the angle between the track and each meridian is the same. On a sphere, a rhumb line is a loxodrome that spirals slowly toward the pole. Bearing along the path is constant by definition.

A side-by-side comparison

| Property | Great Circle | Rhumb Line | | ------------------- | ----------------------------------------- | -------------------------------------------- | | Shortest path? | Yes (geometric optimum) | No (always equal or longer) | | Bearing | Changes continuously | Constant | | Appearance on Mercator | Curved (bowed toward nearer pole) | Straight line | | Appearance on globe | Smooth arc | Spiral | | Appearance on Gnomonic | Straight line | Curved | | Distance computation | Vincenty / haversine | Closed-form (d = R · Δφ / cos α) | | Easy to steer with compass? | Requires continuous adjustment | Set once, hold | | Coincides with great-circle? | Self | Only along meridians, equator, short distances | | Vertex (highest latitude) | Specific latitude | Asymptotic toward the pole (never reaches) | | Navigation use today | Aviation, long-distance shipping | Marine harbour approach, recreational, backup |

Distance comparison: when the penalty matters

The rhumb-line distance is always at least the great-circle distance. The percentage penalty grows with distance and with latitude difference. From the distance tables earlier in the sub-hub:

| Path | Great-Circle | Rhumb Line | Penalty | | ----------------------------- | ------------ | ----------- | --------- | | Empire State → Statue of Liberty (~5 km) | 4,838 m | 4,838 m | < 1 m (~0%) | | NYC → London (5,585 km) | 5,585 km | 5,777 km | 192 km (3.4%) | | LA → Tokyo (8,790 km) | 8,790 km | 8,820 km | 30 km (0.3%) | | NYC → Hong Kong (12,990 km) | 12,990 km | 16,200 km | 3,210 km (24.7%) | | London → Sydney (16,990 km) | 16,990 km | 21,750 km | 4,760 km (28.0%) |

The pattern:

  • Short distances (< 500 km): penalty is below the GPS positioning error. Both paths are practically interchangeable.
  • Mid-distance, similar latitudes (LA → Tokyo): penalty is small (~0.3 %) because both cities are at similar latitudes and the great-circle path doesn't deviate much from a rhumb-line latitude.
  • Mid-distance, different latitudes (NYC → London): moderate penalty (~3 %) — the great-circle path bows north, the rhumb-line is straighter on Mercator but longer in reality.
  • Long-distance, very different latitudes (NYC → Hong Kong; London → Sydney): large penalty (25–30 %) — the rhumb line spirals far off the great-circle, adding thousands of kilometres.

Bearing comparison

Along a great circle, bearing changes continuously. The /learn/initial-and-final-bearing article covers this in detail. For JFK → LHR, the initial bearing is ~51° and the final bearing is ~109° — a 58° rotation during the flight.

Along a rhumb line, bearing is constant. For the same JFK → LHR pair, the constant rhumb-line bearing is approximately 78° — the direction of the straight-line track on a Mercator chart. A navigator following the rhumb line sets the compass once and steers 78° all the way; one following the great circle starts at 51° and continuously adjusts to 109° on arrival.

This bearing-stability advantage is the foundational reason rhumb-line navigation was the standard for 450 years after Mercator's 1569 publication. Without continuous-update electronic systems, holding a compass heading was the only practical way to navigate a long sea voyage.

Visual on different projections

The same path looks different depending on the map projection:

  • Mercator (most maritime and web maps): rhumb lines are straight; great-circle paths bow toward the nearer pole. This is the projection's defining feature — see /learn/mercator-projection.
  • Gnomonic (specialised aviation / marine charts): great- circle paths are straight lines; rhumb lines are curved. The inverse of Mercator's preservation. Useful for pre-planning a great-circle route before transferring to a Mercator chart for steering.
  • Web Mercator (every modern web map): same as classical Mercator at typical zoom levels. The high-latitude exaggeration makes great-circle paths look dramatically bowed.
  • Lambert Conformal Conic (US aeronautical charts): both paths appear curved, but the great-circle path is nearly straight over the typical chart extent. This was the practical advantage of LCC for aviation: pilots could plot great-circle routes without complex curve plotting.
  • Globe (orthographic) view: both paths show their true shape — the great circle as a smooth arc, the rhumb line as a slow spiral. The most physically faithful representation.

Composite tracks: hybrid strategies

When neither pure great-circle nor pure rhumb-line is ideal, navigators historically used composite tracks: alternating segments of great-circle (long stretches, when steering is manageable) and rhumb-line (short segments at the path endpoints where steering complexity is highest, or where a great-circle would venture into inconvenient latitudes).

A classical example: the Pacific trans-equator composite. A ship sailing from San Francisco to Sydney would set a great-circle course for the bulk of the path, but switch to rhumb-line near the equator (where the great-circle would dip the route below latitude 40°S, exposing the ship to Southern Ocean weather). The composite track cost ~3 % in distance relative to pure great-circle but provided practical advantages in safety and ease.

Modern routing software (used by both commercial aviation and shipping) computes optimal paths that vary continuously between great-circle and rhumb-line characteristics, accounting for weather, fuel cost, ATC constraints, and operational rules. Composite tracks as discrete-segment plans are largely historical.

When to use each in modern practice

A short decision tree:

  • Long-distance commercial aviation or shipping → Great- circle (computed by FMS or routing software), with weather / ATC / fuel optimisations layered on top.
  • Coastal navigation, harbour approaches, recreational sailing → Rhumb-line. Simple to steer; the distance penalty is negligible at short range.
  • Backup navigation (GPS / FMS failure) → Rhumb-line with paper chart and compass. The historical default and the failure-mode fallback.
  • High-precision survey work → Direct geodesic computation (Vincenty or Karney) without choosing a path family — surveyors compute distances on the ellipsoid surface, not along a navigation track.
  • Educational illustration → Either, depending on what you want to illustrate. Great-circle for “shortest path”; rhumb-line for “constant compass bearing”.

The /tools/distance-calculator computes geodesic (Vincenty WGS 84) distance and draws the great-circle path on the map. Rhumb-line distance computation is supported by specialised marine-navigation software but not the Coordinately tools yet.

A historical case study: the New York → Liverpool route

The transatlantic shipping route from New York to Liverpool is a good illustration of the two paths' coexistence and gradual transition.

In the age of sail (pre-1900), ships ran the route on rhumb-line tracks because a constant compass bearing was the only practical steering aid. The standard New York → Liverpool rhumb line is approximately 5,520 km at a constant bearing of ~46°. Captains held the bearing for the duration of the voyage, with adjustments for wind shifts and currents.

In the steamship era (1900–1970), large transatlantic passenger liners began using composite tracks that took advantage of partial great-circle savings. The optimal great- circle path from NYC to Liverpool curves north, passing the southern tip of Iceland, and saves about 50 km over the rhumb-line distance. The composite track followed the great circle for the middle of the voyage and reverted to rhumb-line segments near the endpoints to simplify steering on departure and arrival.

In the modern container-shipping era (1970+), computer- managed routing computes the optimal great-circle path with weather adjustments. The path varies trip-by-trip based on storm patterns and ice extent in the North Atlantic, but typically lies within a few percent of the geometric great- circle. The 50 km saving versus pure rhumb-line is dwarfed by the weather-routing savings, but every kilometre counts at the scale of fuel costs for a 100,000-ton container ship.

The historical evolution mirrors the broader navigation story: rhumb-line as the practical default, great-circle as the geometric ideal, gradual computer-driven convergence on the optimum as steering complexity stopped being a binding constraint.

Common misconceptions

“The straight line on a map is always the shortest path.” Only on a Gnomonic projection (uncommon outside specialised aviation charts). On Mercator and Web Mercator (every web map), the straight line is the rhumb line — which is not the shortest path except in special cases.

“Great circles are theoretical; rhumb lines are practical.” Reverse it. Great circles are the practical default for modern aviation and shipping; rhumb lines are the historical convention preserved in coastal navigation and recreational use. Both are practical in their domains.

“A great-circle path crosses the equator at the midpoint.” Sometimes (when the endpoints are at the same latitude); usually not. The great-circle path's geometry doesn't favour any particular latitude; it depends on the endpoint positions.

“You can't fly a great-circle route in practice.” Modern aircraft do, continuously, with FMS computing the continuously-changing bearing. The historical “can't hold a continuous bearing” problem was solved by electronic navigation.

“Rhumb-line distance is hard to compute.” It's closed-form: d = R · Δφ / cos(α) where α is the constant bearing. Easier than great-circle (which requires haversine or Vincenty iteration). The difficulty is the input — computing α requires the formula from /learn/what-is-a-rhumb-line — but once known, the distance is a single division.

“Composite tracks are still the default.” Not since the 1970s for commercial aviation. Modern FMS / routing software computes optimal paths directly; composite tracks remain in some training material and small-vessel marine navigation.

Frequently asked questions

What's the difference between a great circle and a rhumb line?

A great circle is the shortest path between two points on a sphere — defined geometrically. A rhumb line (loxodrome) is the path of constant compass bearing — defined by steering convention. The two coincide only along meridians, the equator, and very short distances. For all other paths, the rhumb line is the longer of the two, with the penalty ranging from negligible (under 0.1% for paths under 500 km) to ~25–30% for transoceanic paths between distant latitudes.

Which is used for modern aviation and shipping?

Both. Modern commercial aviation and long-distance shipping follow approximate great-circle paths because the distance savings (often 5–25%) are economically significant. But actual routes deviate from the exact great-circle for weather routing, ATC airway structure, and ETOPS constraints. Local navigation (harbour approaches, recreational sailing, short flights) often uses rhumb-line tracks for steering simplicity. The choice depends on distance scale and operational context.

Why do navigators ever choose the longer rhumb-line path?

Because a constant compass bearing is dramatically easier to steer than a continuously-varying great-circle bearing. Before GPS and FMS computers, ship navigators couldn't update bearing every few minutes — they set the compass course once and held it. Modern auto-routing computers removed the operational difficulty, but rhumb-line paths remain practical for short legs, recreational use, and any context where simplicity outweighs the few-percent distance penalty.

What does a composite track mean?

A composite track is a navigation route that alternates great-circle and rhumb-line segments to combine the distance advantage of great-circle with the steering simplicity of rhumb-line. The classical pattern: limit how far poleward the path can go (typically by the captain's choice), and run rhumb-line segments where the great-circle would venture too far north or south. Used widely in pre-GPS marine and aviation navigation; today largely replaced by direct great-circle computation in FMS.

How do I see the difference visually?

Draw a path from New York to Tokyo on a Mercator-projected map (any web map). The straight line is the rhumb line. The curve bowed toward Alaska is the great-circle path. Switch to a globe view: the bowed curve straightens into a smooth arc, and the rhumb line becomes a spiral. The /tools/distance-calculator draws the great-circle path on the map for any input pair so you can see the bowed curve directly.

Sources

  1. NGABowditch — American Practical Navigator (NGA Pub. 9) · https://msi.nga.mil/Publications/APN · Accessed .
  2. IHOIHO — Navigation standards · https://iho.int/en/standards-and-specifications · Accessed .
  3. NOAA NGSNGS — Geodetic distance computation · https://geodesy.noaa.gov/ · Accessed .
  4. FAAFAA — Flight planning route references · https://www.faa.gov/regulations_policies/handbooks_manuals/ · Accessed .

Cite this article

APA format:

Steve K. (2026). Great-Circle vs Rhumb Line: Side-by-Side Comparison. Coordinately. https://coordinately.org/learn/great-circle-vs-rhumb-line

BibTeX:

@misc{coordinately_greatcirclevsrhumb_2026,
  author = {K., Steve},
  title  = {Great-Circle vs Rhumb Line: Side-by-Side Comparison},
  year   = {2026},
  publisher = {Coordinately},
  url    = {https://coordinately.org/learn/great-circle-vs-rhumb-line},
  note   = {Accessed: 2026-06-05}
}