Example 1 — Classify a fixed point
EasyProblem
For the map , find the equilibrium and decide if it's stable.
Solution
-
It's a feedback map; find where the value stays, then test the slope.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: After a small nudge, does the system move back toward the equilibrium rather than away from it?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Set ; the map's slope is .
The rule is chosen only after the structure matches, so the steps mean something.
-
, so nudges shrink and the system returns to .
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 — returns or runs away. If it does not, revisit the recognition step before changing the arithmetic.
Answer
, stable
Takeaway: Solve for the fixed point, then check for stability.