Exercise 9.31

Exercise 31: Suppose f C ( 3 ) in some neighborhood of a point ǎ 2 , the gradient of f is 0 ˇ at ǎ , but not all second-order derivatives of f are 0 at ǎ . Show how one can then determine from the Taylor polynomial of f at ǎ (of degree 2) whether f has a local maximum, or a local minimum, or neither, at the point ǎ . Extend this to n in place of 2 .

Answers

I am going to give the results, but not prove them. You can find a proof in any good advanced calculus text, and it’s easy to find online. (For example, see Theorem 16.4 of Loomis and Sternberg’s Advanced Calculus, which is legally available online now. Actually, why don’t you just read the whole book, it wouldn’t be difficult for you at this point, and it would introduce you to Differential Geometry and Mechanics. They actually used to assign it in advanced Freshman Calculus courses long ago, which must have been a good way to generate a lot of pre-meds.)

For a function f satisfying the above conditions, we have from Exercise 30 that f is approximately the following quadratic function in two variables:

f ( ǎ ) + D 11 f ( ǎ ) 2 ( x 1 a 1 ) 2 + D 12 f ( ǎ ) ( x 1 a 1 ) ( x 2 a 1 ) + D 22 f ( ǎ ) 2 ( x 2 a 1 ) 2 .

Let D = ( D 11 f ( ǎ ) ) ( D 22 f ( ǎ ) ) ( D 12 f ( ǎ ) ) 2 . Then the above function will have a local maximum if and only if D is positive and D 11 f ( ǎ ) is negative. It will have a local minimum if and only if D is positive and D 11 f ( ǎ ) is positive. This will also hold for f near ǎ .

For n variables, we need to consider the eigenvalues of the Hessian matrix ( D ij f ( ǎ ) ) . There will be n real eigenvalues since the matrix is symmetric. Then f has a local maximum at ǎ if and only if the eigenvalues are all negative, and it will have a local minimum at ǎ if and only if they are all positive.

User profile picture
2023-08-07 00:00
Comments