3.4Approximation Errors
When calculations have multiple steps, rounding too early can cause errors to accumulate. These are called premature rounding errors.
Avoiding premature rounding errors
The area of a circle is 54 cm². Find its circumference, correct to 3 s.f.
Show solution▾
, so cm
Keep that in the calculator. Circumference cm (to 3 s.f.)
Now round to first: , which gives cm.
and are different answers, and only the first is right.
Round once, at the end, to the accuracy the question asks for.
Reverse problem: error bounds on a derived quantity
The area of a square is given as cm² correct to 2 significant figures. Find the range of possible perimeters.
Show solution▾
Since cm² is correct to 2 s.f., the area satisfies .
The side length , so ranges from to .
cm and cm.
Perimeter , so the perimeter satisfies .
cm and cm.
Therefore , rounding each bound outwards so that no possible perimeter is left out.