Monotonic Functions

What Is a Monotonic Function?

    A function f(x) is said to be monotonic on an interval [a, b] if, for any two values x1 and x2 in that interval such that x2 > x1, the following holds:
  • Increasing $$ f(x_1) \le f(x_2) $$
  • Strictly increasing $$ f(x_1) < f(x_2) $$
  • Decreasing $$ f(x_1) \ge f(x_2) $$
  • Strictly decreasing $$ f(x_1) > f(x_2) $$

Examples

Example 1

This function is monotonically increasing.

graph of a monotonically increasing function

However, it's not strictly increasing since it remains constant over some intervals.

In technical terms, it is a non-decreasing function.

Example 2

This function is strictly increasing as it consistently rises and never flattens out.

graph of a strictly increasing function

Example 3

This function is monotonically decreasing.

graph of a monotonically decreasing function

It's not strictly decreasing because there are segments where the function remains constant.

Therefore, it is classified as a non-increasing function.

Example 4

This function is strictly decreasing since it continuously decreases without ever staying constant.

graph of a strictly decreasing function

Strictly Monotonic Functions

A function is strictly monotonic if it is either strictly increasing or strictly decreasing throughout its domain.

In simpler terms, strictly monotonic functions never have flat intervals - they either always increase or always decrease.

Key Properties of Strictly Monotonic Functions

Strict monotonicity plays a central role in mathematical analysis, as it ensures the function is invertible.

Every strictly monotonic function is invertible, meaning it always has an inverse function.

Example

The function f(x) = x + 1 is strictly increasing:

$$ f(x)=x+1 $$

As such, it is also invertible, and its inverse is:

$$ f^{-1}(y)=y-1 $$

This principle applies broadly to all strictly monotonic functions.

 

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Functions

Mathematical Analysis

More Topics

Functions of Two Variables