Definition
Linearization is the process of replacing a complex, non-linear function with a linear one (its tangent line) that behaves similarly near a specific point of interest.
Why It Matters
Nonlinearity is the truth, but linearity is the usable tool. Linearization allows us to “zoom in” on a complex curve until it looks like a straight line, providing an accurate, simple approximation that powers almost all real-world engineering and control systems.
Core Concepts
- Linearization Formula: .
- How to read: “The linearization L of x equals f of a plus f prime of a times the quantity x minus a.”
- Meaning / when to use: Equation of the tangent line at ; matches value and slope there — good for small perturbations near .
- Center (): The specific point where the approximation is exact ().
- Approximation: for values near .
- Common Forms (at ):
- How to read: “The sine of x is approximately x, e to the x is approximately one plus x, and the quantity one plus x to the k is approximately one plus k times x.”
- Meaning: First-order Taylor polynomials at zero — error is , so the smaller , the better the estimate (small angles, tiny rate changes, binomial expansions).