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 for the absolute uncertainty of a, and the convention that uncertainties are small (Δa≪a). Two key rules:
Rule 1: Sum and Difference
For Z=A+B or Z=A−B:
ΔZ=ΔA+ΔB.
Absolute errors add (worst-case bound).
Derivation: Z+ΔZ=(A+ΔA)+(B+ΔB)=(A+B)+(ΔA+ΔB).
Rule 2: Product and Quotient
For Z=A⋅B or Z=A/B:
ZΔZ=AΔA+BΔB.
Relative errors add.
Derivation (product):
Z+ΔZ=(A+ΔA)(B+ΔB)=AB+AΔB+BΔA+ΔAΔB.
Neglect the second-order term ΔAΔB:
ΔZ≈AΔB+BΔA.
Divide by Z=AB: ZΔZ=AΔA+BΔB.
Rule 3: Powers
For Z=AnBm/Cp:
ZΔZ=nAΔA+mBΔB+pCΔC.
Powers multiply the relative error by their exponent (absolute value).
Quick Reference
| Operation | Rule |
|---|
| Z=A±B | ΔZ=ΔA+ΔB |
| Z=AB or Z=A/B | ZΔZ=AΔA+BΔB |
| Z=An | ZΔZ=nAΔA |
| Z=ApBq/Cr | ZΔZ=pAΔA+qBΔB+rCΔ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/T2. If l=100.0±0.1 cm and T=2.00±0.02 s, find the percent error in g.
Solution:
gΔg=lΔl+2TΔT
Relative errors:
- Δl/l=0.1/100.0=0.001=0.1%.
- ΔT/T=0.02/2.00=0.01=1.0%.
So
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π2) is exact — it contributes zero error.
- Doubling T measurement frequency reduces Δ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.