Taylor's Theorem (Multivariable)
Taylor's theorem extends to multivariable functions, approximating near using derivatives. The first-order approximation uses the gradient, and the second-order uses the Hessian. This is essential for optimization (Newton's method), error analysis, and differential geometry.
Statement
Theorem9.1Taylor's Theorem (Second Order)
Let be twice continuously differentiable. Then for near ,
where is the Hessian matrix.
Applications
ExampleNewton's method for optimization
To minimize , Newton's method iterates
This uses the second-order Taylor approximation to find the minimum of the quadratic approximation.
Summary
Multivariable Taylor's theorem:
- First-order: .
- Second-order: adds Hessian term for curvature.
- Applications: optimization (Newton's method), error analysis.
See Extrema for optimization.