Monotonicity Formula

The Formula

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

When to use: Your age is monotonically increasing—it only goes up, never back down. A timer counting down is monotonically decreasing.

Quick Example

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

Notation

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

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

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)

Worked Examples

Example 1

medium
Is \(f(x) = 2x + 3\) monotonically increasing? Show that if \(x_1 < x_2\) then \(f(x_1) < f(x_2)\).

Solution

  1. 1
    Assume \(x_1 < x_2\).
  2. 2
    Multiply by 2 (positive, preserves inequality): \(2x_1 < 2x_2\).
  3. 3
    Add 3 to both sides: \(2x_1 + 3 < 2x_2 + 3\).
  4. 4
    So \(f(x_1) < f(x_2)\). ✓
  5. 5
    \(f\) is monotonically increasing on all of \(\mathbb{R}\).

Answer

Yes — \(f(x) = 2x+3\) is strictly increasing
A function is monotonically increasing when larger inputs always produce larger outputs. Here the positive slope (2) guarantees this.

Example 2

hard
Determine the intervals on which \(h(x) = x^3 - 3x\) is increasing and decreasing.

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

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.