1.1.4 · D4Measurement, Vectors & Kinematics

Exercises — Significant figures — rules for operations

2,298 words10 min readBack to topic

Before we begin, one word on what "decimal places" and "significant figures" mean physically, so the figures below make sense.

Figure — Significant figures — rules for operations

Look at the number line above. The red measurement is only trustworthy down to the tenths mark — everything finer is a guess. When we add it to a finer number, the whole sum inherits that coarse red resolution. When we multiply, what matters instead is the count of trustworthy digits. Keep this picture in mind for every problem.


Level 1 — Recognition

Goal: read a number and state how much information it carries.

Problem 1.1

How many significant figures are in each? (a) (b) (c) (d)

Recall Solution 1.1

What we do: apply the counting rules from the parent note, digit by digit.

  • (a) — leading zeros () are just place-holders → not significant. The digits , , remain; the middle sits between non-zeros so it counts. → 3 sig figs.
  • (b) — the and count; the two trailing zeros come after a decimal point, so they are deliberate claims of precision → they count. → 4 sig figs.
  • (c) — trailing zeros with no decimal point are ambiguous. Could be 2, 3, or 4. → ambiguous (write , , etc. to fix it).
  • (d) — in scientific notation only the mantissa counts. → 4 sig figs.

Problem 1.2

Which rule (sig figs or decimal places) applies to each operation, and why? (a) (b)

Recall Solution 1.2

Why we ask this first: choosing the rule is the single most important decision — get it wrong and every later step is wrong.

  • (a) Multiplication → propagates relative error → count significant figures. Keep .
  • (b) Addition → propagates absolute error → count decimal places. Keep . Same two numbers, different rule, because the type of error is different.

Level 2 — Application

Goal: run one rule cleanly to a rounded answer.

Problem 2.1

Compute to the correct number of sig figs.

Recall Solution 2.1
  • Sig figs: , .
  • Why this step? Multiplication → keep sig figs.
  • Raw product .
  • Round to 2 sig figs → the third digit is , drop it → . Note we keep the trailing zero — dropping it to "" would falsely claim only 1 sig fig.

Problem 2.2

Compute to the correct precision.

Recall Solution 2.2
  • Decimal places: , .
  • Why this step? Subtraction → keep decimal place.
  • Raw difference .
  • Round to 1 decimal: digit after cutoff is → round up → .

Problem 2.3

Compute where the is an exact counting number (4 identical objects).

Recall Solution 2.3
  • Why this matters: an exact number has infinite sig figs — it never limits the result. So only (3 sig figs) counts.
  • Raw quotient .
  • Keep 3 sig figs → .

Level 3 — Analysis

Goal: pick the right rule under pressure, and watch precision behave.

Problem 3.1

Compute and then multiply that sum by . Give each answer to correct precision, rounding only at the very end.

Recall Solution 3.1

Step 1 (addition): raw sum . Least decimal places among terms is with 1 decimal. Guard-digit trick: do not round to yet — carry the full into step 2. Step 2 (multiplication): .

  • How many sig figs may the final answer have? The multiplication limits us to . Here has 2 sig figs, and (carried) represents a number whose precision-limiting factor was 1 decimal place ≈ 3 sig figs. So keep 2 sig figs.
  • Round to 2 sig figs → . If you had prematurely rounded to , you'd get — same here, but early rounding is not guaranteed to be safe, so never rely on it.

Problem 3.2

The subtraction of near-equal numbers: compute and comment on the surviving precision.

Recall Solution 3.2
  • Both have 3 decimal places, so keep 3 decimal places.
  • Raw .
  • Answer , which has only 1 sig fig!
  • What it looks like: two numbers each known to 4 sig figs, subtracted, leave a result with only 1 sig fig. This is catastrophic cancellation — the reliable leading digits cancel, exposing the uncertain tail. The decimal-place rule handled it automatically; sig-fig counting on the inputs would have misled you.
Figure — Significant figures — rules for operations

Level 4 — Synthesis

Goal: combine rules across a multi-step physical formula.

Problem 4.1

A rectangular plate has length and width . Compute the area and the perimeter, each to correct precision.

Recall Solution 4.1

Area (multiplication):

  • (raw ).
  • Sig figs: , → keep 3 → .

Perimeter (addition, with an exact multiplier):

  • . The is exact — infinite sig figs.
  • Inner sum ; least decimals is (1 decimal) → precision-limited to 1 decimal → .
  • Multiply by exact : (the exact doesn't reduce precision).
  • . Notice: two different rules inside one problem — × for area, + for the perimeter's inner step.

Problem 4.2

Density: a sample of mass occupies volume . Find the density .

Recall Solution 4.2
  • Division → sig figs. , → keep .
  • Raw .
  • Round to 2 sig figs: third digit → drop → .

Level 5 — Mastery

Goal: full reasoning — choose rules, guard digits, exact numbers, and cancellation all at once.

Problem 5.1

A car covers (5 sig figs) in . It then covers a second stretch, from marker to , in . Find the average speed over each stretch to correct precision, and say which speed is less trustworthy and why.

Recall Solution 5.1

Stretch 1: .

  • Division → sig figs. , → keep 3.
  • Raw → 3 sig figs → cutoff digit with after → round up → .

Stretch 2 distance (subtraction first!): .

  • Subtraction → decimal places. Both have 2 decimals → keep 2 decimals.
  • Raw — but this has only 2 sig figs (catastrophic cancellation: 5-sig-fig inputs, 2-sig-fig output).

Stretch 2 speed: .

  • Division → sig figs. , → keep 2.
  • Raw → 2 sig figs → .

Which is less trustworthy? . Even though its input positions were each known to 5 sig figs, the subtraction destroyed most of that precision, leaving only 2 sig figs — so the derived speed is far coarser than 's. The lesson: precision is not conserved through subtraction of near-equal numbers.

Problem 5.2

You measure the period of a pendulum by timing swings (an exact count) with a stopwatch reading . The period is . Then the theory says with . Find and then to correct precision. Treat as exact.

Recall Solution 5.2

Period: .

  • is exact (infinite sig figs) → only (4 sig figs) limits us.
  • (keep 4 sig figs) — carry as guard value.

Compute (all multiplications/divisions; and are exact):

  • Sig-fig-limiting factors: (4 sig figs), (4 sig figs) → final answer keeps 4 sig figs.
  • (guard digits kept).
  • (exact, carry plenty of digits).
  • .
  • Round to 4 sig figs → . (Physically high because a real pendulum has other errors — but the sig-fig bookkeeping is exactly this.)

Recall One-line summary of the whole page

Operation type first ( sig figs, decimals) ::: carry guard digits ::: ignore exact numbers ::: round once at the end ::: beware subtraction wiping out precision.

Connections

  • Error propagation — relative vs absolute — the rigorous "why" behind both rules used here.
  • Measurement & uncertainty — where the input uncertainties come from.
  • Scientific notation — how we fixed the ambiguous in Problem 1.1(c).
  • Orders of magnitude & estimation — when even 2 sig figs is more than you need.
  • Dimensional analysis — checks the units of ; sig figs check its precision.