👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Earth and Navigation Fundamentals
Study mode

Great circles and rhumb lines

Learning objective
Analyze the shortest and constant bearing routes on the Earth's surface.

Introduction

When navigating across the Earth's surface-whether by air, sea, or land-understanding how to plot the most efficient and reliable routes is crucial. The Earth is not a flat plane but a three-dimensional sphere (more precisely, an oblate spheroid). This spherical shape means that the shortest path between two points is not a straight line on a map but a curve on the globe's surface.

To navigate effectively, pilots and navigators rely on two fundamental types of routes: great circles and rhumb lines. Great circles represent the shortest distance between two points on a sphere, while rhumb lines maintain a constant compass bearing, simplifying navigation despite often being longer.

This section will explore these two concepts in detail, explaining their geometric foundations, navigational significance, and practical applications in air navigation. By the end, you will be able to analyze and calculate these routes, enabling informed decisions for efficient flight planning.

Great Circle

A great circle is defined as any circle drawn on the surface of a sphere whose center coincides exactly with the center of the sphere. In simpler terms, it is the largest possible circle that can be drawn on a globe.

Why is this important? Because the shortest path between two points on the Earth's surface lies along the great circle that passes through them. This is analogous to stretching a string tightly between two points on a globe-the string traces a great circle route.

For example, consider a flight from Mumbai to London. While the straight line on a flat map might look like a direct path, the actual shortest route curves northward along a great circle, saving time and fuel.

Point A Point B Great Circle Route

Figure: A great circle route (red curve) connecting two points on the globe, illustrating the shortest path.

Rhumb Line

A rhumb line, also known as a loxodrome, is a path on the Earth's surface that crosses all meridians (lines of longitude) at the same angle. This means the bearing or compass direction remains constant throughout the journey.

Unlike the great circle, which changes bearing continuously except along the equator or meridians, a rhumb line simplifies navigation by allowing a pilot or navigator to maintain a steady compass heading.

However, this convenience comes at a cost: rhumb lines are generally longer than great circle routes, especially over long distances or near the poles.

For example, flying from Chennai to Kolkata along a rhumb line means the pilot maintains a constant bearing, making navigation straightforward, but the distance traveled will be slightly longer than the great circle route.

Point A Point B Rhumb Line Route

Figure: A rhumb line route (orange curve) between two points, showing constant bearing but longer distance than the great circle (dashed blue line).

Comparing Great Circle and Rhumb Line Routes

Feature Great Circle Rhumb Line
Definition Circle on the sphere with center at Earth's center Line crossing all meridians at constant angle
Distance Shortest distance between two points Usually longer than great circle
Bearing Changes continuously except on equator/meridians Constant bearing throughout the route
Navigation Complexity Requires frequent bearing adjustments Simple, steady compass heading
Practical Use Used for fuel/time efficient routes on long flights Used for simple navigation and shorter distances
FeatureGreat CircleRhumb Line
DistanceShortest pathLonger path
BearingVariableConstant
NavigationComplex, needs adjustmentSimple, constant heading
Use CasesLong-haul flightsShorter or simple routes

Worked Examples

Example 1: Calculating Great Circle Distance Between Mumbai and Delhi Medium
Calculate the shortest distance between Mumbai (19.0760°N, 72.8777°E) and Delhi (28.7041°N, 77.1025°E) using the haversine formula. Use Earth's radius as 6371 km.

Step 1: Convert latitudes and longitudes from degrees to radians.

\(\phi_1 = 19.0760^\circ = 19.0760 \times \frac{\pi}{180} = 0.333 \text{ radians}\)
\(\lambda_1 = 72.8777^\circ = 72.8777 \times \frac{\pi}{180} = 1.272 \text{ radians}\)
\(\phi_2 = 28.7041^\circ = 28.7041 \times \frac{\pi}{180} = 0.501 \text{ radians}\)
\(\lambda_2 = 77.1025^\circ = 77.1025 \times \frac{\pi}{180} = 1.346 \text{ radians}\)

Step 2: Calculate differences in latitude and longitude.

\(\Delta \phi = \phi_2 - \phi_1 = 0.501 - 0.333 = 0.168 \text{ radians}\)
\(\Delta \lambda = \lambda_2 - \lambda_1 = 1.346 - 1.272 = 0.074 \text{ radians}\)

Step 3: Apply the haversine formula:

\[ d = 2r \arcsin \left( \sqrt{ \sin^2 \left( \frac{\Delta \phi}{2} \right) + \cos \phi_1 \cos \phi_2 \sin^2 \left( \frac{\Delta \lambda}{2} \right) } \right) \]

Calculate each term:

\(\sin^2 \left( \frac{0.168}{2} \right) = \sin^2(0.084) \approx (0.084)^2 = 0.0071\)
\(\cos \phi_1 = \cos(0.333) = 0.945\)
\(\cos \phi_2 = \cos(0.501) = 0.877\)
\(\sin^2 \left( \frac{0.074}{2} \right) = \sin^2(0.037) \approx (0.037)^2 = 0.0014\)

Substitute:

\[ \sqrt{0.0071 + (0.945 \times 0.877 \times 0.0014)} = \sqrt{0.0071 + 0.0012} = \sqrt{0.0083} = 0.091 \]

Then,

\[ d = 2 \times 6371 \times \arcsin(0.091) = 12742 \times 0.091 = 1159 \text{ km (approx.)} \]

Answer: The great circle distance between Mumbai and Delhi is approximately 1159 km.

Example 2: Finding Rhumb Line Bearing Between Chennai and Kolkata Medium
Calculate the constant compass bearing for a rhumb line route between Chennai (13.0827°N, 80.2707°E) and Kolkata (22.5726°N, 88.3639°E).

Step 1: Convert latitudes and longitudes to radians.

\(\phi_1 = 13.0827^\circ = 0.228 \text{ radians}\)
\(\lambda_1 = 80.2707^\circ = 1.401 \text{ radians}\)
\(\phi_2 = 22.5726^\circ = 0.394 \text{ radians}\)
\(\lambda_2 = 88.3639^\circ = 1.543 \text{ radians}\)

Step 2: Calculate differences:

\(\Delta \lambda = \lambda_2 - \lambda_1 = 1.543 - 1.401 = 0.142 \text{ radians}\)

Step 3: Calculate \(\Delta \psi\) using the formula:

\[ \Delta \psi = \ln \left( \frac{\tan \left( \frac{\pi}{4} + \frac{\phi_2}{2} \right)}{\tan \left( \frac{\pi}{4} + \frac{\phi_1}{2} \right)} \right) \]

Calculate each tangent:

\(\frac{\pi}{4} + \frac{\phi_2}{2} = 0.785 + 0.197 = 0.982 \text{ radians}\)
\(\tan(0.982) = 1.54\)
\(\frac{\pi}{4} + \frac{\phi_1}{2} = 0.785 + 0.114 = 0.899 \text{ radians}\)
\(\tan(0.899) = 1.26\)

Then,

\[ \Delta \psi = \ln \left( \frac{1.54}{1.26} \right) = \ln(1.222) = 0.200 \]

Step 4: Calculate rhumb line bearing \(\theta\):

\[ \theta = \arctan \left( \frac{\Delta \lambda}{\Delta \psi} \right) = \arctan \left( \frac{0.142}{0.200} \right) = \arctan(0.71) = 35.4^\circ \]

Answer: The rhumb line bearing from Chennai to Kolkata is approximately 35.4° (northeast direction).

Example 3: Route Choice Analysis for Flight from Bengaluru to Hyderabad Hard
A pilot must choose between a great circle and a rhumb line route for a flight from Bengaluru (12.9716°N, 77.5946°E) to Hyderabad (17.3850°N, 78.4867°E). Calculate both distances and bearings to decide the optimal route.

Step 1: Convert coordinates to radians.

Bengaluru: \(\phi_1 = 12.9716^\circ = 0.2265\) rad, \(\lambda_1 = 77.5946^\circ = 1.3546\) rad
Hyderabad: \(\phi_2 = 17.3850^\circ = 0.3035\) rad, \(\lambda_2 = 78.4867^\circ = 1.3700\) rad

Step 2: Calculate great circle distance using haversine formula.

\(\Delta \phi = 0.3035 - 0.2265 = 0.0770\) rad
\(\Delta \lambda = 1.3700 - 1.3546 = 0.0154\) rad

\(\sin^2(\Delta \phi / 2) = \sin^2(0.0385) \approx 0.00148\)
\(\cos \phi_1 = \cos(0.2265) = 0.9745\)
\(\cos \phi_2 = \cos(0.3035) = 0.9543\)
\(\sin^2(\Delta \lambda / 2) = \sin^2(0.0077) \approx 0.000059\)

Calculate under the square root:
\(0.00148 + (0.9745 \times 0.9543 \times 0.000059) = 0.00148 + 0.000055 = 0.001535\)
\(\sqrt{0.001535} = 0.0392\)

Great circle distance:
\[ d = 2 \times 6371 \times \arcsin(0.0392) \approx 12742 \times 0.0392 = 499.5 \text{ km} \]

Great circle distance: Approximately 500 km.

Step 3: Calculate rhumb line bearing.

\[ \Delta \lambda = 0.0154 \]

Calculate \(\Delta \psi\):
\[ \Delta \psi = \ln \left( \frac{\tan \left( \frac{\pi}{4} + \frac{0.3035}{2} \right)}{\tan \left( \frac{\pi}{4} + \frac{0.2265}{2} \right)} \right) \]

\(\frac{\pi}{4} + \frac{0.3035}{2} = 0.785 + 0.1517 = 0.9367\) rad, \(\tan(0.9367) = 1.36\)
\(\frac{\pi}{4} + \frac{0.2265}{2} = 0.785 + 0.1133 = 0.8983\) rad, \(\tan(0.8983) = 1.26\)

\[ \Delta \psi = \ln \left( \frac{1.36}{1.26} \right) = \ln(1.079) = 0.076 \]

Rhumb line bearing:
\[ \theta = \arctan \left( \frac{0.0154}{0.076} \right) = \arctan(0.203) = 11.5^\circ \]

Step 4: Calculate rhumb line distance.

\[ d = \frac{\Delta \phi}{\cos \theta} \times r = \frac{0.0770}{\cos 11.5^\circ} \times 6371 \]

\(\cos 11.5^\circ = 0.981\)
\[ d = \frac{0.0770}{0.981} \times 6371 = 0.0785 \times 6371 = 500.0 \text{ km} \]

Answer:

  • Great circle distance: ~500 km with variable bearing
  • Rhumb line distance: ~500 km with constant bearing of 11.5°

Since distances are nearly equal and the rhumb line bearing is simple to maintain, the pilot may choose the rhumb line for ease of navigation on this relatively short route.

Formula Bank

Great Circle Distance (Haversine Formula)
\[ d = 2r \arcsin \left( \sqrt{ \sin^2 \left( \frac{\Delta \phi}{2} \right) + \cos \phi_1 \cos \phi_2 \sin^2 \left( \frac{\Delta \lambda}{2} \right) } \right) \]
where: \(\phi_1, \phi_2\) = latitudes (radians); \(\lambda_1, \lambda_2\) = longitudes (radians); \(\Delta \phi = \phi_2 - \phi_1\); \(\Delta \lambda = \lambda_2 - \lambda_1\); \(r = 6371 \text{ km}\)
Rhumb Line Bearing
\[ \theta = \arctan \left( \frac{\Delta \lambda}{\Delta \psi} \right) \]
where: \(\Delta \lambda =\) difference in longitude (radians); \(\Delta \psi = \ln \left( \frac{\tan \left( \frac{\pi}{4} + \frac{\phi_2}{2} \right)}{\tan \left( \frac{\pi}{4} + \frac{\phi_1}{2} \right)} \right)\); \(\phi_1, \phi_2 =\) latitudes (radians)
Rhumb Line Distance
\[ d = \frac{\Delta \phi}{\cos \theta} \times r \]
where: \(\Delta \phi =\) difference in latitude (radians); \(\theta =\) rhumb line bearing; \(r = 6371 \text{ km}\)

Tips & Tricks

Tip: Use the haversine formula for accurate great circle distance calculations instead of simpler approximations.

When to use: When calculating distances between two points on Earth for navigation or route planning.

Tip: Remember that rhumb lines appear as straight lines on Mercator projection charts, simplifying compass navigation.

When to use: When plotting constant bearing routes on standard navigation charts.

Tip: Convert all angle measurements to radians before using trigonometric formulas to avoid calculation errors.

When to use: During any mathematical computation involving latitude and longitude.

Tip: For short distances (under 100 km), the difference between great circle and rhumb line distances is minimal, so rhumb lines may be preferred for simplicity.

When to use: Planning local or regional flights where ease of navigation is prioritized.

Tip: When flying near the poles, rhumb lines can become impractical due to extreme distortion; great circle navigation is essential.

When to use: Polar route planning and long-haul international flights.

Common Mistakes to Avoid

❌ Confusing great circle routes with rhumb lines and assuming constant bearing on great circles.
✓ Understand that great circles have varying bearings except along the equator and meridians, whereas rhumb lines maintain constant bearing.
Why: Students often associate straight lines on flat maps with constant bearing, overlooking Earth's curvature.
❌ Using degrees instead of radians in trigonometric calculations.
✓ Always convert degrees to radians before applying sine, cosine, or tangent functions.
Why: Most programming languages and calculators expect angles in radians for trigonometric functions.
❌ Neglecting Earth's radius unit consistency leading to incorrect distance units.
✓ Ensure Earth's radius is in kilometers (6371 km) and distances are calculated accordingly in metric units.
Why: Mixing units causes errors in final distance computations.

Key Takeaways

  • Great circles provide the shortest path between two points on Earth.
  • Rhumb lines maintain a constant compass bearing but usually cover longer distances.
  • Great circle bearings vary along the route; rhumb line bearings remain fixed.
  • Choosing between routes depends on distance, navigation complexity, and flight requirements.
Key Takeaway:

Mastering both concepts is essential for efficient and safe air navigation.

Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Great circles and rhumb lines · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.