When finding relative minimum/maximum, what is the point of using the second derivative test?

Here's what I tell my students:

  1. The first derivative test is usually harder to use, but will always give you an answer (at least for reasonable functions);

  2. The second derivative test is usually easier to use, but it may not be applicable (if it is not a stationary point) and it may be inconclusive.

Why do I say that? To use the second derivative test, you just need to plug in a number and evaluate. That's straightforward. To use the first derivative test, you need to analyse the sign of the first derivative on a neighborhood of the point and figure out whether it changes signs as it goes through the point. This can be harder to do than just plugging in a single point.

As you say, you always already have the first derivative handy. But you may also need to have the second derivative handy: for example, if you are doing a full analysis of the function, looking for intervals in which the function is increasing and decreasing, and intervals in which the function is concave up and concave down, you will also have the second derivative handy.

It's a tradeoff, then:

  1. For the First Derivative Test, you can always use it (stationary points and points where the first derivative does not exist), will almost always give you an answer either way (detecting critical points that are not relative extremes), and does not require any further derivatives to be calculated. But it requires a sign analysis, which may not be trivial (or possible).

  2. For the Second Derivative, you can't always use it, and even if you can use it, it may be inconclusive and it will never detect critical points that are not relative extremes, and it requires you to calculate another derivative. But it is usually much easier to actually use, as it only requires figuring out the sign at a single point.

But more generally: it's always good to have more than one way to do something, as different ways may provide strengths and weaknesses that the other methods don't have, or provide a different kind of insight.


In most cases there is no point in making the second derivative test. Given a differentiable function $f: \>[a,b]\to{\mathbb R}$, a point $x\in\>]a,b[\>$ where $f'(x)\ne0$ cannot be an extremal point. Therefore you make a (hopefully finite) candidate list containing $a$, $b$, and the zeros $x_i$ $(1\leq i\leq r)$ of $f'$ in $\>]a,b[\>$. Then find the minimum or maximum function value for the points in this list.

It is different when you are not specifically out for extrema, but have a special point $\xi$ that interests you. Especially in a multivariate situation you might want to know whether this point $\xi$ is a local extremum, or what kind of saddle point. In such a case you of course have to look at the second derivatives (the Hessian).


The second derivative test only works for local extrema. If you want global extrema, you have two options.

  1. If the function is defined on a closed bounded interval like $[-1,3]$. Then you can find the critical points, and compare the value at the critical points and on the side of the interval.
  2. Otherwise, you do need to know the variations of the function (i.e. the sign of the derivative). This also works for a closed bounded interval, and is often barely even more complicated than Method 1.

The thing is the second derivative test is essentially useless for single-variable calculus, since you can always almost always find the sign of the derivative and conclude.

The second thing is, you cannot speak of increasing / decreasing in multivariable calculus, and that is when the second derivative test really makes sense.

Tags:

Calculus