Opening subject page...
Loading your content
Using the first derivative to reveal where a function rises and falls across its domain.
The ability to determine where a function increases or decreases lies at the heart of calculus and its applications. Long before formal derivatives existed, natural philosophers and mathematicians sought systematic ways to describe the behavior of changing quantities—whether the trajectory of a projectile, the growth of a population, or the profit of a merchant's enterprise. The story of how we arrived at the modern first derivative test for monotonicity is inseparable from the invention of calculus itself, and it represents one of the most elegant bridges between algebraic computation and geometric intuition.
The central question these developments address is deceptively simple: given a function f, on which intervals does f(x) grow larger as x moves to the right, and on which intervals does it shrink? The answer, as we will see, reduces to a systematic analysis of the sign of the first derivative. This technique is foundational not only for curve sketching but also for optimization, motion analysis, and modeling throughout the AP Calculus AB curriculum.
Before diving into computations, it is essential to establish precise definitions. A function f is said to be increasing on an interval (a, b) if, for every pair of numbers x₁ and x₂ in (a, b) with x₁ < x₂, we have f(x₁) < f(x₂). Similarly, f is decreasing on an interval (a, b) if x₁ < x₂ implies f(x₁) > f(x₂). These definitions are purely algebraic—they say nothing about derivatives. The power of calculus is that it converts this comparison-based definition into a simple sign check on f′(x).
The diagram below shows a generic differentiable function f(x) alongside its derivative f′(x). Observe how the regions where f′(x) is above the x-axis (positive) correspond precisely to the intervals where f(x) is climbing, and the regions where f′(x) is below the x-axis (negative) correspond to the intervals where f(x) is falling. The critical numbers—where f′(x) crosses or touches zero—mark the boundaries between increasing and decreasing intervals.
The theoretical backbone for this topic is the Increasing/Decreasing Test, which follows directly from the Mean Value Theorem. If f is continuous on [a, b] and differentiable on (a, b), the MVT guarantees the existence of some c in (a, b) such that f(b) − f(a) = f′(c)(b − a). Because (b − a) > 0, the sign of f(b) − f(a) matches the sign of f′(c). This reasoning, extended to every sub-interval, yields the following results.
The sign chart (or sign diagram) is the workhorse tool for this analysis. Consider the function f(x) = x³ − 3x. Its derivative is f′(x) = 3x² − 3 = 3(x − 1)(x + 1). Setting f′(x) = 0 yields critical numbers x = −1 and x = 1. These two values divide the real line into three intervals: (−∞, −1), (−1, 1), and (1, ∞). By testing one point in each interval—say x = −2, x = 0, and x = 2—we determine f′(−2) = 9 > 0, f′(0) = −3 < 0, and f′(2) = 9 > 0. The sign chart below visualizes this classification.
Let us walk through a complete example using a rational function, which often appears on the AP exam. Determine the intervals on which the function f(x) = x / (x² + 4) is increasing and decreasing.
| Aspect | Strengths | Limitations / Pitfalls |
|---|---|---|
| Applicability | Works for any differentiable function on open intervals; extends to piecewise functions interval by interval. | Requires differentiability—functions with infinitely many oscillations (e.g., x sin(1/x)) demand more careful treatment. |
| Algebraic simplicity | Factoring f′(x) makes sign analysis nearly mechanical; each linear or irreducible quadratic factor is easy to track. | If f′(x) cannot be factored easily (e.g., transcendental functions), numerical or graphical methods may be needed. |
| Local extrema detection | The method naturally identifies local maxima and minima where f′ changes sign. | f′(c) = 0 does not guarantee an extremum—if the sign does not change (e.g., f(x) = x³ at x = 0), there is no local max or min. |
| Interval notation | Open-interval notation aligns with the differentiability requirement and is standard in AP scoring. | Students sometimes incorrectly use closed brackets for the interval endpoints, but the derivative test applies on open intervals. |
Determining intervals of increase and decrease is the essential first step in the broader analytical toolkit of AP Calculus AB. Once you have classified these intervals, you can directly apply the First Derivative Test for Local Extrema: if f′ changes from positive to negative at a critical number c, then f(c) is a local maximum; if f′ changes from negative to positive, f(c) is a local minimum. This test is logically downstream from the increasing/decreasing analysis—it is simply a reading of the sign chart at each critical number.
| Feature | Increasing/Decreasing Analysis | Second Derivative Test |
|---|---|---|
| What it determines | Intervals where f rises or falls; sign changes reveal local extrema | Concavity at a critical point; classifies as local max/min without building a full sign chart |
| Information required | f′(x) and its sign on every sub-interval of the domain | f″(c) at each critical number c where f′(c) = 0 |
| When it fails | Rarely—only when f′ cannot be computed or when the domain has unusual structure | When f″(c) = 0 (inconclusive); must revert to the first derivative test |
| AP exam utility | Essential for justifying behavior on an interval; required for many FRQ justifications | Quick classification at a single point; often used in optimization FRQs |
Looking ahead, the same sign-chart technique extends to the second derivative f″(x) for concavity analysis: where f″ > 0 the graph is concave up, and where f″ < 0 it is concave down. Combining both sign charts gives you a complete qualitative picture of f—its shape, its turning points, and its inflection points—which is the foundation of accurate curve sketching without a calculator.
To determine where a function is increasing or decreasing, compute the first derivative f′(x) and identify all critical numbers—values where f′(x) = 0 or f′(x) does not exist. Use these critical numbers to partition the domain into open intervals. By testing the sign of f′(x) in each interval, you classify the function's behavior: f′ > 0 means increasing, and f′ < 0 means decreasing.
This analysis forms the foundation for the First Derivative Test for Local Extrema: a sign change from positive to negative at a critical number indicates a local maximum, while a sign change from negative to positive indicates a local minimum. If there is no sign change, the critical number is neither. Master the sign chart method and you will have one of the most powerful tools in the AP Calculus AB toolkit for curve sketching, optimization, and motion problems.