Definition
Linearization provides the best linear approximation of near a point using the function’s value and first partial derivatives.
Why It Matters
Tangent lines become tangent planes in 3D. Linearizing multivariable functions is the essential “first-order” approximation for physics and economics, allowing us to predict the behavior of complex, multi-factor systems near a point of equilibrium.
Core Concepts
-
Formula:
- How to read: “The linearization L of x, y equals f at x zero, y zero plus the partial derivative of f with respect to x at x zero, y zero times the quantity x minus x zero, plus the partial derivative of f with respect to y at x zero, y zero times the quantity y minus y zero.”
- Meaning / when to use: Tangent-plane approximation—matches and its first partials at ; reliable only for close to the base point.
-
Geometric Link: The graph of is the tangent plane to at .
-
Accuracy: The approximation is reliable only when is very close to .