# Candidates Test for Absolute Extrema

> AP Calculus BC · Unit 5: Analytical Applications of Differentiation
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u5-candidates-test-for-absolute-extrema/

This sub-topic covers the systematic Candidates Test procedure to locate absolute (global) maxima and minima of functions over any interval, including continuous, piecewise, open, closed, and unbounded domains aligned with AP Calculus BC exam requirements.

**Prerequisites:** Finding critical points of differentiable functions; Extreme Value Theorem for continuous functions; Basic differentiation rules (chain and quotient rules)

## Learning objectives

- Identify all candidate points for absolute extrema on any interval
- Apply the Candidates Test to closed bounded intervals
- Apply the Candidates Test to open and unbounded intervals
- Apply the Candidates Test to piecewise-defined functions
- Justify absolute extrema conclusions per AP Calculus BC requirements

## Core Concept of the Candidates Test

The Candidates Test (also called the Candidate Point Method, or Closed Interval Method for bounded closed intervals) is a systematic procedure to find absolute extrema of a function over a specified interval. By the Extreme Value Theorem, for continuous functions on closed bounded intervals, both an absolute maximum and minimum are guaranteed to exist. The core intuition is that any absolute extremum can only occur at one of two types of candidate points.

**Candidates Test** — A theorem-backed procedure that identifies all potential locations of absolute extrema, evaluates the function at each candidate, and compares values to find the global maximum and minimum

*Example:* Works for closed, open, unbounded intervals, and piecewise functions

**Exam command terms**

On AP Calculus BC FRQ, you must explicitly justify your conclusion about absolute extrema. Common command terms and their expectations are:

- **Justify** — You must explicitly state that you checked all candidate points and compared function values *(Stating "absolute maximum at $x=2$ because $f'(2)=0$" is not sufficient)*

- **Determine** — You must both find the extremum and provide a valid justification

## Applying the Test on Closed Bounded Intervals

For continuous functions on a closed bounded interval $[a,b]$, the step-by-step procedure is straightforward, and no additional derivative testing for local extrema is required after evaluating candidate points. This saves time and reduces errors on the exam.

1. Find all critical points of $f(x)$ that lie strictly inside $(a,b)$. A critical point is any point where $f(x)$ is defined, and $f'(x)=0$ or $f'(x)$ is undefined.
2. Add the endpoints $x=a$ and $x=b$ to your list of candidates.
3. Evaluate $f(x)$ at every candidate point on your list.
4. The largest value is the absolute maximum, and the smallest is the absolute minimum.

**Worked example:** Find the absolute maximum and absolute minimum of $f(x) = x^3 - 6x^2 + 9x + 2$ on the interval $[0, 4]$.

1. Compute the first derivative:
2. $$f'(x) = 3x^2 - 12x + 9 = 3(x-1)(x-3)$$
3. $f'(x)$ is defined for all $x$ in $(0,4)$, so critical points occur where $f'(x)=0$, giving $x=1$ and $x=3$, both inside the interval.
4. List all candidates: endpoints $x=0, x=4$, plus critical points $x=1, x=3$.
5. Evaluate $f$ at each candidate:
6. $$f(0) = 2,\quad f(1) = 6,\quad f(3) = 2,\quad f(4) = 6$$
7. Conclusion: The absolute maximum value of $f$ on $[0,4]$ is $6$ (attained at $x=1$ and $x=4$), and the absolute minimum value is $2$ (attained at $x=0$ and $x=3$).

> **Exam tip:** On AP FRQ, you do not need to classify critical points as local extrema first—just evaluate $f$ at all candidates and compare; this saves time and avoids unnecessary errors.

## Applying the Test on Open or Unbounded Intervals

The Candidates Test extends to open intervals $(a,b)$ or unbounded intervals (like $(a, \infty)$ or $(-\infty, \infty)$) with one key adjustment: there are no endpoints to evaluate, so instead we calculate the limit of $f(x)$ as $x$ approaches each open boundary (including $\pm\infty$ for unbounded intervals). Unlike closed intervals, the Extreme Value Theorem does not guarantee that an absolute extremum exists, so the test can confirm when no extremum exists. A useful shortcut: if a continuous function has exactly one critical point on an interval, and that critical point is a local maximum, it must be the absolute maximum on the interval (the same logic holds for local minimum = absolute minimum).

**Worked example:** Find the absolute maximum and absolute minimum of $f(x) = x e^{-x}$ on the interval $(0, \infty)$.

1. $f(x)$ is continuous on $(0, \infty)$, so the test applies.
2. Compute the derivative:
3. $$f'(x) = e^{-x}(1 - x)$$
4. $f'(x)$ is defined for all $x>0$, and equals zero only at $x=1$, which is inside the interval.
5. Candidates: critical point $x=1$, plus limits at the open boundaries: $\lim_{x \to 0^+} x e^{-x} = 0$, $\lim_{x \to \infty} x e^{-x} = 0$.
6. Evaluate $f$ at $x=1$:
7. $$f(1) = \frac{1}{e} \approx 0.368$$
8. Conclusion: $\frac{1}{e}$ is larger than the limiting value of $0$, so the absolute maximum is $\frac{1}{e}$ at $x=1$. $f(x)$ never actually reaches $0$ on $(0, \infty)$, so no absolute minimum exists.

> **Exam tip:** Always explicitly address whether an extremum value is actually attained by the function on the interval—if the function only approaches a minimum value but never reaches it, you must state that no absolute minimum exists, a common AP exam distracter.

## Applying the Test to Piecewise Functions

Piecewise-defined functions are a common AP exam question type, and they require an extra step in the Candidates Test: interior breakpoints (points where the function definition changes) must always be added to the candidate list, even if the function is continuous at the breakpoint. This is because the derivative of a piecewise function is almost always undefined at interior breakpoints (even for continuous piecewise functions, the left and right derivatives rarely match), so all interior breakpoints are automatically critical points that must be checked.

**Worked example:** Find the absolute maximum and minimum of $f(x)$ on the closed interval $[0,5]$, where:

1. $$f(x) = \begin{cases} x^2 + 1 & 0 \leq x \leq 2 \\ -x + 7 & 2 < x \leq 5 \end{cases}$$
2. Confirm $f$ is continuous on $[0,5]$: $\lim_{x \to 2^-} f(x) = 2^2 + 1 = 5$, $\lim_{x \to 2^+} f(x) = -2 + 7 = 5$, so $f$ is continuous at $x=2$, and continuous everywhere else on $[0,5]$.
3. Find critical points on each piece: For $0 \leq x < 2$, $f'(x) = 2x$, which equals zero only at $x=0$ (an endpoint). For $2 < x < 5$, $f'(x) = -1$, which is never zero.
4. Add the interior breakpoint $x=2$ to the candidate list, since $f'(2)$ is undefined.
5. List all candidates: endpoints $x=0, x=5$, breakpoint $x=2$.
6. Evaluate: $f(0) = 1$, $f(2) = 5$, $f(5) = 2$.
7. Conclusion: Absolute maximum is $5$ at $x=2$, absolute minimum is $1$ at $x=0$. If we had forgotten to add $x=2$ as a candidate, we would have incorrectly chosen $2$ as the maximum.

> **Exam tip:** Never forget to add all interior breakpoints of piecewise functions to your candidate list—AP exam writers regularly design problems where the absolute extremum occurs at the breakpoint to test this skill.

## Common pitfalls

- **Wrong:** Forgetting to include critical points where $f'(x)$ is undefined, only including points where $f'(x)=0$.
  - Why it fails: Students associate critical points with derivative zero from basic polynomial examples, so they miss points with corners, cusps, or vertical tangents.
  - Correct: Always explicitly check for points where $f'(x)$ is undefined, and confirm $f(x)$ is defined there before adding to the candidate list.
- **Wrong:** On open intervals, claiming an absolute minimum exists when $f(x)$ approaches a value but never reaches it.
  - Why it fails: Students confuse the limit of $f(x)$ with an attained value of $f(x)$.
  - Correct: After calculating endpoint limits for open intervals, always check if the value is actually attained at a point in the interval before claiming an extremum exists.
- **Wrong:** For piecewise functions, forgetting to add interior breakpoints to the candidate list.
  - Why it fails: Students only check for critical points on each individual piece and ignore junctions between pieces.
  - Correct: After finding critical points for each piece, add any breakpoint that lies strictly inside the interval to your candidate list before evaluating.
- **Wrong:** Justifying an absolute extremum by only noting it is a local extremum, without comparing to all candidates.
  - Why it fails: Students confuse local (relative) extrema with absolute extrema, and think the first/second derivative test is sufficient.
  - Correct: Always state that you evaluated $f$ at all critical points and endpoints (or limits for open intervals) and compared values to justify the absolute extremum.
- **Wrong:** Adding critical points that lie outside the given interval to the candidate list, then using their $f$ values in the comparison.
  - Why it fails: Students find all critical points of the function over its entire domain and forget to filter to those inside the given interval.
  - Correct: After finding all critical points of the function, cross out any that are not strictly inside the given interval before adding to candidates.
- **Wrong:** On closed intervals, not checking if $f$ is continuous before applying the test.
  - Why it fails: Students assume all functions are continuous, but discontinuous functions on closed intervals may not have extrema that follow the rule.
  - Correct: Explicitly confirm continuity on the interval at the start of the problem, and add discontinuities inside the interval to the candidate list.

## Cheatsheet

| Category | Rule/Steps | Notes |
| --- | --- | --- |
| Core Candidates Test Rule | Absolute extrema occur only at critical points inside the interval or interval endpoints | Critical points = points where $f$ is defined, $f'=0$ or $f'$ undefined; applies to any continuous function |
| Closed Bounded Interval $[a,b]$ | 1. Find interior critical points 2. Add $x=a, x=b$ 3. Evaluate $f$ at all candidates 4. Compare values | Extreme Value Theorem guarantees absolute max/min exist for continuous $f$ |
| Open/Unbounded Interval | 1. Find interior critical points 2. Compute $\lim f(x)$ at open boundaries 3. Evaluate $f$ at critical points 4. Compare values | No guarantee extrema exist; must confirm the extremum value is attained |
| Single Critical Point Shortcut | If $f$ is continuous, 1 critical point that is local max = absolute max; same for min | Only applies if there is exactly one critical point on the interval |
| Piecewise Functions | Add all interior breakpoints to candidate list | Derivative is almost always undefined at breakpoints, so they are critical points |
| Critical Point Filtering | Only include critical points inside the given interval | Critical points outside the interval do not affect extrema on the interval |
| AP FRQ Justification | "I evaluated $f$ at all critical points and endpoints; the largest/smallest value is the absolute extremum" | No extra local classification needed; explicit justification is required for full points |
| Discontinuous Functions | Add all interior points of discontinuity to the candidate list | Extrema can occur at jump or removable discontinuities where $f$ is defined |

## What's next

Mastering the Candidates Test for absolute extrema is a critical prerequisite for the next core topic in Unit 5: optimization, where you will set up and solve real-world problems that require finding the maximum or minimum of a function over a specified interval. Without the systematic candidate-checking process you learned here, you will often miss extrema at endpoints or critical points with undefined derivatives, leading to incorrect solutions. This topic also supports later topics across the course, including particle motion problems where you find maximum speed or displacement over a time interval, and area/volume optimization problems in Unit 8: Applications of Integration. Building this skill now will help you earn full points on both multiple-choice and free-response questions on the AP exam.

- [Mean Value Theorem](https://www.owlsprep.com/study/ap-calculus-bc-u5-mean-value-theorem/)
- [Determining Concavity](https://www.owlsprep.com/study/ap-calculus-bc-u5-determining-concavity/)
- [Second Derivative Test](https://www.owlsprep.com/study/ap-calculus-bc-u5-second-derivative-test/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u5-candidates-test-for-absolute-extrema/
