Extreme Values of a Polynomial
Extreme Values of a Polynomial
The graph of a polynomial of degree n has at most n – 1 extreme values (minima and/or maxima). The total number of extreme values could be n – 1 or n – 3 or n – 5 etc.
For example, a degree 9 polynomial could have 8, 6, 4, 2, or 0 extreme values. A degree 2 (quadratic) polynomial must have 1 extreme value.
See also
Key Formula
Maximum number of extreme values=n−1
Where:
- n = The degree of the polynomial (the highest power of the variable)
- n−1 = The upper bound on how many local minima and maxima the graph can have
Worked Example
Problem: Determine the extreme values of the polynomial f(x) = x³ − 3x.
Step 1: Identify the degree. This polynomial has degree 3, so it can have at most 3 − 1 = 2 extreme values.
n−1=3−1=2
Step 2: Find the derivative and set it equal to zero to locate the turning points.
f′(x)=3x2−3=0
Step 3: Solve for x.
3x2=3⟹x2=1⟹x=−1 or x=1
Step 4: Evaluate f(x) at each critical point to find the extreme values.
f(−1)=(−1)3−3(−1)=−1+3=2f(1)=(1)3−3(1)=1−3=−2
Step 5: Classify each extreme value. Since f changes from increasing to decreasing at x = −1, that point is a local maximum. Since f changes from decreasing to increasing at x = 1, that point is a local minimum.
Local max: (−1,2)Local min: (1,−2)
Answer: The polynomial f(x) = x³ − 3x has exactly 2 extreme values: a local maximum of 2 at x = −1 and a local minimum of −2 at x = 1.
Another Example
This example uses an even-degree polynomial (degree 4) to show that the maximum count n − 1 can actually be achieved, and it demonstrates a case with two minima and one maximum.
Problem: How many extreme values does g(x) = x⁴ − 2x² + 1 have?
Step 1: The degree is 4, so the maximum possible number of extreme values is 4 − 1 = 3. The possible counts are 3 or 1 (subtracting by 2 each time).
n−1=3
Step 2: Find the derivative and set it equal to zero.
g′(x)=4x3−4x=4x(x2−1)=4x(x−1)(x+1)=0
Step 3: Solve for x to get three critical points.
x=−1,x=0,x=1
Step 4: Evaluate g(x) at each critical point.
g(−1)=1−2+1=0,g(0)=0−0+1=1,g(1)=1−2+1=0
Step 5: Classify: g has local minima at x = −1 and x = 1 (both equal to 0) and a local maximum at x = 0 (equal to 1). All three critical points are genuine extreme values.
Local mins: (−1,0) and (1,0)Local max: (0,1)
Answer: The degree-4 polynomial g(x) = x⁴ − 2x² + 1 has exactly 3 extreme values, which is the maximum possible for a quartic.
Frequently Asked Questions
Why does the number of extreme values decrease by 2 (not 1)?
Extreme values come in pairs of hills and valleys. When two critical points merge or disappear, they vanish together — one local max and one local min cancel out. This is why the count drops by 2 at a time: a degree-5 polynomial can have 4, 2, or 0 extreme values, but never 3 or 1.
What is the difference between extreme values and zeros of a polynomial?
Zeros (roots) are the x-values where the polynomial equals zero — where the graph crosses or touches the x-axis. Extreme values are the turning points where the graph reaches a local peak or valley. A degree-n polynomial has at most n zeros but at most n − 1 extreme values. A point can sometimes be both, but they measure completely different things.
Can a polynomial have no extreme values?
Yes, but only if the degree is odd. For example, f(x) = x³ is a degree-3 polynomial with 0 extreme values — it steadily increases for all x. If the degree is even, the polynomial must have at least 1 extreme value because the graph must eventually turn around.
Extreme Values (Local Extrema) vs. Absolute (Global) Extrema
| Extreme Values (Local Extrema) | Absolute (Global) Extrema | |
|---|---|---|
| Definition | Points where the function is higher or lower than all nearby points | The single highest or lowest value of the function over an entire interval or domain |
| How many? | A degree-n polynomial can have up to n − 1 | At most one absolute max and one absolute min on a closed interval |
| When to use | Analyzing the shape and turning points of a graph | Finding the overall greatest or least output value, often in optimization problems |
Why It Matters
Understanding extreme values is essential when you sketch polynomial graphs — the turning points define the shape of the curve. In precalculus and algebra courses, knowing the maximum number of extreme values helps you predict what a polynomial's graph looks like just from its degree. Later in calculus, finding extreme values using derivatives becomes a central technique for solving optimization problems in science, engineering, and economics.
Common Mistakes
Mistake: Assuming a degree-n polynomial always has exactly n − 1 extreme values.
Correction: The formula n − 1 gives the maximum possible count. The actual number can be less — specifically n − 1, n − 3, n − 5, and so on down to 1 or 0. For instance, f(x) = x⁵ has degree 5 but zero extreme values.
Mistake: Confusing extreme values with x-intercepts (zeros).
Correction: Zeros are where the graph crosses or touches the horizontal axis. Extreme values are the peaks and valleys of the graph — they refer to turning points, not to where the output is zero. A polynomial of degree n has at most n zeros but at most n − 1 extreme values.
Related Terms
- Polynomial — The type of function whose extrema are studied
- Degree of a Polynomial — Determines the maximum number of extreme values
- Minimum of a Function — One type of extreme value (local valley)
- Maximum of a Function — One type of extreme value (local peak)
- Quadratic — Degree-2 polynomial with exactly 1 extreme value
- Graph of an Equation or Inequality — Visual representation showing extreme values
- Polynomial Facts — Additional properties of polynomial functions
