Finding and Classifying Stationary Points
To find stationary points of a polynomial function, we first need to determine the derivative, f'(x). Set this derivative equal to zero, f'(x) = 0, and solve for x. These solutions are your stationary points. Next, to classify these points as maxima or minima, we use the second derivative test:
- If f''(x) > 0 at the stationary point, it is a local minimum.
- If f''(x) < 0 at the stationary point, it is a local maximum.
- If f''(x) = 0, the test is inconclusive.
Example: Find stationary points and classify them for f(x) = x³ - 3x² + 4.
- Find the first derivative: f'(x) = 3x² - 6x.
- Set f'(x) = 0: 3x² - 6x = 0 → x(x - 2) = 0 → x = 0 or x = 2.
- Find the second derivative: f''(x) = 6x - 6.
- Classify:
- At x = 0: f''(0) = -6 (local maximum).
- At x = 2: f''(2) = 6 (local minimum).
Key points to remember
- Set f'(x) = 0 to find stationary points.
- Use second derivative test for classification.
- f''(x) > 0 indicates a local minimum.
- f''(x) < 0 indicates a local maximum.
- f''(x) = 0 is inconclusive.
Worked example
Find stationary points of f(x) = 2x^3 - 12x^2 + 18x. Classify them.
- f'(x) = 6x^2 - 24x.
- Set f'(x) = 0: 6x(x - 4) = 0 → x = 0, x = 4.
- f''(x) = 12x - 24.
- At x = 0: f''(0) = -24 (local maximum).
- At x = 4: f''(4) = 24 (local minimum).