Monotonicity

Arithmetic
definition

Also known as: monotone function, always increasing, always decreasing

Grade 9-12

View on concept map

A 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

f(x) = 2x is monotonic increasing. g(x) = -x is monotonic decreasing.

Formula

Increasing: a < b \Rightarrow f(a) < f(b); Decreasing: a < b \Rightarrow f(a) > f(b)

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

f \text{ is monotone increasing} \iff \forall a, b \in D: a < b \Rightarrow f(a) \leq f(b); \; \text{strictly if } f(a) < f(b)

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

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

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.