Andromeda
Note

Extrema

Definition

Extrema are the maximum and minimum values that a function attains over its domain (global) or within a local interval (local).

Why It Matters

Optimization is the search for extrema; whether you are seeking the maximum possible profit or the minimum fuel consumption, identifying and distinguishing peaks is key to making efficient decisions.

Core Concepts

  • Absolute vs. Relative Extrema:
    • A Global (Absolute) Maximum is the largest value a function attains over its entire domain.
    • A Local (Relative) Maximum is the largest value a function attains within a small neighborhood.
  • The Extreme Value Theorem (EVT): If a function ff is continuous on a closed interval [a,b][a, b], then ff must attain an absolute maximum and an absolute minimum at least once.
    • How to read: “The function f is continuous on the closed interval from a to b.”
    • Meaning: Continuous functions on closed bounded intervals are guaranteed to have absolute extrema.
  • Fermat’s Theorem: If ff has a local maximum or minimum at cc, and if f(c)f'(c) exists, then f(c)=0f'(c) = 0.
    • How to read: “The existence of a local maximum or minimum at c, where f prime of c exists, implies that f prime of c is equal to zero.”
    • Meaning: At a smooth turning point, the tangent is horizontal — slope must be zero.
  • Critical Numbers: A value cc is a critical number if f(c)=0f'(c) = 0 or f(c)f'(c) does not exist. All local extrema occur at critical numbers.
    • How to read: “The value f prime of c is equal to zero, or f prime of c does not exist.”
    • Meaning: Candidate points for local extrema.

Connected Concepts