Measurements · Module 5 of 10
Uncertainty Analysis
You can never know the error of a measurement, but you can estimate its likely size. Uncertainty analysis combines the error sources into one honest interval and carries it through to the final result.
Readiness check
This module estimates and combines uncertainties. Tick only what you can do closed-notes.
- Square numbers and add them.
- Take a square root of a sum.
- Form a relative (fractional) quantity.
- Recall that a result can depend on several measurements.
- Recall a confidence interval from the last module.
The core idea
Error is the unknowable difference from truth; uncertainty is our estimate of its probable range. Independent uncertainties combine by root-sum-square, not by adding. When a result is computed from measured inputs, their uncertainties propagate, with each input weighted by how strongly the result depends on it.
combine sources: u = √(u12 + u22 + ...)product: (uR/R)2 = Σ(ui/xi)2general: uR = √[Σ(∂R/∂xi · ui)2]A single measurement has an error, the gap from the true value, which you can never actually know. What you can do is estimate its probable size, and that estimate is the uncertainty, reported as a plus-or-minus at a stated confidence. Uncertainty has contributions from many elemental sources: instrument resolution, calibration, random scatter, and more. These are combined not by simple addition, which would be pessimistic, but by root-sum-square, adding them in quadrature as if they were independent, so a 0.3 and a 0.4 combine to 0.5, not 0.7. The same quadrature idea governs propagation: when a result R is computed from measured quantities, each input's uncertainty contributes in proportion to how sensitively R depends on it, the partial derivative, and the contributions add in quadrature. For a pure product or quotient this simplifies beautifully: the relative uncertainties add in quadrature. So an area from a length good to 1 percent and a width good to 2 percent carries an uncertainty of the square root of the sum of their squares, about 2.2 percent. This is how a measured input's imperfection becomes the uncertainty of the final engineering number, the whole point of the analysis.
The skills, taught in order
Five skills turn error sources into a reported uncertainty.
5.1 Error versus uncertainty
Error is the actual, unknowable difference from truth; uncertainty is the estimated bound on it. Uncertainties split into systematic, a fixed bias, and random, the scatter, and both must be accounted for.
5.2 Design-stage uncertainty
Before any data, you can estimate an instrument's uncertainty from its resolution and its stated accuracy, combined in quadrature. This design-stage figure decides whether an instrument is even worth using for a task.
5.3 Combining elemental uncertainties
Several independent sources combine by root-sum-square: square each, sum, and take the root. This gives a realistic total that neither ignores small sources nor pessimistically adds them all linearly.
| Situation | Combination rule |
|---|---|
| Independent sources | u = √(Σ ui2) |
| Product or quotient | relative: √(Σ (ui/xi)2) |
| Sum or difference | absolute: √(Σ ui2) |
Quadrature everywhere: absolute uncertainties for sums, relative uncertainties for products.
5.4 Propagation through a result
When a result depends on several measurements, each contributes its uncertainty times the sensitivity of the result to that input, the partial derivative, and the contributions add in quadrature. For products, this reduces to combining relative uncertainties.
5.5 Reporting uncertainty
A result is stated as value plus or minus uncertainty at a confidence level, for example 95 percent. Without the interval and its confidence, a measured number cannot support a design decision.
Engineering connection: a flow rate computed from a measured pressure drop and pipe area inherits both their uncertainties in quadrature, which is what a specification's tolerance must accommodate.
Worked example 1: combining uncertainties
Two independent uncertainty sources contribute 0.3 and 0.4 (same units) to a reading. Find the combined uncertainty.
- ProblemFind the combined uncertainty for the two sources in Figure 1.
- Given / findu1 = 0.3, u2 = 0.4, independent. Find the combined u.
- AssumptionsThe sources are independent and in the same units.
- Modelu = √(u12 + u22).
- Equationsu = √(0.32 + 0.42)= √(0.09 + 0.16)
- Solveu = √0.25 = 0.5.
- CheckThe result exceeds the larger source (0.4) but is well below the linear sum (0.7), as quadrature requires.
- ConclusionThe combined uncertainty is 0.5, showing that adding sources linearly would overstate it by 40 percent.
Worked example 2: propagating to an area
An area is A = L × W with L = 100 ± 1 mm and W = 50 ± 1 mm. Find the area and its uncertainty.
- ProblemFind the area and its uncertainty in Figure 2.
- Given / findL = 100 ± 1 mm, W = 50 ± 1 mm. Find A and uA.
- AssumptionsL and W are independent; A = L × W.
- ModelFor a product, (uA/A)2 = (uL/L)2 + (uW/W)2.
- EquationsA = 100 × 50 = 5000 mm2uA/A = √(0.012 + 0.022)
- SolveuA/A = √0.0005 = 0.0224; uA = 0.0224 × 5000 = 112 mm2.
- CheckThe width's 2 percent dominates; the combined 2.2 percent is just above it, as quadrature with a smaller term predicts.
- ConclusionThe area is 5000 ± 112 mm2, the length and width uncertainties propagated correctly through the product.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Adding uncertainties linearly | Overstated total | "Did I add in quadrature?" | Independent sources combine by root-sum-square. |
| Error equals uncertainty | Claiming to know the exact error | "Do I know the true value?" | Error is unknowable; uncertainty is its estimated bound. |
| Absolute where relative belongs | Wrong combination for a product | "Product, or sum?" | Products combine relative uncertainties. |
| Ignoring sensitivity | Weak and strong inputs weighted equally | "How much does R depend on this input?" | Weight each by its partial derivative. |
Practice ladder
Combine two independent uncertainties of 0.6 and 0.8 (same units).
Show answer
u = √(0.62 + 0.82) = √1.00 = 1.0.
An instrument has a resolution uncertainty of ±0.5 and an accuracy uncertainty of ±1.2. Find the design-stage uncertainty.
Show answer
u = √(0.52 + 1.22) = √1.69 = 1.3.
Power is P = V × I with V = 10 ± 0.1 V and I = 2 ± 0.05 A. Find P and its uncertainty.
Show answer
P = 20 W; uP/P = √(0.012 + 0.0252) = 0.0269; uP = 0.0269 × 20 ≈ 0.54 W.
Density is ρ = m/V. Given the uncertainties in m and V, write the expression for the relative uncertainty in ρ and explain each term.
What good work looks like
Because ρ = m/V is a quotient, (uρ/ρ)2 = (um/m)2 + (uV/V)2: the relative uncertainties of mass and volume add in quadrature. A good answer identifies the quotient rule and notes that the larger relative term dominates.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
Portfolio task
Take a result you compute from two or more measurements and propagate the input uncertainties to a final ± value.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. Error versus uncertainty?
Error is the unknowable difference from truth; uncertainty is its estimated bound.
2. How do independent sources combine?
By root-sum-square, adding in quadrature.
3. Propagation through a product?
Relative uncertainties add in quadrature.
4. What weights each input in general?
Its sensitivity, the partial derivative of the result.
5. How is a result reported?
Value plus or minus uncertainty at a stated confidence.
Textbook mapping
This module follows Figliola and Beasley, Theory and Design for Mechanical Measurements, 5th edition. Use these references to read further.
| Topic in this module | Where to read more |
|---|---|
| Measurement errors and uncertainty | Figliola and Beasley, Section 5.2, Measurement Errors |
| Design-stage uncertainty | Figliola and Beasley, Section 5.3, Design-Stage Uncertainty Analysis |
| Uncertainty propagation | Figliola and Beasley, Section 5.6, Uncertainty Analysis: Error Propagation |
Section numbers refer to Figliola and Beasley, 5th edition. Any edition with the same chapter titles is equivalent for study.