Andromeda
Note

Local Maximum

Definition

A local maximum is a value f(c)f(c) that is greater than or equal to all other function values in an open interval containing cc.

  • How to read: “The function value f of c is greater than or equal to f of x for all x in a neighborhood of c.”
  • Meaning: f(c)f(c) is a peak relative to its immediate surroundings.

Why It Matters

Locating local maxima is fundamental to optimization problems where the goal is to maximize a specific outcome, such as profit, efficiency, or signal strength, within local constraints. It identifies the “best” local state in a system.

Core Concepts

  • Formal Condition: f(c)f(x)f(c) \geq f(x) for all xx in some open interval (cδ,c+δ)(c-\delta, c+\delta).
    • How to read: “f of c is greater than or equal to f of x for all x near c.”
    • Meaning: cc is the highest point in its local neighborhood.
  • First Derivative Theorem: If ff has a local maximum at cc and f(c)f'(c) exists, then f(c)=0f'(c) = 0.
    • How to read: “The derivative f prime of c equals zero.”
    • Meaning / when to use: The tangent line is horizontal at a local maximum (if the function is smooth).
  • First Derivative Test: A local maximum occurs at a critical point cc if f(x)f'(x) changes from positive to negative at cc.
    • How to read: “The derivative changes sign from positive to negative.”
    • Meaning: The function was increasing and starts decreasing.

Connected Concepts