Surveying Math··10 min read

Combination of Errors: Calculating the Propagation of Uncertainty

How to mathematically determine the total error in derived surveying quantities like areas, volumes, and coordinates.

Overview

In surveying, we rarely measure the "final" answer directly. Instead, we measure angles and distances to calculate coordinates, areas, or volumes. Since every measurement contains a small error, these errors "propagate" through our formulas 2.

Why This Matters

Understanding error combination allows you to predict if your field methods will actually meet the project specifications before you start work. It is the difference between "guessing" accuracy and "guaranteeing" it 3.

Theory

If a derived quantity aa is a function of several independent variables (x,y,z,...)(x, y, z, ...), then a small change in those variables (δx,δy,δz)(\delta x, \delta y, \delta z) will result in a change in aa (δa)(\delta a) 2.

Mathematical Principles

The General Equation for Variance is the foundation of error propagation: σa2=(ax)2σx2+(ay)2σy2+(az)2σz2+\sigma_a^2 = \left(\frac{\partial a}{\partial x}\right)^2 \sigma_x^2 + \left(\frac{\partial a}{\partial y}\right)^2 \sigma_y^2 + \left(\frac{\partial a}{\partial z}\right)^2 \sigma_z^2 + \dots 4

Where:

  • σa2\sigma_a^2 is the variance of the result.
  • σx,σy,\sigma_x, \sigma_y, \dots are the standard errors of the independent measurements.
  • ax\frac{\partial a}{\partial x} is the partial derivative of the function with respect to xx.

Formula Breakdown by Operation

1. Addition and Subtraction

For A=a+bA = a + b or A=abA = a - b: σA=±σa2+σb2\sigma_A = \pm \sqrt{\sigma_a^2 + \sigma_b^2} 4

2. Products (Area Calculation)

For A=a×bA = a \times b: σA=±ab(σaa)2+(σbb)2\sigma_A = \pm ab \sqrt{\left(\frac{\sigma_a}{a}\right)^2 + \left(\frac{\sigma_b}{b}\right)^2} 5

3. Powers (Volume of a Cube)

For A=anA = a^n: σA=±(nan1σa)\sigma_A = \pm (n a^{n-1} \sigma_a) 6

Step-by-Step Example

Problem: The three angles of a triangle are measured, each with a standard error of ±2\pm 2''. What is the total error in the sum of the angles? 4

  1. Formula: T=α+β+γT = \alpha + \beta + \gamma
  2. Standard Errors: σα=σβ=σγ=2\sigma_\alpha = \sigma_\beta = \sigma_\gamma = 2''
  3. Calculation:σT=±22+22+22=±12\sigma_T = \pm \sqrt{2^2 + 2^2 + 2^2} = \pm \sqrt{12}
  4. Result: σT=±3.5\sigma_T = \pm 3.5''

Practical Tips

  • Commensurate Accuracy: Measure your angles and distances to a similar level of precision. A rule of thumb: 11'' of arc subtends 1 mm1 \text{ mm} at 200 m200 \text{ m} 7.
  • Relative Error: When multiplying (e.g., area), it is often easier to work with relative errors (Ra=σa/aR_a = \sigma_a / a) 5.

Common Mistakes

  • Confusing Products with Powers: The error for a×a×aa \times a \times a is different from a3a^3. In a3a^3, the variables are not independent, so you cannot use the square-root-sum-of-squares rule 5.
  • Ignoring Units: Ensure all standard errors are in the same units (e.g., meters or seconds) before plugging them into the variance equation 8.

Best Practices

Always describe measured data using both the Standard Deviation (S) of the set and the Standard Error (SxˉS_{\bar{x}}) of the mean to provide a complete picture of precision 8.

FAQ

Conclusion

Error propagation is the "quality control" of surveying. By applying the general variance equation, you can ensure that your final deliverables—whether they are property boundaries or bridge coordinates—stay within the required tolerances.

References

Schofield, W. (2001). Engineering Surveying. 5th ed. Butterworth-Heinemann. 2, 4-12.

Discussion