The Hessian matrix is a square matrix of second-order partial derivatives of a scalar-valued function. It's a cornerstone in multivariable calculus, especially in optimization and critical point analysis. Its primary use is to provide information on the curvature of the surface described by the function at a particular point.
For the function \( f(s, t) \), the Hessian matrix is constructed as follows:
- The entry \( D_{11}f \) is the second partial derivative with respect to \( s \).
- The off-diagonal entries \( D_{12}f \) and \( D_{21}f \), are mixed partial derivatives and often equal if the function is smooth (as per Clairaut's theorem).
- The entry \( D_{22}f \) is the second partial derivative with respect to \( t \).
The determinant of this matrix is then used in the Second Partial Derivative Test, helping to classify critical points. It is essential to highlight that the Hessian matrix provides valuable information only around points where the first partial derivatives are zero; otherwise, the function doesn't have a critical point at that location—in our exercise, the point at which \( D_2f = 4 = 0 \) does not exist, invalidating the use of the Hessian for that case.