Increasing and Decreasing Functions

Whether a function is increasing or decreasing on an interval is one of the most important qualitative features its graph can have. In differential calculus, the sign of the derivative tells you precisely where a function is increasing or decreasing, making these definitions central to curve sketching and optimization.

Type Condition on I Graph
Increasing x 1 < x 2 f ( x 1 ) < f ( x 2 ) Rising left to right
Decreasing x 1 < x 2 f ( x 1 ) > f ( x 2 ) Falling left to right
Constant f ( x 1 ) = f ( x 2 ) for all x 1 , x 2 Horizontal

Increasing Functions

A function is increasing if, as we move along the curve from left to right, the curve is rising. Formally, f is increasing on an interval I if

f ( x 1 ) < f ( x 2 ) whenever x 1 < x 2  in  I .
Graph of an increasing function, rising from left to right

Decreasing Functions

A function is decreasing if, as we move along the curve from left to right, the curve is falling. Formally, f is decreasing on an interval I if

f ( x 1 ) > f ( x 2 ) whenever x 1 < x 2  in  I .
Graph of a decreasing function, falling from left to right

Constant Functions

A function is constant if its graph is horizontal. Formally, f is constant on I if

f ( x 1 ) = f ( x 2 ) for all  x 1 , x 2  in  I .
Graph of a constant function, a horizontal line

Frequently Asked Questions

How does calculus determine where a function is increasing or decreasing? If f is differentiable on an interval I :
  • f'(x) > 0 for all x I implies f is increasing on I .
  • f'(x) < 0 for all x I implies f is decreasing on I .
  • f'(x) = 0 for all x I implies f is constant on I .
This is one of the most useful results of differential calculus and underpins the first derivative test for local maxima and minima.

Can a function be both increasing and decreasing on overlapping intervals? A function can be increasing on one interval and decreasing on another, but it cannot be both increasing and decreasing on the same interval (unless it is constant, which is the edge case). For example, f ( x ) = x 2 is decreasing on ( , 0 ) and increasing on ( 0 , + ) .

What is a monotone function? A function that is increasing on its entire domain is called **monotonically increasing** (or strictly increasing). A function that is decreasing on its entire domain is called **monotonically decreasing**. Monotone functions are always one-to-one, because distinct inputs always produce distinct outputs.