5.5 Determine Absolute Extrema From Candidates

9 min read

You've found the critical points. You've checked the endpoints. Now you're staring at a list of numbers and wondering — which one is actually the biggest? Which one is the smallest?

This is the part where most students lose points. In practice, not because the math is hard. Because they rush.

What Is Finding Absolute Extrema From Candidates

Absolute extrema are the highest and lowest values a function actually reaches on a given interval. Even so, the absolute maximum is the largest output. The absolute minimum is the smallest. Not "locally" — globally. Period Not complicated — just consistent..

Candidates are the only places these can happen. That's the key insight from the Extreme Value Theorem: if a function is continuous on a closed interval [a, b], it must attain an absolute max and min somewhere in that interval. And those "somewheres" can only be:

  • Critical points inside the interval (where f'(x) = 0 or f'(x) doesn't exist)
  • The endpoints a and b

That's it. No other possibilities. Here's the thing — the list of candidates is finite. You just evaluate the function at each one and compare It's one of those things that adds up. Still holds up..

The Candidate List Is Short By Design

People overcomplicate this. They want to test points between candidates. But they want to check the second derivative "just to be sure. " They want to graph it on Desmos and zoom in That alone is useful..

Stop. That said, the theorem already did the work. If the function is continuous on [a, b], the absolute extrema are guaranteed to be in your candidate list. Your only job: evaluate and compare Practical, not theoretical..

Why This Step Trips People Up

It's not the derivative. It's not the algebra. It's the discipline.

You've already done the hard part — finding where f'(x) = 0 or DNE, checking which ones fall inside the interval, writing down the endpoints. Now you have a clean list: maybe three numbers, maybe five. And you just need to plug them into the original function. Because of that, not the derivative. The original function.

This is the bit that actually matters in practice.

But here's where it goes sideways:

  • You plug into f'(x) instead of f(x)
  • You forget an endpoint
  • You include a critical point that's outside the interval
  • You mis-evaluate a trig function or log at a boundary
  • You compare the derivative values instead of the function values

I've seen all of these. On exams. In office hours. In my own early grading And that's really what it comes down to..

The absolute maximum is the largest f(x) value. The absolute minimum is the smallest f(x) value. That's the whole game.

How To Do It — Step By Step

Let's walk through a real example. Also, not a toy problem. Something with teeth Most people skip this — try not to. Nothing fancy..

Find the absolute extrema of f(x) = x³ - 6x² + 9x + 2 on [0, 4].

Step 1: Verify the conditions

Continuous? Worth adding: closed interval [0, 4]? Worth adding: polynomial — yes. Yes. Extreme Value Theorem applies. Absolute max and min exist and live in the candidate list.

Step 2: Find critical points inside (0, 4)

f'(x) = 3x² - 12x + 9 = 3(x² - 4x + 3) = 3(x - 1)(x - 3)

Set to zero: x = 1, x = 3. Both inside (0, 4). Good.

Step 3: List all candidates

x = 0 (left endpoint) x = 1 (critical point) x = 3 (critical point) x = 4 (right endpoint)

Four candidates. That's the whole universe.

Step 4: Evaluate f(x) at each candidate

f(0) = 0 - 0 + 0 + 2 = 2 f(1) = 1 - 6 + 9 + 2 = 6 f(3) = 27 - 54 + 27 + 2 = 2 f(4) = 64 - 96 + 36 + 2 = 6

And yeah — that's actually more nuanced than it sounds.

Step 5: Compare and state the answer

Largest value: 6 (occurs at x = 1 and x = 4) Smallest value: 2 (occurs at x = 0 and x = 3)

Absolute maximum value is 6. Absolute minimum value is 2.

Notice — the max occurs in two places. That's fine. Think about it: the value is unique. The location doesn't have to be.

What If The Interval Isn't Closed?

Good question. If the interval is open (a, b) or half-open [a, b) or infinite, the Extreme Value Theorem doesn't guarantee anything. You still check candidates — but now you also need to check limits at the boundaries Small thing, real impact..

Example: f(x) = x² on (0, 1). Here's the thing — critical point at x = 0? Not in the interval. Here's the thing — endpoints? Not included. The function has no absolute min or max on (0, 1) — it gets arbitrarily close to 0 and 1 but never reaches them Practical, not theoretical..

Easier said than done, but still worth knowing.

On [0, 1)? Plus, absolute min at x = 0 (value 0). No absolute max — values approach 1 but never equal it Simple as that..

This distinction matters. A lot.

Common Mistakes / What Most People Get Wrong

Mistake 1: Confusing Critical Points With Extrema

A critical point is just a candidate. It might be a local max, local min, or neither (inflection point with horizontal tangent). The absolute extrema come from comparing values, not from the second derivative test.

I've watched students do the second derivative test on every critical point, conclude "local max at x = 1, local min at x = 3," and then forget to check the endpoints. But the absolute max was at an endpoint. They lost full credit That's the part that actually makes a difference..

Mistake 2: Including Outside Critical Points

f'(x) = 0 at x = -2, 1, 5. Interval is [0, 4]. Your candidates: 0, 1, 4. That's it. x = -2 and x = 5 don't exist for this problem. Cross them out. Don't evaluate them. Don't think about them.

Mistake 3: Evaluating the Derivative Instead of the Function

This happens more than you'd think. You've been living in f'(x) land for twenty minutes. Consider this: you plug x = 1 into f'(x), get 0, write "f(1) = 0. On top of that, your brain stays there. Still, " Wrong. f(1) is the original function Easy to understand, harder to ignore..

Slow down. Write "f(x) =" explicitly before plugging in.

Mistake 4: Forgetting Where The Derivative Doesn't Exist

f(x) = |x| on [-1, 2]. Worth adding: it's a candidate. Consider this: f'(x) doesn't exist at x = 0. It's inside the interval. If you only solve f'(x) = 0, you miss it. That's a critical point. Absolute minimum is at x = 0.

Always ask: "Where does f'(x) fail to exist?" Piecewise functions, absolute values, roots, rational functions with denominator zeros inside the interval — check all of them Less friction, more output..

Mistake 5: Not Simplifying Before Evaluating

f(x) = (x² - 4)/(x - 2) on [0, 3]. Hole at x = 2.

You might be tempted to plug x = 2 into the function, but f(2) is undefined. Still, if you simplify first: f(x) = x + 2 (for x ≠ 2), then you can evaluate at x = 2 and get f(2) = 4. This simplified version represents the function everywhere except the hole, so it's valid for finding extrema.

But here's the catch: the original function has a removable discontinuity at x = 2. Technically, x = 2 isn't in the domain, so it can't be an absolute extremum. On the flip side, many textbooks and instructors treat this by extending the function continuously, making x = 2 a valid candidate. Check with your instructor's preference Simple, but easy to overlook..

Mistake 6: Misapplying the Second Derivative Test

Students see f''(x) < 0 and think "local maximum!A local maximum at x = 1 might be smaller than the function value at an endpoint x = 4. " But this only tells you about concavity, not whether it's absolute. The second derivative test classifies critical points—it doesn't rank them against endpoints Simple, but easy to overlook..

Advanced Considerations

When Calculus Fails: Non-Differentiable Functions

What about f(x) = |x| on [-2, 3]? These are rare in basic applications, but they exist. The derivative doesn't exist at x = 0, but we already covered that. What about functions that are nowhere differentiable? The Extreme Value Theorem still guarantees extrema on closed intervals, but you can't use calculus to find them—you'd need graphical analysis, numerical methods, or other techniques.

Multiple Critical Points: The Comparison Trap

With several critical points, it's easy to get lost in the weeds. Systematically organize your work:

  1. Find all critical points in the interval
  2. Evaluate the function at each critical point
  3. Evaluate at all endpoints
  4. Compare all values

I recommend making a table like this:

x-value f(x)
x = a f(a)
x = c₁ f(c₁)
x = c₂ f(c₂)
x = b f(b)

Then simply circle the largest and smallest values. This prevents arithmetic errors and ensures you don't skip comparisons.

The Role of Technology

Graphing calculators and software can help verify your work, but don't let them replace the process. I've seen students graph a function, read off approximate extrema, and stop there. While technology shows you the answer, calculus gives you the exact value and the method to find it in similar problems.

Use technology as a double-check, not a crutch.

Real-World Applications

Optimization Problems

The extreme value theorem underlies all optimization in economics, engineering, and physics. When a company wants to maximize profit or a manufacturer wants to minimize material usage, they're essentially finding absolute extrema of relevant functions Not complicated — just consistent..

The constraint that the domain must be closed and bounded isn't just mathematical pedantry—it reflects real limitations. Time is bounded, resources are finite, physical constraints exist. The theorem tells us solutions exist within these realistic bounds And that's really what it comes down to. Surprisingly effective..

Physics and Engineering

In mechanics, potential energy functions often have absolute minima corresponding to stable equilibrium positions. Finding these minima requires the same systematic approach: find critical points, check boundaries, compare values That's the whole idea..

Signal processing uses similar principles to find maximum amplitudes or minimum noise levels in data streams.

Summary and Key Takeaways

Finding absolute extrema on closed intervals is a structured process with specific pitfalls to avoid. Here's your reliable workflow:

  1. Verify continuity on the closed interval [a, b]
  2. Find critical points by solving f'(x) = 0 and identifying where f'(x) doesn't exist
  3. Filter critical points to keep only those within [a, b]
  4. Evaluate the function at all filtered critical points and both endpoints
  5. Compare all values—the smallest is the absolute minimum, the largest is the absolute maximum

Remember: critical points are candidates, not guarantees. Endpoints matter. Always evaluate the original function, never its derivative. And when in doubt, organize your work in a table to avoid comparison errors Which is the point..

The extreme value theorem isn't just a theoretical curiosity—it's the foundation for solving practical optimization problems across every quantitative discipline. Master this procedure, and you'll have a powerful tool for understanding how quantities behave in both mathematical contexts and real-world scenarios.

Short version: it depends. Long version — keep reading Simple, but easy to overlook..

Final note: Practice with diverse functions—polynomials, trigonometric, rational, piecewise. Each type reveals different aspects of the method and helps you build intuition for recognizing when you've found the true absolute extrema versus merely local ones Simple, but easy to overlook..

Latest Drops

Hot Right Now

Close to Home

Before You Head Out

Thank you for reading about 5.5 Determine Absolute Extrema From Candidates. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home