The Rule for Addition and Subtraction
For any formula involving addition or subtraction:
The propagated uncertainty is:
This is called adding uncertainties in quadrature - you square each uncertainty, sum them, then take the square root. Notice that both addition and subtraction follow the exact same rule. Whether you add or subtract two quantities, their absolute uncertainties always combine in the same way.
The Surprising Twist - Subtraction Doesn't Help
Students often assume that subtracting two quantities reduces uncertainty. It doesn't. The formula is identical for addition and subtraction - Δf = √[(Δx)² + (Δy)²].
In fact, subtraction can dramatically worsen relative uncertainty. If you subtract two nearly equal numbers, the result is small but the absolute uncertainty stays the same - making the relative uncertainty (Δf/f) very large. This is called catastrophic cancellation.
Worked Example
Let's calculate the total length of two rods placed end to end.
L₁12.3 ± 0.2 cmL₂8.7 ± 0.3 cmStep 1 - Compute the result:
Step 2 - Apply the rule:
Step 3 - Round and report:
L_total = 21.0 ± 0.4 cm
The uncertainty is rounded to 1 significant figure, and the result is rounded to match.
More Than Two Variables
The rule extends naturally to any number of terms. For f = x + y + z + ..., the propagated uncertainty is:
Each additional variable contributes its squared uncertainty under the square root. The more variables you add, the larger the combined uncertainty - but it grows more slowly than linear addition would suggest, because of the square root.
Common Mistakes to Avoid
Quick Reference
| Operation | Formula | Uncertainty Rule |
|---|---|---|
| Addition | f = x + y | Δf = √(Δx² + Δy²) |
| Subtraction | f = x − y | Δf = √(Δx² + Δy²) |
| Three terms | f = x + y + z | Δf = √(Δx² + Δy² + Δz²) |
| Constant added | f = c + x (c exact) | Δf = Δx |
Frequently Asked Questions
Q1Do I add uncertainties directly or in quadrature for addition?
Always in quadrature for independent random uncertainties: Δf = √(Δx² + Δy²). Direct addition is only used as a conservative worst-case estimate, and most university physics labs require quadrature.
Q2Why does subtraction give the same uncertainty as addition?
Because the uncertainty formula uses partial derivatives, and the partial derivative of both (x + y) and (x − y) with respect to each variable is ±1. The sign disappears when squared, so addition and subtraction are identical in terms of uncertainty propagation.
Q3What if one of my uncertainties is much larger than the other?
The larger uncertainty dominates. For example, if Δx = 1.0 and Δy = 0.1, then Δf = √(1.0² + 0.1²) ≈ 1.005 - almost identical to just using Δx alone. This is a useful check: if one uncertainty is 3× or more larger than the others, the others barely matter.
Q4Can I use this rule for more than two variables?
Yes. For f = x₁ + x₂ + ... + xₙ, the rule is Δf = √(Δx₁² + Δx₂² + ... + Δxₙ²). Just add all squared uncertainties under the square root.
Ready to calculate?
Use the free uncertainty propagation calculator to handle any formula - addition, subtraction, or anything more complex - with full step-by-step working shown.
Open the Calculator →Continue Learning
Complete Guide
The fundamentals of uncertainty propagation.
Multiplication & Division
Propagating relative uncertainties.
Powers & Exponents
Propagating through non-linear functions.
Significant Figures
How to round and report your results.
Random vs Systematic Error
Understanding different types of experimental error.
Standard Error vs Deviation
When to use σ versus σ/√n in your reports.
Correlated Variables
Handling dependencies with covariance.