Mathwords logoMathwords

Extremum

Extremum

An extreme value of a function. In other words, the minima and maxima of a function. Extrema may be either relative (local) or absolute (global).

Note: The first derivative test and the second derivative test are common methods used to find extrema.

 

Table showing: relative minimum = local minimum, relative maximum = local maximum, absolute minimum = global minimum, absolute...

 

 

See also

Relative minimum, relative maximum, absolute minimum, absolute maximum, local minimum, local maximum, global minimum, global maximum

Key Formula

f(c)=0orf(c) is undefinedf'(c) = 0 \quad \text{or} \quad f'(c) \text{ is undefined}
Where:
  • ff = The function being analyzed
  • cc = A critical point — a candidate location for an extremum
  • f(c)f'(c) = The first derivative of f evaluated at c

Worked Example

Problem: Find all extrema of the function f(x) = x³ − 12x + 5 on the entire real line.
Step 1: Find the first derivative of f(x).
f(x)=3x212f'(x) = 3x^2 - 12
Step 2: Set the derivative equal to zero and solve for x to find critical points.
3x212=0    x2=4    x=2 or x=23x^2 - 12 = 0 \implies x^2 = 4 \implies x = -2 \text{ or } x = 2
Step 3: Use the second derivative test. Compute f''(x) and evaluate it at each critical point.
f(x)=6x    f(2)=12<0,f(2)=12>0f''(x) = 6x \implies f''(-2) = -12 < 0, \quad f''(2) = 12 > 0
Step 4: Since f''(−2) < 0, x = −2 is a local maximum. Since f''(2) > 0, x = 2 is a local minimum. Compute the function values.
f(2)=(2)312(2)+5=21f(2)=(2)312(2)+5=11f(-2) = (-2)^3 - 12(-2) + 5 = 21 \qquad f(2) = (2)^3 - 12(2) + 5 = -11
Answer: The function has a local maximum (extremum) of 21 at x = −2 and a local minimum (extremum) of −11 at x = 2. Because f(x) → ∞ as x → ∞ and f(x) → −∞ as x → −∞, there are no absolute extrema.

Another Example

This example shows how to find absolute (global) extrema on a closed interval using the Closed Interval Method (evaluate at critical points and endpoints), unlike the first example which found only local extrema on the entire real line.

Problem: Find the absolute extrema of f(x) = x³ − 3x on the closed interval [−2, 3].
Step 1: Find the derivative and set it equal to zero.
f(x)=3x23=0    x2=1    x=1 or x=1f'(x) = 3x^2 - 3 = 0 \implies x^2 = 1 \implies x = -1 \text{ or } x = 1
Step 2: Both critical points lie inside the interval [−2, 3], so both are candidates. Also include the endpoints x = −2 and x = 3.
Step 3: Evaluate f at each candidate point.
f(2)=8+6=2,f(1)=1+3=2,f(1)=13=2,f(3)=279=18f(-2) = -8 + 6 = -2, \quad f(-1) = -1 + 3 = 2, \quad f(1) = 1 - 3 = -2, \quad f(3) = 27 - 9 = 18
Step 4: Compare all values. The largest is the absolute maximum and the smallest is the absolute minimum.
Answer: The absolute maximum extremum is 18 at x = 3, and the absolute minimum extremum is −2, which occurs at both x = −2 and x = 1.

Frequently Asked Questions

What is the difference between a local extremum and an absolute extremum?
A local (relative) extremum is a point where the function value is larger or smaller than at all nearby points. An absolute (global) extremum is the single largest or smallest value the function attains over its entire domain (or a specified interval). Every absolute extremum is also a local extremum, but not every local extremum is an absolute one.
What is the plural of extremum?
The plural of extremum is extrema. So you would say 'the function has two extrema' when referring to multiple extreme values.
Can an extremum occur where the derivative is undefined?
Yes. An extremum can occur at a point where the derivative does not exist, such as a cusp or a corner. For example, f(x) = |x| has an absolute minimum at x = 0, where f'(0) is undefined. This is why both f'(c) = 0 and points where f'(c) does not exist must be checked.

Local (Relative) Extremum vs. Absolute (Global) Extremum

Local (Relative) ExtremumAbsolute (Global) Extremum
Definitionf(c) is greater than or less than all nearby valuesf(c) is the greatest or least value on the entire domain or interval
How many can existA function can have many local extremaAt most one absolute max value and one absolute min value (though each may occur at multiple points)
How to findFirst or second derivative test at critical pointsCompare all critical point values and endpoint values (on closed intervals), or analyze end behavior
Guaranteed to exist?Not guaranteed — some functions have noneGuaranteed on a closed interval for continuous functions (Extreme Value Theorem)

Why It Matters

Finding extrema is one of the central tasks in calculus and appears throughout optimization problems — from maximizing profit or minimizing cost in applied math to finding the lowest point on a curve in physics. Many exam questions in AP Calculus, SAT Subject Tests, and university courses ask you to locate and classify extrema. Understanding extrema also builds toward deeper topics like curve sketching, Lagrange multipliers, and real analysis.

Common Mistakes

Mistake: Assuming every critical point is an extremum.
Correction: A critical point where f'(c) = 0 could be an inflection point instead of an extremum. For example, f(x) = x³ has f'(0) = 0 but no extremum at x = 0. Always verify with the first or second derivative test.
Mistake: Forgetting to check endpoints when finding absolute extrema on a closed interval.
Correction: The Extreme Value Theorem guarantees that a continuous function on [a, b] attains its absolute max and min, but these can occur at the endpoints, not just at interior critical points. Always evaluate f at a and b as well.

Related Terms