A hill is given by $$ z = f(x,y) = \frac {32}{1 + x^2 + y^2}$$
where $z$ is the height of the hill in meters. At what height is the hill the steepest?
The standard way to do it, which is how I would do it, is to determine the gradient on vector form and then maximize $\| \text{grad} f(x,y)\|^2$ with respect to $x^2 + y^2 = r^2$ (I'll maximize the square since it is hairy to deal with square roots).
But what I would like to know is what other, perhaps more clever and sophisticated, ways there are to solve the same problem.