← Unit 10 Guide

Taylor Toolkit

A friendly introduction to Taylor & Maclaurin series — for anyone about to take AP Calculus.
Here's a strange and wonderful fact: almost any curve can be rebuilt using nothing but powers of x — x, x², x³, and so on. A "Taylor series" is the recipe for doing that. You start with a rough guess and keep adding terms, and each term snaps the approximation a little closer to the real thing. This page lets you watch it happen.

1 · Build it one term at a time

Pick a function, then hit Add a term and watch. Read the box under the graph each time — it tells you the job the new term just did.

the real function our approximation the error (gap) where it stops working
Choose a function
The polynomial so far

2 · Moving the center: Maclaurin vs. Taylor

Here's something you may not have noticed: every approximation above was built around one point — the center at x = 0 (the dark dot). Building a series at zero is so common it gets its own name, the Maclaurin series. But the center doesn't have to be zero. Drag the center slider below and watch what happens.

the real function approximation the error (gap) center point
Choose a function
Center point
slide me x = 0
The polynomial so far

3 · The secret: each term matches one more thing

Why does adding terms work so neatly? Because of derivatives — the calculus idea of "how fast something is changing." Each term is tuned so the approximation matches the real function a little more deeply at the center point:

The first term matches the function's height. The next matches its slope (that's the tangent line). The next matches its curvature — how the slope is bending. Keep going and each term matches the next derivative, so the fake curve and the real one agree more and more perfectly right at the center. The powers of x carry that agreement outward to the neighborhood around it.

4 · Shortcuts: building new series from ones you know

Computing derivatives over and over is slow. Once you know a few core series, you can reach a huge number of others with three moves — no new derivatives required. This is its own tested skill, and it starts from one template.

The template everything builds on

The geometric series is the master key — memorize it cold:

The catch worth remembering: these moves keep the same radius of convergence as the series you started from (the endpoints can change, but the radius doesn't). So if your template works for |x| < 1, so do the series you build from it.

5 · Drill it — four ways to practice

Pick a mode and practice: read off a coefficient, write a full term, build a new series by substitution, or judge where a series converges. Each one shows a full worked solution that derives the answer, not just states it.

The one formula behind all of this

Every Maclaurin series is built from a single idea: the coefficient of xⁿ is chosen so the polynomial's n-th derivative matches the function's at x = 0. That gives the formula:

In words: take the n-th derivative of f, plug in 0, and divide by n!. That single rule produces every coefficient — and it explains the patterns you'll see below:

Score: 0 / 0
Got these down? See where these series actually converge in Interval of Convergence, bound the error of a Taylor polynomial in Error Bounds, or head back to the Unit 10 Guide.