Example 1 — Convert polar to Cartesian
EasyProblem
Convert the polar point to Cartesian coordinates.
Solution
-
Given a distance and angle , find .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is the location given as a distance from the origin plus an angle, rather than horizontal and vertical amounts?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Apply .
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 — distance and direction, not right and up. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Polar-to-Cartesian is just and .