Taylor Series
Subtopic: Series
Taylor series represent functions as infinite polynomials built from derivatives at a single point. They're the ultimate local approximation—capturing a function's behavior through its derivatives. Taylor series power numerical computation, physics approximations, and theoretical analysis.
Introduction
Polynomials are easy to compute—just addition and multiplication. What if we could write any function as a polynomial? Taylor series do exactly that (for well-behaved functions), expressing
The coefficients come from derivatives: the more derivatives you include, the better the approximation near the expansion point.
Definition
The Taylor series of
Expanded:
When
Key Taylor Series
Worked Example
Find the Maclaurin series for
All derivatives of
This converges for all
Taylor Polynomials
The nth-degree Taylor polynomial is the partial sum:
Convergence
Not all Taylor series converge to their function. When they do, the radius of convergence
ex ,sin(x) ,cos(x) : converge everywhere (R=∞ )ln(1+x) : converges for|x|<1 (R=1 )1/(1−x) : converges for|x|<1 (R=1 )
Error Estimate
The remainder (error) after n terms satisfies:
for some
Applications
In physics, small-angle approximations such as
In numerical computing, functions like
In calculus, Taylor series are used to evaluate limits and prove identities, such as Euler’s formula
In machine learning, second-order Taylor expansion underlies Newton's method for optimization.
Summary
A Taylor series expands