Welcome to the Peak and the Valley: Absolute Extrema

In our previous chapters, we looked at "relative" (local) hills and valleys—points that are higher or lower than their immediate neighbors. But what if we want to find the absolute highest or lowest point on an entire stretch of a graph? That is where Absolute Extrema and the Candidates Test come in!

Think of it like a mountain range: a relative maximum is the top of any hill, but the Absolute Maximum is the peak of Mount Everest. In AP Calculus, finding these "champions" of the graph is a vital skill for Unit 5 and a favorite topic on the AP Exam.

Did you know? Absolute extrema are the foundation of Optimization. Whether a company is trying to find the minimum cost to produce a phone or a scientist is finding the maximum height of a rocket, they are using the same "Candidates Test" you are about to learn!

The Guarantee: The Extreme Value Theorem (EVT)

Before we start hunting for points, we need to know they actually exist. As we touched on in Topic 5.2, the Extreme Value Theorem tells us that if a function \(f(x)\) is continuous on a closed interval \([a, b]\), then \(f(x)\) must have both an absolute maximum and an absolute minimum on that interval.

Wait! This means two things must be true before you start:
1. The function has no holes, jumps, or vertical asymptotes (it is continuous).
2. You are looking at a specific window with defined start and end points (a closed interval).

Who are the "Candidates"?

Imagine you are judging a contest for the highest point on a roller coaster. Where would you look? You’d look at the tops of the loops, but you’d also check the very beginning and the very end of the track. In Calculus, we call these potential winners our Candidates.

The Absolute Extrema can only occur at two types of places:
1. Critical Points: Places where the derivative \(f'(x) = 0\) or \(f'(x)\) is undefined.
2. Endpoints: The boundaries of our interval, \(x = a\) and \(x = b\).

Quick Review: A critical point is only a "candidate" if it actually falls inside the interval \([a, b]\). If you find a critical point at \(x = 10\) but your interval is \([0, 5]\), you can ignore it!

The Step-by-Step Guide to the Candidates Test

Don't worry if this seems like a lot of steps; it becomes a very predictable routine with practice. Here is how you perform the Candidates Test:

Step 1: Verify Continuity. Briefly note that the function is continuous on the interval \([a, b]\) to justify using the test.

Step 2: Find Critical Points. Take the derivative \(f'(x)\). Set it equal to zero and find where it is undefined. Solve for \(x\).

Step 3: Filter the Candidates. Keep only the critical points that are inside the interval \([a, b]\). Add the endpoints \(x = a\) and \(x = b\) to this list.

Step 4: The Showdown (Table of Values). Plug every candidate \(x\)-value back into the original function \(f(x)\). Crucial Tip: Do NOT plug them into the derivative! We want the height of the graph, not the slope.

Step 5: Pick the Winner.
• The largest \(y\)-value is your Absolute Maximum.
• The smallest \(y\)-value is your Absolute Minimum.

Key Takeaway: The Candidates Test is essentially a "brute force" method. You find all the possible places an extreme could be, check them all, and pick the biggest and smallest.

A Worked Example

Question: Find the absolute maximum and minimum values of \(f(x) = x^3 - 3x^2 + 1\) on the interval \([-1, 3]\).

1. Derivative: \(f'(x) = 3x^2 - 6x\).

2. Find Critical Points: Set \(3x^2 - 6x = 0\).
\(3x(x - 2) = 0\)
\(x = 0\) and \(x = 2\).
Both \(0\) and \(2\) are inside our interval \([-1, 3]\), so they are both candidates!

3. The Candidates Table: We check our endpoints (\(-1\) and \(3\)) and our critical points (\(0\) and \(2\)).

• \(f(-1) = (-1)^3 - 3(-1)^2 + 1 = -1 - 3 + 1 = -3\)
• \(f(0) = (0)^3 - 3(0)^2 + 1 = 1\)
• \(f(2) = (2)^3 - 3(2)^2 + 1 = 8 - 12 + 1 = -3\)
• \(f(3) = (3)^3 - 3(3)^2 + 1 = 27 - 27 + 1 = 1\)

4. Conclusion:
The Absolute Maximum value is \(1\) (occurring at \(x = 0\) and \(x = 3\)).
The Absolute Minimum value is \(-3\) (occurring at \(x = -1\) and \(x = 2\)).

Common Mistakes to Avoid

Forgetting the Endpoints: This is the most common error. The absolute max/min is very often at the very start or end of the interval!
Using the Wrong Function: Students often plug candidates into \(f'(x)\) instead of \(f(x)\). Remember: \(f'(x)\) tells you the slope, but \(f(x)\) tells you the location.
Stopping too Early: Finding the critical points is only half the battle. You must show the table of values (the comparison) to justify your answer on Free-Response Questions (FRQs).
X vs Y: If a question asks for the "absolute maximum value," they want the \(y\)-coordinate. If they ask where it occurs, they want the \(x\)-coordinate.

AP Exam Tips: Justification

When you are asked to justify your answer on the AP Exam, the "Candidates Test" is your justification. You should literally write: "By the Candidates Test..." and show your table of values. This shows the grader that you considered all possibilities.

Calculator Note:

On Section I Part B or Section II Part A (the calculator-required sections), you can use your graphing calculator to find where \(f'(x) = 0\). You still need to write down the setup (e.g., \(f'(x) = 0\)) and show the values you are comparing in your table.

Want to see how this connects to other topics? Check out Optimization Problems (5.11) to see how we apply this test to real-world shapes and scenarios!