Historical Context & Motivation
Throughout history, mathematicians and scientists have needed to find the greatest and least values that quantities can take. Whether designing the strongest arch, calculating the most efficient path for light, or maximizing a crop yield, the search for extreme values has been central to applied mathematics. The development of calculus in the 17th century finally gave us the tools to solve these problems systematically, but it took additional centuries to formalize a clean, reliable procedure for finding absolute (global) extrema on a closed interval.
With the Extreme Value Theorem in hand, a natural question arose: if we know a continuous function must hit its highest and lowest points on a closed interval, how do we actually find them? The answer is the Candidates Test—a straightforward procedure that narrows the search down to a short list of "candidate" points and compares their function values.
Core Principles & Definitions
Before diving into the procedure, you need to understand a few foundational ideas. The Candidates Test relies on the distinction between local extrema and global (absolute) extrema, the role of critical points, and the requirements that make the whole method valid.
Absolute (Global) Extrema
Critical Points
Endpoints
Extreme Value Theorem (EVT)
Closed vs. Open Intervals
Visual Explanation
The diagram below shows a continuous function on the closed interval [1, 6]. Notice how the function has hills and valleys in the interior, plus values at the two endpoints. The candidate points are highlighted: the two endpoints and the critical points where the tangent line is horizontal (slope = 0) or where the derivative fails to exist (the cusp). By comparing the y-values at just these candidates, you can identify the global maximum and minimum without checking every point on the curve.
The key insight from this diagram is that the absolute extrema occur at candidate points only—never at random interior points where the derivative exists and is nonzero. At such points, the function is either climbing or descending, so it can't be at its peak or valley there. This is why the method works: by restricting our attention to critical points and endpoints, we are guaranteed not to miss the global extrema.
Mathematical Framework
The Candidates Test is a step-by-step procedure. Here is the formal statement and the equations that drive each step.
Step-by-Step Procedure Flowchart
The flowchart below summarizes the entire Candidates Test procedure as a visual decision map. Following these steps in order ensures you never miss a candidate and always reach the correct conclusion.
Worked Example
Let's apply the Candidates Test to find the absolute maximum and absolute minimum of f(x) = 2x³ − 3x² − 12x + 5 on the interval [−2, 4].
Notice that the absolute maximum happened at an endpoint, not at a critical point. This is a powerful reminder that you must always check the boundary values. Without evaluating f(4), you would have incorrectly concluded that the absolute max was 12.
Strengths, Limitations & Comparison with Other Tests
The Candidates Test is not the only method for analyzing extrema. You may have already learned the First Derivative Test and the Second Derivative Test, which classify local extrema. Here's how the Candidates Test compares to those approaches, and where each method shines.
| Feature | Candidates Test | First Derivative Test | Second Derivative Test |
|---|---|---|---|
| What it finds | Absolute (global) max and min | Local max and min | Local max and min |
| Requires closed interval? | Yes — must be [a, b] | No | No |
| Uses endpoints? | Yes — always | No | No |
| Needs second derivative? | No | No | Yes |
| Best used when… | You need the overall highest and lowest values on a specific interval | You need to classify bumps and dips without a fixed interval | f ″ is easy to compute and you want quick local classification |
Connection to Advanced Theory
The Candidates Test you've learned in this lesson is the gateway to more sophisticated optimization techniques you'll encounter in future courses. Here's a preview of where these ideas lead.
| This Lesson (Calculus 1) | What Comes Next |
|---|---|
| Functions of one variable on [a, b] | Multivariable optimization: finding extrema of f(x, y) on bounded regions in Calculus 3 |
| Closed interval guarantees extrema exist | On open intervals or unbounded domains, limits at infinity and asymptotic behavior must be analyzed |
| Compare finitely many candidate values | Lagrange multipliers: optimize with constraints using the gradient, a powerful generalization |
| Polynomial and simple functions | Real-world modeling: cost, revenue, physics, and engineering problems requiring optimization under constraints |
Even in advanced settings, the core logic remains the same: narrow down the list of locations where extrema can occur, evaluate the function there, and compare. The Candidates Test instills this disciplined, systematic approach. As you move into applied optimization problems—maximizing the volume of a box, minimizing the cost of materials, or finding the fastest route—you'll see the Candidates Test appear again and again as the final step after setting up the model.
Practice Problems
Lesson Summary
The Candidates Test is a systematic procedure for finding the absolute (global) maximum and absolute (global) minimum of a continuous function on a closed interval [a, b]. It is justified by the Extreme Value Theorem, which guarantees that such extrema exist. The method works by identifying all critical points (where f ′(x) = 0 or f ′(x) does not exist) inside the interval, adding the two endpoints to the list, evaluating f at every candidate, and then comparing the resulting y-values.
The candidate with the largest function value is the absolute maximum, and the candidate with the smallest function value is the absolute minimum. Unlike the First and Second Derivative Tests, the Candidates Test finds global extrema rather than local ones. Always remember: endpoints count as candidates, the interval must be closed, and the function must be continuous on the entire interval for the test to be valid.