Understanding Two Variable Extrema
A function of two variables can rise, fall, or bend in many directions. Local extrema describe special points near which values become highest or lowest. These points are important in calculus, optimization, economics, physics, and engineering. The calculator focuses on practical classification. It helps you inspect a quadratic surface, or a known critical point with Hessian data. The goal is not only to give an answer. It also shows the derivative conditions and the second derivative test.
Why Critical Points Matter
For a smooth function f(x,y), a local extremum usually appears where both first partial derivatives are zero. These equations are f_x = 0 and f_y = 0. Such points are called stationary points. They are candidates, not final answers. A candidate may be a minimum, maximum, saddle point, or an inconclusive flat case. This is why the Hessian matrix is needed after solving the first derivative equations.
Using The Hessian Test
The Hessian matrix stores second partial derivatives. For two variables, it uses f_xx, f_xy, and f_yy. Its determinant is D = f_xx f_yy - f_xy². If D is positive and f_xx is positive, the point is a local minimum. If D is positive and f_xx is negative, the point is a local maximum. If D is negative, the point is a saddle point. If D is zero, the test cannot decide.
Practical Study Benefits
This tool is useful while checking homework, preparing examples, or reviewing optimization steps. Quadratic mode is fast because the critical point can be solved from a linear system. Hessian mode is flexible because it accepts derivative values from any differentiable expression. The decimal precision option keeps answers neat. The tolerance option helps decide whether small derivative values should count as zero. The CSV export supports spreadsheets. The PDF export supports reports and class notes.
Read every output line carefully. A local result only describes behavior near the tested point. It does not always prove a global maximum or minimum. Domain boundaries, constraints, and discontinuities may change the final decision. For constrained problems, use suitable methods such as substitution, Lagrange multipliers, or boundary testing. When the Hessian is inconclusive, try direct comparison, higher derivatives, graphs, or numerical sampling around the point. For accuracy.