Overview#
Surveyors rarely use raw measurements directly. A backsight reading, a horizontal angle, a taped distance -- these are intermediate values. The quantities we actually need are computed from them: elevations, coordinates, areas, volumes, curve data, closure ratios. Every one of these computed results inherits uncertainty from the measurements that produced it.
Error propagation is the mathematical framework for tracking that inheritance. Given the uncertainties (standard deviations) of the input measurements and the function that combines them, propagation tells us the uncertainty of the output. This is not merely an academic exercise. It is how surveyors answer practical questions:
- Will this level circuit meet second-order standards?
- How precisely must I measure angles to achieve 1:20,000 closure?
- What is the uncertainty in the area of this parcel?
"Error propagation is concerned with determining the errors in quantities computed from observed values that contain errors." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 3, p. 54
Without propagation analysis, a surveyor cannot predict whether a measurement procedure will meet specifications before going to the field. With it, surveys can be designed on paper, optimized for efficiency, and defended with rigor.
The General Law of Error Propagation#
Suppose a computed quantity depends on independent measured values :
Each measured value has an associated standard deviation: . The general law of propagation of variances states that the variance of the computed quantity is:
Or more compactly:
Each partial derivative acts as a sensitivity coefficient -- it quantifies how strongly a small change in affects the computed result . A large partial derivative means the computed quantity is sensitive to errors in that particular measurement. A small one means errors in that measurement have little effect.
"The general law of error propagation... is one of the most useful and important relationships in the theory of errors." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 3, p. 55
This formula assumes that the measurements are independent (uncorrelated) and that the function is well-approximated by its first-order Taylor expansion near the measured values. Both assumptions hold well for most routine surveying computations.
The standard deviation of the computed quantity is simply the square root of the variance:
Special Cases#
The general law simplifies into a set of rules that cover the most common operations encountered in surveying calculations.
Sum or Difference
If or , then:
This is a critical result: errors add in quadrature regardless of whether the quantities are added or subtracted. Subtraction does not cancel errors -- it compounds them. This is why computing a small difference between two large quantities (a common surveying operation) can produce a result with poor relative precision even when the individual measurements are excellent.
For example, if ft, then ft -- not ft, as one might naively expect from simple addition.
Multiplication by a Constant
If , where is an exact (error-free) constant, then:
The error scales linearly with the constant. If you multiply a distance by 2, the error doubles. If you convert feet to meters by multiplying by 0.3048, the error also scales by 0.3048.
Product of Two Measured Quantities
If , then the relative (fractional) errors combine in quadrature:
In other words, the relative error of the product is the root sum square of the relative errors of the factors. This rule is essential for area computations.
Quotient of Two Measured Quantities
If , the same relative-error formula applies:
Products and quotients propagate relative errors identically.
Power Function
If , then:
Squaring a quantity doubles its relative error. Taking a square root halves it. This becomes relevant in computations involving squared distances or square-root expressions.
Surveying Examples#
Elevation Difference from Leveling
In differential leveling, the elevation difference at a single setup is:
where is the backsight reading and is the foresight reading. Applying the sum/difference rule:
If both rod readings have a standard deviation of ft:
Each setup introduces ft of uncertainty into the elevation, regardless of whether the instrument goes up or down.
Horizontal Distance from Stadia
The stadia formula for horizontal distance is:
where is the stadia interval factor (typically 100), is the stadia intercept, and is the instrument constant (often negligible). Since and are treated as constants:
If the stadia intercept can be read to ft:
This immediately tells us that stadia distances are good to roughly 1 foot per 300 feet -- useful for topographic work, inadequate for boundary surveys.
Area of a Rectangular Parcel
For a rectangle with length and width :
Using the product rule for relative errors:
Suppose ft ( ft) and ft ( ft). The area is sq ft, and:
Notice that the shorter side contributes more to the area uncertainty because its relative error is larger.
Traverse Closure
In a traverse, each course contributes departures and latitudes computed from measured angles and distances. For a single course with azimuth and distance :
Applying the general law:
where must be in radians. For the full traverse, the closure errors in easting and northing are sums of the individual course errors, so their variances add:
"The standard deviation of the linear misclosure of a traverse can be computed by propagating the errors in the individual angle and distance measurements through the coordinate computations." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 3, p. 60
This analysis allows a surveyor to predict traverse closure before entering the field and to identify which measurements (angles or distances) dominate the error budget.
Error Propagation in Series#
A particularly important special case arises when the same measurement is repeated times in series, and the results are summed. This occurs constantly in surveying:
- A level circuit with instrument setups
- A distance measured by laying out tape lengths end-to-end
- A traverse with courses
If each individual measurement has the same standard deviation , and the total quantity is the sum of all measurements, then by the sum rule:
This is the square root of law, and it has profound practical consequences:
- Errors grow with , not with . Doubling the number of setups does not double the error -- it increases it by a factor of .
- A 10-setup level run has times the error of a single setup, not 10 times.
- A 100-meter distance measured with 10 tape lengths of 10 m each has times the error of one tape length.
"The standard deviation of a sum of independently observed quantities, each having the same standard deviation , is ." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 3, p. 56
This law is the basis for leveling standards. For example, if the standard deviation per setup is mm and a circuit involves 16 setups:
Leveling specifications are often stated in the form where is the one-way distance in kilometers and is a constant that defines the order of accuracy. The square-root relationship appears directly from propagation theory applied to the series of setups along the route.
Correlated Measurements#
The general law presented above assumes that all measured quantities are independent. When measurements are correlated -- meaning that an error in one tends to accompany an error in another -- the formula must be extended to include covariance terms:
where is the covariance between and . When , (the variance), and the formula reduces to the standard form. When , the cross terms can either increase or decrease the total variance depending on the sign of the correlation.
In matrix notation, this is expressed compactly as:
where is the Jacobian matrix of partial derivatives and is the variance-covariance matrix of the measurements.
In many surveying operations, measurements can reasonably be treated as independent:
- Separate instrument setups with independent centering, leveling, and reading errors
- Rod readings at different stations
- GPS baselines observed in separate sessions
However, some common situations introduce correlation:
- Instrument calibration: All distances measured with the same EDM share a systematic scale error. An EDM that reads 2 ppm long makes every distance long by the same proportion.
- Atmospheric conditions: All measurements taken during the same session share the same refraction and atmospheric correction errors.
- Datum and control: All coordinates referenced to the same control point share the error in that point's position.
- Computed quantities: Coordinates derived from the same traverse are correlated because they share common angle and distance measurements.
"When observations are correlated, the covariances between all pairs of observations must be included in the error propagation formula." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 3, p. 62
For rigorous work -- particularly GPS network adjustments and high-order control surveys -- the full variance-covariance matrix must be propagated. For routine boundary and topographic surveys, treating measurements as independent is usually an acceptable and conservative simplification (it tends to overestimate the total error slightly).
Design of Surveys#
One of the most powerful applications of error propagation is working the problem in reverse. Instead of asking "given these measurement errors, what is the error in my result?" the surveyor asks: "given a required accuracy for my result, what measurement accuracy do I need?"
This is the essence of survey design. Consider a practical example:
Problem: A rectangular parcel must have its area determined to within sq ft (at the 95% confidence level). The parcel is approximately ft. What distance measurement accuracy is needed?
Solution: The 95% confidence level corresponds to approximately , so we need sq ft. Using the area propagation formula and assuming equal precision in both directions ():
Setting sq ft and solving for :
The surveyor now knows that distance measurements accurate to approximately ft will meet the specification -- well within the capability of an EDM or a properly used steel tape, but beyond the capability of stadia or GPS with poor PDOP.
This same approach applies to:
- Determining the required angular precision for a traverse to meet a closure specification
- Specifying leveling procedures (number of setups, rod reading precision) to achieve a target elevation accuracy
- Choosing between measurement methods (total station vs. GPS vs. tape) based on the accuracy they deliver relative to project requirements
"The concept of designing surveys so that specified tolerances will not be exceeded is an important application of error propagation." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 3, p. 63
By running propagation calculations during the planning phase, a surveyor avoids two costly mistakes: over-measuring (wasting time and money on precision that is not needed) and under-measuring (discovering in the office that the work does not meet standards and must be repeated).
Key Takeaways#
-
The general law of propagation of variances is the foundational tool. Every special case -- sum, product, constant multiplier -- derives from it through partial differentiation.
-
Errors add in quadrature, not linearly. The combined error from independent sources is always less than the arithmetic sum of the individual errors.
-
Subtraction does not cancel errors. When computing a difference between two quantities (elevation difference, coordinate difference), the errors combine the same way as in addition.
-
Series measurements grow with . Ten tape lengths do not produce ten times the error of one tape length -- they produce times the error.
-
Sensitivity coefficients matter. The partial derivatives tell you which measurements have the greatest impact on the final result. Focus your precision efforts there.
-
Propagation works in reverse for survey design. Start with the required output accuracy and solve for the input measurement accuracy. This is how professionals design measurement procedures before going to the field.
-
Independence is usually a safe assumption for routine surveying, but correlated errors (common instrument, common atmosphere, common control) must be considered in rigorous adjustments.
References#
- Ghilani, C. D., & Wolf, P. R. (2012). Elementary Surveying: An Introduction to Geomatics (13th Ed.). Pearson. Chapters 3 and 4.
- Mikhail, E. M., & Gracie, G. (1981). Analysis and Adjustment of Survey Measurements. Van Nostrand Reinhold.
- Leick, A., Rapoport, L., & Tatarnikov, D. (2015). GPS Satellite Surveying (4th Ed.). Wiley. Chapter 2.
- FGCS (1984). Standards and Specifications for Geodetic Control Networks. Federal Geodetic Control Subcommittee.