Mathwords logoMathwords

Monotonic Function — Definition, Formula & Examples

A monotonic function is a function that consistently moves in one direction — either always increasing or always decreasing — across its entire domain. It never reverses course, so its graph has no peaks or valleys.

A function f:DRf: D \to \mathbb{R} is monotonically increasing (or non-decreasing) if for all x1,x2Dx_1, x_2 \in D with x1<x2x_1 < x_2, we have f(x1)f(x2)f(x_1) \leq f(x_2). It is monotonically decreasing (or non-increasing) if x1<x2x_1 < x_2 implies f(x1)f(x2)f(x_1) \geq f(x_2). When the inequalities are strict (<< and >> rather than \leq and \geq), the function is called strictly monotonic.

Key Formula

\text{Monotonically increasing: } x_1 < x_2 \implies f(x_1) \leq f(x_2)$$ $$\text{Monotonically decreasing: } x_1 < x_2 \implies f(x_1) \geq f(x_2)
Where:
  • x1,x2x_1, x_2 = Any two elements in the domain with $x_1 < x_2$
  • ff = The function being tested for monotonicity

How It Works

To determine whether a function is monotonic, check whether its output always moves in the same direction as the input increases. For differentiable functions, you can use the first derivative: if f(x)0f'(x) \geq 0 for all xx in an interval, ff is non-decreasing there; if f(x)0f'(x) \leq 0, it is non-increasing. A function that is monotonic on its entire domain is guaranteed to be one-to-one (injective) when the monotonicity is strict, which means it has an inverse function. Monotonicity is also central to proving convergence of sequences and establishing properties of integrals in real analysis.

Worked Example

Problem: Determine whether f(x)=x3f(x) = x^3 is monotonic on R\mathbb{R}.
Step 1: Compute the first derivative of ff.
f(x)=3x2f'(x) = 3x^2
Step 2: Analyze the sign of f(x)f'(x). Since x20x^2 \geq 0 for all real xx, we have f(x)=3x20f'(x) = 3x^2 \geq 0 everywhere. The derivative equals zero only at x=0x = 0, a single point.
f(x)0for all xRf'(x) \geq 0 \quad \text{for all } x \in \mathbb{R}
Step 3: Check strict monotonicity directly. Pick any x1<x2x_1 < x_2. Because x3x^3 is a strictly increasing power function (the derivative is zero only at an isolated point, not on an interval), x1<x2    x13<x23x_1 < x_2 \implies x_1^3 < x_2^3.
x1<x2    f(x1)<f(x2)x_1 < x_2 \implies f(x_1) < f(x_2)
Answer: f(x)=x3f(x) = x^3 is strictly monotonically increasing on R\mathbb{R}.

Another Example

Problem: Show that g(x)=2x+5g(x) = -2x + 5 is monotonically decreasing on R\mathbb{R}.
Step 1: Take the derivative.
g(x)=2g'(x) = -2
Step 2: Since g(x)=2<0g'(x) = -2 < 0 for every xx, the function is strictly decreasing everywhere.
g(x)<0for all xRg'(x) < 0 \quad \text{for all } x \in \mathbb{R}
Answer: g(x)=2x+5g(x) = -2x + 5 is strictly monotonically decreasing on R\mathbb{R}.

Visualization

Why It Matters

Monotonic functions are essential in real analysis, where the Monotone Convergence Theorem guarantees that every bounded monotonic sequence converges. In applied statistics and economics, monotonic transformations (like the logarithm) preserve the ordering of data, which is critical for utility theory and regression modeling. Understanding monotonicity is also a prerequisite for topics like inverse functions and the Fundamental Theorem of Calculus in college-level courses.

Common Mistakes

Mistake: Claiming a function is strictly increasing because f(x)0f'(x) \geq 0, even when f(x)=0f'(x) = 0 on an entire interval.
Correction: If f(x)=0f'(x) = 0 on an interval (not just at isolated points), the function is constant there — non-decreasing but not strictly increasing. Strict increase requires that f(x)=0f'(x) = 0 occur at most at isolated points.
Mistake: Confusing "monotonic" with "monotonic on every subinterval." Students sometimes say sin(x)\sin(x) is monotonic because it is increasing on [π/2,π/2][-\pi/2, \pi/2].
Correction: Monotonicity refers to behavior on the specified domain. The sine function is not monotonic on R\mathbb{R} because it oscillates. Always state the domain you are considering.

Related Terms