7 methods · 23 questions
When a question asks for the greatest or least value, as a parameter varies, of something that is itself a derivative at a fixed point (a gradient, a normal slope, a stationary value, a distance to a stationary point), there are two nested layers. First differentiate in and substitute the fixed point to get the target as an expression in the parameter alone. Then optimise that expression over the parameter, usually by completing the square if it is quadratic, otherwise by differentiating with respect to the parameter.
Trigger: 'least/greatest value of the gradient (or normal slope, or distance) as (or , , ) varies'.
Instances:
(i) get the gradient at the fixed as a quadratic in the parameter, then complete the square to read off its minimum;
(ii) for a normal slope , optimise the slope by optimising the single quadratic in the denominator;
(iii) differentiate the target with respect to the parameter and set that to zero when completing the square is awkward;
(iv) substitute for to turn a quartic-in- distance into a quadratic in before minimising.
Linked questions (5)