In single-variable calculus, the second-derivative test states that if $x$ is a real number such that $f'(x)=0$, then:
- If $f''(x)>0$, then $f$ has a local minimum at $x$.
- If $f''(x)<0$, then $f$ has a local maximum at $x$.
- If $f''(x)=0$, then the text is inconclusive.
But there's no need to despair if the second-derivative test is inconclusive, because there is the higher-order derivative test. It states that if $x$ is a real number such that $f'(x)=0$, and $n$ is the smallest natural number such that $f^{(n)}(x)\neq 0$, then:
- If $n$ is even and $f^{(n)}>0$, then $f$ has a local minimum at $x$.
- If $n$ is even and $f^{(n)}<0$, then $f$ has a local manimum at $x$.
- If $n$ is odd, then $f$ has an inflection point at $x$.
Similarly, in multivariable calculus the second-derivative test states that if $(x,y)$ is an ordered pair such that $\nabla f(x,y) = 0$, then:
- If $D(x,y)>0$ and $f_{xx}(x,y)>0$, then $f$ has a local minimum at $(x,y)$.
- If $D(x,y)>0$ and $f_{xx}(x,y)<0$, then $f$ has a local maximum at $(x,y)$.
- If $D(x,y)<0$, then $f$ has a saddle point at $(x,y)$.
- If $D(x,y)=0$, then the test is inconclusive.
where $D(x,y)=f_{xx}(x,y)f_{yy}(x,y)-(f_{xy}(x,y))^2$ is the determinant of the Hessian matrix of $f$ evaluated at $(x,y)$.
My question is, what do you do if this test is inconclusive? What is the analogue of the higher-order derivative test in multivariable calculus?