Physics 📐 Foundations

Measurement & Uncertainty

Every measurement is a best guess with a margin of doubt — learn to state that margin honestly, and read it correctly off any instrument you'll ever pick up.

High school
💡
The big idea: No measurement is perfect — every reading you take carries some built-in uncertainty, whether from the limits of your eyes, your instrument, or the object itself. Significant figures and stated uncertainties are the language scientists use to be honest about exactly how well-known a number really is. Once you can read an instrument correctly and combine uncertainties through a calculation, you can tell the difference between a number that's precise, one that's accurate, and one that's neither.
🎯 By the end, you'll be able to
  • You'll be able to count the significant figures in any measurement and round a calculated result to the correct number of digits.
  • You'll be able to explain the difference between precision and accuracy, and recognize which one a given situation is describing.
  • You'll be able to estimate the uncertainty in a single reading from an analog or digital instrument.
  • You'll be able to combine uncertainties from two or more measurements when they're added, subtracted, multiplied, or divided.
📎 You should already know
  • Scientific notation
  • Basic algebra (rearranging and evaluating simple formulas)

No measurement is perfect

Pick up any ruler and measure the length of your pencil. You'll get an answer — but is it exactly right? Almost certainly not. The true length of that pencil has infinitely many decimal places, and no ruler, no matter how fine its markings, can pin down every one of them.

That's not a flaw in your technique — it's a fact about measurement itself. Every instrument has a limit to how finely it can distinguish one value from another, and every human eye has a limit to how precisely it can judge a position on a scale. The honest thing to do isn't to pretend your number is perfect. It's to say clearly how far you trust it.

🔑 The core idea

A measurement isn't complete until it tells you two things: the value, and how much doubt surrounds it. Significant figures are a shorthand way of showing that doubt inside the number itself; a stated uncertainty (like ± 0.05 cm) makes it explicit. Learning to handle both is what separates a careful measurement from a guess dressed up in decimal places.

How many digits actually count?

Significant figures are the digits in a number that carry real information about its precision. A few rules make counting them straightforward:

  • All non-zero digits are significant. (\(3.7\) has 2.)
  • Zeros sandwiched between non-zero digits are significant. (\(405\) has 3.)
  • Leading zeros are never significant — they only locate the decimal point. (\(0.0032\) has 2 sig figs, not 5.)
  • Trailing zeros count only if the number has a decimal point. (\(2.30\) has 3 sig figs; plain \(2300\) is ambiguous, which is exactly why scientists prefer writing it as \(2.3 \times 10^3\) or \(2.300 \times 10^3\) to make the precision explicit.)

When you calculate with measured numbers, the result can't be more precise than the least precise input. For multiplying or dividing, round your answer to the same number of significant figures as the measurement with the fewest. For adding or subtracting, round to the least number of decimal places among the values you combined.

\[ \text{percent uncertainty} = \dfrac{\Delta x}{x} \times 100\% \]
How "big" an uncertainty is only makes sense relative to the size of the measurement. A \(\pm 1\) cm uncertainty is trivial for measuring a highway but enormous for measuring an eyelash.
\[ \Delta z = \Delta a + \Delta b \qquad \text{for } z = a + b \ \text{ or } \ z = a - b \]
When you add or subtract measured quantities, their absolute uncertainties add — even if you're subtracting the values themselves, the uncertainties never cancel.
\[ \dfrac{\Delta z}{z} = \dfrac{\Delta a}{a} + \dfrac{\Delta b}{b} \qquad \text{for } z = a \times b \ \text{ or } \ z = a / b \]
When you multiply or divide measured quantities, it's the percent (relative) uncertainties that add, not the absolute ones.

Precision vs. accuracy: not the same thing

Picture three archers shooting at a target. One's arrows land in a tight cluster far from the bullseye — precise but not accurate: repeatable, but consistently wrong. Another's arrows scatter randomly, some near the bullseye, some far — accurate on average but not precise: no systematic bias, but not repeatable. The third's arrows land tightly clustered right on the bullseye — both precise and accurate.

The same distinction applies to instruments. A kitchen scale that reads the same weight every time you place the same object on it is precise, whether or not that reading is correct. If it's been mis-calibrated and always reads 200 g too heavy, it's precise but not accurate. Fixing that kind of error is about calibration, not about adding more decimal places.

📝 Worked example: You measure the length of a pencil with a ruler marked in millimeters. The edge of the pencil lines up just past the 14.3 cm mark, about a third of the way to the 14.4 cm mark. What length should you record, with its uncertainty, and how many significant figures does that value have?
  1. The smallest division on the ruler is 1 mm = 0.1 cm.
  2. Convention for reading an analog scale is to estimate one extra digit by eye, roughly half the smallest division — so the uncertainty here is about \( \pm 0.05\) cm.
  3. Reading the position: the edge sits at 14.3 cm plus roughly a third of the next 0.1 cm division, i.e., about 14.33 cm.
  4. Record the full measurement as \(14.33 \pm 0.05\) cm.
  5. Count the significant figures in 14.33: all four digits (1, 4, 3, 3) are non-zero or meaningful, so this value has 4 significant figures.
✓ 14.33 cm ± 0.05 cm (4 significant figures)
📝 Worked example: A rectangular metal plate is measured as length = 5.20 ± 0.05 cm and width = 3.10 ± 0.05 cm. Find the area and its uncertainty.
  1. Multiply the central values: Area = 5.20 cm × 3.10 cm = 16.12 cm².
  2. Because this is a multiplication, percent uncertainties add. Percent uncertainty in length: \(0.05/5.20 \times 100\% \approx 0.96\%\).
  3. Percent uncertainty in width: \(0.05/3.10 \times 100\% \approx 1.61\%\).
  4. Total percent uncertainty: \(0.96\% + 1.61\% \approx 2.57\%\).
  5. Convert back to an absolute uncertainty: \(16.12 \times 0.0257 \approx 0.41\) cm².
  6. Report to a sensible number of digits, matching the precision of the uncertainty: Area = \(16.1 \pm 0.4\) cm².
✓ Area = 16.1 cm² ± 0.4 cm²
⚠️ A common trap: more decimals ≠ more accurate

A calculator will happily hand you ten digits after the decimal point, and a digital instrument will happily display a crisp, confident-looking number. Neither fact means the extra digits are trustworthy. A digital scale that displays \(24.583\) g is still only as good as its actual resolution and calibration — if its true resolution is \(\pm 0.1\) g, those last two digits are noise, not information. Always round your final answer to match the real precision of your least-precise measurement, not the precision your calculator happens to display. And remember: "half the smallest division" is a useful rule of thumb for reading a scale by eye, not a law of physics — always defer to an instrument's stated resolution or manual when one is given.

Check your understanding

1. How many significant figures does the number 0.004060 have?
Leading zeros (the 0.00 part) are never significant — they just place the decimal point. The zero between 4 and 6 is significant, and so is the trailing zero after the decimal point. That leaves 4, 0, 6, 0 — 4 significant figures.
2. A digital caliper reads 12.7 mm with an uncertainty of ± 0.1 mm. What is the percent uncertainty of this measurement?
Percent uncertainty = (Δx / x) × 100% = (0.1 / 12.7) × 100% ≈ 0.79%, which rounds to about 0.8%.
3. A bathroom scale always reads 2.3 kg heavier than your true weight, but gives you the exact same reading every single time you step on it. This scale is best described as:
Getting the same reading every time means the scale is highly repeatable — that's precision. But because it's consistently off from the true value by a fixed amount, it's not accurate. That's a classic calibration error, not a precision problem.
4. You measure two lengths: 8.0 ± 0.1 cm and 3.0 ± 0.2 cm, and add them together. What is the uncertainty in the sum?
For addition (or subtraction), absolute uncertainties simply add: Δz = Δa + Δb = 0.1 cm + 0.2 cm = 0.3 cm. The result is 11.0 ± 0.3 cm.
✅ Key takeaways
  • Every measurement carries some uncertainty — significant figures and a stated ± value communicate how well that number is actually known.
  • Precision is about repeatability (do you get the same answer again?); accuracy is about correctness (is it close to the true value?). A measurement can have either, both, or neither.
  • For a single reading, a reasonable rule of thumb is ± half the smallest division on an instrument's scale, or the instrument's stated resolution for a digital display.
  • When combining measurements: absolute uncertainties add for addition/subtraction; percent uncertainties add for multiplication/division.