1.1.5 · D2Measurement, Vectors & Kinematics

Visual walkthrough — Errors — absolute, relative, percentage; systematic vs random

2,812 words13 min readBack to topic

We will use one running story: you timed a swinging pendulum five times and wrote down five numbers of seconds.


Step 1 — Lay the raw readings on a number line

WHY do this first? Because error analysis is entirely about how spread out these dots are and where their centre sits. You cannot reason about spread until you can see it. The picture below is the whole problem, drawn honestly.

PICTURE: the five red dots are scattered. Some sit low (the ), some high (the ). None of them is "the truth" — the true period is a hidden point we are trying to guess.

Figure — Errors — absolute, relative, percentage; systematic vs random

Step 2 — Find the balance point: the mean

WHY the average and not, say, the biggest or the middle one? Random wobbles push readings above and below the true value roughly equally. If highs and lows are balanced, the point that sits in the middle of the tug-of-war is the least-biased single guess. Summing all readings and sharing equally ("divide by how many") is exactly that balance point.

Look at each symbol as it appears:

  • ::: how many readings you took. Here .
  • ::: the big "S" (Greek sigma) is a shorthand for "add them all": start at , stop at , and total every . Here it is .
  • ::: split that total into equal shares — that is what "average" means.

PICTURE: the seesaw balances exactly under . That black triangle is our best single guess.

Figure — Errors — absolute, relative, percentage; systematic vs random
Recall Why is the balance point the average? (peek)

Question ::: Why does the seesaw balance at the arithmetic mean and not somewhere else? Answer ::: Because the mean is the one point where the total "pull" of dots on its left exactly equals the total pull of dots on its right — the sum of signed distances to it is zero. That is the definition of a balance point.


Step 3 — Measure how far each dot missed the balance point

WHY the word "absolute"? A reading can sit to the left (too small, a negative gap) or to the right (too big, a positive gap). We only care how far off, not which side — a miss of 6 thousandths is a miss of 6 thousandths whether it landed left or right. So we throw away the sign. The two vertical bars mean exactly that: "keep the size, drop the minus."

  • ::: the Greek letter delta, used everywhere in physics to mean "a small change / gap / amount of." Read as "the gap of reading ."
  • ::: the raw gap, which may be or .
  • ::: strip the sign, keep the length.

Computing all five (using the un-rounded ):

PICTURE: each red bracket spans from a dot to the black balance line. The longest bracket (, the reading) is our worst miss; the shortest () is nearly a bullseye.

Figure — Errors — absolute, relative, percentage; systematic vs random

Step 4 — Average the misses: the mean absolute error

WHY average the misses? One miss could be a fluke. The typical miss tells you honestly how much any single reading tends to wander. That typical wander is precisely what "our uncertainty" should mean.

Same machinery as Step 2 — sigma adds, shares — but now it eats the misses, not the readings.

PICTURE: all five bracket-lengths are stacked as bars; the dashed red line is their average height — the one number that stands in for "how far off, typically."

Figure — Errors — absolute, relative, percentage; systematic vs random

Step 5 — Round once, then draw the honesty fence

WHY round only here, and to matching decimals? Because rounding is lossy — every round throws away a sliver of information. Round early and the slivers pile up through Steps 3–4 (this is rounding-error propagation). Round once, at the last moment, and there is nothing downstream to corrupt. Matching decimals stops you from claiming a value more precise than its own error bar allows — writing pretends you know the third decimal that the says you do not.

WHY a band, not a single number? Because claiming one exact number would be a lie — you don't know the true value to infinite precision. The band is the honest statement: "somewhere in here." Notice every raw dot except the far-out falls inside; the band's job is to typically contain readings, not all of them.

PICTURE: the red band brackets the balance point. This picture is the whole point of the chapter made visible.

Figure — Errors — absolute, relative, percentage; systematic vs random

Step 6 — Make it comparable: relative and percentage error

WHY divide? Division cancels the units (seconds ÷ seconds = a pure number) and rescales every measurement to a common ruler: fraction of itself. Now a timing error and a mass error can be compared head-to-head — something absolute errors, stuck in different units, can never do.

  • ::: Greek delta (lower-case), a conventional label for "error of." The subscript is a label, not a variable — it names which kind of error.
  • subscript in ::: stands for "relative" (fractional).
  • subscript in (below) ::: a mnemonic label reading literally "the error expressed as a percentage." Some books write or just append "" to the number; the symbol is only a name, so read whichever you meet as "percentage error." We use to match the parent note.

Dress it as a percent by multiplying by 100 — because humans read "" faster than "":

PICTURE: a bar showing the tiny red slice against the whole of the measured value — a fraction you can see.

Figure — Errors — absolute, relative, percentage; systematic vs random

Step 7 — The edge cases you must never trip on

Case A — all readings identical. Say you measured . Every gap , so . Does this mean zero error? No. It means your random scatter is below your instrument's resolution. The real floor is then the least count of your device — see Least Count and Vernier Calipers. A stopwatch reading "0 spread" still can't beat its own tick size.

Case B — the balance point sits at zero. Relative error blows up if : you would be dividing by nothing. Physically this warns you that "relative error" is meaningless for a quantity whose best estimate is zero — a around is not " off," it just means the true value could be either sign.

Case C — a systematic offset hides inside the mean. If your stopwatch always starts s late, every reading is too big. Averaging (Step 2) keeps that — the balance point is shifted, the band is centred on the wrong place. The pictures above assumed pure random scatter. Systematic error is not in these formulas at all; it must be found and subtracted separately. This is exactly why precise ≠ accurate.

PICTURE: two number lines. Top = random-only (band straddles the true value, good). Bottom = systematic shift (tight band, but the whole band is slid off the true value — precisely wrong).

Figure — Errors — absolute, relative, percentage; systematic vs random

The one-picture summary

Figure — Errors — absolute, relative, percentage; systematic vs random
Recall Feynman retelling — explain the whole walk to a 12-year-old

You timed a swing five times and got five slightly different numbers, because your thumb on the stopwatch isn't magic. First you find the middle of those five — the seesaw balance point — and call it your best guess ( s, and you keep that extra digit for now so you don't spoil the next steps). Then for each try you ask "how far did I miss the middle?" and ignore whether you were early or late — just the size of the miss. You average those misses to get "how far off I usually am" ( s). Only at the end do you tidy up: the wobble rounds to , so the answer rounds to match — "about 2.62 seconds, give or take 0.11." That "give or take," compared to the 2.62 itself, is about 4 out of 100 — a 4% wobble, small. Two warnings: don't round in the middle or the little chops pile up; and if your stopwatch always lags by the same amount, taking more tries won't rescue you — every number is shifted the same way, so the middle is shifted too. Averaging fixes shaky-hand mistakes, never the-ruler-is-broken mistakes.

See also: Mean and Standard Deviation · Combination of Errors · Significant Figures and Rounding · Dimensional Analysis.