Loading
Classify critical points as local maxima, minima, or neither by analyzing the sign behavior of the first derivative.
The quest to find the highest and lowest values of a quantity is one of the oldest problems in mathematics, predating formal calculus by centuries. Ancient Greek geometers, most notably Euclid and Apollonius, investigated extremal properties of curves using purely geometric arguments—for instance, proving that the circle encloses the maximum area for a given perimeter. However, these proofs were bespoke constructions, limited to specific problems and lacking a general algorithmic framework. The development of calculus in the seventeenth century finally provided that framework, transforming optimization from a collection of clever tricks into a systematic discipline built on the concept of the derivative.
The central question the First Derivative Test addresses is deceptively simple: given a function f that is continuous on an interval and has a critical point at x = c (where f ′(c) = 0 or f ′(c) does not exist), how can we determine whether that critical point corresponds to a local maximum, a local minimum, or neither? Unlike the Second Derivative Test, which requires f ″(c) to exist and be nonzero, the First Derivative Test works in every situation—even where the second derivative fails to exist or equals zero—making it the most universally applicable tool for classifying extrema in single-variable calculus.
Before applying the First Derivative Test, you must command a precise understanding of the underlying definitions. A critical number of a function f is a value c in the domain of f at which f ′(c) = 0 or f ′(c) does not exist. Critical numbers are the only candidates for local extrema on the interior of an interval—a consequence of Fermat's Theorem, which states that if f has a local extremum at an interior point c and f ′(c) exists, then f ′(c) = 0. The First Derivative Test refines this by examining the sign of f ′ on each side of a critical number to determine whether the function actually attains a local extremum there.
The diagram above captures the essential logic of the First Derivative Test in a single visual. Notice that the classification depends entirely on the transition in sign of f ′ as you cross the critical number from left to right—not on the value of f at the critical point, nor on the magnitude of f ′ elsewhere. A critical number where f ′ changes from positive to negative marks a hilltop on the graph (local maximum), while a change from negative to positive marks a valley (local minimum). If f ′ has the same sign on both sides, the critical number corresponds to a horizontal tangent or cusp where the function merely pauses in its monotonic trend, yielding no extremum.
The First Derivative Test can be stated precisely as a theorem. Suppose f is continuous on an open interval containing c and that c is a critical number of f (meaning f ′(c) = 0 or f ′(c) does not exist). The theorem provides three mutually exclusive conclusions based on the sign behavior of f ′ in a punctured neighborhood of c.
A sign chart (also called a sign diagram or number-line analysis) is the primary organizational tool for applying the First Derivative Test efficiently. It compresses all the information about the derivative's sign into a compact visual format that makes the classification of each critical number immediate. While the AP Calculus exam does not award credit for the sign chart alone—you must always justify your conclusion with a sentence referencing the sign change—the chart is an indispensable scratch-work device that prevents algebraic errors and keeps your analysis organized.
When constructing a sign chart, a useful efficiency technique is to factor f ′(x) completely and then track the sign of each factor across intervals. For the derivative f ′(x) = 3(x − 1)(x − 3) shown above, the constant factor 3 is always positive, the factor (x − 1) is negative for x < 1 and positive for x > 1, and the factor (x − 3) is negative for x < 3 and positive for x > 3. Multiplying the signs of each factor gives the sign of the product on each interval without ever substituting test values—a strategy that is particularly powerful when the derivative has many factors or when the critical numbers are irrational.
Let us apply the full procedure to find and classify all local extrema of the function f(x) = 2x⁴ − 4x² + 1. This polynomial has a derivative that factors cleanly, making it an excellent demonstration of the factoring-based sign chart approach.
Calculus offers two principal methods for classifying critical points: the First Derivative Test and the Second Derivative Test. While both accomplish the same goal, they differ in their hypotheses, computational requirements, and failure modes. Understanding when each test is preferable—and when one fails—is essential for efficient problem-solving on the AP exam.
| Criterion | First Derivative Test | Second Derivative Test |
|---|---|---|
| What you compute | Sign of f ′(x) on intervals around each critical number | Value of f ″(c) at each critical number where f ′(c) = 0 |
| Hypotheses | f continuous at c; f ′ defined near (but not necessarily at) c | f ′(c) = 0 and f ″(c) exists and is nonzero |
| Handles f ′(c) DNE? | Yes — works at cusps and corners | No — requires f ′(c) = 0 as a starting hypothesis |
| Inconclusive case | Never inconclusive (always gives a definitive answer if the sign chart is complete) | Inconclusive when f ″(c) = 0; must fall back on the First Derivative Test or higher-order tests |
| Computational cost | Moderate — requires sign analysis on multiple intervals | Low — one evaluation of f ″ per critical number |
| Best used when | f ″ is hard to compute, f ′(c) DNE, or f ″(c) = 0 | f ″ is easy to compute and clearly nonzero at the critical number |
The First Derivative Test is a gateway to several deeper ideas in AP Calculus BC and beyond. In the context of the AP curriculum, the most immediate extension is to absolute (global) extrema on closed intervals via the Candidates Test (Closed Interval Method), where you evaluate f at each critical number and at the endpoints, then compare. The First Derivative Test is also the theoretical backbone of optimization problems (related-rates max/min applications), where the justification that a critical point is actually a maximum or minimum relies on the sign change criterion.
| This Lesson's Concept | Advanced Extension |
|---|---|
| First Derivative Test (single-variable) | Gradient test in multivariable calculus: classify critical points of f(x, y) using the discriminant D = f_xx f_yy − (f_xy)² |
| Sign chart on intervals | Phase-line analysis for autonomous differential equations dy/dt = g(y), where sign changes of g determine equilibrium stability |
| Local extrema on open intervals | Global extrema via the Extreme Value Theorem on closed intervals [a, b]; also, the Calculus of Variations (Euler–Lagrange equation) for functional extrema |
| f ′(c) = 0 as a necessary condition | Karush–Kuhn–Tucker (KKT) conditions in constrained optimization, generalizing Lagrange multipliers |
Within the BC curriculum specifically, the First Derivative Test appears in parametric and polar contexts as well. When analyzing a curve given parametrically by x(t) and y(t), you can find local extrema of y as a function of x by examining sign changes of dy/dx = (dy/dt)/(dx/dt). Similarly, the test underpins the justification step in many AP free-response optimization problems—without it, you cannot confirm that a critical value of a constrained quantity is actually a maximum or minimum.
The First Derivative Test classifies each critical number of a continuous function f by examining the sign of f ′ on either side. A sign change from positive to negative produces a local maximum; a sign change from negative to positive produces a local minimum; and no sign change means no extremum at that critical number. The procedure involves computing f ′, finding all critical numbers, building a sign chart using test values, and writing a justification sentence for each classification.
Unlike the Second Derivative Test, which is inconclusive when f ″(c) = 0, the First Derivative Test always yields a definitive conclusion—making it the preferred tool on AP free-response questions that require justification. It applies even when f ′(c) does not exist (cusps, corners), extending its reach beyond smooth functions. Mastery of this test is foundational for optimization problems, the Candidates Test on closed intervals, and the analysis of particle motion along a line—all core topics in AP Calculus BC.
Keep learning with more lessons from the same subject.