Overview#
Survey calculations form the mathematical backbone of every survey deliverable. Whether computing the position of a boundary corner, adjusting a traverse, calculating an area for a deed description, or laying out a highway curve, the surveyor must command a toolkit of computational methods and understand when each applies.
These calculations bridge the gap between raw field observations and the coordinates, areas, and geometries that appear on maps and in legal documents. A surveyor who understands the underlying mathematics -- not just which button to push in the software -- can verify results, catch errors, and solve problems that software alone cannot.
The surveyor who understands the math behind the software is the one who catches the errors the software cannot. Blind trust in software output is not professional practice.
Coordinate Geometry (COGO)#
Coordinate geometry -- universally called COGO -- is the collection of mathematical operations used to compute positions, directions, and distances from coordinate data. COGO is the daily language of the survey office.
Inverse Computation
The inverse computes the azimuth and horizontal distance between two known coordinate pairs.
Given two points and :
The arctangent must be adjusted to the correct quadrant:
| Quadrant | Adjustment | ||
|---|---|---|---|
| + | + | NE (I) | No adjustment |
| - | + | SE (II) | Add 180° |
| - | - | SW (III) | Add 180° |
| + | - | NW (IV) | Add 360° |
The inverse is arguably the most frequently used COGO function. It is essential for computing bearings and distances for legal descriptions, checking field measurements against computed values, and verifying map data.
Traverse Computation
A traverse computes successive coordinates from a starting point using measured angles and distances. Given a starting point and a series of azimuths and distances:
where is the horizontal distance and is the azimuth of the -th course.
Intersection Computations
Intersections compute the position of an unknown point from known data. The three primary types:
Direction-Direction Intersection -- Given two known points and the directions from each toward the unknown point, the intersection computes the unknown position. Requires two azimuths from two known points.
Distance-Distance Intersection -- Given two known points and the distances from each to the unknown point. This produces two possible solutions (one on each side of the baseline); the surveyor must select the correct one based on field conditions.
Direction-Distance Intersection -- A hybrid: one direction from a known point and one distance from another. Also produces two possible solutions in some configurations.
Resection
A resection computes the position of an unknown occupied point by observing angles to three or more known points. This is a powerful field technique for establishing instrument positions without occupying control points. The mathematical solution involves solving a system of equations based on the observed angles and the known coordinates.
Beware the "danger circle." If the occupied point and the three known points all lie on (or near) the same circle, the resection solution becomes indeterminate. Always check the geometry before relying on a resection.
Perpendicular and Offset Computations
Common office calculations that support fieldwork and mapping:
- Perpendicular offset -- Distance from a point to a line, plus the station along the line where the perpendicular meets
- Point on line at distance -- Given a line and a distance along it, compute the coordinate
- Parallel offset -- Compute a line parallel to a given line at a specified offset distance
Traverse Adjustment#
Error of Closure
After computing a closed traverse (one that returns to its starting point or connects between two known points), the closure error reveals the accumulated errors in the measurements:
where is the denominator of the relative closure ratio. For example, a linear error of 0.05 ft over a 5,000 ft traverse gives a relative closure of 1:100,000.
Minimum closure standards depend on the survey purpose:
| Survey Type | Minimum Closure |
|---|---|
| Construction staking | 1:5,000 |
| Boundary (rural) | 1:10,000 |
| Boundary (urban) | 1:15,000 |
| ALTA/NSPS Land Title | 1:15,000 |
| Geodetic control (2nd order) | 1:50,000 |
| Geodetic control (1st order) | 1:100,000 |
Compass Rule (Bowditch)
The compass rule distributes the closure error proportionally to each course based on its length. It assumes that errors in angles and distances are equally probable and is the most commonly used adjustment method for property surveys:
where is the length of the -th course and is the total traverse length.
Transit Rule
The transit rule distributes the closure error proportionally to the absolute values of the latitude and departure of each course:
where and are the latitude (northing component) and departure (easting component) of the -th course. The transit rule is less commonly used than the compass rule but is sometimes applied when distances are measured with higher precision than angles.
Least Squares Adjustment
Least squares is the most rigorous adjustment method. It uses all redundant observations simultaneously to find the most probable values of the unknown coordinates by minimizing the sum of weighted squared residuals:
where is the vector of residuals and is the weight matrix (derived from the estimated precision of each observation).
Advantages of least squares over compass/transit rule:
- Incorporates the precision of each measurement through weighting
- Provides statistical measures of the quality of the adjusted coordinates (error ellipses, confidence intervals)
- Can combine different observation types (angles, distances, GPS baselines, bearings) in a single adjustment
- Detects blunders through residual analysis
Least squares is the standard of practice for any survey of consequence. The compass rule remains useful for quick checks and simple traverses, but it does not provide the statistical rigor or blunder detection that least squares offers.
Area Calculations#
Coordinate Method
The coordinate method (also called the shoelace formula) computes the area of a polygon from the coordinates of its vertices. For a polygon with vertices listed in order:
where the subscript wraps back to subscript 1. The result is positive for counterclockwise vertex ordering and negative for clockwise. The absolute value gives the area.
This method is exact for straight-sided polygons and is the standard computational approach in survey software.
Double Meridian Distance (DMD)
The DMD method is a traditional hand-computation technique that produces the same result as the coordinate method. The DMD of a course is defined as the sum of the departures of the preceding course, the current course's own departure, and the departure used to compute the previous DMD. The area is:
where is the latitude (northing component) of the -th course.
Area with Curves
When a boundary includes circular arcs, the area of the circular segment must be added to or subtracted from the straight-line (chord) polygon area:
where is the radius and is the central angle in radians. The segment area is added when the arc is on the exterior of the chord polygon and subtracted when it is on the interior.
Unit Conversions
| Unit | Equivalent |
|---|---|
| 1 acre | 43,560 sq ft |
| 1 hectare | 10,000 sq m |
| 1 hectare | 2.471 acres |
| 1 sq mile (section) | 640 acres |
| 1 sq meter | 10.764 sq ft |
Curve Calculations#
Circular Curve Elements
Circular curves are the most common curves in surveying, used for roadways, boundaries along rights-of-way, and property lines adjacent to curves. The key elements are:
| Element | Symbol | Formula |
|---|---|---|
| Radius | Given or computed | |
| Central angle (delta) | Given or computed | |
| Tangent length | ||
| Arc length | (in radians) | |
| Chord length | ||
| External distance | ||
| Middle ordinate |
Degree of Curve
Two definitions are in common use:
Arc definition (used by highway agencies): The degree of curve is the central angle subtended by a 100-foot arc:
Chord definition (used by railroads): The degree of curve is the central angle subtended by a 100-foot chord:
Always confirm which definition is being used before performing curve calculations. The results differ, and using the wrong definition introduces systematic error.
Curve Layout
To lay out points along a circular curve, deflection angles from the tangent are computed:
where is the arc length from the PC (Point of Curvature) to the -th point, and is the deflection angle in degrees.
Spiral Curves
Spiral (transition) curves provide a gradual change from a tangent to a circular curve. The most common spiral is the clothoid (Euler spiral), where the radius decreases linearly with distance along the spiral:
where is the length along the spiral and is the spiral parameter. Key spiral elements include:
| Element | Description |
|---|---|
| Total length of spiral | |
| Spiral angle: | |
| Tangent distance to SC: | |
| Offset at SC: | |
| Shift: | |
| Tangent offset: |
Vertical Curve Calculations#
Vertical curves connect grades (slopes) along a roadway profile. The standard vertical curve is a parabola, which provides a constant rate of change of grade.
Key Elements
Given two grades (incoming) and (outgoing), expressed as percentages, and the curve length :
The elevation at any station along the curve:
where is the horizontal distance from the BVC (Beginning of Vertical Curve) and is the elevation.
High/Low Point
The station of the high or low point on a vertical curve:
This point is critical for drainage design and sight distance calculations.
Types
- Crest curve -- Connects a positive grade to a less positive (or negative) grade. .
- Sag curve -- Connects a negative grade to a less negative (or positive) grade. .
Volume Calculations#
Average End Area Method
The average end area method computes the volume of earthwork between two cross-sections:
where and are the cross-section areas at each end, and is the distance between sections. This method is simple and widely used, but it overestimates volume when the two end areas differ significantly.
Prismoidal Formula
The prismoidal formula provides a more accurate volume by incorporating a middle cross-section:
where is the area of the cross-section at the midpoint between the two end sections. This formula gives the exact volume for a prismoid (a solid with plane faces and parallel end planes).
Prismoidal Correction
The prismoidal correction converts the average end area volume to the prismoidal volume:
where and are representative dimensions (typically center height and width) of the two cross-sections. The corrected volume is:
Borrow Pit (Grid) Method
For irregular excavations, the borrow pit method divides the site into a grid of squares or rectangles. The volume of each column is the average of its corner elevations multiplied by the column area. The total volume is the sum of all columns:
where are heights at corners shared by 1 cell, shared by 2 cells, etc., and is the area of each grid cell.
Computation Best Practices#
Significant Figures and Rounding
- Coordinates -- Carry at least 4 decimal places during computation; round to 3 for final reporting (feet) or 4 (meters).
- Angles -- Carry to the nearest second during computation. Report to the nearest second unless project accuracy warrants otherwise.
- Areas -- Report to appropriate precision for the size of the parcel. Typically to the nearest square foot for small parcels, nearest 0.001 acre for moderate parcels, and nearest 0.01 acre for large parcels.
- Never round intermediate results. Carry full precision through all intermediate steps and round only the final answer.
Independent Checks
Every critical calculation should be verified by an independent method:
- Compute the area by both the coordinate method and DMD -- they must agree.
- Check traverse closures both before and after adjustment.
- Verify curve computations by computing from both the PC and PT and confirming they produce the same PI.
- For volumes, compare results from different methods to confirm reasonableness.
Documentation
- Record all input data, formulas used, intermediate results, and final answers.
- Identify the software and version used for calculations.
- Note the datum, units, and coordinate system.
- Keep computation sheets (paper or digital) as permanent project records.
Key Takeaways#
- COGO is the surveyor's essential toolkit. The inverse, traverse, intersection, and resection computations are used daily and must be thoroughly understood.
- Traverse adjustment distributes errors according to defined rules. The compass rule is standard for property surveys; least squares is the most rigorous method and provides statistical quality measures.
- Area calculations require precision. The coordinate method is standard; always account for curved boundaries separately.
- Curve computations underpin roadway design and right-of-way surveys. Know the elements, the formulas, and the difference between arc and chord definition of degree of curve.
- Volume calculations serve earthwork estimation. The average end area method is standard practice; the prismoidal formula is more accurate when end areas differ significantly.
- Never round intermediate results. Carry full precision through all steps.
- Always verify calculations by an independent method. Software errors, input errors, and blunders are caught only through independent checks.
References#
- Ghilani, C.D. & Wolf, P.R. Elementary Surveying: An Introduction to Geomatics (13th Ed.). Pearson, 2012. Chapters 9--11, 15, 17, 24--26.
- Kavanagh, B.F. & Mastin, T.B. Surveying: Principles and Applications (9th Ed.). Pearson, 2014. Chapters 6, 11, 14.
- Meyer, T.H. Introduction to Geometrical and Physical Geodesy. ESRI Press, 2010.
- Mikhail, E.M. & Ackermann, F. Observations and Least Squares. IEP, 1976.
- Davis, R.E., Foote, F.S., Anderson, J.M. & Mikhail, E.M. Surveying: Theory and Practice (6th Ed.). McGraw-Hill, 1981.
- AASHTO. A Policy on Geometric Design of Highways and Streets (7th Ed.). American Association of State Highway and Transportation Officials, 2018.