Monotonicity Formula

Monotonicity is a function or sequence that consistently moves in one direction only—always increasing or always decreasing throughout its domain.

The Formula

Increasing: a<bf(a)<f(b)a < b \Rightarrow f(a) < f(b); Decreasing: a<bf(a)>f(b)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)=2xf(x) = 2x is monotonic increasing. g(x)=xg(x) = -x is monotonic decreasing.

Notation

Increasing: a<bf(a)<f(b)a < b \Rightarrow f(a) < f(b); decreasing: a<bf(a)>f(b)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 is monotone increasing    a,bD:a<bf(a)f(b);  strictly if f(a)<f(b)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+3f(x) = 2x + 3 monotonically increasing? Show that if x1<x2x_1 < x_2 then f(x1)<f(x2)f(x_1) < f(x_2).

Answer

Yes — f(x)=2x+3f(x) = 2x+3 is strictly increasing

First step

1
Assume x1<x2x_1 < x_2.

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan — every worked solution, all subjects

Example 2

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

Example 3

medium
Determine the intervals of monotonicity for f(x)=x24x+7f(x) = x^2 - 4x + 7.

Common Mistakes

  • Judging direction from one interval - monotonicity must hold across the entire domain, not a piece.
  • Confusing 'large values' with 'increasing' - a function can have big outputs while still going down.
  • Mixing up strictly monotonic with non-strict - allowing flat stretches makes it non-strict, which can break invertibility.

Why This Formula Matters

A strictly monotonic function always passes the horizontal-line test and therefore has an inverse (the converse need not hold), and monotonicity lets you reason about behavior without graphing every point; a single reversal breaks invertibility and many comparison arguments. Recognizing it by "Does larger input always give a same-direction change (always up, or always down) with no turn-around?" — rather than by familiar numbers — is what lets a student tell it apart from increasing on an interval and positive function and constant function in a mixed problem set.

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<bf(a)<f(b)a < b \Rightarrow f(a) < f(b); decreasing: a<bf(a)>f(b)a < b \Rightarrow f(a) > f(b)

Why is the Monotonicity formula important in Math?

A strictly monotonic function always passes the horizontal-line test and therefore has an inverse (the converse need not hold), and monotonicity lets you reason about behavior without graphing every point; a single reversal breaks invertibility and many comparison arguments. Recognizing it by "Does larger input always give a same-direction change (always up, or always down) with no turn-around?" — rather than by familiar numbers — is what lets a student tell it apart from increasing on an interval and positive function and constant function in a mixed problem set.

What do students get wrong about Monotonicity?

The procedure for monotonicity is the easy part; the trap is judging direction from one interval. Asking "Does larger input always give a same-direction change (always up, or always down) with no turn-around?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Monotonicity formula?

Before studying the Monotonicity formula, you should understand: function definition.