Candidates test for absolute extrema
AP Calculus ABΒ· AP Calculus AB CED β 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.
Candidate Points
All points where an absolute extremum of a function can occur on an interval. These include: 1) critical points inside the interval, 2) endpoints of the interval, 3) discontinuities where the function is defined.
Example:
For on , candidates include , , and all critical points between and .
The core idea draws from the Extreme Value Theorem: if a function is continuous on a closed bounded interval , 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 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 is continuous on the entire interval
Find all critical points of that lie strictly inside the open interval . Critical points are points where , or is undefined but is defined.
Add the endpoints and to your list of candidate points
Evaluate at every candidate point
The largest output is the absolute maximum, the smallest output is the absolute minimum.
Find the absolute maximum and absolute minimum of on the closed interval .
- 1
is a polynomial, so it is continuous on all real numbers including , so the Extreme Value Theorem applies.
- 2
Compute the first derivative:
- 3
Set to find critical points at and , both inside . There are no points where is undefined, so these are our only critical points.
- 4
Full list of candidates: .
- 5
Evaluate at each candidate:
- 6
The largest value is , so the absolute maximum of on is at . The smallest value is , so the absolute minimum is at and .
3. Candidates Test on Open and Infinite Intervalsβ β β βββ± 5 min
The Candidates Test can be adapted to find absolute extrema on open intervals or infinite intervals , 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 is continuous on the entire open interval
Find all critical points inside the interval, same as for closed intervals
Evaluate at each critical point
Calculate the limit of as approaches each open endpoint from inside the interval (for infinite endpoints, calculate or )
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.
Find all absolute extrema of on the open interval .
- 1
is a polynomial, so it is continuous on , so we proceed.
- 2
Compute the derivative:
- 3
The only critical point is , which is inside , and there are no points where is undefined.
- 4
Evaluate at the critical point:
- 5
Calculate limits at the open endpoints:
- 6
Compare candidate values: . The smallest value is , which is attained at inside the interval, so this is the absolute minimum. The largest candidate value is , which is only the limit as and is not included in the interval, so never actually attains on . Thus, there is no absolute maximum.
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 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 on the interval
Add any discontinuity where is defined to your candidate list, along with critical points and endpoints
Evaluate at all candidates and compare values, same as before. If the discontinuity is a point where is undefined, it cannot have an extremum there, so it is not added to the list.
Find the absolute maximum and absolute minimum of on the closed interval .
- 1
is made of polynomial pieces, so the only possible discontinuity is at the boundary . We confirm , , so there is a jump discontinuity at , and is defined, so we add to the candidate list.
- 2
Find critical points inside : for , , which equals zero only at . For , , which is never zero or undefined. So the only point inside the interval is the discontinuity at .
- 3
Full candidate list: endpoints , plus .
- 4
Evaluate at all candidates:
- 5
Classification: The largest value is , attained at both endpoints, so the absolute maximum is . For the minimum, , which is smaller than all candidate function values, but never actually attains on , because is defined as , and all points have . There is no point in the interval where the minimum value is attained, so this function has no absolute minimum on .
5. AP-Style Concept Checkβ β β βββ± 4 min
Test your understanding with this AP-style multiple choice question:
What is the absolute minimum value of on the closed interval ?
A.
B.
C.
D.
Reveal answer
B. $-8$ βCorrect: is continuous, critical points at and (both inside the interval). Candidates are . Evaluating gives , which is the smallest value. Other options correspond to evaluating at the wrong candidate point.
6. Common Pitfalls
Wrong move:
Forgetting to include endpoints of a closed interval in the list of candidates
Why:
Students confuse critical points with all candidate points, and assume all extrema must be local extrema
Correct move:
Always add the two endpoints of a closed interval to your candidate list before evaluating function values
Wrong move:
Including critical points that lie outside the given interval in the candidate list
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
Correct move:
After finding all critical points, cross out any that are not within the given interval, only keep valid candidates
Wrong move:
Claiming an absolute extremum exists on an open interval when its value is only attained as a limit at the endpoint
Why:
Students forget that open intervals do not include endpoints, so the function cannot attain a value there
Correct move:
For any open endpoint, only count the limit as an attained extremum if the endpoint is included in the interval
Wrong move:
Forgetting to add points of discontinuity (where is defined) to the candidate list
Why:
Students assume all tested functions are continuous everywhere, so they skip checking for discontinuities in piecewise or rational functions
Correct move:
For any non-polynomial function, first find all discontinuities on the interval, add any where is defined to your candidate list
Wrong move:
Comparing -values instead of values to find the absolute maximum/minimum
Why:
Students rush after finding candidates and incorrectly pick the largest or smallest -coordinate instead of the largest/smallest function output
Correct move:
Always explicitly write the value of at each candidate, then sort the function outputs to find the extrema
Wrong move:
Ignoring critical points where is undefined (but is defined)
Why:
Students only set to find critical points, and forget the second part of the critical point definition
Correct move:
After finding where , check for points where is undefined but is defined, add any inside the interval to your candidate list
7. Quick Reference Cheatsheet
Category | Rule/Procedure | Notes |
|---|---|---|
Candidate Point Definition | All points where absolute extrema can occur: 1) Critical points inside interval, 2) Endpoints of interval, 3) Discontinuities where is defined | Discard any candidates that lie outside the interval of interest |
Candidates Test (Closed ) |
| EVT guarantees both absolute max and min exist for continuous |
Candidates Test (Open ) |
| No guarantee extrema exist; always check for attainment |
Candidates Test (Infinite ) | Same as open interval, add and as candidate values | Odd-degree polynomials have no absolute extrema; even-degree have one |
Critical Point Definition | is critical if is defined, and or is undefined | Always include points where is undefined but is defined |
Discontinuous Functions | Add all discontinuities where is defined to the candidate list | This is required for all piecewise functions at piece boundaries |
Absolute Extrema Classification | Absolute maximum = largest among attained candidates; Absolute minimum = smallest among attained candidates | Never report an extremum that is not attained at a point in the interval |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2022 Β· MCQ
Find absolute minimum on closed interval
- 2023 Β· FRQ
Justify absolute maximum on open interval
What's Next
Mastering the Candidates Test for absolute extrema is a critical prerequisite for optimization problems, the next major topic in Unit 5: Analytical Applications of Differentiation. Optimization problems ask you to find the maximum or minimum of a real-world function over a given interval, and the Candidates Test is the core method you will use to solve these problems. You will also apply this skill when analyzing graphs of derivatives and justifying extrema in free-response questions, so be sure to practice including all candidates and justifying your conclusions to earn full credit on exam day.
