The first derivative measures the rate of change of with respect to . When this value is zero, the function is neither increasing nor decreasing at that exact instant.
The second derivative measures the rate of change of the gradient itself, which describes the curvature or concavity of the graph.
If the gradient is decreasing as it passes through zero, the curve is 'concave down' (frowning), creating a maximum. If the gradient is increasing as it passes through zero, the curve is 'concave up' (smiling), creating a minimum.
This method involves checking the sign of the gradient slightly to the left and slightly to the right of the stationary point .
If the gradient changes from positive (+) to negative (-), the point is a local maximum. This indicates the curve climbed to a peak and then started descending.
If the gradient changes from negative (-) to positive (+), the point is a local minimum. This indicates the curve dropped to a valley and then started ascending.
If the gradient has the same sign on both sides (e.g., + to + or - to -), the point is a stationary point of inflection.
This is often the faster method. After finding the stationary point where , calculate the second derivative and substitute the -coordinate of the point.
If , the curve is concave down at that point, identifying it as a local maximum.
If , the curve is concave up at that point, identifying it as a local minimum.
If , the test is inconclusive. The point could be a maximum, a minimum, or an inflection point, and you must revert to Method A to determine its nature.
| Feature | Local Maximum | Local Minimum | Stationary Inflection |
|---|---|---|---|
| Gradient () | |||
| Sign Change | to | to | No sign change |
| Concavity () | Negative () | Positive () | Usually |
| Visual Shape | Peak (n-shape) | Valley (u-shape) | 'Shelf' or pause |
Stationary Point vs. Turning Point: Every turning point is a stationary point, but a stationary point of inflection is NOT a turning point because the function does not 'turn back' to its previous direction.
Global vs. Local: A local maximum is the highest point in its immediate vicinity, whereas a global maximum is the highest point on the entire graph. Stationary point analysis only identifies local properties.
Always find coordinates: Exams often ask for the 'stationary point', which requires both the and coordinates. Don't stop after finding ; substitute it back into the original equation .
Check the inconclusive case: If you use the second derivative test and get , do not assume it is an inflection point. You must perform a sign check of the first derivative to be certain.
Avoid 'jumping' points: When picking values to the left and right for Method A, ensure you don't pick a value that passes another stationary point, as this will give you an incorrect gradient sign for the interval.
Quadratic Shortcut: For a quadratic , there is only one stationary point. If , it is always a minimum; if , it is always a maximum.