Questions: The Hessian Matrix and Second Derivative Test

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

At a critical point of f(x, y), you compute det(H) = −3. What can you conclude?

ALocal minimum, because the negative value indicates downward curvature
BLocal maximum, because the Hessian determinant is negative
CSaddle point, because the Hessian has eigenvalues of opposite signs
DThe test is inconclusive — you need higher-order information
Question 2 Multiple Choice

At a critical point, f_xx = 4, f_yy = 2, and f_xy = 3. A student claims this must be a local minimum because f_xx > 0. Is the student correct?

AYes — f_xx > 0 confirms upward curvature, guaranteeing a local minimum
BNo — you must also verify f_yy > 0 to confirm a local minimum
CNo — det(H) = (4)(2) − (3)² = −1 < 0, so this is a saddle point
DNo — you need to compute both eigenvalues explicitly before concluding anything
Question 3 True / False

A saddle point occurs when the Hessian matrix has eigenvalues of opposite signs, which is equivalent to det(H) < 0.

TTrue
FFalse
Question 4 True / False

If the Hessian determinant equals zero at a critical point, the point is expected to be a saddle point.

TTrue
FFalse
Question 5 Short Answer

Why is checking f_xx > 0 alone insufficient to classify a critical point of a two-variable function as a local minimum?

Think about your answer, then reveal below.