Historical Context & Motivation
Finding the highest and lowest points on a curve is one of the oldest problems in mathematics. Ancient Greek mathematicians like Euclid studied maximum and minimum distances, but they lacked a systematic tool for locating peaks and valleys of arbitrary functions. The development of calculus in the 17th century finally gave mathematicians the language they needed. The First Derivative Test grew directly out of the realization that the slope of a curve tells you whether the function is climbing uphill or sliding downhill — and a change in that direction signals a peak or a valley.
The central question that motivated all of this work remains the same question you'll tackle in this lesson: given a smooth function, how can you determine exactly where its relative maximum and relative minimum values occur, without having to graph every single point?
Core Principles & Definitions
Before diving into the test itself, you need a few key definitions. A critical number of a function f is any value c in the domain of f where f ʹ(c) = 0 or f ʹ(c) does not exist. Critical numbers are the only candidates where relative extrema can occur. A relative (local) maximum occurs at x = c when f(c) is greater than all nearby function values, and a relative (local) minimum occurs when f(c) is less than all nearby function values.
Critical Numbers
Sign of f ʹ(x)
Relative Maximum
Relative Minimum
No Extremum
Visual Explanation
The diagram below shows a function with two critical numbers. At the first critical number, the derivative changes from positive (increasing) to negative (decreasing), producing a relative maximum. At the second, the derivative changes from negative to positive, producing a relative minimum. Notice how the tangent lines (shown in color) rotate from positive slope to zero to negative slope around the hilltop, and from negative slope to zero to positive slope around the valley.
Mathematical Framework
The First Derivative Test is stated formally as follows. Suppose c is a critical number of a continuous function f. Then we examine the sign of f ʹ(x) on each side of c to classify the critical point.
Building a Sign Chart
A sign chart (sometimes called a sign diagram) is the practical tool you'll use every time you apply the First Derivative Test. The idea is simple: once you find the critical numbers, you place them on a number line and then test a sample point in each interval to determine whether f ʹ is positive or negative there. The transitions from "+" to "−" and vice versa tell you exactly what type of extremum, if any, occurs at each critical number.
- Step 1: Find f ʹ(x) and set it equal to zero (or locate where it is undefined) to get the critical numbers.
- Step 2: Place the critical numbers on a number line, dividing it into intervals.
- Step 3: Pick one test value in each interval and evaluate f ʹ at that value to determine the sign (+ or −).
- Step 4: Read the sign changes: + → − means relative max; − → + means relative min; no sign change means no extremum.
- Step 5: Evaluate f(c) at each critical number to find the actual y-coordinate of the extremum.
Worked Example
Let's apply the First Derivative Test to find all relative extrema of f(x) = 2x³ + 3x² − 12x + 1.
Strengths & Limitations
The First Derivative Test is powerful, but like any tool it has specific strengths and limitations. Understanding these will help you choose the best strategy for any given problem.
| Feature | Strengths | Limitations |
|---|---|---|
| Applicability | Works even when f ʹ(c) does not exist (cusps, corners), as long as f is continuous at c. | Requires continuity at the critical number. If f has a discontinuity at c, the test doesn't apply directly. |
| Information Provided | Tells you whether f is increasing or decreasing on each interval — gives a full picture of the function's behavior. | Only identifies relative (local) extrema, not absolute (global) extrema. You need the Closed Interval Method for absolute extrema on [a, b]. |
| Ease of Use | Only requires the first derivative — no need to compute f ʹʹ(x), which can be complicated for some functions. | Requires testing a point in every interval, which can be tedious if there are many critical numbers. |
| Conclusiveness | Always gives a definitive answer at each critical number — max, min, or neither. | Doesn't provide concavity information. For that, you need the Second Derivative Test or additional analysis. |
Connection to Advanced Topics
The First Derivative Test is your entry point into a family of optimization techniques that grow more sophisticated as you advance in mathematics. Here's how it connects to what comes next.
| First Derivative Test | Advanced Extension |
|---|---|
| Uses sign changes in f ʹ to classify local extrema. | The Second Derivative Test uses the sign of f ʹʹ(c) to classify critical points without testing intervals, though it can be inconclusive. |
| Applies to single-variable functions f(x). | In multivariable calculus, the gradient ∇f = 0 locates critical points, and the Hessian matrix (second-order partial derivatives) classifies them. |
| Identifies relative extrema on open intervals. | The Extreme Value Theorem and the Closed Interval Method extend the analysis to find absolute extrema on closed intervals [a, b]. |
| Answers: where does f have local highs and lows? | Optimization word problems combine the First Derivative Test with modeling to answer real-world questions like "What dimensions maximize area?" |
Mastering the First Derivative Test now gives you a rock-solid foundation for all of these topics. Every optimization problem you'll encounter in AP Calculus begins with the same core steps you've learned here: find the derivative, locate critical numbers, and analyze sign changes.
Practice Problems
Lesson Summary
The First Derivative Test is a systematic method for classifying critical numbers as relative maxima, relative minima, or neither. The process starts by computing f ʹ(x) and solving f ʹ(x) = 0 (or finding where f ʹ is undefined) to locate all critical numbers. You then build a sign chart by testing a sample point in each interval between critical numbers to determine whether f ʹ is positive (increasing) or negative (decreasing).
A sign change from positive to negative at a critical number means f has a relative maximum there, while a change from negative to positive signals a relative minimum. If there is no sign change, the critical number is not an extremum. This test works even at points where the derivative does not exist, making it more versatile than the Second Derivative Test in many situations.