Example 1 — Evaluate absolute value
EasyProblem
For defined as if and if , find and check the join at .
Solution
-
Two regions split at ; pick the piece for each input.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the function switch to a different rule depending on which region of the domain the input is in?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Since , use : ; at the seam, left gives , right gives .
The rule is chosen only after the structure matches, so the steps mean something.
-
, and both pieces meet at , so it's continuous (with a corner).
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 — different rule in different regions. If it does not, revisit the recognition step before changing the arithmetic.
Answer
, continuous at
Takeaway: Choose the region's rule first, then verify the boundary actually connects.