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.

Proof sketch: Consider the auxiliary function ϕ(t)=f(t)k=0nf(k)(a)k!(ta)kλ(ta)n+1, \phi(t)=f(t)-\sum_{k=0}^{n}\frac{f^{(k)}(a)}{k!}(t-a)^k - \lambda (t-a)^{n+1}, where λ\lambda is chosen so that ϕ(x)=0\phi(x)=0. One checks that ϕ(a)=ϕ(a)==ϕ(n)(a)=0\phi(a)=\phi'(a)=\cdots=\phi^{(n)}(a)=0 and ϕ(x)=0\phi(x)=0. Applying repeatedly yields a point ξ\xi with ϕ(n+1)(ξ)=0\phi^{(n+1)}(\xi)=0, which forces λ=f(n+1)(ξ)/(n+1)!\lambda=f^{(n+1)}(\xi)/(n+1)! and gives the stated .