Andromeda
Note

The Closed Interval Method

Definition

The Closed Interval Method is a systematic procedure for finding the absolute maximum and minimum values of a continuous function ff on a closed interval [a,b][a, b]. It is the practical application of the Extreme Value Theorem.

Why It Matters

It provides a guaranteed way to find the absolute maximum and minimum of a system, which is critical for optimization problems where boundary conditions are paramount.

Core Concepts

The method consists of three steps:

  1. Find Critical Numbers: Calculate f(x)f'(x) and identify all critical numbers cc within the open interval (a,b)(a, b) where f(c)=0f'(c) = 0 or f(c)f'(c) does not exist.
    • How to read: “The derivative f prime of c equals zero, or f prime of c does not exist.”
    • Meaning: Critical points are where the slope vanishes or is undefined—candidate locations for interior extrema.
  2. Evaluate at Candidates: Calculate the value of the function ff at:
    • Each critical number found in step 1.
    • The endpoints of the interval, aa and bb.
  3. Compare Results: The largest of these values is the absolute maximum; the smallest is the absolute minimum.

Connected Concepts