Calculus AB · Analytical Applications of Differentiation · 14 min read · Updated 2026-05-10
Candidates test for absolute extrema — AP Calculus AB
AP Calculus AB · Analytical Applications of Differentiation · 14 min read
1. Core Concepts of the Candidates Test★★☆☆☆⏱ 3 min
The Candidates Test (also called the Extreme Value Candidates Test or Closed Interval Method) is the standard algorithm for finding absolute (global) maximum and minimum values of a function on a given interval. Per the AP Calculus AB CED, this topic makes up ~1-2% of your total exam score, appearing in both multiple-choice and free-response, often as part of larger optimization or graph analysis questions.
The core idea draws from the Extreme Value Theorem: if a function is continuous on a closed bounded interval $[a,b]$, it must attain both an absolute maximum and an absolute minimum on that interval, and these can only occur at candidate points. Unlike the First or Second Derivative Tests which only classify local extrema, the Candidates Test directly identifies global extrema, the type most often requested on the AP exam.
2. The Candidates Test on Closed Intervals★★☆☆☆⏱ 4 min
Finding absolute extrema on a closed bounded interval $[a,b]$ is the most common AP exam scenario, and forms the base of the Candidates Test procedure. The Extreme Value Theorem guarantees both absolute extrema exist for continuous functions on closed intervals, so the step-by-step procedure is:
Confirm $f(x)$ is continuous on the entire interval $[a,b]$
Find all critical points of $f(x)$ that lie strictly inside the open interval $(a,b)$. Critical points are points where $f'(x)=0$, or $f'(x)$ is undefined but $f(x)$ is defined.
Add the endpoints $x=a$ and $x=b$ to your list of candidate points
Evaluate $f(x)$ at every candidate point
The largest output is the absolute maximum, the smallest output is the absolute minimum.
3. Candidates Test on Open and Infinite Intervals★★★☆☆⏱ 5 min
The Candidates Test can be adapted to find absolute extrema on open intervals $(a,b)$ or infinite intervals $(-\infty, \infty)$, though the Extreme Value Theorem does not apply here because endpoints are not included in the interval. The key modification is that we use limit values at open endpoints as candidate values, and we must check whether any extremum is actually attained at a point inside the interval. The procedure is:
Confirm $f(x)$ is continuous on the entire open interval
Find all critical points inside the interval, same as for closed intervals
Evaluate $f(x)$ at each critical point
Calculate the limit of $f(x)$ as $x$ approaches each open endpoint from inside the interval (for infinite endpoints, calculate $\lim_{x \to \infty} f(x)$ or $\lim_{x \to -\infty} f(x)$)
If the largest candidate value comes from a critical point inside the interval, that is the absolute maximum. If the largest value is only approached as a limit at an endpoint and never attained inside the interval, there is no absolute maximum. The same logic applies for the absolute minimum.
4. Candidates Test for Discontinuous and Piecewise Functions★★★★☆⏱ 5 min
If a function has a discontinuity on the interval of interest (common for piecewise functions and rational functions), the Candidates Test requires one additional step: add all points of discontinuity where $f(x)$ is defined to your candidate list. The Extreme Value Theorem only guarantees extrema for fully continuous functions on closed intervals, so a discontinuity can create a case where an extremum occurs at the discontinuity that would not be captured by only checking critical points and endpoints.
First identify all points of discontinuity of $f(x)$ on the interval
Add any discontinuity where $f(x)$ is defined to your candidate list, along with critical points and endpoints
Evaluate $f(x)$ at all candidates and compare values, same as before. If the discontinuity is a point where $f(x)$ is undefined, it cannot have an extremum there, so it is not added to the list.
5. AP-Style Concept Check★★★☆☆⏱ 4 min
Common Pitfalls
Why: Students confuse critical points with all candidate points, and assume all extrema must be local extrema
Why: Students find all critical points of the function over its entire domain, then forget to filter them to only those inside the interval of interest
Why: Students forget that open intervals do not include endpoints, so the function cannot attain a value there
Why: Students assume all tested functions are continuous everywhere, so they skip checking for discontinuities in piecewise or rational functions
Why: Students rush after finding candidates and incorrectly pick the largest or smallest $x$-coordinate instead of the largest/smallest function output
Why: Students only set $f'(x)=0$ to find critical points, and forget the second part of the critical point definition