Read this lesson as text
Advanced Topics Summary
Calculus 3 · Axiom Academy
SUMMARY Advanced Topics in Multivariable Calculus How optimization with constraints, multivariable Taylor series, PDEs, and numerical methods extend calculus to solve real-world problems. Unconstrained extrema of f(x,y) live at critical points where ; the Hessian (second-derivative) test sorts each into a max, a min, or a saddle. Lagrange multipliers handle constraints: at an optimum, — the gradients line up and the level curves are tangent. The second-order Taylor polynomial approximates f(x,y) near a point using the gradient (tilt) and the Hessian (curvature). Numerical methods (Simpson's rule, gradient descent) take over when a closed form is out of reach — the engine behind modern machine learning. PDEs — heat, wave, and Laplace — model how quantities evolve across space and time, pinned down by boundary conditions. Core Concept Optimization in Several Variables Critical points occur where (or is undefined). The second-derivative test uses the Hessian determinant D to classify each one. Classify: local min; local max; saddle. Geometry: extrema sit where the tangent plane is horizontal; saddles are neither peak nor valley. Watch out for: D = 0 is inconclusive; on a closed region also check the boundary. Core Concept Lagrange Multipliers To optimize f(x,y) subject to a constraint g(x,y) = c , solve the gradient-alignment system. At an optimum the two gradients are parallel. When to use: extrema restricted to a curve or surface, not the whole plane.
This is the written version of the interactive lesson above. See the full Calculus 3 course.