Understanding Critical Points
A multivariable critical point is a place where the first partial derivatives become zero or undefined. For a smooth two variable function, the calculator solves fx = 0 and fy = 0. These equations describe flat tangent behavior on the surface. At that point, the function may have a local maximum, local minimum, saddle point, or an inconclusive case.
Why This Tool Helps
Manual work can become slow when cross terms and linear terms appear together. This calculator focuses on the general quadratic surface f(x,y) = ax² + by² + cxy + dx + ey + k. It builds the gradient, solves the simultaneous equations, evaluates the function, and applies the Hessian test. It also shows the determinant, trace, eigenvalue signs, and step notes.
Classification Logic
The Hessian matrix contains second partial derivatives. For this model, fxx equals 2a, fyy equals 2b, and fxy equals c. The determinant D equals fxx fyy minus fxy². When D is positive and fxx is positive, the point is a local minimum. When D is positive and fxx is negative, the point is a local maximum. When D is negative, the point is a saddle point. When D equals zero, the second derivative test is inconclusive.
Practical Uses
Students can check calculus homework, compare examples, and understand how each coefficient changes the surface. Teachers can create solved tables for lessons. Engineers and analysts can model simple response surfaces and inspect stationary behavior before using larger optimization methods.
Good Input Habits
Use real numbers for every coefficient. Leave unused terms as zero. Avoid entering values that make the linear system singular unless you want to study dependent gradient equations. Review the shown formulas before exporting. The CSV option saves the key numbers. The PDF option saves a readable summary for notes, reports, or class records. Always confirm results against the original function when the problem has domain restrictions.
Limits And Extensions
Quadratic surfaces are common because their derivatives stay linear. Many nonlinear functions can still be studied near a point with a quadratic approximation. For exact symbolic work beyond this form, use computer algebra. For numeric exploration, adjust coefficients, compare outputs, and watch how the Hessian changes classification. This makes the page useful for repeated study and verification.