Example 1 — Range of a shifted square
EasyProblem
Find the range of .
Solution
-
Squaring gives , and we add to every output.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Which output values does the function actually reach as runs over its domain?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Take the smallest possible , which is , and add .
The rule is chosen only after the structure matches, so the steps mean something.
-
Smallest output is ; outputs grow without bound above that.
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 — the set of outputs that actually come out. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Range is , i.e.
Takeaway: Find the floor (or ceiling) the rule imposes, then describe all reachable outputs.