👁 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

Latitude and longitude

Learning objective
Learn the coordinate system used to locate positions on Earth.

Introduction

Imagine trying to find a specific city on Earth without any system to describe its location. With a planet as vast and curved as Earth, pinpointing a place requires a universal method. This is where the concepts of latitude and longitude come into play. They form a coordinate system that allows us to specify any location on Earth's surface with precision.

Because Earth is approximately spherical, we use angular measurements to describe positions. Latitude and longitude are angles measured from fixed reference lines on the globe. For air navigation, these coordinates are essential-they help pilots and air traffic controllers determine exact positions, plan routes, and ensure safe travel across the skies.

In this section, you will learn what latitude and longitude are, how they are measured, and how they combine to form a global coordinate system. We will also explore their practical applications in air navigation.

Latitude

Latitude is the angular distance of a point north or south of the Equator. It is measured in degrees (°), ranging from 0° at the Equator to 90° at the poles.

Think of latitude lines as horizontal rings around the Earth, parallel to the Equator. Each line represents a constant latitude value. Locations north of the Equator have north latitude (N), and those south have south latitude (S).

Equator (0°) Tropic of Cancer (23.5°N) Tropic of Capricorn (23.5°S) Arctic Circle (66.5°N) Antarctic Circle (66.5°S) North Pole (90°N) South Pole (90°S)

Key latitudinal lines include:

  • Equator (0°): Divides Earth into Northern and Southern Hemispheres.
  • Tropic of Cancer (23.5°N) and Tropic of Capricorn (23.5°S): Mark the limits of the tropics, where the sun can be directly overhead.
  • Arctic Circle (66.5°N) and Antarctic Circle (66.5°S): Define polar regions with extreme daylight variations.
  • Poles (90°N and 90°S): The northernmost and southernmost points on Earth.

Latitude is crucial in navigation because it helps determine climate zones and daylight hours, which affect flight planning and safety.

Longitude

Longitude is the angular distance east or west of a fixed reference line called the Prime Meridian. Longitude lines, or meridians, run from the North Pole to the South Pole, like slices of an orange.

Longitude is measured in degrees from 0° at the Prime Meridian up to 180° east (E) or west (W). Unlike latitude, which has natural boundaries at the poles, longitude lines meet at the poles and are widest apart at the Equator.

Prime Meridian (0°) 30°W 30°E International Date Line (180°)

The Prime Meridian passes through Greenwich, London, and serves as the zero-longitude reference. Opposite it, at 180°, lies the International Date Line, where the date changes by one day when crossed.

Longitude is closely tied to time zones. Since Earth rotates 360° in 24 hours, each 15° of longitude corresponds to a one-hour difference in local time. This relationship is vital for coordinating flight schedules and navigation across different regions.

Coordinate System

Latitude and longitude together form a spherical coordinate system that uniquely identifies any point on Earth's surface. By combining a latitude value (north or south) with a longitude value (east or west), you can specify a precise location.

Coordinates are commonly expressed in degrees (°), minutes ('), and seconds ("). One degree is divided into 60 minutes, and one minute into 60 seconds. For example, a coordinate might be written as:

Latitude: 28° 38' 30" N
Longitude: 77° 12' 15" E

Alternatively, decimal degrees are used for simplicity, especially in digital systems like GPS. For example, the above coordinate converts to approximately 28.6417° N, 77.2042° E.

Sample Point

This grid system allows pilots and navigators to plot routes, determine positions, and communicate locations accurately anywhere on Earth.

Worked Examples

Example 1: Locating a Position Using Latitude and Longitude Easy

Given the coordinates 40° 30' N latitude and 74° 0' W longitude, locate this position on a map.

Step 1: Identify the latitude line. 40° 30' N means 40 degrees and 30 minutes north of the Equator.

Step 2: On the map, find the latitude line at 40° N and move halfway towards 41° N (since 30 minutes is half a degree).

Step 3: Identify the longitude line. 74° 0' W means 74 degrees west of the Prime Meridian.

Step 4: On the map, find the longitude line at 74° W.

Step 5: The point where 40° 30' N latitude and 74° 0' W longitude intersect is the required location.

Answer: The position is approximately near New York City, USA.

Example 2: Converting Coordinates from Degrees, Minutes, Seconds to Decimal Degrees Medium

Convert the coordinate 51° 28' 40" N to decimal degrees.

Step 1: Recall the formula for conversion:

\[ \text{Decimal Degrees} = \text{Degrees} + \frac{\text{Minutes}}{60} + \frac{\text{Seconds}}{3600} \]

Step 2: Substitute the values:

\( 51 + \frac{28}{60} + \frac{40}{3600} \)

Step 3: Calculate each term:

  • \( \frac{28}{60} = 0.4667 \)
  • \( \frac{40}{3600} = 0.0111 \)

Step 4: Add all terms:

\( 51 + 0.4667 + 0.0111 = 51.4778^\circ \)

Answer: 51° 28' 40" N = 51.4778° N (decimal degrees)

Example 3: Calculating Distance Between Two Points Using Latitude and Longitude Hard

Calculate the approximate great-circle distance between two points:

  • Point A: 28° 36' N, 77° 12' E (near Delhi, India)
  • Point B: 19° 4' N, 72° 52' E (near Mumbai, India)

Step 1: Convert coordinates to decimal degrees.

  • Point A Latitude: \(28 + \frac{36}{60} = 28.6^\circ\) N
  • Point A Longitude: \(77 + \frac{12}{60} = 77.2^\circ\) E
  • Point B Latitude: \(19 + \frac{4}{60} = 19.067^\circ\) N
  • Point B Longitude: \(72 + \frac{52}{60} = 72.867^\circ\) E

Step 2: Convert degrees to radians (since trigonometric functions use radians):

\( \text{radians} = \text{degrees} \times \frac{\pi}{180} \)

  • \( \phi_1 = 28.6 \times \frac{\pi}{180} = 0.499 \) rad
  • \( \lambda_1 = 77.2 \times \frac{\pi}{180} = 1.348 \) rad
  • \( \phi_2 = 19.067 \times \frac{\pi}{180} = 0.333 \) rad
  • \( \lambda_2 = 72.867 \times \frac{\pi}{180} = 1.272 \) rad

Step 3: Calculate differences:

\( \Delta \phi = \phi_2 - \phi_1 = 0.333 - 0.499 = -0.166 \) rad

\( \Delta \lambda = \lambda_2 - \lambda_1 = 1.272 - 1.348 = -0.076 \) rad

Step 4: Apply the haversine formula:

\[ d = 2r \times \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 \(r = 6371\) km (Earth's average radius).

Step 5: Calculate each term:

  • \( \sin^2\left(\frac{\Delta \phi}{2}\right) = \sin^2(-0.083) = ( -0.083 )^2 \approx 0.0069 \)
  • \( \cos \phi_1 = \cos(0.499) = 0.878 \)
  • \( \cos \phi_2 = \cos(0.333) = 0.945 \)
  • \( \sin^2\left(\frac{\Delta \lambda}{2}\right) = \sin^2(-0.038) = ( -0.038 )^2 \approx 0.0014 \)

Step 6: Calculate the square root term:

\[ \sqrt{0.0069 + (0.878 \times 0.945 \times 0.0014)} = \sqrt{0.0069 + 0.00116} = \sqrt{0.00806} = 0.0898 \]

Step 7: Calculate the arcsine and distance:

\( \arcsin(0.0898) \approx 0.0899 \) radians

\( d = 2 \times 6371 \times 0.0899 = 1146 \) km (approx.)

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

Point A Point B

Formula Bank

Conversion from DMS to Decimal Degrees
\[ \text{Decimal Degrees} = \text{Degrees} + \frac{\text{Minutes}}{60} + \frac{\text{Seconds}}{3600} \]
where: Degrees = integer degrees, Minutes = integer minutes, Seconds = integer seconds
Haversine Formula for Distance
\[ d = 2r \times \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: d = distance, r = Earth's radius (~6371 km), \(\phi_1, \phi_2\) = latitudes in radians, \(\Delta \phi\) = difference in latitudes, \(\Delta \lambda\) = difference in longitudes

Tips & Tricks

Tip: Remember that latitude lines run east-west and measure north-south position, while longitude lines run north-south and measure east-west position.

When to use: When interpreting or plotting coordinates to avoid confusion between latitude and longitude.

Tip: Use decimal degrees for easier calculations and input into digital navigation systems.

When to use: When performing calculations or entering coordinates into GPS or mapping software.

Tip: Memorize key latitudinal lines: Equator (0°), Tropic of Cancer (23.5°N), Tropic of Capricorn (23.5°S), Arctic Circle (66.5°N), Antarctic Circle (66.5°S).

When to use: To quickly estimate climate zones or navigation references.

Common Mistakes to Avoid

❌ Confusing latitude with longitude when reading or plotting coordinates.
✓ Always remember latitude lines run east-west and measure north-south position; longitude lines run north-south and measure east-west position.
Why: Because both are angular measurements and often written together, students mix up their directions.
❌ Incorrectly converting minutes and seconds to decimal degrees.
✓ Use the formula: Decimal Degrees = Degrees + (Minutes/60) + (Seconds/3600) carefully, ensuring correct division.
Why: Students often forget to divide minutes and seconds properly or mix up units.
❌ Using degrees instead of radians in trigonometric formulas like the haversine formula.
✓ Convert degrees to radians before applying trigonometric functions: radians = degrees x (π/180).
Why: Most calculators and programming functions require radians, leading to incorrect results if degrees are used.
Key Concept

Latitude and Longitude

Latitude measures north-south position from the Equator; Longitude measures east-west position from the Prime Meridian.

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
Latitude and longitude · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.