Example 1 — Choose the family
EasyProblem
A bank balance reads over four years. What kind of function models it, and write it.
Solution
-
Modeling: read the pattern's signature to pick a family.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Are you choosing and building a function to represent a real-world relationship?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Test ratios: , , — equal ratios signal exponential.
The rule is chosen only after the structure matches, so the steps mean something.
-
So , growth at 10% per year.
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 — pick the family that fits the pattern. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Equal ratios point to an exponential model; diagnose the pattern, then choose the family.