Local Linear Approximation and Differentiability
1Introduction
This lecture explains differentiation not only as the slope of a tangent line but also as a method for approximating the increment of a function near a base point by a linear map.
data/lecture/math/linear-algebra/linearity-basics.lecture.n.md2Geometric Interpretation
The graph of a differentiable function can be approximated near a base point by its tangent line. This tangent-line approximation is called a local linear approximation.
At a base point , the approximation is
Setting , the map acting on the increment is a linear map from to . In contrast, is an affine map because it includes a constant term. The word linear in local linear approximation refers to the linearity of as a function of the increment.
3Precise Characterization
Let , , and . The function is differentiable at if and only if there are a real number and a remainder such that
with
This condition is also written as . It means that , so the absolute error is negligible relative to . Indeed, for , division by gives
so the difference quotient tends to and hence . Conversely, if exists, defining gives .
4Example
As an example, approximate . Let , , and . Rationalizing the difference quotient gives
so . Therefore,
and substitution of yields
The actual value is , confirming that the error of the first-order approximation is small near the base point.