About the Calculator
A quadratic Taylor polynomial gives a local model for a smooth function. The model uses one function value, first partial derivatives, and second partial derivatives. For many variables, the second order part comes from the Hessian matrix. This calculator keeps those parts visible. It is useful for calculus, optimization, physics modeling, economics, and engineering estimates.
Why It Matters
A multivariable function can curve in several directions at once. A linear approximation only follows the tangent plane. A quadratic approximation also follows local bending. That extra term often gives a better estimate near the chosen base point. It can also reveal whether the function looks bowl shaped, hill shaped, saddle shaped, or uncertain near that point.
What You Enter
Enter the function value at the base point. Then enter each coordinate of the base point and the target point. The calculator forms the displacement vector. Next enter the gradient values at the base point. Finally enter the Hessian entries. For a smooth function, mixed partial derivatives match, so one cross term is enough for each pair of variables. You may enter two or three variables.
What You Get
The tool returns the displacement vector, linear contribution, quadratic contribution, final polynomial estimate, and curvature summary. It also builds a readable polynomial form. When you add a third derivative bound, it estimates a possible remainder size with a cubic norm bound. This does not prove exact error unless the bound is valid on the whole local region.
Best Practice
Choose a base point close to the target point. Smaller steps usually improve the approximation. Use exact derivative values when possible. Round only the final result when accuracy matters. Check units before mixing inputs from applied problems. Export the result when you need records for homework, reports, or repeated comparisons.
Advanced Use
The Hessian test gives helpful clues, but it is local. It depends on the entered second derivatives. For two variables, the determinant separates several common cases. For three variables, leading minors give a quick definiteness check. Use the message as guidance, not as a full proof. If the Hessian changes quickly, compare several nearby points and use the remainder option. This habit makes numerical work easier to audit later.