Absolute, Relative & Percentage Error

\( \text{Abs. error}=|x-\hat{x}|,\;\text{Rel. error}=\tfrac{|x-\hat{x}|}{|x|},\;\%\text{ error}=\tfrac{|x-\hat{x}|}{|x|}\times100\% \)
Number GCSE
Question 10 of 20

\( True value = 150, measured value = 147. Find absolute error. \)

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
\( Abs error = |true - measured|. \)

Explanation

Show / hide — toggle with X

Statement

When measuring or approximating values, errors are inevitable. There are three main ways to quantify them:

  • Absolute error: the difference between the true value and the approximation.
  • Relative error: the absolute error compared to the true value, expressed as a ratio.
  • Percentage error: the relative error expressed as a percentage.

\[ \text{Abs. error} = |x - \hat{x}|, \quad \text{Rel. error} = \frac{|x - \hat{x}|}{|x|}, \quad \% \text{ error} = \frac{|x - \hat{x}|}{|x|}\times 100\% \]

Why it’s true (short reason)

  • Absolute error measures the raw difference.
  • Relative error compares this to the size of the true value, giving a sense of scale.
  • Percentage error is simply relative error expressed as a percentage for easier interpretation.

Recipe (how to use it)

  1. Find the difference between measured (or approximate) and true values: \(|x-\hat{x}|\).
  2. For relative error, divide this difference by the true value.
  3. For percentage error, multiply the relative error by 100.

Spotting it

  • Questions asking “How accurate?” or “What is the error as a percentage?”
  • Problems involving rounding, truncation, or approximate values.
  • Data comparisons in physics, chemistry, and engineering often require error measures.

Common pairings

  • Bounds of accuracy: linking absolute error with upper and lower bounds.
  • Approximations of irrational numbers: e.g., comparing \(\pi\) to 3.14.
  • Scientific experiments: reporting measurement errors alongside results.

Mini examples

  1. Given: True length 10 cm, measured 9.8 cm. Abs. error: 0.2 cm. Rel. error: 0.02. % error: 2%.
  2. Given: True speed 25 m/s, estimate 24 m/s. Abs. error: 1. Rel. error: 0.04. % error: 4%.

Pitfalls

  • Dividing by approximate instead of true value: always use the true value for relative error.
  • Forgetting absolute value bars: errors are non-negative.
  • Mixing units: keep the same units for true and measured values.

Exam strategy

  • Underline true and approximate values.
  • Always compute absolute error first — it forms the basis for the others.
  • State answers with correct units for absolute error, but relative and percentage errors are unitless.
  • Percentage error should always include “%”.

Summary

Absolute, relative, and percentage errors are three linked ways of measuring the accuracy of approximations. Absolute error shows the raw difference, relative error gives it in proportion to the true value, and percentage error expresses this ratio in a simple, intuitive percentage. These tools are central in science and mathematics for assessing the reliability of calculations and measurements.

Worked examples

Show / hide (10) — toggle with E
  1. \( True length=10 cm, measured=9.8 cm. Find absolute, relative and percentage error. \)
    1. \( Abs error=|10-9.8|=0.2. \)
    2. \( Relative=0.2/10=0.02. \)
    3. \( % error=0.02×100=2%. \)
    Answer: \( Abs=0.2 cm, Rel=0.02, %=2% \)
  2. \( True speed=25 m/s, estimate=24 m/s. Find % error. \)
    1. \( Abs error=1. \)
    2. \( Relative=1/25=0.04. \)
    3. \( %=4%. \)
    Answer: 4%
  3. \( True mass=50 g, measured=47 g. Find absolute error. \)
    1. \( Abs=|50-47|=3. \)
    Answer: 3 g
  4. \( True value=200, approx=198. Find % error. \)
    1. \( Abs=2. \)
    2. \( Relative=2/200=0.01. \)
    3. \( %=1%. \)
    Answer: 1%
  5. \( True diameter=12 cm, measured=12.5 cm. Find absolute and % error. \)
    1. \( Abs=|12-12.5|=0.5. \)
    2. \( Relative=0.5/12≈0.0417. \)
    3. %≈4.17%.
    Answer: \( Abs=0.5 cm, %≈4.17% \)
  6. \( True value=8.2, approx=8. Find relative error. \)
    1. \( Abs=|8.2-8|=0.2. \)
    2. \( Relative=0.2/8.2≈0.0244. \)
    Answer: ≈0.024
  7. \( Approximate π=3.14. Find % error compared to true π≈3.1416. \)
    1. \( Abs=|3.1416-3.14|=0.0016. \)
    2. \( Relative=0.0016/3.1416≈0.00051. \)
    3. %≈0.051%.
    Answer: ≈0.051%
  8. \( A measurement gives 98 when true=100. Find % error. \)
    1. \( Abs=2. \)
    2. \( Relative=2/100=0.02. \)
    3. \( %=2%. \)
    Answer: 2%
  9. \( Estimate=50, true=49. Find absolute error. \)
    1. \( Abs=|50-49|=1. \)
    Answer: 1
  10. \( Estimate=250, true=240. Find relative and % error. \)
    1. \( Abs=10. \)
    2. \( Relative=10/240≈0.0417. \)
    3. %≈4.17%.
    Answer: Rel≈0.0417, %≈4.17%