Understanding Measurement Uncertainty: Why No Measurement Is Exact

· Measurement Basics

What Is Measurement Uncertainty?

Every measurement you take is an estimate. No matter how precise your instrument, no matter how careful your technique, the result is never the exact true value — it is an approximation bounded by a range of possible values. That range is measurement uncertainty.

Uncertainty is not a sign of a bad measurement. It is an honest description of what a measurement actually tells you. A result reported as 47.3 ± 0.2 g says two things at once: the best estimate is 47.3 g, and the true value almost certainly falls between 47.1 g and 47.5 g. Without the ± component, a number is incomplete.

This matters directly for unit conversions and weight measurements: when you convert 47.3 ± 0.2 g to ounces, the uncertainty converts too. Understanding how is the central practical skill this article covers.

Sources of Uncertainty

Instrument Precision (Resolution Limits)

Every measuring device has a resolution — the smallest increment it can distinguish. A ruler graduated in millimeters cannot resolve differences smaller than about 0.5 mm, even in ideal conditions. A digital scale displaying one decimal place (e.g., 12.4 g) has a resolution of 0.1 g, which typically means its uncertainty is ± 0.05 g at minimum — half the last displayed digit.

Resolution sets a hard floor on achievable precision. A thermometer marked in 1 °C increments cannot tell you whether the temperature is 22.3 °C or 22.7 °C; the best it can offer is "somewhere near 22 °C." Instrument manufacturers specify this as the instrument's resolution uncertainty, often labeled as ± ½ of the least significant digit.

Beyond resolution, instruments carry calibration uncertainty. A pressure gauge may resolve to 0.1 kPa but be calibrated only to ± 0.5 kPa. Both sources of uncertainty combine.

Environmental Factors

Temperature, humidity, air pressure, and vibration all affect measurements. A steel tape measure expands by roughly 12 millionths of its length per degree Celsius (coefficient of thermal expansion ≈ 12 × 10⁻⁶ /°C). A 10-meter tape used in 40 °C summer heat rather than the standard 20 °C reference temperature will over-read by about 2.4 mm — an error easily large enough to matter in construction.

In analytical chemistry, ambient humidity alters the mass of hygroscopic samples. In electronics, thermal noise sets an irreducible lower bound on voltage measurement precision. Environmental factors cannot always be eliminated; they must be characterized and included in the uncertainty budget.

Human Error (Parallax, Timing)

Parallax error occurs when the observer's eye is not directly perpendicular to the scale being read. Reading a traditional thermometer at an angle instead of straight on can introduce 0.5–1.0 °C of error. Reaction-time uncertainty in manual timing with a stopwatch is typically 0.1–0.3 seconds — significant for short-duration events.

These are not "mistakes" in the blameworthy sense. They are systematic or random errors that any human observer introduces, which is why modern instruments use digital readouts, automatic triggering, and remote sensing.

Expressing Uncertainty: ± Notation and Confidence Intervals

The standard way to report a measurement with uncertainty is:

result = best estimate ± uncertainty (units)

For example: 23.7 ± 0.3 °C

The ± value is usually given as one standard deviation (68% confidence interval) or two standard deviations (95% confidence interval). Scientific papers specify which convention they use. In everyday contexts, ± usually implies the range within which the true value almost certainly lies — effectively a high-confidence interval.

When combining multiple measurements, uncertainties combine. For independent random errors, they add in quadrature:

combined uncertainty = √(u₁² + u₂² + u₃² + ...)

A measurement of 10.0 ± 0.1 m combined with another of 5.0 ± 0.2 m gives a total of 15.0 ± √(0.01 + 0.04) = 15.0 ± 0.22 m, not ± 0.3 m.

Significant Figures and Uncertainty

Significant figures are the practical shorthand for uncertainty. When a scale reads 47.3 g, the trailing digit (3) is the uncertain one — it could be off by one. Reporting the result as 47.300 g would falsely imply precision to the nearest milligram, a claim the scale cannot support.

The rule: the last significant figure in a result should correspond roughly to the magnitude of the uncertainty. A result with uncertainty ± 0.2 g should be reported to one decimal place (47.3 g), not to two decimal places (47.32 g).

For more detail on how to count significant figures and round correctly after conversions, see the article on significant figures and rounding.

Uncertainty in Unit Conversions (Error Propagation)

When you convert a measurement from one unit to another, the uncertainty scales with the conversion factor — this is called error propagation.

For a simple multiplication conversion:

y = k × x,  then  u(y) = k × u(x)

If you measure 5.0 ± 0.1 inches and convert to centimeters using the exact factor k = 2.54 cm/inch:

y = 2.54 × 5.0 = 12.70 cm
u(y) = 2.54 × 0.1 = 0.254 cm ≈ 0.3 cm
Result: 12.7 ± 0.3 cm

Note that because 2.54 is a defined exact number (not itself uncertain), it does not add uncertainty — it only amplifies the existing measurement uncertainty. The fractional (relative) uncertainty stays constant: 0.1/5.0 = 2%, and 0.254/12.70 = 2%.

Non-linear conversions (such as temperature scale changes) require more careful treatment: u(y) = |dy/dx| × u(x), where dy/dx is the derivative of the conversion formula. For Fahrenheit to Celsius (C = (F − 32) / 1.8), the factor is 1/1.8 ≈ 0.556, so an uncertainty of ± 1 °F becomes ± 0.56 °C.

Practical Examples

Kitchen Scale (±1 g)

A typical consumer kitchen scale displays results in 1 g increments and carries a stated accuracy of ± 1 g. When a recipe calls for 250 g of flour, the actual amount could be anywhere from 249 g to 251 g — a relative uncertainty of 0.4%, negligible for baking. But if you scale down to 100 g, the uncertainty stays ± 1 g and the relative uncertainty rises to 1%. Small amounts on a coarse scale have proportionally larger uncertainty.

Speedometer (±2 km/h)

Vehicle speedometers are typically accurate to within ± 2–3 km/h at highway speeds. A reading of 100 km/h means actual speed is somewhere between 97 and 103 km/h. Converting to mph: 100 ± 2 km/h × (1 mi / 1.60934 km) = 62.14 ± 1.24 mph. The fractional uncertainty (2%) is preserved across the conversion.

Laboratory Balance (±0.0001 g)

A four-decimal-place analytical balance has a readout resolution of 0.0001 g and a typical uncertainty of ± 0.0002 g. Converting 1.0000 ± 0.0002 g to milligrams gives 1000.0 ± 0.2 mg — the factor of 1000 magnifies the absolute uncertainty proportionally while keeping the relative uncertainty at 0.02%.

Key Takeaways

Every measurement is an estimate with associated uncertainty, not an exact value. The three primary sources of uncertainty are instrument resolution, environmental conditions, and human technique. Uncertainty is expressed as ± bounds and should accompany any measurement where precision matters. When converting between units, uncertainty scales with the conversion factor — relative uncertainty is conserved in linear conversions. Significant figures are the everyday tool for communicating uncertainty implicitly, without requiring explicit ± notation in every context.

Treating measurements as exact is not more rigorous — it is less honest. Understanding and propagating uncertainty correctly is what separates a reliable measurement from a number that only looks precise.

01

RELATED ARTICLES