5. Analytical Applications of Differentiation

Using The Candidates Test To Determine Absolute (global) Extrema

Using the Candidates Test to Determine Absolute (Global) Extrema 📈

Introduction: Why this matters

When students studies calculus, one big goal is learning how to use derivatives to understand the behavior of functions. A key skill in AP Calculus AB is finding the highest and lowest values a function takes on a closed interval. These are called absolute extrema. The Candidates Test is the standard method for doing this in a reliable way. It helps students compare all possible places where a function could reach its biggest or smallest value, instead of guessing.

In this lesson, students will learn how to identify the candidate points, evaluate the function at those points, and decide which value is the absolute maximum and which is the absolute minimum. This connects directly to the Extreme Value Theorem, critical points, and the broader study of analytical applications of differentiation. By the end, students should be able to explain the process clearly and use it on AP-style problems with confidence ✅

What are absolute extrema?

An absolute maximum is the greatest output value of a function on a given domain or interval. An absolute minimum is the least output value. If $f(x)$ has an absolute maximum at $x=c$, then $f(c)$ is larger than or equal to every other value of $f(x)$ in the interval. If $f(x)$ has an absolute minimum at $x=c$, then $f(c)$ is smaller than or equal to every other value of $f(x)$ in the interval.

It is important to notice that absolute extrema are always about a specific domain. A function may have no absolute maximum on all real numbers, but it may have one on a closed interval such as $[a,b]$. For example, the function $f(x)=x^2$ has no absolute maximum on $(-\infty,\infty)$, but on $[-2,3]$ it does have both an absolute minimum and an absolute maximum.

The word global is often used as another name for absolute. So absolute maximum and global maximum mean the same thing, and absolute minimum and global minimum mean the same thing.

The idea behind the Candidates Test

The Candidates Test is based on a simple fact: if a function can reach an absolute maximum or minimum on a closed interval, that value must occur at one of a few possible locations. These possible locations are called candidates.

For a function $f$ on a closed interval $[a,b]$, the candidates are usually:

  • the endpoints $x=a$ and $x=b$
  • any critical numbers in $(a,b)$ where $f'(x)=0$
  • any critical numbers in $(a,b)$ where $f'(x)$ does not exist, as long as $f(x)$ is defined there

These points matter because of the Extreme Value Theorem. If $f$ is continuous on a closed interval $[a,b]$, then $f$ must have both an absolute maximum and an absolute minimum on that interval. The Candidates Test tells students where to look for them.

This is a powerful tool because it narrows a big problem into a manageable checklist. Instead of checking every point in the interval, students checks only the candidates. That makes the process practical for tests and real problem solving 🧠

Step-by-step procedure for the Candidates Test

Here is the standard AP Calculus AB process students should follow:

  1. Identify the interval. Make sure the problem gives a closed interval like $[a,b]$.
  2. Find the derivative $f'(x)$.
  3. Solve $f'(x)=0$ to find critical numbers inside the interval.
  4. Find points where $f'(x)$ does not exist, but only if the original function $f(x)$ is defined there.
  5. Include the endpoints $x=a$ and $x=b$.
  6. Evaluate $f(x)$ at every candidate point.
  7. Compare the values to determine the absolute maximum and absolute minimum.

The most important part is not just finding critical numbers, but also evaluating the original function, not the derivative, at each candidate. A common mistake is to stop after solving $f'(x)=0$. That is not enough, because a critical number is only a possible location for an extreme value, not the answer itself.

Example 1: Polynomial on a closed interval

Suppose $f(x)=x^3-3x^2$ on $[0,3]$.

First, compute the derivative:

$$f'(x)=3x^2-6x=3x(x-2)$$

Set the derivative equal to zero:

$$3x(x-2)=0$$

So the critical numbers are $x=0$ and $x=2$. Since the interval is closed, the endpoints are also candidates: $x=0$ and $x=3$.

Now evaluate the function at the candidates:

$$f(0)=0^3-3(0)^2=0$$

$$f(2)=2^3-3(2)^2=8-12=-4$$

$$f(3)=3^3-3(3)^2=27-27=0$$

Compare the values $0$, $-4$, and $0$.

  • Absolute maximum: $0$ at $x=0$ and $x=3$
  • Absolute minimum: $-4$ at $x=2$

This example shows why endpoints must be checked. Even when the derivative gives interior critical points, the largest or smallest value can still happen at an endpoint.

Why endpoints matter so much

Endpoints are special because a closed interval has boundary points where the function cannot be extended farther inside the interval. At an interior point, a function can increase on one side and decrease on the other, creating a local extreme. At an endpoint, that kind of two-sided comparison is not possible, but the endpoint can still be the biggest or smallest value in the entire interval.

For example, if a function is increasing on $[a,b]$, then the absolute minimum occurs at $x=a$ and the absolute maximum occurs at $x=b$. If it is decreasing on $[a,b]$, the reverse is true. The Candidates Test works even when the function is not monotonic, because it checks all possible extreme-value locations in one organized method.

When the derivative does not exist

Some absolute extrema happen at points where $f'(x)$ does not exist. These points are still candidates if the function is defined there.

For example, consider $f(x)=|x|$ on $[-2,3]$.

The derivative does not exist at $x=0$, but the function is defined there. So the candidates are $x=-2$, $x=0$, and $x=3$.

Evaluate:

$$f(-2)=|-2|=2$$

$$f(0)=|0|=0$$

$$f(3)=|3|=3$$

So the absolute minimum is $0$ at $x=0$, and the absolute maximum is $3$ at $x=3$.

This example matters because not every absolute extremum comes from solving $f'(x)=0$. students must remember to include points where the derivative fails to exist, such as corners, cusps, or vertical tangents, as long as the function is defined there.

Connecting the Candidates Test to other calculus ideas

The Candidates Test is closely connected to the rest of Analytical Applications of Differentiation.

  • The Extreme Value Theorem guarantees that a continuous function on $[a,b]$ has both an absolute maximum and minimum.
  • Critical points come from derivative information and help identify where function behavior may change.
  • Increasing and decreasing intervals help students understand whether a function is rising or falling near candidate points.
  • Local extrema can be checked with derivative tests, but absolute extrema require comparing actual function values.
  • Graph analysis becomes easier when students knows where the function may peak or dip.

So the Candidates Test is not separate from calculus ideas. It brings together continuity, derivatives, and function behavior into one final decision-making process.

Example 2: A rational function with a restricted domain

Suppose $g(x)=\dfrac{x}{x^2+1}$ on $[-1,2]$.

Find the derivative using the quotient rule:

$$g'(x)=\frac{(x^2+1)(1)-x(2x)}{(x^2+1)^2}=\frac{x^2+1-2x^2}{(x^2+1)^2}=\frac{1-x^2}{(x^2+1)^2}$$

Set the numerator equal to zero:

$$1-x^2=0$$

So the critical numbers are $x=-1$ and $x=1$. Because the interval is $[-1,2]$, the candidates are $x=-1$, $x=1$, and $x=2$.

Evaluate:

$$g(-1)=\frac{-1}{(-1)^2+1}=\frac{-1}{2}$$

$$g(1)=\frac{1}{1^2+1}=\frac{1}{2}$$

$$g(2)=\frac{2}{2^2+1}=\frac{2}{5}$$

Compare the values:

  • Absolute minimum: $-\dfrac{1}{2}$ at $x=-1$
  • Absolute maximum: $\dfrac{1}{2}$ at $x=1$

Notice that the minimum occurred at an endpoint. That is very common on AP questions, especially when the function increases or decreases over part of the interval.

Common AP Calculus mistakes to avoid

students can avoid many errors by watching for these issues:

  • forgetting an endpoint on a closed interval
  • finding critical numbers but not evaluating $f(x)$ at them
  • using $f'(x)$ values instead of $f(x)$ values
  • ignoring points where $f'(x)$ does not exist
  • applying the method to an open interval without checking whether the problem actually asks for absolute extrema there
  • assuming the largest derivative value gives the largest function value, which is not true

A useful habit is to write the candidates in a list before evaluating anything. This keeps the work organized and reduces careless mistakes.

Conclusion

The Candidates Test is one of the most reliable tools in AP Calculus AB for finding absolute extrema on a closed interval. students begins by locating all possible candidates: endpoints, critical numbers where $f'(x)=0$, and points where $f'(x)$ does not exist but the function is still defined. Then students evaluates the original function at each candidate and compares the results.

This process connects directly to the Extreme Value Theorem and to graph behavior, making it a central part of analytical applications of differentiation. On AP problems, the Candidates Test is often the clearest way to prove which values are truly absolute maximums and minimums. With practice, students can use it as a dependable checklist for accurate calculus reasoning ✅

Study Notes

  • Absolute extrema are the largest and smallest values of a function on a given domain.
  • Absolute maximum and global maximum mean the same thing; absolute minimum and global minimum mean the same thing.
  • The Candidates Test is used on a closed interval $[a,b]$.
  • Candidate points include endpoints, critical numbers where $f'(x)=0$, and points where $f'(x)$ does not exist but $f(x)$ is defined.
  • The Extreme Value Theorem guarantees absolute extrema for a continuous function on a closed interval.
  • Always evaluate the original function $f(x)$ at each candidate, not the derivative.
  • Compare all candidate values to identify the absolute maximum and absolute minimum.
  • Endpoints can absolutely be the locations of extrema.
  • The Candidates Test is connected to graph analysis, critical points, and increasing/decreasing behavior.
  • On AP Calculus AB, careful organization and checking every candidate are key to success.

Practice Quiz

5 questions to test your understanding

Using The Candidates Test To Determine Absolute (global) Extrema — AP Calculus AB | A-Warded