Taylor Series

Summary

The Taylor series of f about a is the power series built from derivatives of f at a . Truncations give polynomial approximations; Lagrange’s form bounds the remainder.

Prerequisites

Higher-Order Derivatives, Power Series, Maclaurin Series

Formula

f(x)=n=0f(n)(a)n!(xa)n,

when the series represents f . The degree- n Taylor polynomial is

Pn(x)=k=0nf(k)(a)k!(xa)k.

Lagrange remainder

If f(n+1) exists on an interval containing a and x , then

f(x)=Pn(x)+Rn(x),Rn(x)=f(n+1)(c)(n+1)!(xa)n+1

for some c between a and x . Hence if |f(n+1)|M on that interval,

|Rn(x)|M(n+1)!|xa|n+1.

Radius via coefficients

If an=f(n)(a)/n! and lim|an/an+1| exists, that limit is the radius R .

Worked Example

About a=0 : ex , sinx , and cosx have the standard series with R= .

For cosx , |f(n+1)|1 , so the remainder of Pn satisfies |Rn(x)||x|n+1/(n+1)! .

Common Mistakes

Connections

References

Taylor series and remainders are in OpenStax Calculus Volume 2.[1]


  1. OpenStax, Calculus Volume 2, Section 6.3, https://openstax.org/details/books/calculus-volume-2 ↩︎