- Home
- /
- Math
- /
- Arithmetic Operations
- /
- Monotonicity
Monotonicity
Also known as: monotone function, always increasing, always decreasing
Grade 9-12
View on concept mapA function or sequence that consistently moves in one direction only—always increasing or always decreasing throughout its domain. Monotonic functions have inverses and are easier to analyze.
Definition
A function or sequence that consistently moves in one direction only—always increasing or always decreasing throughout its domain.
💡 Intuition
Your age is monotonically increasing—it only goes up, never back down. A timer counting down is monotonically decreasing.
🎯 Core Idea
Monotonic means 'one direction only'—no turning back. Monotone functions are invertible over their full domain.
Example
Formula
Notation
Increasing: a < b \Rightarrow f(a) < f(b); decreasing: a < b \Rightarrow f(a) > f(b)
🌟 Why It Matters
Monotonic functions have inverses and are easier to analyze.
💭 Hint When Stuck
Pick three increasing x-values and compute f(x) for each -- if the outputs always go in one direction, it is monotonic.
Formal View
Related Concepts
🚧 Common Stuck Point
f(x) = x^2 is NOT monotonic over all reals—it decreases for x < 0 then increases for x > 0.
⚠️ Common 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
Go Deeper
Frequently Asked Questions
What is Monotonicity in Math?
A function or sequence that consistently moves in one direction only—always increasing or always decreasing throughout its domain.
Why is Monotonicity important?
Monotonic functions have inverses and are easier to analyze.
What do students usually 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 Monotonicity?
Before studying Monotonicity, you should understand: function definition.
Prerequisites
Next Steps
Cross-Subject Connections
How Monotonicity Connects to Other Ideas
To understand monotonicity, you should first be comfortable with function definition. Once you have a solid grasp of monotonicity, you can move on to inverse function.