5.5 Determine Absolute Extrema From Candidates

8 min read

Finding Absolute Extrema: A Practical Guide to Using Candidates

You’re staring at a calculus problem, and the question asks you to find the absolute maximum and minimum of a function on a specific interval. Still, you’ve found the critical points, checked the endpoints, and now you’re supposed to pick the winners. But how exactly do you determine which candidates are the real deal?

Here’s the thing — most students get the mechanics right but miss the why behind the process. They plug in numbers, circle answers, and move on. But understanding how to identify absolute extrema from your list of candidates isn’t just about passing a test. It’s about learning how to make confident decisions when you’re dealing with limited information Easy to understand, harder to ignore..

Counterintuitive, but true That's the part that actually makes a difference..

Let’s break it down Still holds up..

What Are Absolute Extrema?

Absolute extrema are the highest and lowest values a function reaches on a given interval. Think of it like this: if you’re hiking a trail that starts at point A and ends at point B, the absolute maximum is the highest elevation you reach along the way, and the absolute minimum is the lowest. Those points might be at the trailheads (endpoints), or somewhere in the middle (critical points) Took long enough..

To find them, you need two types of candidates:

  • Critical numbers: Where the derivative is zero or undefined (but still in the domain)
  • Endpoints: The start and end points of your interval

Once you have these candidates, you evaluate the function at each one. The largest value is your absolute maximum; the smallest is your absolute minimum.

Critical Points Explained

A critical point occurs where the slope of the function changes — where the derivative equals zero or doesn’t exist. On the flip side, setting that equal to zero gives x = 0 and x = 2. Take this: if f(x) = x³ - 3x², then f'(x) = 3x² - 6x. These are potential peaks or valleys. These are critical points.

But here’s what most people miss: not all critical points are extrema. Some are inflection points or saddle points. That’s why you can’t just assume — you have to check Most people skip this — try not to..

Endpoints Matter More Than You Think

On a closed interval [a, b], the endpoints aren’t just bookends. They’re legitimate candidates for absolute extrema. Which means in fact, one of them might be the actual maximum or minimum. Here's a good example: on the interval [−1, 3], even if the function dips really low in the middle, the highest point could still be at x = 3.

Worth pausing on this one The details matter here..

This is where many students trip up. They focus so much on the critical points that they forget to evaluate the endpoints. Don’t be that person.

Why This Process Actually Works

When you’re looking for absolute extrema on a closed interval, you’re essentially asking: “What’s the best and worst this function can do between these two points?” The Extreme Value Theorem tells us that if a function is continuous on a closed interval, it must have both an absolute maximum and minimum. So we’re guaranteed answers — we just have to find them Not complicated — just consistent..

But why do we only check critical points and endpoints? Here’s the intuition: extrema happen where the function changes direction (critical points) or where the interval stops (endpoints). There’s nowhere else they can hide.

Imagine driving a car from mile marker 0 to mile marker 10. But your speed might change at certain points (critical points), but your highest and lowest speeds on that stretch will occur either at those change points or at the start/end of your trip. Same idea.

Real-World Applications

This isn’t just academic busywork. Engineers use this to optimize designs, economists to maximize profit, and physicists to find equilibrium points. When you’re constrained to a specific range — like time, space, or resources — absolute extrema tell you the limits of what’s possible And that's really what it comes down to. Simple as that..

This is where a lot of people lose the thread.

How to Determine Absolute Extrema Step by Step

Let’s walk through the actual process with a concrete example. Say we want to find the absolute extrema of f(x) = x³ - 3x² + 1 on the interval [−1, 3].

Step 1: Find Critical Numbers

Take the derivative: f'(x) = 3x² - 6x = 3x(x - 2)

Set f'(x) = 0: 3x(x - 2) = 0 → x = 0 or x = 2

Both critical numbers are within our interval [−1, 3], so they’re valid candidates Not complicated — just consistent..

Step 2: Evaluate Function at All Candidates

Now we have four candidates to check:

  • x = −1 (left endpoint)
  • x = 0 (critical point)
  • x = 2 (critical point)
  • x = 3 (right endpoint)

Calculate f(x) at each:

  • f(−1) = (−1)³ - 3(−1)² + 1 = −1 - 3 + 1 = −3
  • f(0) = 0 - 0 + 1 = 1
  • f(2) = 8 - 12 + 1 = −3
  • f(3) = 27 - 27 + 1 = 1

Not the most exciting part, but easily the most useful.

Step 3: Compare and Declare Winners

Looking at our results:

  • Absolute maximum: 1 (occurs at x = 0 and x = 3)
  • Absolute minimum: −3 (occurs at x = −1 and x = 2)

That’s it. No magic, no guesswork — just systematic evaluation It's one of those things that adds up..

What If Critical Points Fall Outside the Interval?

Sometimes your critical points won’t be in your interval. Still, say you’re working on [1, 4] and your critical points are at x = −2 and x = 5. In that case, you ignore them. Only check the endpoints.

But be careful: make sure you’re checking the domain of the original function too. If f(x) = √x on [−1, 4], x = −1 isn’t actually in the domain, so it can’t be a candidate Simple as that..

Common Mistakes That Cost Points

Even strong students make these errors. Here’s where things go sideways:

Forgetting to Check Endpoints

This is the big one. I’ve seen students find beautiful critical points, analyze them perfectly, and then lose points because they didn’t evaluate the endpoints. Always, always check them.

Including Invalid Critical Points

If a critical point makes your function undefined, it’s not a valid candidate. For f(x) = 1/x on [−2, 1], x = 0 is a critical point (derivative undefined), but it’s not in the domain. Skip it Most people skip this — try not to. Less friction, more output..

Misreading the Interval

Closed vs. open intervals matter. So on an open interval (a, b), endpoints aren’t included, so you can’t evaluate there. But here’s the twist: absolute extrema might not exist on open intervals. That’s a separate conversation, but worth remembering.

Confusing Absolute vs. Local Extrema

Local extrema are hills and valleys — they’re high or low compared to nearby points. Absolute extrema are the ultimate high and low on

The ultimate high and low on the interval are simply the greatest and smallest values that the function actually attains anywhere within the prescribed domain. Basically, absolute extrema are not about how the function behaves in a tiny neighborhood — they are about the overall picture from one endpoint of the interval to the other.

Extending the Procedure to More Complex Situations

When the function is defined piecewise or has additional restrictions, the same three‑step framework still applies, but the set of candidate points expands:

  1. Identify every point where the derivative is zero or undefined and where the function itself is defined. For a piecewise function, treat each piece separately; critical points may appear at the “breaks” where the formula changes.
  2. Collect all admissible candidates: the endpoints of the interval, any critical numbers found in step 1, and any points where the function’s definition changes (e.g., the transition from (x^2) to (-x) at (x=0)). If a candidate lies outside the domain, discard it immediately.
  3. Evaluate the function at each candidate and compare the results. The largest value is the absolute maximum; the smallest is the absolute minimum.

Example with a Piecewise Definition

Consider (g(x)=\begin{cases} x^2-4x+5, & x\le 1\[4pt] -,x+3, & x>1 \end{cases}) on the interval ([-2,4]).

Derivative:

  • For (x<1), (g'(x)=2x-4). Setting this to zero gives (x=2), but (2) is not in the region (x\le 1); therefore no critical point from this piece.
  • For (x>1), (g'(x)=-1), which never vanishes, so there are no critical points from this piece either.

The only points where the derivative fails to exist are the “break” at (x=1). Since the function is continuous there, (x=1) is a candidate Still holds up..

Candidates:

  • Left endpoint (x=-2) → (g(-2)=(-2)^2-4(-2)+5=4+8+5=17)
  • Break point (x=1) → (g(1)=1-4+5=2) (both pieces give the same value)
  • Right endpoint (x=4) → (g(4)=-4+3=-1)

Comparing the three values, the absolute maximum is (17) at (x=-2); the absolute minimum is (-1) at (x=4).

Visual Confirmation

Even when algebraic work is straightforward, sketching the graph (by hand or with a calculator) provides a useful sanity check. The peaks and valleys shown on the plot often correspond exactly to the points you have identified algebraically, reinforcing confidence in the result Simple, but easy to overlook..

Why the Process Matters

Finding absolute extrema is more than an academic exercise. In optimization problems — minimizing cost, maximizing profit, minimizing material usage — the solution must respect the true boundaries of the situation. A missed endpoint or an invalid critical point can lead to an infeasible or suboptimal decision, with real‑world consequences Simple, but easy to overlook..

Conclusion

To locate absolute extrema on a closed interval, first compute the derivative and solve for its zeros, then verify that each critical number lies within the interval and the function’s domain. Which means next, evaluate the function at every valid critical number together with the interval’s endpoints. The largest and smallest of these values are the absolute maximum and minimum, respectively. By systematically following these steps — and by paying special attention to domain restrictions, piecewise definitions, and the inclusion of endpoints — you can reliably determine the true global extremes of any function defined on a bounded interval.

Just Shared

Fresh Off the Press

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