Monotonicity Formula
The Formula
When to use: Your age is monotonically increasing—it only goes up, never back down. A timer counting down is monotonically decreasing.
Quick Example
Notation
What This Formula Means
A function or sequence that consistently moves in one direction only—always increasing or always decreasing throughout its domain.
Your age is monotonically increasing—it only goes up, never back down. A timer counting down is monotonically decreasing.
Formal View
Worked Examples
Example 1
mediumSolution
- 1 Assume \(x_1 < x_2\).
- 2 Multiply by 2 (positive, preserves inequality): \(2x_1 < 2x_2\).
- 3 Add 3 to both sides: \(2x_1 + 3 < 2x_2 + 3\).
- 4 So \(f(x_1) < f(x_2)\). ✓
- 5 \(f\) is monotonically increasing on all of \(\mathbb{R}\).
Answer
Example 2
hardCommon Mistakes
- Calling f(x) = x^2 monotonic — it decreases for x < 0 and increases for x > 0, so it changes direction
- Confusing 'always positive' with 'always increasing' — f(x) = \frac{1}{x} is positive for x > 0 but decreasing
- Thinking monotonic means the function never equals the same value twice — a constant function is technically non-decreasing
Why This Formula Matters
Monotonic functions have inverses and are easier to analyze.
Frequently Asked Questions
What is the Monotonicity formula?
A function or sequence that consistently moves in one direction only—always increasing or always decreasing throughout its domain.
How do you use the Monotonicity formula?
Your age is monotonically increasing—it only goes up, never back down. A timer counting down is monotonically decreasing.
What do the symbols mean in the Monotonicity formula?
Increasing: a < b \Rightarrow f(a) < f(b); decreasing: a < b \Rightarrow f(a) > f(b)
Why is the Monotonicity formula important in Math?
Monotonic functions have inverses and are easier to analyze.
What do students get wrong about Monotonicity?
f(x) = x^2 is NOT monotonic over all reals—it decreases for x < 0 then increases for x > 0.
What should I learn before the Monotonicity formula?
Before studying the Monotonicity formula, you should understand: function definition.