Example 1 — Check a range formula
EasyProblem
A formula gives projectile range as . Use a limiting case to sanity-check it.
Solution
-
Send the launch speed to see if the extreme behavior is sensible.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the formula still make sense when I push a parameter to zero, infinity, or its critical value?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Substitute : the whole expression should collapse.
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 — push the dial to its extreme and watch. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Range is 0 at zero speed — passes the check
Takeaway: A sensible extreme value builds confidence the formula is structured correctly.