5.5 Determine Absolute Extrema From Candidates

7 min read

5.5 Determine Absolute Extrema from Candidates

Introduction

One of the most powerful and practical applications of differential calculus is the ability to find the highest and lowest values a function can achieve on a given interval. But whether you are maximizing profit, minimizing material usage in engineering, or optimizing the trajectory of a projectile, the concept of absolute extrema lies at the heart of these real-world problems. Practically speaking, in this article, we will walk through the complete process of how to determine absolute extrema from candidates, a method that relies on evaluating a carefully chosen set of points and comparing their function values. By the end of this guide, you will have a thorough understanding of the theory, the step-by-step procedure, common pitfalls, and how this technique connects to broader mathematical principles.


Detailed Explanation: What Are Absolute Extrema?

In calculus, the term extrema (singular: extremum) refers to the maximum or minimum values of a function. There are two types of extrema you need to understand clearly:

  • Absolute (global) extrema: These are the overall highest and lowest values a function attains on a specified domain or closed interval. If a function has an absolute maximum at a point, no other point in the interval produces a larger output value. Similarly, an absolute minimum is the smallest output value across the entire interval.

  • Local (relative) extrema: These are maximum or minimum values that occur relative to nearby points only. A function can have many local extrema, but only two absolute extrema (one maximum and one minimum) on a closed interval, assuming the function is continuous Not complicated — just consistent. Turns out it matters..

The word candidates in this context refers to the specific set of points where an absolute extremum could possibly occur. Here's the thing — the key insight is that absolute extrema on a closed interval do not appear randomly — they are restricted to a finite and predictable set of locations. This is what makes the method of evaluating candidates so efficient and reliable Most people skip this — try not to..

The candidates for absolute extrema on a closed interval [a, b] consist of:

  1. Critical points of the function that lie within the interval (where the derivative is zero or undefined).
  2. The endpoints of the closed interval, namely a and b.

Once you identify all candidates, you simply evaluate the function at each candidate point and compare the output values. The largest value is the absolute maximum, and the smallest value is the absolute minimum.


Step-by-Step Process to Determine Absolute Extrema from Candidates

Let us break down the entire procedure into clear, logical steps so you can apply it to any continuous function on a closed interval.

Step 1: Verify the Conditions of the Extreme Value Theorem

Before you begin, confirm that the function f(x) is continuous on the closed interval [a, b]. The Extreme Value Theorem guarantees that if a function is continuous on a closed interval, then it must attain both an absolute maximum and an absolute minimum on that interval. Without continuity, the method may fail, and extrema might not exist.

This is where a lot of people lose the thread.

Step 2: Find the Derivative of the Function

Compute f'(x), the first derivative of the function. The derivative tells you the rate of change of the function and is essential for locating critical points.

Step 3: Identify All Critical Points

Set f'(x) = 0 and solve for x to find points where the tangent line is horizontal. Also, identify any values of x in [a, b] where f'(x) does not exist (the derivative is undefined). These are your critical points. Discard any critical points that fall outside the interval [a, b], since they are irrelevant to the closed interval in question It's one of those things that adds up. Simple as that..

Step 4: List All Candidates

Compile your final list of candidates, which includes:

  • The endpoints x = a and x = b.
  • All critical points that lie strictly within the interval (a, b).

Step 5: Evaluate the Function at Each Candidate

Plug every candidate value into the original function f(x) and compute the corresponding output.

Step 6: Compare All Output Values

The largest function value among all candidates is the absolute maximum, and the smallest function value is the absolute minimum. Make sure to note both the value and the x-coordinate where each extremum occurs Small thing, real impact. That's the whole idea..


Real Examples

Example 1: A Polynomial Function

Consider the function f(x) = x³ − 3x² + 1 on the closed interval [−1, 4] Worth keeping that in mind..

Step 1: The function is a polynomial, and all polynomials are continuous everywhere, so the Extreme Value Theorem applies Small thing, real impact..

Step 2: Find the derivative: f'(x) = 3x² − 6x.

Step 3: Set the derivative equal to zero: 3x² − 6x = 0 → 3x(x − 2) = 0 → x = 0 or x = 2. Both values lie within [−1, 4], so both are valid critical points.

Step 4: The candidates are x = −1, 0, 2, 4 That's the part that actually makes a difference..

Step 5: Evaluate:

  • f(−1) = (−1)³ − 3(−1)² + 1 = −1 − 3 + 1 = −3
  • f(0) = 0 − 0 + 1 = 1
  • f(2) = 8 − 12 + 1 = −3
  • f(4) = 64 − 48 + 1 = 17

Step 6: The absolute maximum is 17 at x = 4, and the absolute minimum is −3, which occurs at both x = −1 and x = 2.

Example 2: A Function with an Undefined Derivative

Consider f(x) = |x − 2| + 1 on the interval [0, 5].

The derivative does not exist at x = 2 because of the sharp corner in the absolute value function. This makes x = 2 a critical point. The endpoints are x = 0 and x = 5 But it adds up..

Evaluating:

  • f(0) = |0 − 2| + 1 = 3
  • f(2) = |2 − 2| + 1 = 1
  • f(5) = |5 − 2| + 1 = 4

The absolute minimum is 1 at x = 2, and the absolute maximum is 4 at x = 5. This example demonstrates that critical points are not only

The next logical step is to recognize that a critical point also appears whenever the derivative fails to exist. Take this case: the function

[ g(x)=\sqrt{x},, ]

defined on ([0,9]), has a derivative

[ g'(x)=\frac{1}{2\sqrt{x}} ]

that blows up at (x=0). Even though the slope is not zero, the lack of a defined tangent makes (x=0) a critical point that must be examined together with the interval’s endpoints.


A Third Illustration

Take

[ h(x)=\sin x + \frac{x}{2},\qquad x\in[0,2\pi]. ]

  1. Continuity – sine and the linear term are continuous everywhere, so the Extreme Value Theorem guarantees that an absolute maximum and minimum exist on this closed interval.

  2. Derivative

    [ h'(x)=\cos x + \frac{1}{2}. ]

  3. Critical points – set the derivative to zero:

    [ \cos x + \frac{1}{2}=0 ;\Longrightarrow; \cos x = -\frac{1}{2}. ]

    Within ([0,2\pi]) this occurs at

    [ x = \frac{2\pi}{3}\quad\text{and}\quad x = \frac{4\pi}{3}. ]

    Both lie inside the interval, so they are admissible critical points Most people skip this — try not to..

  4. Candidate list – include the endpoints (0) and (2\pi) together with the two interior critical points:

    [ x = 0,; \frac{2\pi}{3},; \frac{4\pi}{3},; 2\pi. ]

  5. Function values – evaluate (h) at each candidate:

    • (h(0)=0+0=0)
    • (h!\left(\frac{2\pi}{3}\right)=\sin!\left(\frac{2\pi}{3}\right)+\frac{1}{2}\cdot\frac{2\pi}{3}= \frac{\sqrt{3}}{2}+\frac{\pi}{3})
    • (h!\left(\frac{4\pi}{3}\right)=\sin!\left(\frac{4\pi}{3}\right)+\frac{1}{2}\cdot\frac{4\pi}{3}= -\frac{\sqrt{3}}{2}+\frac{2\pi}{3})
    • (h(2\pi)=0+\pi=\pi).
  6. Comparison – the smallest of these numbers is (0) (at (x=0)), and the largest is (\pi) (at (x=2\pi)).

Thus the absolute minimum of (h) on ([0,2\pi]) is (0) at (x=0), while the absolute maximum is (\pi) at (x=2\pi).


Conclusion

By systematically:

  • confirming continuity on the closed interval,
  • computing the derivative and solving (f'(x)=0) (or locating where it does not exist),
  • assembling a list that combines the interval’s endpoints with every interior critical point,
  • evaluating the original function at each of those candidates, and
  • comparing the resulting values,

one can unequivocally identify the absolute largest and smallest outputs, together with the precise (x)-coordinates where they occur. This procedure works for polynomials, piecewise‑defined functions, trigonometric expressions, and any other continuous function defined on a closed interval, providing a reliable roadmap to the extrema.

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

Newest Stuff

Just Went Live

Based on This

Good Reads Nearby

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