COGO Forward Locate (Bearing and Distance)

The single COGO step traverse-closure only ever sums over a loop.

Run the calculator

Example

You enter

You get

Details, formula, and sources

From a known point, an azimuth (clockwise from north), and a distance, the new coordinates. Latitude dN = D cos(Az), departure dE = D sin(Az); N2 = N1 + dN, E2 = E1 + dE. From N5000/E5000 at azimuth 45 deg over 200 ft the point lands N5141.42/E5141.42. Convert a quadrant bearing (N45E) to azimuth first. Plane geometry - no curvature or grid scale factor; the project control and datum govern.

latitude (delta N) = D cos(Az); departure (delta E) = D sin(Az); N2 = N1 + delta N; E2 = E1 + delta E. Az is the azimuth clockwise from north.

First-principles coordinate geometry (latitude / departure) as compiled in the standard route-surveying references (Ghilani & Wolf, Elementary Surveying; FM 5-233), by name.

The latitude/departure forward-locate relation is a public surveying result.

Estimate. AHJ and licensed professional govern.

Field names used by the API: start_n, start_e, azimuth_deg, distance_ft, delta_n, delta_e, end_n, end_e

Related tools