8.2 Rectangular Coordinates (Northings/Eastings) and Departure/Latitude Basics

Key Takeaways

  • Surveying plane coordinate systems use Northings (N, vertical Y-axis) and Eastings (E, horizontal X-axis).
  • Latitude (ΔN) = Distance × cos(Azimuth) or Distance × cos(Bearing); positive North, negative South.
  • Departure (ΔE) = Distance × sin(Azimuth) or Distance × sin(Bearing); positive East, negative West.
  • Forward coordinate computation: Northing_B = Northing_A + Latitude, Easting_B = Easting_A + Departure.
  • Inverse coordinate calculation: Distance = sqrt(ΔN² + ΔE²), Bearing angle = arctan(|ΔE / ΔN|).
Last updated: July 2026

8.2 Rectangular Coordinates (Northings/Eastings) and Departure/Latitude Basics

Planar rectangular coordinate systems form the mathematical backbone of modern land surveying, civil drafting, computer-aided design (CAD), and field data collection. Rather than relying solely on distance and angular measurements from station to station, surveyors project field observations onto a two-dimensional grid defined by orthogonal (perpendicular) axes: Northings ($N$ or $Y$) and Eastings ($E$ or $X$). The fundamental building blocks of plane coordinate calculations are Latitudes and Departures. This section explores how to calculate latitudes and departures, compute forward coordinates, inverse between known point coordinates, and avoid common trigonometry pitfalls on the CST Level I exam.


1. Surveying Grid vs. Standard Mathematical Cartesian Systems

Surveying coordinate systems differ from standard high school algebra Cartesian coordinate planes in two vital aspects:

FeatureMathematical Cartesian PlaneSurveying Rectangular Plane
Vertical Axis$Y$-axis (Ordinate)Northing ($N$) Axis (Positive North)
Horizontal Axis$X$-axis (Abscissa)Easting ($E$) Axis (Positive East)
Angle Zero ReferencePositive $X$-axis (Due East)Positive $N$-axis (Due North)
Angle DirectionCounter-clockwiseClockwise

Because angles are measured clockwise from North rather than counter-clockwise from East, the trigonometric roles of sine and cosine are inverted relative to standard polar-to-rectangular conversion:

  • Latitude (Northing component) $= \text{Distance} \times \cos(\text{Azimuth})$
  • Departure (Easting component) $= \text{Distance} \times \sin(\text{Azimuth})$

2. Latitudes and Departures Defined

When a survey line is measured with a specific horizontal distance ($D$) and direction (bearing or azimuth), it spans both a North-South distance and an East-West distance.

                  North (+)
                    ^
                    |          Point B (N_B, E_B)
                    |         /|
                    |        / |
                    |  Dist /  | Latitude (dN)
                    |      /   |
                    |     /    |
                    |    / θ   |
 Point A (N_A, E_A) +---/------+-----> East (+)
                    |   | Departure (dE) |

Latitude ($ ext{Lat}$ or $\Delta N$)

The Latitude of a line is the orthographic projection of that line onto the North-South reference meridian. It represents the change in Northing ($\Delta N$) from the beginning point to the ending point. Latitude=Distance×cos(Azimuth)=Distance×cos(Bearing Angle)\text{Latitude} = \text{Distance} \times \cos(\text{Azimuth}) = \text{Distance} \times \cos(\text{Bearing Angle})

Departure ($ ext{Dep}$ or $\Delta E$)

The Departure of a line is the orthographic projection of that line onto the East-West perpendicular reference line. It represents the change in Easting ($\Delta E$) from the beginning point to the ending point. Departure=Distance×sin(Azimuth)=Distance×sin(Bearing Angle)\text{Departure} = \text{Distance} \times \sin(\text{Azimuth}) = \text{Distance} \times \sin(\text{Bearing Angle})


3. Algebraic Sign Conventions Across Quadrants

The algebraic signs of Latitudes and Departures govern whether a line moves North (+), South (-), East (+), or West (-). Assigning the correct sign is essential when accumulating traverse coordinates.

QuadrantBearingAzimuth RangeLatitude Sign ($\Delta N$)Departure Sign ($\Delta E$)Directional Movement
I (NE)N θ E0° to 90°Positive (+)Positive (+)North & East
II (SE)S θ E90° to 180°Negative (-)Positive (+)South & East
III (SW)S θ W180° to 270°Negative (-)Negative (-)South & West
IV (NW)N θ W270° to 360°Positive (+)Negative (-)North & West

When using a standard scientific calculator and entering a North-referenced azimuth (0° to 360°) directly into the sine and cosine functions, the calculator automatically produces the correct algebraic signs for both Latitude and Departure.


4. Traverse Coordinate Computation (Forward COGO Problem)

Given the known coordinates of Station A $(N_A, E_A)$, along with the horizontal distance $D_{AB}$ and direction of line AB, the coordinates of Station B $(N_B, E_B)$ are calculated by adding the line's Latitude and Departure to the coordinates of Station A:

NorthingB=NorthingA+LatitudeAB=NA+(DAB×cos(Azimuth))\text{Northing}_B = \text{Northing}_A + \text{Latitude}_{AB} = N_A + (D_{AB} \times \cos(\text{Azimuth})) EastingB=EastingA+DepartureAB=EA+(DAB×sin(Azimuth))\text{Easting}_B = \text{Easting}_A + \text{Departure}_{AB} = E_A + (D_{AB} \times \sin(\text{Azimuth}))

Step-by-Step Worked Forward Example

Problem: Station 101 has control coordinates $N = 5,000.00\text{ ft}$ and $E = 10,000.00\text{ ft}$. Line 101-102 has a horizontal distance of 452.80 ft and a bearing of S 28° 15' 30" E. Compute the coordinates of Station 102.

  • Step 1: Convert bearing to North azimuth or identify quadrant.
    • Quadrant II (SE): $\text{Azimuth} = 180° - 28° 15' 30" = 151° 44' 30"$.
  • Step 2: Calculate Latitude ($\Delta N$). Latitude=452.80×cos(151°4430")=452.80×(0.880854)=398.85 ft\text{Latitude} = 452.80 \times \cos(151° 44' 30") = 452.80 \times (-0.880854) = -398.85\text{ ft}
  • Step 3: Calculate Departure ($\Delta E$). Departure=452.80×sin(151°4430")=452.80×(0.473388)=+214.35 ft\text{Departure} = 452.80 \times \sin(151° 44' 30") = 452.80 \times (0.473388) = +214.35\text{ ft}
  • Step 4: Compute Station 102 coordinates. Northing102=5,000.00+(398.85)=4,601.15 ft\text{Northing}_{102} = 5,000.00 + (-398.85) = 4,601.15\text{ ft} Easting102=10,000.00+214.35=10,214.35 ft\text{Easting}_{102} = 10,000.00 + 214.35 = 10,214.35\text{ ft}

5. Inverse Coordinate Calculation (Inverse COGO Problem)

When the coordinates of two stations (Station A and Station B) are known, the process of calculating the horizontal distance ($D$) and direction (bearing or azimuth) between them is called inversing.

Inversing Procedure:

  1. Compute Coordinate Differences: ΔN=Latitude=NBNA\Delta N = \text{Latitude} = N_B - N_A ΔE=Departure=EBEA\Delta E = \text{Departure} = E_B - E_A
  2. Calculate Distance ($D$) using the Pythagorean Theorem: D=(ΔN)2+(ΔE)2D = \sqrt{(\Delta N)^2 + (\Delta E)^2}
  3. Calculate Reference Bearing Angle ($\alpha$): α=arctan(ΔEΔN)\alpha = \arctan\left( \left| \frac{\Delta E}{\Delta N} \right| \right)
  4. Determine Bearing Quadrant and Direction:
    • If $\Delta N > 0$ and $\Delta E > 0 \rightarrow$ Bearing is N α E
    • If $\Delta N < 0$ and $\Delta E > 0 \rightarrow$ Bearing is S α E
    • If $\Delta N < 0$ and $\Delta E < 0 \rightarrow$ Bearing is S α W
    • If $\Delta N > 0$ and $\Delta E < 0 \rightarrow$ Bearing is N α W

Step-by-Step Worked Inverse Example

Problem: Calculate the horizontal distance and bearing from Control Point A ($N = 1,250.00\text{ ft}, E = 3,400.00\text{ ft}$) to Control Point B ($N = 850.00\text{ ft}, E = 2,900.00\text{ ft}$).

  • Step 1: Calculate coordinate differences ($\Delta N$ and $\Delta E$). ΔN=850.001,250.00=400.00 ft (Southing)\Delta N = 850.00 - 1,250.00 = -400.00\text{ ft (Southing)} ΔE=2,900.003,400.00=500.00 ft (Westing)\Delta E = 2,900.00 - 3,400.00 = -500.00\text{ ft (Westing)}
  • Step 2: Calculate horizontal distance $D$. D=(400.00)2+(500.00)2=160,000+250,000=410,000=640.31 ftD = \sqrt{(-400.00)^2 + (-500.00)^2} = \sqrt{160,000 + 250,000} = \sqrt{410,000} = 640.31\text{ ft}
  • Step 3: Compute bearing angle $\alpha$. α=arctan(500.00400.00)=arctan(1.25)=51.34019°=51°2025"\alpha = \arctan\left( \left| \frac{-500.00}{-400.00} \right| \right) = \arctan(1.25) = 51.34019° = 51° 20' 25"
  • Step 4: Determine direction letters. Since both $\Delta N$ and $\Delta E$ are negative, the line lies in Quadrant III. Bearing=S 51° 20 25" W\text{Bearing} = \mathbf{S\ 51°\ 20'\ 25"\ W}

6. CST Exam Traps & Common Errors

[!WARNING] CST Level I Exam Traps:

  1. Swapping Sine and Cosine: The most common error in survey math is applying $X = R \cos \theta$ and $Y = R \sin \theta$ from standard mathematics. In surveying, Latitude (Northing) uses Cosine and Departure (Easting) uses Sine.
  2. Calculator Angular Unit Settings: Using a calculator set to Radians or Gradians instead of Degrees (DEG) will produce completely erroneous values without triggering calculator syntax errors.
  3. Inverting the Arctangent Ratio: In inversing, the ratio inside the arctangent function must be $\frac{|\Delta E|}{|\Delta N|}$ (Departure over Latitude). Inverting this ratio to $\frac{|\Delta N|}{|\Delta E|}$ yields the angle measured from the East-West axis rather than the North-South meridian!
  4. Order of Subtraction in Inversing: Always subtract Point A coordinates from Point B coordinates ($\text{End} - \text{Start}$). Reversing the subtraction ($\text{Start} - \text{End}$) reverses the algebraic signs of $\Delta N$ and $\Delta E$, producing the back azimuth instead of the forward azimuth.
Test Your Knowledge

A survey line from Point A to Point B has a horizontal distance of 345.50 feet and a North azimuth of 125° 30' 00". What are the Latitude and Departure of line AB?

A
B
C
D
Test Your Knowledge

Point 101 has coordinates N 5,000.00 ft, E 10,000.00 ft. A line extending from Point 101 to Point 102 has a Latitude of +142.35 ft and a Departure of -88.60 ft. What are the rectangular coordinates of Point 102?

A
B
C
D
Test Your Knowledge

An inverse calculation between Station A (N 1,200.00 ft, E 2,500.00 ft) and Station B (N 1,500.00 ft, E 2,900.00 ft) yields ΔN = +300.00 ft and ΔE = +400.00 ft. What is the horizontal distance between Station A and Station B?

A
B
C
D
Test Your Knowledge

When performing an inverse coordinate computation between two points, ΔN = -150.00 ft and ΔE = -150.00 ft. What is the bearing of this survey line?

A
B
C
D