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 is monotonically increasing (or non-decreasing) if for all with , we have . It is monotonically decreasing (or non-increasing) if implies . When the inequalities are strict ( and rather than and ), 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:
- = Any two elements in the domain with $x_1 < x_2$
- = 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 for all in an interval, is non-decreasing there; if , 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 is monotonic on .
Step 1: Compute the first derivative of .
Step 2: Analyze the sign of . Since for all real , we have everywhere. The derivative equals zero only at , a single point.
Step 3: Check strict monotonicity directly. Pick any . Because is a strictly increasing power function (the derivative is zero only at an isolated point, not on an interval), .
Answer: is strictly monotonically increasing on .
Another Example
Problem: Show that is monotonically decreasing on .
Step 1: Take the derivative.
Step 2: Since for every , the function is strictly decreasing everywhere.
Answer: is strictly monotonically decreasing on .
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 , even when on an entire interval.
Correction: If on an interval (not just at isolated points), the function is constant there — non-decreasing but not strictly increasing. Strict increase requires that occur at most at isolated points.
Mistake: Confusing "monotonic" with "monotonic on every subinterval." Students sometimes say is monotonic because it is increasing on .
Correction: Monotonicity refers to behavior on the specified domain. The sine function is not monotonic on because it oscillates. Always state the domain you are considering.
