Opening subject page...
Loading your content
Use the sign of the first derivative to classify the rising and falling behavior of any differentiable function.
Understanding where a function rises and falls is one of the oldest questions in mathematical analysis, predating even the formal invention of calculus. Ancient Greek geometers studied tangent lines to curves, but they lacked a systematic tool for connecting the slope of a tangent to the overall behavior of a curve. The development of differential calculus in the seventeenth century finally provided that tool: the derivative. By examining the sign of the derivative over an interval, mathematicians could rigorously determine whether a function was climbing or descending—a technique that remains central to optimization, curve sketching, and applied modeling to this day.
The central question this lesson addresses is deceptively simple: given a differentiable function f, on which intervals does f increase, and on which does it decrease? The answer hinges on a single principle—the sign of f′—and mastering that principle unlocks the ability to sketch accurate graphs, locate extrema, and solve optimization problems throughout the AP Calculus BC curriculum.
Before diving into techniques, we need precise definitions. A function f is said to be increasing on an interval I if for every pair of points a and b in I with a < b, we have f(a) < f(b). Conversely, f is decreasing on I if a < b implies f(a) > f(b). These definitions describe global behavior over entire intervals, and the derivative provides a local tool that, when applied systematically, recovers this global picture.
The following diagram illustrates a cubic function f(x) = x³ − 3x alongside its derivative f′(x) = 3x² − 3. Observe how the sign of f′ directly governs the rising and falling behavior of f: wherever the blue f′-curve lies above the x-axis, the green f-curve ascends, and wherever f′ dips below the axis, f descends.
The diagram makes the core relationship visually immediate. On the interval (−∞, −1), the violet derivative curve sits above the x-axis, so f climbs; on (−1, 1), the derivative drops below the axis, and f descends from its local maximum of 2 at x = −1 to its local minimum of −2 at x = 1; beyond x = 1, the derivative is again positive and f resumes its climb toward infinity. Every sign change in f′ corresponds to either a local maximum or a local minimum of f.
The formal justification for the increasing/decreasing test rests on the Mean Value Theorem (MVT). If f is continuous on [a, b] and differentiable on (a, b), then there exists some c ∈ (a, b) such that f′(c) = [f(b) − f(a)] / (b − a). When f′ is positive throughout (a, b), this quotient must be positive, forcing f(b) > f(a). This logical chain is the backbone of every increasing/decreasing argument on the AP exam.
The algorithmic procedure is straightforward. First, compute f′(x). Second, find all critical numbers by solving f′(x) = 0 and identifying points where f′ is undefined (but f is still defined). Third, use these critical numbers—together with any domain endpoints or discontinuities—to partition the number line into open intervals. Fourth, choose a test value in each interval, evaluate the sign of f′ there, and conclude whether f is increasing or decreasing on that interval.
The sign chart (also called a sign diagram or number-line analysis) is the standard organizational tool for the increasing/decreasing test. It is not merely a shortcut—it is the way the AP exam expects you to justify your conclusions. Below is a detailed sign chart for the function g(x) = x⁴ − 4x³, which illustrates a case with both a zero-derivative critical point and an interval of constant sign behavior.
This example highlights a subtlety that the AP exam loves to test: a critical number does not automatically produce a local extremum. At x = 0, f′(0) = 0, so x = 0 is a critical number, but because the derivative is negative on both (−∞, 0) and (0, 3), the function is decreasing through x = 0 without pausing to create a peak or valley. Only at x = 3, where the sign of f′ actually changes from negative to positive, do we get a local minimum. This distinction between critical numbers and extrema is one of the most common sources of lost points on the AP exam.
Let us work through a complete example that mirrors the complexity of an AP Calculus BC free-response question. Consider the function h(x) = xe−x on the domain (−∞, ∞). We will determine all intervals on which h is increasing or decreasing.
| Common Pitfall | Why It's Wrong | Correct Approach |
|---|---|---|
| Assuming f′(c) = 0 means c is an extremum | If f′ does not change sign at c, there is no extremum (e.g., f(x) = x³ at x = 0) | Always check for a sign change in f′ across the critical number |
| Testing f(x) instead of f′(x) at the test value | The value of f tells you output, not slope. A large f-value doesn't mean increasing. | Plug the test value into the derivative f′, not the original function |
| Ignoring domain restrictions | For functions like f(x) = ln(x), the domain is (0, ∞); intervals must stay in the domain. | State the domain first; only consider critical numbers within the domain |
| Forgetting points where f′ is undefined | If f(x) = x^(2/3), then f′(0) DNE but f(0) is defined—x = 0 is a critical number | Include all values where f′ = 0 or f′ DNE (and f is defined) in your partition |
| Writing open vs. closed intervals carelessly | The increasing/decreasing test applies on open intervals; endpoint inclusion depends on continuity | Use open intervals in sign chart; include endpoints only if f is continuous there and the problem asks for it |
The first derivative test for monotonicity is only the beginning. The same logical framework—analyzing the sign of a derivative over intervals—extends naturally to the second derivative and concavity, to optimization on closed intervals via the Extreme Value Theorem, and to more advanced topics in AP Calculus BC such as parametric and polar curve analysis. In each of these extensions, the fundamental idea remains the same: derivative signs encode geometric behavior.
| First Derivative Analysis | Second Derivative Analysis |
|---|---|
| Examines f′(x) | Examines f″(x) |
| Determines increasing/decreasing behavior | Determines concavity (concave up/down) |
| Sign change in f′ → local extremum | Sign change in f″ → inflection point |
| f′ > 0: function rises | f″ > 0: curve bends upward (concave up) |
| Critical numbers: f′ = 0 or f′ DNE | Candidate inflection pts: f″ = 0 or f″ DNE |
For parametric curves defined by x(t) and y(t), the derivative dy/dx = (dy/dt)/(dx/dt) still governs increasing/decreasing behavior, but now you must track the signs of both numerator and denominator separately. For polar curves r = f(θ), the relationship between dr/dθ and the curve's distance from the origin extends the monotonicity idea into a new coordinate system. Mastering the first derivative sign analysis in Cartesian coordinates gives you the conceptual template for all of these generalizations.
To determine where a function is increasing or decreasing, begin by computing the first derivative f′(x) and then locate all critical numbers—values where f′ equals zero or does not exist (and f is defined). These critical numbers, together with domain boundaries, partition the number line into open intervals. By evaluating the sign of f′ at a test value in each interval, you construct a sign chart that reveals the function's monotonic behavior: f′ > 0 means increasing, and f′ < 0 means decreasing.
Remember that a critical number does not guarantee a local extremum; a sign change in f′ is required. The theoretical foundation rests on the Mean Value Theorem, which guarantees that the sign of the derivative on an interval dictates the ordering of function values. This technique is the gateway to curve sketching, optimization, and the deeper concavity analysis provided by the second derivative—all essential tools for success on the AP Calculus BC exam.