Example 1 — Compare two points
EasyProblem
For , is the output more sensitive to a small input change near or near ?
Solution
-
Sensitivity is local steepness ; estimate near each point.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does a small change in the input produce a large change in the output here?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Near : from to , so . Near : from to , so .
The rule is chosen only after the structure matches, so the steps mean something.
-
at vs at .
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 — small nudge, how big a reaction. If it does not, revisit the recognition step before changing the arithmetic.
Answer
More sensitive near
Takeaway: The same function is more sensitive where it's steeper; sensitivity is local.