Taylor Series
Definition
A Taylor series is a power series representation of a function about a point , constructed so that all derivatives of the series match those of at .
Intuition
A Taylor series approximates a smooth function by matching its value and all its derivatives at a single point. The more terms included, the better the approximation over a wider region. The linear term recovers the familiar tangent-line approximation.
Formal Description
Writing and differentiating repeatedly at gives , so
The special case is called a Maclaurin series:
Small-increment form. For small :
Key Results — Common Taylor Series
All series below are centered at .
| Function | Taylor series | Radius of convergence |
|---|---|---|
Derivation notes:
- is obtained by differentiating the series term-by-term.
- is obtained by integrating the series for , using .
- is obtained by integrating the series for (substitute in ), using .
Remarkable special values:
Euler’s formula follows from substituting into the exponential series and separating real and imaginary parts using the and series:
Applications
Taylor series provide polynomial approximations to smooth functions. The linear approximation underlies L’Hôpital’s Rule.
Example. for small (linear Taylor approximation with , ).
Trade-offs
A Taylor series converges to only within its radius of convergence and only for analytic functions. Functions like are smooth but not analytic at — all Taylor coefficients vanish yet the function is nonzero, so the series fails to recover .
Links
- Power Series
- Geometric Series
- L’Hôpital’s Rule
- Harmonic and p-Series — alternating harmonic series sums to
- Complex Numbers — Euler’s formula follows from the exponential Taylor series