Using the Candidates Test to Determine Absolute (Global) Extrema
students, imagine you are choosing the highest and lowest points on a hiking trail. You do not need to check every single pebble on the path. Instead, you look at the most important spots: the endpoints, points where the slope is $0$, and places where the slope does not exist. This is the heart of the Candidates Test in calculus 🌟. In this lesson, you will learn how to use it to find absolute maximums and minimums on a closed interval.
What the Candidates Test Is and Why It Matters
The Candidates Test is a method for finding absolute, or global, extrema on a closed interval $[a,b]$. An absolute maximum is the greatest value a function reaches on the interval, and an absolute minimum is the least value it reaches on the interval. These are different from local extrema, which only compare nearby points.
The key idea comes from the Extreme Value Theorem, which says that if a function is continuous on a closed interval $[a,b]$, then it must have both an absolute maximum and an absolute minimum on that interval. That theorem tells us the extrema exist. The Candidates Test tells us where to look for them.
The “candidates” are the points where an absolute extremum might happen:
- the endpoints $x=a$ and $x=b$
- critical points where $f'(x)=0$
- critical points where $f'(x)$ does not exist, as long as the function itself is defined there
The reason this works is simple: a function can only reach a highest or lowest value on a closed interval at special points like these. 🎯
Step-by-Step Procedure for the Candidates Test
Here is the standard process students should use:
- Identify the interval $[a,b]$.
- Find all critical numbers in the interval by solving $f'(x)=0$ and checking where $f'(x)$ is undefined.
- Make sure the function is defined at each critical number and at the endpoints.
- Evaluate $f(x)$ at every candidate point.
- Compare all function values.
- The largest value is the absolute maximum, and the smallest value is the absolute minimum.
This is a very practical procedure because it turns an open-ended graphing problem into a short list of values to compare. It is especially useful on AP Calculus BC when you are not allowed to guess based only on a sketch.
A major detail: the function must be continuous on the closed interval for the Extreme Value Theorem guarantee to apply. If the function has a break, hole, or asymptote inside the interval, the absolute extrema may still exist, but you must be more careful. The Candidates Test is most straightforward when continuity is given.
Example 1: A Polynomial on a Closed Interval
Suppose $f(x)=x^3-3x^2+1$ on $[-1,3]$.
First, compute the derivative:
$$f'(x)=3x^2-6x=3x(x-2).$$
Now find critical numbers by solving $f'(x)=0$:
$$3x(x-2)=0,$$
so the critical numbers are $x=0$ and $x=2$.
Because polynomials are continuous everywhere, and both critical numbers are in $[-1,3]$, the candidates are $x=-1,0,2,3$.
Now evaluate the function:
$$f(-1)=(-1)^3-3(-1)^2+1=-1-3+1=-3,$$
$$f(0)=0-0+1=1,$$
$$f(2)=8-12+1=-3,$$
$$f(3)=27-27+1=1.$$
Compare these values:
- Absolute maximum value: $1$ at $x=0$ and $x=3$
- Absolute minimum value: $-3$ at $x=-1$ and $x=2$
This example shows that the same function can have more than one absolute maximum or minimum point on an interval. That is not a problem. The absolute extrema are the values, not just the locations.
Example 2: A Rational Function and a Non-Differentiable Point
Now consider a function with a sharp corner or undefined derivative. Let
$$g(x)=|x-1|$$
on the interval $[0,3]$.
This function is continuous on $[0,3]$, so absolute extrema must exist. Its derivative is not defined at $x=1$ because of the corner. That point is a critical number because $g'(1)$ does not exist.
The candidates are $x=0,1,3$.
Evaluate:
$$g(0)=|0-1|=1,$$
$$g(1)=|1-1|=0,$$
$$g(3)=|3-1|=2.$$
So the absolute minimum is $0$ at $x=1$, and the absolute maximum is $2$ at $x=3$.
This example is important because it shows that critical points are not only where $f'(x)=0$. students should always check where the derivative fails to exist, as long as the function exists there too.
How the Candidates Test Connects to Other Differentiation Ideas
The Candidates Test is connected to several big AP Calculus BC ideas:
- Increasing and decreasing behavior: If $f'(x)>0$, the function is increasing; if $f'(x)<0$, it is decreasing. Critical points often separate intervals of increase and decrease, helping us understand where extrema may happen.
- First derivative test: This test tells whether a critical point is a local maximum or minimum. The Candidates Test goes one step further by comparing all candidate values to find the absolute extrema on the whole interval.
- Mean Value Theorem: This theorem helps explain why derivatives reveal information about the graph’s behavior. Although it does not directly find extrema, it supports the logic behind derivative-based analysis.
- Graph analysis: The Candidates Test is often used after interpreting a graph or a derivative graph. A sketch can suggest where to check, but exact values must still be compared.
Think of it like this: local tests help you understand the terrain, but the Candidates Test helps you choose the highest peak and deepest valley on the whole hiking route. 🏔️
A Careful Look at Endpoints
Endpoints are always part of the Candidates Test on a closed interval. This is a common place where students make mistakes. A point can be the absolute maximum or minimum even if it is not a critical point.
For example, if a function is increasing on $[a,b]$, then the absolute minimum is usually at $x=a$ and the absolute maximum is usually at $x=b$. If a function is decreasing, the roles reverse. But you should still verify this by evaluating the candidates.
Why do endpoints matter? Because absolute extrema are about the whole interval, not just interior behavior. A function may keep rising all the way to the right endpoint, and the highest value will occur there even though the derivative never becomes $0$.
Real-World Interpretation
The Candidates Test is useful in real situations like optimizing profit, temperature, speed, or area. Suppose a company models daily profit by a function $P(t)$ on a fixed time interval. The company may want the greatest profit and least profit during that period. The Candidates Test identifies the exact days to compare.
Another example is temperature over a day. If $T(t)$ gives the temperature from $t=0$ to $t=24$, the absolute maximum is the hottest time and the absolute minimum is the coldest time. The endpoints matter because the day starts and ends there.
In physics, if $s(t)$ represents position, then finding the highest and lowest position on a time interval helps describe motion. In business, finding the largest and smallest values of revenue, cost, or profit can guide decision-making.
Common Mistakes to Avoid
students, here are mistakes that often cost points on AP questions:
- forgetting the endpoints $a$ and $b$
- using only $f'(x)=0$ and ignoring where $f'(x)$ does not exist
- failing to check that a critical number is actually in the interval
- comparing derivatives instead of function values
- calling a local maximum an absolute maximum without checking all candidates
A strong habit is to organize your work in a table with columns for candidate point, function value, and conclusion. That makes comparison clear and reduces errors.
Conclusion
The Candidates Test is one of the most practical tools in calculus for finding absolute extrema on a closed interval. It combines the ideas of continuity, critical points, endpoint evaluation, and comparison of values. The method is simple, but the reasoning behind it is powerful: an absolute maximum or minimum must occur at one of a small number of candidate points.
For AP Calculus BC, students should remember that the Candidates Test is not just a shortcut. It is a logical extension of the Extreme Value Theorem and derivative analysis. When you use it carefully, you can confidently identify the highest and lowest values of a function on $[a,b]$.
Study Notes
- The Candidates Test finds absolute extrema on a closed interval $[a,b]$.
- First find the candidates: endpoints $x=a$ and $x=b$, plus critical numbers where $f'(x)=0$ or $f'(x)$ does not exist.
- The function must be defined at each candidate point you plan to compare.
- The Extreme Value Theorem says a continuous function on $[a,b]$ has both an absolute maximum and an absolute minimum.
- To finish the test, evaluate $f(x)$ at every candidate point and compare values.
- The largest function value is the absolute maximum; the smallest is the absolute minimum.
- Critical points can come from $f'(x)=0$ or from points where $f'(x)$ is undefined.
- Endpoints matter and can be absolute extrema even when they are not critical points.
- The Candidates Test connects to increasing/decreasing behavior, local extrema, and graph analysis.
- Always check all candidates carefully; do not guess from a sketch alone.
