22 min read
Error in Real Problems
A worked, multi-step example combining bounds and appropriate precision on a realistic measurement problem.
A Full Worked Problem
Example 1 — bounds for a garden's area
A rectangular garden has length and width , both measured to decimal place. Find the upper and lower bounds of its area.
- Bounds of the length: to
- Bounds of the width: to
- Maximum area = max × max =
- Minimum area = min × min =
Answer: Maximum ≈ , Minimum ≈
Example 2 — reporting the area with appropriate precision
Using the same garden, report a single sensible value for the area, using appropriate precision.
- The raw calculation:
- Both inputs have significant figures — match that in the final answer
- Round to significant figures
Answer: ≈ — note this matches the range to found in Example , so it is a fair, honest summary of the real uncertainty.
Practice
A rectangle has length and width , both to decimal place. Find the upper bound of its area, to decimal places.
Your answer
More lessons in Numerical Precision, Accuracy and Errors · Next: Checking and Interpreting Results · Previous: Floating-Point Numbers
