Topic 11 | Measurement

Measurement errors

Year 9 core: absolute error, relative error, percentage error, upper and lower bounds of measurements, and how errors propagate through calculations.

40-50 min Printable practice Answer key Challenge included
How to use this page

Read the explanation, work through the examples, then complete the core practice before printing.

Study progress: Not started

What you will learn

Worked example 0 Real-world example: is the dosage safe?

A pharmacist measures 250 mg of a drug, but the actual required dose is 245 mg. Is the measurement within the acceptable 5% tolerance?

  1. Absolute error =250245=5= |250 - 245| = 5 mg.
  2. Relative error =52450.0204= \dfrac{5}{245} \approx 0.0204.
  3. Percentage error =0.0204×100%2.0%= 0.0204 \times 100\% \approx 2.0\%.
  4. Since 2.0%<5%2.0\% < 5\%, the dosage is within acceptable tolerance.

Key idea: percentage error gives a standardised way to judge whether an error is large or small relative to the quantity being measured.

1. Types of error

Error formulas

Absolute error
Absolute error=measured valueactual value\text{Absolute error} = |\text{measured value} - \text{actual value}|
Relative error
Relative error=absolute erroractual value\text{Relative error} = \frac{\text{absolute error}}{\text{actual value}}
Percentage error
Percentage error=relative error×100%\text{Percentage error} = \text{relative error} \times 100\%
Worked example 1 Calculating all three error types

A student measures the length of a table as 1.53 m. The actual length is 1.50 m.

  1. Absolute error =1.531.50=0.03= |1.53 - 1.50| = 0.03 m.
  2. Relative error =0.031.50=0.02= \dfrac{0.03}{1.50} = 0.02.
  3. Percentage error =0.02×100%=2%= 0.02 \times 100\% = 2\%.
Worked example 2 Comparing errors

Measurement A: a 5 cm length measured as 5.2 cm. Measurement B: a 200 cm length measured as 201.5 cm. Which is more accurate?

  1. A: absolute error =0.2= 0.2 cm, percentage error =0.25×100%=4%= \dfrac{0.2}{5} \times 100\% = 4\%.
  2. B: absolute error =1.5= 1.5 cm, percentage error =1.5200×100%=0.75%= \dfrac{1.5}{200} \times 100\% = 0.75\%.
  3. Measurement B has a larger absolute error but a much smaller percentage error, so it is more accurate in relative terms.

2. Upper and lower bounds

When a measurement is rounded to a certain precision, the true value lies within a range.

Bounds for a rounded measurement
Lower bound=stated value12×precision\text{Lower bound} = \text{stated value} - \frac{1}{2} \times \text{precision}Upper bound=stated value+12×precision\text{Upper bound} = \text{stated value} + \frac{1}{2} \times \text{precision}

The maximum possible error of a rounded measurement is half the precision (the smallest unit).

Worked example 3 Bounds of a single measurement

A length is given as 4.7 cm, measured to the nearest 0.1 cm.

  1. Precision =0.1= 0.1 cm.
  2. Lower bound =4.70.05=4.65= 4.7 - 0.05 = 4.65 cm.
  3. Upper bound =4.7+0.05=4.75= 4.7 + 0.05 = 4.75 cm.
  4. The actual length ll satisfies 4.65l<4.754.65 \leq l < 4.75.
Worked example 4 Bounds for a calculated area

A rectangle is measured as 12 cm by 8 cm, each to the nearest centimetre. Find the upper and lower bounds of the area.

  1. Length bounds: 11.5l<12.511.5 \leq l < 12.5. Width bounds: 7.5w<8.57.5 \leq w < 8.5.
  2. Lower bound of area =11.5×7.5=86.25= 11.5 \times 7.5 = 86.25 cm2^2.
  3. Upper bound of area =12.5×8.5=106.25= 12.5 \times 8.5 = 106.25 cm2^2.
  4. The stated area is 12×8=9612 \times 8 = 96 cm2^2, but the true area could be anywhere from 86.2586.25 to 106.25106.25 cm2^2.
4.65lower bound4.704.75upper bound
Upper and lower bounds for a length measured to the nearest 0.1 cm.

3. Propagation of errors

When measurements are combined in calculations, errors accumulate.

Error propagation rules

Addition or subtraction
Max error of (A±B)=max error of A+max error of B\text{Max error of } (A \pm B) = \text{max error of } A + \text{max error of } B
Multiplication (percentage errors)
Max % error of (A×B)% error of A+% error of B\text{Max \% error of } (A \times B) \approx \text{\% error of } A + \text{\% error of } B
Division (percentage errors)
Max % error of AB% error of A+% error of B\text{Max \% error of } \frac{A}{B} \approx \text{\% error of } A + \text{\% error of } B
Worked example 5 Error propagation in addition

Two planks are measured as 2.4 m and 1.8 m, each to the nearest 0.1 m. Find the upper and lower bounds for their combined length.

  1. Max error for each plank =0.05= 0.05 m.
  2. Combined max error =0.05+0.05=0.10= 0.05 + 0.05 = 0.10 m.
  3. Stated total =2.4+1.8=4.2= 2.4 + 1.8 = 4.2 m.
  4. Lower bound =4.20.10=4.10= 4.2 - 0.10 = 4.10 m. Upper bound =4.2+0.10=4.30= 4.2 + 0.10 = 4.30 m.
Worked example 6 Error propagation in a product

A speed is calculated as distance ÷\div time. Distance =100= 100 m (to the nearest metre) and time =12.5= 12.5 s (to the nearest 0.1 s).

  1. Distance max error =0.5= 0.5 m, so percentage error =0.5100×100%=0.5%= \dfrac{0.5}{100} \times 100\% = 0.5\%.
  2. Time max error =0.05= 0.05 s, so percentage error =0.0512.5×100%=0.4%= \dfrac{0.05}{12.5} \times 100\% = 0.4\%.
  3. Speed =10012.5=8= \dfrac{100}{12.5} = 8 m/s. Maximum percentage error 0.5%+0.4%=0.9%\approx 0.5\% + 0.4\% = 0.9\%.
  4. Maximum absolute error in speed 8×0.009=0.072\approx 8 \times 0.009 = 0.072 m/s. So speed =8.0±0.1= 8.0 \pm 0.1 m/s (rounded sensibly).

Practice

Fluency

Tier 1: basic skills

    1. The actual mass of a parcel is 3.2 kg. A scale reads 3.35 kg. Find the absolute error.
    2. Find the relative error for the measurement in Q1.
    3. Find the percentage error for the measurement in Q1.
    4. A length is 15.8 cm, measured to the nearest 0.1 cm. State the upper and lower bounds.
    5. A time is recorded as 24 seconds, to the nearest second. State the upper and lower bounds.
    6. A mass is given as 500 g, to the nearest 10 g. What is the maximum possible error?
    7. A stick is measured as 1.2 m to the nearest 0.1 m, and another as 0.8 m to the nearest 0.1 m. Find the bounds of their combined length.
    8. A student estimates π\pi as 3.14. Find the percentage error (use π=3.14159\pi = 3.14159\ldots).
    9. The temperature is recorded as 22°22°C to the nearest degree. What are the upper and lower bounds?
    10. A car’s odometer reads 45 230 km, rounded to the nearest km. State the bounds.
Reasoning

Tier 2: mixed practice

    1. Two students measure the same length. Student A gets 12.4 cm (actual 12.0 cm) and Student B gets 47.2 cm (actual 46.0 cm). Who has the smaller percentage error?
    2. A rectangle is measured as 20 cm ×\times 15 cm, each to the nearest cm. Find the upper and lower bounds of the area.
    3. A runner completes 400 m (to the nearest metre) in 52.3 s (to the nearest 0.1 s). Calculate the speed and find the maximum percentage error in the speed.
    4. A square has a side measured as 8.0 cm to the nearest mm. Find the upper and lower bounds of its area.
    5. Explain why percentage error is more useful than absolute error when comparing measurements of different magnitudes.
    6. A cylindrical tank has radius 1.2 m and height 3.0 m, each to the nearest 0.1 m. Calculate the volume and find the upper and lower bounds.
    7. A thermometer has a precision of 0.5°0.5°C. If it reads 37.0°37.0°C, state the error bounds and express the maximum percentage error.
Reasoning

Tier 3: explain and apply

    1. A surveyor measures the distance between two points as 84.3 m. The true distance is 85.0 m. She then uses this measurement to calculate the area of a square plot. Find the percentage error in the distance and in the area.
    2. The density of an object is calculated using ρ=mV\rho = \dfrac{m}{V}. The mass is 120±0.5120 \pm 0.5 g and the volume is 50±150 \pm 1 cm3^3. Find the density and the maximum percentage error.
    3. Explain why the maximum error of a difference ABA - B uses the sum of the individual errors, not the difference.
    4. A GPS device is accurate to ±3\pm 3 m. Two points are recorded 200 m apart. What is the maximum percentage error in this distance? If the points were only 10 m apart, how would the percentage error change?

Challenge

Reasoning

Harder reasoning

    1. The area of a circle is calculated from a measured diameter of 14.0±0.114.0 \pm 0.1 cm. Find the percentage error in the area. (Hint: area depends on d2d^2.)
    2. A student measures the acceleration due to gravity using g=2st2g = \dfrac{2s}{t^2}, where s=1.200±0.005s = 1.200 \pm 0.005 m and t=0.495±0.005t = 0.495 \pm 0.005 s. Calculate gg and the maximum percentage error. Comment on whether this is an acceptable result given that the accepted value is 9.819.81 m/s2^2.
    3. Two measurements are subtracted: A=50.0±0.5A = 50.0 \pm 0.5 and B=49.0±0.5B = 49.0 \pm 0.5. Find the result and its percentage error. Explain why subtraction of nearly equal quantities leads to a large relative error (this is called catastrophic cancellation).
    4. A map has a scale of 1 : 25 000. A distance on the map is measured as 4.2±0.14.2 \pm 0.1 cm. Find the actual distance and the bounds (in metres) of the actual distance.
Answers

Answer key

Attempt the practice first. When you're ready to check, expand the answers below.

Show the full answer key

Tier 1

    1. Absolute error =3.353.2=0.15= |3.35 - 3.2| = 0.15 kg.
    2. Relative error =0.153.2=0.046875= \dfrac{0.15}{3.2} = 0.046875.
    3. Percentage error =0.046875×100%4.7%= 0.046875 \times 100\% \approx 4.7\%.
    4. Lower bound =15.75= 15.75 cm, upper bound =15.85= 15.85 cm.
    5. Lower bound =23.5= 23.5 s, upper bound =24.5= 24.5 s.
    6. Maximum possible error =102=5= \dfrac{10}{2} = 5 g.
    7. Combined stated length =2.0= 2.0 m. Max error =0.05+0.05=0.10= 0.05 + 0.05 = 0.10 m. Lower bound =1.90= 1.90 m, upper bound =2.10= 2.10 m.
    8. Absolute error =3.143.14159=0.00159= |3.14 - 3.14159| = 0.00159. Percentage error =0.001593.14159×100%0.051%= \dfrac{0.00159}{3.14159} \times 100\% \approx 0.051\%.
    9. Lower bound =21.5°= 21.5°C, upper bound =22.5°= 22.5°C.
    10. Lower bound =45229.5= 45\,229.5 km, upper bound =45230.5= 45\,230.5 km.

Tier 2

    1. Student A: 0.412.0×100%=3.33%\dfrac{0.4}{12.0} \times 100\% = 3.33\%. Student B: 1.246.0×100%=2.61%\dfrac{1.2}{46.0} \times 100\% = 2.61\%. Student B has the smaller percentage error.
    2. Length bounds: 19.519.5 to 20.520.5 cm. Width bounds: 14.514.5 to 15.515.5 cm. Lower area =19.5×14.5=282.75= 19.5 \times 14.5 = 282.75 cm2^2. Upper area =20.5×15.5=317.75= 20.5 \times 15.5 = 317.75 cm2^2.
    3. Speed =40052.37.65= \dfrac{400}{52.3} \approx 7.65 m/s. Distance % error =0.5400×100%=0.125%= \dfrac{0.5}{400} \times 100\% = 0.125\%. Time % error =0.0552.3×100%0.096%= \dfrac{0.05}{52.3} \times 100\% \approx 0.096\%. Max % error in speed 0.125%+0.096%=0.22%\approx 0.125\% + 0.096\% = 0.22\%.
    4. Side bounds: 7.957.95 cm to 8.058.05 cm. Lower area =7.952=63.2025= 7.95^2 = 63.2025 cm2^2. Upper area =8.052=64.8025= 8.05^2 = 64.8025 cm2^2.
    5. Percentage error scales the error to the size of the quantity, enabling fair comparison. A 1 cm error on a 10 cm measurement (10%) is far more significant than a 1 cm error on a 1000 cm measurement (0.1%), but the absolute errors are identical.
    6. Volume =πr2h=π×1.22×3.013.57= \pi r^2 h = \pi \times 1.2^2 \times 3.0 \approx 13.57 m3^3. Lower: π×1.152×2.9512.26\pi \times 1.15^2 \times 2.95 \approx 12.26 m3^3. Upper: π×1.252×3.0514.97\pi \times 1.25^2 \times 3.05 \approx 14.97 m3^3.
    7. Bounds: 36.75°36.75°C to 37.25°37.25°C. Max error =0.25°= 0.25°C. Percentage error =0.2537.0×100%0.68%= \dfrac{0.25}{37.0} \times 100\% \approx 0.68\%.

Tier 3

    1. Distance percentage error =84.385.085.0×100%=0.785.0×100%0.82%= \dfrac{|84.3 - 85.0|}{85.0} \times 100\% = \dfrac{0.7}{85.0} \times 100\% \approx 0.82\%. Area using measured distance =84.32=7106.49= 84.3^2 = 7106.49 m2^2. Actual area =85.02=7225= 85.0^2 = 7225 m2^2. Area percentage error =7106.4972257225×100%1.64%= \dfrac{|7106.49 - 7225|}{7225} \times 100\% \approx 1.64\%, which is approximately double the distance error (since area d2\propto d^2).
    2. Density =12050=2.4= \dfrac{120}{50} = 2.4 g/cm3^3. Mass % error =0.5120×100%0.42%= \dfrac{0.5}{120} \times 100\% \approx 0.42\%. Volume % error =150×100%=2.0%= \dfrac{1}{50} \times 100\% = 2.0\%. Max % error in density 0.42%+2.0%=2.42%\approx 0.42\% + 2.0\% = 2.42\%. Density =2.4±0.06= 2.4 \pm 0.06 g/cm3^3.
    3. The error in ABA - B is maximised when AA is at its upper bound and BB is at its lower bound (or vice versa). This gives the largest possible spread: (A+δA)(BδB)=(AB)+(δA+δB)(A + \delta_A) - (B - \delta_B) = (A - B) + (\delta_A + \delta_B). The individual errors add regardless of whether we add or subtract the measurements.
    4. Max error =3+3=6= 3 + 3 = 6 m. For 200 m: % error =6200×100%=3%= \dfrac{6}{200} \times 100\% = 3\%. For 10 m: % error =610×100%=60%= \dfrac{6}{10} \times 100\% = 60\%. The GPS is unreliable for short distances.

Challenge

    1. Radius =7.0= 7.0 cm, so area =π×7.02=49π153.94= \pi \times 7.0^2 = 49\pi \approx 153.94 cm2^2. Diameter % error =0.114.0×100%0.714%= \dfrac{0.1}{14.0} \times 100\% \approx 0.714\%. Since area d2\propto d^2, area % error 2×0.714%=1.43%\approx 2 \times 0.714\% = 1.43\%.
    2. g=2×1.2000.4952=2.4000.2450259.795g = \dfrac{2 \times 1.200}{0.495^2} = \dfrac{2.400}{0.245025} \approx 9.795 m/s2^2. Distance % error =0.0051.200×100%0.42%= \dfrac{0.005}{1.200} \times 100\% \approx 0.42\%. Time % error =0.0050.495×100%1.01%= \dfrac{0.005}{0.495} \times 100\% \approx 1.01\%. Since gt2g \propto t^{-2}, time contributes 2×1.01%=2.02%2 \times 1.01\% = 2.02\%. Total % error 0.42%+2.02%=2.44%\approx 0.42\% + 2.02\% = 2.44\%. This gives g=9.80±0.24g = 9.80 \pm 0.24 m/s2^2. The accepted value 9.819.81 falls within this range, so the result is acceptable.
    3. Result =50.049.0=1.0= 50.0 - 49.0 = 1.0. Max error =0.5+0.5=1.0= 0.5 + 0.5 = 1.0. Percentage error =1.01.0×100%=100%= \dfrac{1.0}{1.0} \times 100\% = 100\%. When two nearly equal quantities are subtracted, the result is small but the absolute error remains the sum of the original errors, leading to a very large relative error. This catastrophic cancellation should be avoided in practice by redesigning the measurement approach.
    4. Map distance =4.2= 4.2 cm, so actual distance =4.2×25000=105000= 4.2 \times 25\,000 = 105\,000 cm =1050= 1050 m. Lower bound: (4.20.1)×25000=4.1×25000=102500(4.2 - 0.1) \times 25\,000 = 4.1 \times 25\,000 = 102\,500 cm =1025= 1025 m. Upper bound: (4.2+0.1)×25000=4.3×25000=107500(4.2 + 0.1) \times 25\,000 = 4.3 \times 25\,000 = 107\,500 cm =1075= 1075 m. Actual distance is between 1025 m and 1075 m.

Prefer paper? Print the answer key as a separate booklet: open print view ->