Example 1 — Find the period
EasyProblem
A function satisfies for all and no smaller positive value works. What is the period?
Solution
-
The function repeats every time the input advances by a fixed amount.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the function return to the exact same value after a fixed, repeating interval?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Identify the smallest positive with .
The rule is chosen only after the structure matches, so the steps mean something.
-
Given with nothing smaller, .
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 pattern repeats on a fixed cycle. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Period
Takeaway: The period is the smallest interval over which the values exactly repeat.