Kahibaro
Discord Login Register

Monotonicity

Understanding Monotonicity

In the parent chapter on function analysis, you already saw what a function is and how to think about its input–output behavior. Monotonicity focuses on how a function behaves as the input moves left to right: does the function consistently go up, consistently go down, or change direction?

This chapter is about giving precise language and tools for describing those “always going up” or “always going down” behaviors.

Basic Ideas: Increasing and Decreasing

Informally:

More precisely, let $f$ be a function and $I$ an interval (like $(1,5)$, $[0,\infty)$, or $(-\infty,2]$).

Increasing, Strictly Increasing

So:

Decreasing, Strictly Decreasing

Again:

Monotone Functions

A common umbrella term is:

So “monotone” means “always moving in one direction (or flat), never reversing direction.”

Examples of Monotonic Behavior

Here the focus is on describing the behavior, not on formal graphing techniques.

  1. $f(x) = 3x + 1$ on all real numbers:
    • If $x_1 < x_2$, then $3x_1 + 1 < 3x_2 + 1$.
    • So $f$ is strictly increasing on $(-\infty,\infty)$.
  2. $g(x) = -2x$ on all real numbers:
    • If $x_1 < x_2$, then $-2x_1 > -2x_2$.
    • So $g$ is strictly decreasing on $(-\infty,\infty)$.
  3. $h(x) = 5$ (a constant function):
    • For any $x_1 < x_2$, we have $h(x_1) = 5 = h(x_2)$.
    • So $h$ is increasing and decreasing (because $5 \le 5$ and $5 \ge 5$), but not strictly either.
  4. $k(x) = x^2$ on:
    • $[0,\infty)$: if $0 \le x_1 < x_2$, then $x_1^2 < x_2^2$. So $k$ is strictly increasing on $[0,\infty)$.
    • $(-\infty,0]$: if $x_1 < x_2 \le 0$, then $x_1^2 > x_2^2$. So $k$ is strictly decreasing on $(-\infty,0]$.
    • $(-\infty,\infty)$: not monotone on the whole real line, because it first decreases (to the left of $0$) and then increases (to the right of $0$).

This last example illustrates an important point: a function can be monotone on some intervals but not on others.

Intervals of Monotonicity

For many functions, it is useful to identify where they are increasing or decreasing. Those are called their intervals of monotonicity.

For example, for $f(x) = x^3 - 3x$:

Later, in calculus, you will use derivatives to find these intervals. In precalculus, you can still reason about monotonicity by:

When describing intervals, always link them to “as $x$ increases within this interval, what happens to $f(x)$?”

Monotonicity and One-to-One Functions

In the chapter on inverse functions, you will learn about one-to-one functions (injective functions): functions that never take the same value twice at different $x$.

Monotonicity and being one-to-one are closely connected:

Reason: if $x_1 < x_2$ and $f$ is strictly increasing, then $f(x_1) < f(x_2)$, so $f(x_1) \neq f(x_2)$. That means no horizontal line cuts the graph more than once on that interval.

This is important because:

You will use this idea in precalculus when restricting functions like $f(x) = x^2$ to $[0,\infty)$ so that they become one-to-one and hence invertible.

Recognizing Monotonicity from Graphs

Even without calculus, you should be comfortable reading monotonic behavior directly from a graph:

Important details:

Piecewise Monotone Functions

Many real-world and exam-style functions are piecewise-defined: they use different formulas on different intervals. Such functions are often monotone on each piece.

For a piecewise function like
$$
f(x) =
\begin{cases}
2x + 1, & x \le 0, \\

On the entire real line, $f$ is not monotone because it switches from increasing to decreasing at $x = 0$.

Common Patterns

Some standard families of functions and their monotonicity:

You do not need calculus to establish these patterns; they come from the algebraic properties of powers and exponentials that you study elsewhere.

Why Monotonicity Matters in Precalculus

Monotonicity plays several roles throughout precalculus and beyond:

As you move into calculus, monotonicity will be tightly connected to the sign of the derivative, but the basic notions and language you have learned here remain the same.

Views: 13

Comments

Please login to add a comment.

Don't have an account? Register now!