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.
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.
Figure: A great circle route (red curve) connecting two points on the globe, illustrating the shortest path.
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.
Figure: A rhumb line route (orange curve) between two points, showing constant bearing but longer distance than the great circle (dashed blue line).
| 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 |
| Feature | Great Circle | Rhumb Line |
|---|---|---|
| Distance | Shortest path | Longer path |
| Bearing | Variable | Constant |
| Navigation | Complex, needs adjustment | Simple, constant heading |
| Use Cases | Long-haul flights | Shorter or simple routes |
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.
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).
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:
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.
When to use: When calculating distances between two points on Earth for navigation or route planning.
When to use: When plotting constant bearing routes on standard navigation charts.
When to use: During any mathematical computation involving latitude and longitude.
When to use: Planning local or regional flights where ease of navigation is prioritized.
When to use: Polar route planning and long-haul international flights.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →