Example 1 — Project onto the x-axis
EasyProblem
Project the point onto the -axis.
Solution
-
I flatten a 2D point onto the 1D -axis by dropping straight down.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I mapping a shape onto a lower-dimensional surface along rays?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Keep the -coordinate and set .
The rule is chosen only after the structure matches, so the steps mean something.
-
drops to on the -axis.
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 — cast it down a dimension. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: A projection maps a point onto a lower-dimensional surface, here dropping it onto the -axis.