Example 1 — Classify a function
EasyProblem
Is even, odd, or neither?
Solution
-
Symmetry is decided by comparing to .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: When you replace with , do you get back (even), (odd), or neither?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute .
The rule is chosen only after the structure matches, so the steps mean something.
-
Since , it matches the even condition.
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 — plug in and see what happens. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Even
Takeaway: If reproduces , the function is even (mirror over the -axis).