Taylor Series vs Taylor Polynomial
  • is a representation of a function as a sum of terms that are calculated from the values of the function’s derivatives at a single point
    • Taylor series is an infinite sum
    • Taylor polynomial is a finite sum
  • goal is to take a non-polynomial function and represent it as a polynomial function (which is easier to understand and manipulate)
  • transforms: derivative information at a point → approximation information near that point

Taylor Series/Polynomial - Formula

power series form

compact sigma form

where:

  • 𝑛! denotes the factorial of 𝑛
  • 𝑓(𝑛)(𝑎) denotes the 𝑛𝑡ℎ derivative of 𝑓 evaluated at the point 𝑎

Taylor Series/Polynomial - Formula Derivation

Taylor Series/Polynomial - Variants

Types

Description

Maclaurin Series

a Taylor series is centered at zero (i.e. a = 0)

Taylor Series/Polynomial - Other