FUNCTIONS · GRAPH ANALYSIS
Extrema & graph analysis
Maxima and minima describe where a function is largest or smallest. Derivatives turn this visual idea into a systematic method for locating and classifying turning behaviour.
1. Local versus global extrema
A point \(x=c\) is a local maximum if \(f(c)\) is at least as large as nearby function values. It is a local minimum if it is at most as large as nearby values. A global extremum compares \(f(c)\) with every value in the full domain under consideration.
2. Critical points
If \(f\) has a local extremum at an interior point \(c\) and is differentiable there, then Fermat's theorem gives
So candidates for extrema occur where \(f'(x)=0\), or where the derivative does not exist while the function itself does. These are critical points.
Important: \(f'(c)=0\) is necessary for a differentiable interior extremum, but not sufficient. For example, \(f(x)=x^3\) has \(f'(0)=0\) but no maximum or minimum at \(0\).
3. Classifying critical points
First-derivative test
Inspect the sign of \(f'(x)\) immediately to the left and right of a critical point.
Second-derivative test
If \(f'(c)=0\) and \(f''(c) eq0\), curvature gives a faster classification:
If \(f''(c)=0\), the test is inconclusive; use the first-derivative test or another argument.
4. Finding global extrema on a closed interval
For a continuous function on \([a,b]\), the Extreme Value Theorem guarantees an absolute maximum and minimum. To find them:
5. Worked example
Analyze \(f(x)=x^3-3x\).
The critical points are \(x=-1\) and \(x=1\). Since
we get \(f''(-1)=-6<0\), so \(x=-1\) is a local maximum, and \(f''(1)=6>0\), so \(x=1\) is a local minimum.
Therefore the local maximum is \((-1,2)\) and the local minimum is \((1,-2)\).
6. Interactive cubic extrema analyzer
Enter \(f(x)=ax^3+bx^2+cx+d\). The analyzer solves \(f'(x)=0\) and classifies real critical points using \(f''(x)\).
\(x^3-3x\) has a local maximum at \(x=-1\) and a local minimum at \(x=1\).
7. Common mistakes
8. Practice
- Classify the critical points of \(f(x)=x^4-4x^2\).
- Find the global maximum and minimum of \(f(x)=x^2-4x+1\) on \([0,5]\).
- Explain why \(f(x)=x^3\) has a stationary point at \(0\) but no extremum there.
Solutions
1) \(f'(x)=4x(x^2-2)\): local maximum at \(x=0\), local minima at \(x=\pm\sqrt2\). 2) Vertex at \(x=2\): minimum \(f(2)=-3\); endpoints give \(f(0)=1\), \(f(5)=6\), so maximum is \(6\) at \(x=5\). 3) \(f'(0)=0\), but \(f'(x)>0\) on both sides, so the function keeps increasing.