Taylor Series Explained: Formula, Examples, and Applications
Taylor series allow us to represent complex functions as infinite sums of polynomial terms. This is one of the most powerful ideas in mathematics, enabling us to approximate functions like , , and to any desired accuracy.
This guide explains how Taylor and Maclaurin series work, how to compute their terms, and how to determine when a series converges.
The Taylor Series Formula
The Taylor series of a function centred at is:
Each term uses the -th derivative of evaluated at , divided by (n factorial), multiplied by .
Maclaurin Series
A Maclaurin series is simply a Taylor series centred at :
Worked Examples
Example 1: Maclaurin Series for e^x
Every derivative of is , and . So for all .
This series converges for all real values of .
Example 2: Maclaurin Series for sin(x)
The derivatives of cycle: Evaluating at gives
Only odd powers appear:
Example 3: Taylor Series for ln(x) about x = 1
We centre the series at . The derivatives of are:
- , so
- , so
- , so
- , so
Substituting into the Taylor formula:
This series converges for .
Example 4: Approximating a Value
Use the Maclaurin series for to approximate using four terms.
The true value is approximately 1.6487, so four terms give a very good approximation.
Convergence
Not every Taylor series converges for all . The radius of convergence tells you the interval where the series is valid. You can find it using the ratio test:
The series converges when and diverges when . At the boundary points, convergence must be checked individually.
Common Maclaurin Series
- (converges for all )
- (converges for all )
- (converges for all )
- (converges for )
Try It Yourself
Explore Taylor and Maclaurin series expansions with our free Taylor Series Calculator. Enter any function and see its series expansion, term by term, with convergence information. Since Taylor series rely on repeated differentiation, our Derivative Calculator can help verify individual terms.
Related Articles
The Complete Guide to Logarithms: Rules, Examples, and Applications
Master logarithms from the basics to advanced rules. Covers log properties, change of base formula, and real-world applications in science and finance.
Understanding Complex Numbers: A Complete Guide
Learn about complex numbers from basics to advanced topics. Covers arithmetic, polar form, Euler's formula, De Moivre's theorem, and applications in engineering.
Permutations and Combinations Explained: Formulas and Examples
Understand the difference between permutations and combinations. Covers factorials, the counting principle, Pascal's triangle, and probability applications.