Questions: Critical Points and Local Extrema

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You find a point (a, b) where f_x(a,b) = 0 and f_y(a,b) = 0, and computing the Hessian gives D = f_xx·f_yy − (f_xy)² = −5. What can you conclude about this point?

AIt is a local minimum because D is negative
BIt is a local maximum because the discriminant is negative
CIt is a saddle point — the function has a local min in some directions and a local max in others through this point
DThe test is inconclusive; more information is needed to classify the point
Question 2 Multiple Choice

You want to find the global minimum of f(x, y) = x² − y² on the closed disk x² + y² ≤ 4. After setting f_x = f_y = 0, you find one interior critical point at the origin. What must you do next to guarantee you have found the global minimum?

AEvaluate f at the origin — since it is the only critical point, it must be the global minimum
BUse the second partials test to classify the origin, and if it is a minimum, it must be the global minimum
CAlso evaluate f along the boundary circle x² + y² = 4, compare all values, and take the smallest
DCheck for additional interior critical points using the Hessian's eigenvalues
Question 3 True / False

Most critical point of a differentiable function f(x, y) — most point where f_x = 0 and f_y = 0 — is either a local maximum or a local minimum.

TTrue
FFalse
Question 4 True / False

The global maximum of a continuous function on a closed, bounded region might occur on the boundary rather than at a point where both partial derivatives are zero.

TTrue
FFalse
Question 5 Short Answer

What is the key new phenomenon that distinguishes critical point analysis for functions of two variables from the single-variable case, and how does the second partials test address it?

Think about your answer, then reveal below.