Study Guide

Extreme Value Theorem, Global vs Local Extrema, Critical Points

AP Calculus BC· AP Calculus BC CED — Analytical Applications of Differentiation· 14 min read

1. Critical Points★★☆☆☆⏱ 4 min

📘 Definition

Critical Point

Interior point of interval

A point that satisfies either or does not exist, while remains in the domain of the original function .

Example:

For , is a critical point because .

This definition follows from Fermat's Theorem, which states that if a function has a local extremum at an interior point , then must be a critical point. A common misconception is that all critical points are extrema; this is not true: has a critical point at , but it is not an extremum.

📐 Worked Example

Find all critical points of on the interval .

  1. 1

    Use the product rule to compute the first derivative:

    f(x)=23x1/3(4x)+x2/3(1)f'(x) = \frac{2}{3}x^{-1/3}(4 - x) + x^{2/3}(-1)
  2. 2

    Simplify the derivative by factoring out :

    f(x)=2(4x)3x3x1/3=85x3x1/3f'(x) = \frac{2(4 - x) - 3x}{3x^{1/3}} = \frac{8 - 5x}{3x^{1/3}}
  3. 3

    when the numerator equals 0: , which is an interior point of and in the domain of . is undefined when the denominator equals 0: , which is also an interior point and in the domain of .

  4. 4

    The critical points on are and .

2. The Extreme Value Theorem★★☆☆☆⏱ 3 min

📘 Definition

Extreme Value Theorem (EVT)

An existence theorem that guarantees a function will have at least one global maximum and one global minimum on an interval, provided two conditions are both satisfied: (1) the function is continuous at every point on the interval, and (2) the interval is closed and bounded (has finite length and includes both endpoints). EVT only confirms extrema exist, it does not show how to find them.

If either condition fails, EVT does not guarantee global extrema exist. They may exist by chance, but you cannot rely on the theorem to confirm their existence. For example, on the open interval is continuous but has no global maximum.

📐 Worked Example

Does the Extreme Value Theorem guarantee the existence of a global maximum and global minimum for on (a) (b) ? Justify your answer.

  1. 1

    Find all discontinuities of : as a rational function, it is discontinuous where the denominator equals 0:

    x21=0    x=1,x=1x^2 - 1 = 0 \implies x = 1, x = -1
  2. 2

    For interval (a) : is an interior point of , so is not continuous over the entire interval. One condition of EVT is violated, so EVT does not guarantee global maximum or minimum exist on .

  3. 3

    For interval (b) : no discontinuities of lie in this interval, and is a closed, bounded interval. Both conditions of EVT are satisfied, so EVT guarantees a global maximum and global minimum exist on .

3. Local vs Global (Absolute) Extrema★★★☆☆⏱ 4 min

Extrema are classified by the interval over which they are the maximum or minimum value. The AP exam frequently tests the key distinctions between these two classifications:

  • Global (Absolute) Maximum: A value such that for all in the interval .

  • Global (Absolute) Minimum: A value such that for all in the interval .

  • Local (Relative) Maximum: A value such that for all in some small open interval around (only nearby points, not the entire interval).

  • Local (Relative) Minimum: A value such that for all in some small open interval around .

Key AP-tested distinctions:

  • Global extrema can occur at critical points or endpoints, but local extrema only occur at interior critical points (endpoints cannot be local extrema, since you cannot have an open interval around the endpoint within the domain).

  • A function can have multiple local extrema, but only one global maximum value and one global minimum value (though these values can occur at multiple points).

  • Any global extremum at an interior point is automatically a local extremum, but global extrema at endpoints are never local.

📐 Worked Example

Given on , with critical points at and , classify all extrema as local or global.

  1. 1

    Evaluate at all critical points and endpoints, per the closed interval method:

    f(1)=3,f(0)=1,f(2)=3,f(4)=17f(-1) = -3, \quad f(0) = 1, \quad f(2) = -3, \quad f(4) = 17
  2. 2

    Identify global extrema: The largest value across all points is 17 at (endpoint), so this is the global maximum. The smallest value is at (endpoint) and (interior critical point), so these are both global minima.

  3. 3

    Classify local extrema: Only interior points can be local extrema. is larger than all nearby values, so it is a local maximum. is smaller than all nearby values, so it is a local minimum (and also global). Endpoints and are not classified as local extrema.

  4. 4

    Final classification: Global max = 17 at ; Global min = at ; Local max = 1 at ; Local min = at .

4. AP-Style Practice Worked Examples★★★☆☆⏱ 5 min

✓ Quick check

Test your understanding of core concepts with this AP-style multiple choice question:

  1. Which of the following functions satisfies both conditions of the Extreme Value Theorem on and has exactly two critical points on this interval?

    Reveal answer
    1

    Correct. is a polynomial (continuous everywhere, so EVT applies) and has critical points at and , giving exactly two critical points. Option A is discontinuous at , so EVT does not apply; Option C has only one critical point at ; Option D has zero interior critical points.

📐 Worked Example

Let defined for , and consider the interval . (a) Find all critical points, (b) Justify if EVT applies, (c) Classify all extrema.

  1. 1

    Find critical points: Use product rule to compute the derivative:

    f(x)=lnx+x1x=lnx+1f'(x) = \ln x + x \cdot \frac{1}{x} = \ln x + 1
  2. 2

    Set : , which is outside the interval . is defined for all , so there are no interior critical points on the interval.

  3. 3

    Check EVT conditions: is continuous for all , so it is continuous over the entire closed bounded interval . Both conditions are satisfied, so EVT guarantees global extrema exist.

  4. 4

    Final result: Global maximum = at , global minimum = at , no local extrema.

5. Common Pitfalls

Wrong move:

Calling an endpoint of the interval a critical point.

Why:

Students confuse the requirement to check endpoints for global extrema with the definition of a critical point, which requires the point to be interior to the interval.

Correct move:

Always maintain two separate lists when finding global extrema: one for interior critical points, one for endpoints; never add endpoints to the critical point list.

Wrong move:

Claiming EVT applies to a continuous function on an open interval, or a discontinuous function on a closed interval.

Why:

Students memorize 'EVT gives extrema' but forget that both conditions are required to apply the theorem.

Correct move:

For any EVT application question, explicitly check 'continuous on entire interval' and 'closed bounded interval' one after the other before concluding.

Wrong move:

Only finding points where when searching for critical points, ignoring points where is undefined.

Why:

Most introductory examples use polynomials that are differentiable everywhere, so students forget the second half of the critical point definition.

Correct move:

After solving , always check where is undefined, then confirm those points are interior and in the domain of to add them to your critical point list.

Wrong move:

Classifying a global extremum at an endpoint as a local extremum.

Why:

Students assume all global extrema are automatically local, but the definition of local extrema requires an open interval around the point within the domain.

Correct move:

If an extremum is at an endpoint of the given interval, only label it as a global extremum (if it qualifies), never call it local.

Wrong move:

Assuming every critical point is automatically a local extremum.

Why:

Students misremember Fermat’s Theorem as working both directions, when Fermat’s only says all local extrema are at critical points, not the reverse.

Correct move:

Always test a critical point with the first or second derivative test to confirm it is an extremum, do not skip this step.

6. Quick Reference Cheatsheet

Category

Rule/Definition

Notes

Critical Point Definition

Interior point in domain of : OR does not exist

Only interior points count, endpoints are never critical points

Fermat's Theorem

If has a local extremum at interior , then is a critical point

Reverse is not true: not all critical points are extrema

Extreme Value Theorem

If is continuous on closed bounded , has at least one global max and one global min on

Fails if is discontinuous anywhere on the interval, or interval is open/unbounded

Global Maximum

for all

Can occur at critical points or endpoints; one global max value (can be at multiple points)

Global Minimum

for all

Same as global maximum, can occur at endpoints or critical points

Local Maximum

for all in an open interval around

Only occurs at interior critical points, never at endpoints

Local Minimum

for all in an open interval around

Same as local maximum, never at endpoints

Closed Interval Method

  1. Find all critical points in 2. Evaluate at critical points and endpoints 3. Largest = global max, smallest = global min

Standard method for AP exam problems asking for global extrema on a closed interval

When this came up on past exams

AI-estimated based on syllabus patterns — cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 · MCQ

    EVT condition check

  • 2022 · FRQ

    Find global extrema on interval

What's Next

This topic is the foundational first step for all further work in analytical differentiation applications for AP Calculus BC. Immediately after mastering these concepts, you will move to the Mean Value Theorem and Rolle’s Theorem, which also rely on correctly checking continuity conditions for a function on an interval, just like the Extreme Value Theorem. Next, you will learn the First Derivative Test and Second Derivative Test to classify critical points as local extrema, which you cannot do without correctly identifying critical points and understanding the difference between local and global extrema first. This entire unit builds to constrained optimization problems, where you will use the methods from this sub-topic to find the maximum or minimum value of a real-world function on an interval.