Example 1 — Approximate a root
EasyProblem
Approximate to two decimals and state the absolute error if the true value is
Solution
-
True value is irrational, so we choose a close decimal and track the gap.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I deliberately using a near value for a hard-to-write exact one while caring how far off it is?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Take as the approximation and subtract: .
The rule is chosen only after the structure matches, so the steps mean something.
-
.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — close on purpose, with the error in hand. If it does not, revisit the recognition step before changing the arithmetic.
Answer
with absolute error
Takeaway: An approximation is a chosen near value plus a known error.