Example 1 — Spot the bad formula
EasyProblem
Is the formula (with in m/s, in s) dimensionally valid?
Solution
-
It mixes acceleration and time, so check whether the units make meters.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Do the units on both sides of the equation reduce to the same thing?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute the right side's units: .
The rule is chosen only after the structure matches, so the steps mean something.
-
Left side is meters but right side is m/s — they don't match.
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 — the units must agree, or the formula is wrong. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Invalid; it should be
Takeaway: A units mismatch exposes a wrong formula without computing a single number.