#Higher-order tests for extrema of multivariable functions

20 messages · Page 1 of 1 (latest)

native tiger
#

So, the higher-order tests for extrema of single-variable functions and the hessian test (so, second derivative) for extrema of multivariable functions are quite well-known and studied by pretty much everyone.
However, I was wondering whether there was a variant of a higher-order test for multivariable functions, too. For example, f(x, y) = x^4 + y^4 clearly has a local minimum at the origin, yet the hessian test will obviously fail.
Is there such a test? Assuming existence and continuity of all the derivatives involved, of course. Some literature on the subject would also be quite nice!

devout trailBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
split panther
#

How about treating the Hessian as an operator $H =
\begin{bmatrix}
\frac{\partial^2}{\partial x^2} & \frac{\partial^2}{\partial x\partial y} \
\frac{\partial^2}{\partial y\partial x} & \frac{\partial^2}{\partial y^2}
\end{bmatrix}$

dense sedgeBOT
#

Djake3tooth

split panther
#

And looking at the eigenvalues of $Hf, H^2f, \dots$

dense sedgeBOT
#

Djake3tooth

split panther
#
Quora

Answer (1 of 2): Yes, there is a third partial derivative matrix called the "third-order derivative tensor" or "third-order partial derivative matrix."

The third-order derivative tensor is a three-dimensional array of partial derivatives that describes the third-order derivatives of a scalar fun...

#

But I don't know if you can extract out of that tensor if there are local minima/maxima or sadle points

split panther
#

$f(x,y)=x^4+x^2y^2+y^4+xy^3$

dense sedgeBOT
#

Djake3tooth

split panther
#

because $H^2$ doesn't contain every possible combination of 4 partial derivatives

dense sedgeBOT
#

Djake3tooth

blissful wigeon
#

the hessian conditions are sufficient for local minima/maxima or saddle points

#

if the hessian is singular at a point, the test is inconclusive and you have to analyse by inspection

#

as far as I know, there is no general description of local extrema for multivariable maps

native tiger
#

Ah, I see... That's a shame.

#

Well, in any case, thanks to you both!

#

+close