Linearize
Linearize means to approximate a nonlinear object by a linear one in a neighborhood of a reference point. In calculus, the linear approximation is the first-order term of the Taylor expansion. For a differentiable scalar function f of one variable, f(x) ≈ f(x0) + f'(x0)(x - x0). For a vector-valued function f: R^n -> R^m, the approximation near x0 uses the Jacobian matrix J_f(x0), giving f(x) ≈ f(x0) + J_f(x0)(x - x0). The linear map J_f(x0) is the tangent map to f at x0.
This local linear model is used to analyze and design nonlinear systems at an operating point. In
Limitations: the approximation is valid only near the reference point and may fail farther away. Piecewise