Taylor's Theorem with remainder

Approximates a smooth function by a polynomial with a controlled error term
Taylor’s Theorem with remainder

Taylor’s Theorem (Lagrange remainder): Let ff be (n+1)(n+1) times continuously differentiable on an containing aa and xx. Then there exists ξ\xi between aa and xx such that f(x)=k=0nf(k)(a)k!(xa)k+f(n+1)(ξ)(n+1)!(xa)n+1. f(x)=\sum_{k=0}^{n}\frac{f^{(k)}(a)}{k!}(x-a)^k+\frac{f^{(n+1)}(\xi)}{(n+1)!}(x-a)^{n+1}.

Taylor’s theorem is the precise statement behind local polynomial approximation and error estimation. It is fundamental in asymptotics, numerical approximation, and in proving properties like analyticity of power series.