Key Idea: A stationary point is where the gradient equals zero โ the curve momentarily flattens out. It could be a local maximum (peak), a local minimum (trough), or a point of inflection (S-curve). Topic 5.6 is about finding these points, classifying them, and determining the intervals where the function is increasing or decreasing.
โ Finding and classifying stationary points
Example: f(x) = xยณ โ 6xยฒ + 9x + 1 f'(x) = 3xยฒ โ 12x + 9 = 3(xโ1)(xโ3) Stationary points: x = 1 and x = 3. f(1) = 1 โ 6 + 9 + 1 = 5 โ point (1, 5) f(3) = 27 โ 54 + 27 + 1 = 1 โ point (3, 1) f''(x) = 6x โ 12. f''(1) = โ6 < 0 โ (1, 5) is a local maximum f''(3) = 6 > 0 โ (3, 1) is a local minimum Increasing: x < 1 and x > 3 (f'(x) > 0 in those intervals) Decreasing: 1 < x < 3 (f'(x) < 0)
f''(x) = 0 is inconclusive โ it does NOT prove a point of inflection. Use a sign chart on f'(x) to check whether the gradient actually changes sign around that x. For increasing/decreasing: solve f'(x) > 0 and f'(x) < 0 as inequalities, or sketch f'(x) and read off where it is above/below the x-axis.
Paper 1 (GDC allowed): Show f'(x) = 0 โ factorisation โ x values โ y values โ f''(x) classification. Each step is a marking point. Paper 2 (GDC allowed): Use GDC 'minimum' and 'maximum' functions to verify coordinates. But still show the differentiation and second derivative test in your written working.