Physics Lab

Error Propagation

When you combine measured quantities (each with its own uncertainty) into a formula, the result also has uncertainty. Error propagation tells you how to estimate it.

Concept

We use lowercase Δa\Delta a for the absolute uncertainty of aa, and the convention that uncertainties are small (Δaa\Delta a \ll a). Two key rules:

Rule 1: Sum and Difference

For Z=A+BZ = A + B or Z=ABZ = A - B: ΔZ=ΔA+ΔB.\Delta Z = \Delta A + \Delta B. Absolute errors add (worst-case bound).

Derivation: Z+ΔZ=(A+ΔA)+(B+ΔB)=(A+B)+(ΔA+ΔB)Z + \Delta Z = (A + \Delta A) + (B + \Delta B) = (A+B) + (\Delta A + \Delta B).

Rule 2: Product and Quotient

For Z=ABZ = A \cdot B or Z=A/BZ = A/B: ΔZZ=ΔAA+ΔBB.\frac{\Delta Z}{Z} = \frac{\Delta A}{A} + \frac{\Delta B}{B}. Relative errors add.

Derivation (product): Z+ΔZ=(A+ΔA)(B+ΔB)=AB+AΔB+BΔA+ΔAΔB.Z + \Delta Z = (A + \Delta A)(B + \Delta B) = AB + A\Delta B + B\Delta A + \Delta A \Delta B. Neglect the second-order term ΔAΔB\Delta A \Delta B: ΔZAΔB+BΔA.\Delta Z \approx A\Delta B + B\Delta A. Divide by Z=ABZ = AB: ΔZZ=ΔAA+ΔBB\frac{\Delta Z}{Z} = \frac{\Delta A}{A} + \frac{\Delta B}{B}.

Rule 3: Powers

For Z=AnBm/CpZ = A^n B^m / C^p: ΔZZ=nΔAA+mΔBB+pΔCC.\frac{\Delta Z}{Z} = n\frac{\Delta A}{A} + m\frac{\Delta B}{B} + p\frac{\Delta C}{C}. Powers multiply the relative error by their exponent (absolute value).

Quick Reference

OperationRule
Z=A±BZ = A \pm BΔZ=ΔA+ΔB\Delta Z = \Delta A + \Delta B
Z=ABZ = AB or Z=A/BZ = A/BΔZZ=ΔAA+ΔBB\frac{\Delta Z}{Z} = \frac{\Delta A}{A} + \frac{\Delta B}{B}
Z=AnZ = A^nΔZZ=nΔAA\frac{\Delta Z}{Z} = n\frac{\Delta A}{A}
Z=ApBq/CrZ = A^p B^q / C^rΔZZ=pΔAA+qΔBB+rΔCC\frac{\Delta Z}{Z} = p\frac{\Delta A}{A} + q\frac{\Delta B}{B} + r\frac{\Delta C}{C}

(Statistical addition in quadrature is more refined but at school level we add directly.)

Worked Example

Q: The acceleration due to gravity is computed from a pendulum: g=4π2l/T2g = 4\pi^2 l / T^2. If l=100.0±0.1l = 100.0 \pm 0.1 cm and T=2.00±0.02T = 2.00 \pm 0.02 s, find the percent error in gg.

Solution: Δgg=Δll+2ΔTT\frac{\Delta g}{g} = \frac{\Delta l}{l} + 2\frac{\Delta T}{T}

Relative errors:

  • Δl/l=0.1/100.0=0.001=0.1%\Delta l / l = 0.1/100.0 = 0.001 = 0.1\%.
  • ΔT/T=0.02/2.00=0.01=1.0%\Delta T / T = 0.02/2.00 = 0.01 = 1.0\%.

So Δgg=0.1%+2(1.0%)=2.1%.\frac{\Delta g}{g} = 0.1\% + 2(1.0\%) = 2.1\%.

The dominant contribution is the period — it enters squared.

Common Confusions

  • For sums/differences, absolute errors add; for products/quotients, relative errors add. Don't mix the two.
  • A constant multiplier (like 4π24\pi^2) is exact — it contributes zero error.
  • Doubling TT measurement frequency reduces ΔT\Delta T random component, but a single systematic error remains regardless.
  • Subtraction can blow up relative errors: subtracting two near-equal quantities gives a small result with large fractional uncertainty.

Key Takeaways

  • Sum/diff → add absolute errors.
  • Product/quot → add relative errors.
  • Powers → multiply relative error by exponent.
  • Identify the dominant error source — that's where measurement should be improved.
  • Avoid subtracting near-equal numbers when precision matters.

AI Summary

Summarize this page in your favorite LLM