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.
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.
How to Solve Quadratic Equations: 3 Methods with Examples
Learn how to solve quadratic equations using the quadratic formula, factoring, and completing the square. Step-by-step worked examples with clear explanations.
How to Find the Slope of a Line: Formula, Methods, and Examples
Learn how to find the slope of a line using the slope formula, rise over run, and slope-intercept form. Covers parallel and perpendicular slopes with worked examples.