Math · Introduction to Calculus · Grade 9-12 · 5 min read

Taylor Series

⚡ In one breath

A Taylor series represents a smooth function as an infinite sum $\sum\frac{f^{(n)}(a)}{n!

📐 The formula

f(x)=n=0f(n)(a)n!(xa)n=f(a)+f(a)(xa)+f(a)2!(xa)2+f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots

Orient

The one-line idea, why it matters, and the intuition.

Section 1

Quick Answer

A Taylor series represents a smooth function as an infinite sum f(n)(a)n!(xa)n\sum\frac{f^{(n)}(a)}{n!}(x-a)^n, built so that every derivative of the polynomial matches the function's at the center aa (when a=0a=0 it's a Maclaurin series). Use it to approximate functions like exe^x, sinx\sin x, or ln(1+x)\ln(1+x) by polynomials, or to compute hard limits and integrals. The cue is 'approximate this function near a point' or 'expand as a power series in derivatives.' Before calculating, ask: Am I building an infinite polynomial whose successive derivatives at one center match the function's?

Section 2

Why This Matters

It is how calculators and computers evaluate transcendental functions, and it turns intractable integrals and limits into polynomial arithmetic. Conceptually it unifies all of differential calculus — the whole local behavior of a function is encoded in its derivatives at a single point. Recognizing it by "Am I building an infinite polynomial whose successive derivatives at one center match the function's?" — rather than by familiar numbers — is what lets a student tell it apart from power series (general) and linear approximation / tangent line and infinite geometric series in a mixed problem set.

Section 3

Intuitive Explanation

A polynomial 'glove' being fitted onto a function's 'hand' at one point: first match the height, then the slope, then the bend, then higher wiggles — each new term tightens the fit over a wider stretch around aa. This is the clean version of the idea because the visible structure matches the concept before any formula or procedure is chosen.

Assuming the series equals the function for ALL xx — it only matches inside its interval of convergence, and even a convergent series can fail to equal ff (pathological cases); near the center is where it's trustworthy. That contrast matters because many wrong answers come from recognizing a surface feature, such as a familiar number or word, instead of the actual task.

A useful way to slow down is to name the signal words and then test them. Words like **approximate near a point**, **expand f(x)f(x)**, **Maclaurin series**, **f(n)(a)n!\frac{f^{(n)}(a)}{n!}**, **polynomial approximation** are helpful clues, but they are not enough by themselves. They must point to the same structure as the mental model: A Taylor series rebuilds a function as an infinite polynomial whose derivatives at aa match the function's.

The recognition test is simple: Am I building an infinite polynomial whose successive derivatives at one center match the function's? If yes, taylor series is probably the right tool; if not, compare with Power series (general) or Linear approximation / tangent line or Infinite geometric series before calculating.

Core idea

A Taylor series rebuilds a function as an infinite polynomial whose derivatives at aa match the function's.

Recognize

The cues that signal this concept and how to distinguish it from look-alikes.

Section 4

When to Use

Use Taylor Series when you need to approximate a smooth function near a point, or convert it to an infinite polynomial built from its derivatives there. Strong signals include **approximate near a point**, **expand f(x)f(x)**, **Maclaurin series**, **f(n)(a)n!\frac{f^{(n)}(a)}{n!}**, **polynomial approximation**. The safest workflow is to read the final question first, identify what kind of answer it wants, and then test the structure. Do not use taylor series just because familiar numbers appear; first decide whether the situation answers "Am I building an infinite polynomial whose successive derivatives at one center match the function's?" with yes.

✨ Pro tip

Ask: Am I building an infinite polynomial whose successive derivatives at one center match the function's?

Section 5

How to Recognize It

Before using Taylor Series, check the structure of the problem, not just the vocabulary. These questions force the same recognition move from several angles: the task, the signal words, the nearest confusion, and the thing that would make the concept fail.

  1. Am I building an infinite polynomial whose successive derivatives at one center match the function's?

    If yes, the problem matches taylor series. If no, pause before applying the procedure, because the same numbers may belong to a different idea.

  2. Which words signal the structure?

    Look for approximate near a point, expand f(x)f(x), Maclaurin series, f(n)(a)n!\frac{f^{(n)}(a)}{n!}. These words are useful only after the situation matches them; a keyword without structure is not proof.

  3. What is the nearest confusion?

    Power series (general) is the common trap here: Any series an(xc)n\sum a_n(x-c)^n; a Taylor series is the one whose coefficients are f(n)(a)n!\frac{f^{(n)}(a)}{n!}. Compare the desired final answer before choosing a method.

  4. What answer form should I expect?

    The answer should fit this mental model: A Taylor series rebuilds a function as an infinite polynomial whose derivatives at aa match the function's. If the expected answer sounds more like power series (general), use the comparison table before solving.

  5. What would make this NOT Taylor Series?

    Assuming the series equals the function for ALL xx — it only matches inside its interval of convergence, and even a convergent series can fail to equal ff (pathological cases); near the center is where it's trustworthy. This tells you when to switch tools instead of forcing the concept.

Section 6

Taylor Series vs Common Confusions

The hard part is recognizing when the task is really about taylor series instead of a nearby idea. Read the final answer the problem wants, then ask which row describes the structure before you start calculating.

Taylor Series

Meaning
Use this when you need to approximate a smooth function near a point, or convert it to an infinite polynomial built from its derivatives there. The deciding question is: Am I building an infinite polynomial whose successive derivatives at one center match the function's?
Key test
Am I building an infinite polynomial whose successive derivatives at one center match the function's?
Formula
f(x)=n=0f(n)(a)n!(xa)n=f(a)+f(a)(xa)+f(a)2!(xa)2+f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots
Example
Find the Maclaurin series (Taylor at a=0a=0) of f(x)=exf(x)=e^x.

Power series (general)

Meaning
Any series an(xc)n\sum a_n(x-c)^n; a Taylor series is the one whose coefficients are f(n)(a)n!\frac{f^{(n)}(a)}{n!}.
Key test
Use 'power series' when coefficients aren't tied to a function's derivatives.
Formula
an(xc)n\sum a_n(x-c)^n
Example
an arbitrary coefficient series

Linear approximation / tangent line

Meaning
Just the FIRST two Taylor terms: f(a)+f(a)(xa)f(a)+f'(a)(x-a).
Key test
Use when one term of accuracy near $a$ suffices.
Formula
L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a)
Example
4.12.025\sqrt{4.1}\approx 2.025

Infinite geometric series

Meaning
A specific closed-form sum a1r\frac{a}{1-r}; 11x\frac{1}{1-x}'s Taylor series IS one, but most aren't.
Key test
Use when terms have a constant ratio, not derivative-built coefficients.
Formula
a1r\frac{a}{1-r}
Example
1+x+x2+=11x1+x+x^2+\cdots=\frac1{1-x}

Apply

Worked examples and the mistakes most students make.

Section 7

Formula & Notation

f(x)=n=0f(n)(a)n!(xa)n=f(a)+f(a)(xa)+f(a)2!(xa)2+f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots
f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n for xa<R|x - a| < R (radius of convergence). Taylor's theorem with remainder: f(x)=Tn(x)+Rn(x)f(x) = T_n(x) + R_n(x) where Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \frac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1} for some cc between aa and xx (Lagrange form).

How to read it: Tn(x)T_n(x) = Taylor polynomial of degree nn. Rn(x)R_n(x) = remainder (error) term.

Section 8

Worked Examples

Example 1 — Maclaurin series of e^x

Easy

Problem

Find the Maclaurin series (Taylor at a=0a=0) of f(x)=exf(x)=e^x.

Solution

  1. Need the derivatives at 0; since ddxex=ex\frac{d}{dx}e^x=e^x, every derivative at 0 equals 1.

    Name the structure before touching arithmetic — that is what makes the right method obvious.

  2. Ask the recognition question: Am I building an infinite polynomial whose successive derivatives at one center match the function's?

    If the answer is yes, the concept applies; the cue, not a keyword, decides the method.

  3. Plug f(n)(0)=1f^{(n)}(0)=1 into f(n)(0)n!xn\sum\frac{f^{(n)}(0)}{n!}x^n.

    The rule is chosen only after the structure matches, so the steps mean something.

  4. n=01n!xn=1+x+x22!+x33!+\sum_{n=0}^{\infty}\frac{1}{n!}x^n=1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+\cdots.

    Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.

  5. Check the answer against the original question.

    It should fit the mental model — match value, slope, curvature, and beyond at one point. If it does not, revisit the recognition step before changing the arithmetic.

Answer

ex=n=0xnn!e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!}

Takeaway: Build the polynomial from the function's derivatives at the center, dividing the nnth by n!n!.

Example 2 — Coefficients not from derivatives

Standard

Problem

Is n=02nxn\sum_{n=0}^{\infty} 2^n x^n a Taylor series of some function — and what is its sum?

Solution

  1. Notice why this looks like the same concept.

    Nearby language or numbers can tempt you toward match value, slope, curvature, and beyond at one point.

  2. Its coefficients 2n2^n aren't of the form f(n)(0)n!\frac{f^{(n)}(0)}{n!}; it's a plain geometric power series with ratio 2x2x.

    Spotting what actually changed is what separates this from the concept it resembles.

  3. Treat it as a geometric series and sum it where it converges (2x<1|2x|<1).

    The nearby idea may share numbers but answers a different question, so it needs a different move.

  4. State the result in the language of the actual task.

    112x\frac{1}{1-2x} for x<12|x|<\tfrac12 (a geometric, not derivative-built, series). Name it for what the problem really asked, not the concept you first expected.

  5. Say the contrast in one sentence.

    Not every power series is a Taylor series; Taylor coefficients must come from a function's derivatives over n!n!.

Answer

112x\frac{1}{1-2x} for x<12|x|<\tfrac12 (a geometric, not derivative-built, series)

Takeaway: Not every power series is a Taylor series; Taylor coefficients must come from a function's derivatives over n!n!.

Example 3 — Spot the trap: Match value, slope, curvature, and beyond at one point

Application

Problem

A student starts with this idea: "Forgetting the n!n! in the denominator" What should they check before accepting that reasoning?

Solution

  1. Pause before the first move.

    The first move is a decision, not a calculation — does the situation really match match value, slope, curvature, and beyond at one point.

  2. Run the recognition test: Am I building an infinite polynomial whose successive derivatives at one center match the function's?

    This is the single check that the trap skips.

  3. each coefficient is f(n)(a)n!\frac{f^{(n)}(a)}{n!}, not just f(n)(a)f^{(n)}(a).

    Stating the safer rule turns the mistake into a checkable step instead of a vague "be careful."

  4. Compare with the nearest confusion, Power series (general).

    Any series an(xc)n\sum a_n(x-c)^n; a Taylor series is the one whose coefficients are f(n)(a)n!\frac{f^{(n)}(a)}{n!}.

  5. State the corrected decision and reuse it.

    Using the concept only when the structure matches leaves a process the student can repeat on a new problem.

Answer

each coefficient is f(n)(a)n!\frac{f^{(n)}(a)}{n!}, not just f(n)(a)f^{(n)}(a).

Takeaway: The recognition step prevents the common trap: Forgetting the n!n! in the denominator

Section 9

Common Mistakes

Common slip-up

Forgetting the n!n! in the denominator

The right idea

each coefficient is f(n)(a)n!\frac{f^{(n)}(a)}{n!}, not just f(n)(a)f^{(n)}(a).

Common slip-up

Assuming convergence everywhere

The right idea

the series only represents ff within its interval of convergence; check it.

Common slip-up

Centering at the wrong point

The right idea

use (xa)(x-a) powers about the center aa; Maclaurin specifically means a=0a=0.

Practice

Try it, then see where this concept fits in the path.

Section 10

Mini Practice

Try these on your own. Tap Reveal when you want to check.

  1. What clue tells you this is a Taylor Series situation: Find the Maclaurin series (Taylor at a=0a=0) of f(x)=exf(x)=e^x.

    Hint: Am I building an infinite polynomial whose successive derivatives at one center match the function's?

  2. Find the Maclaurin series (Taylor at a=0a=0) of f(x)=exf(x)=e^x.

    Hint: Plug f(n)(0)=1f^{(n)}(0)=1 into f(n)(0)n!xn\sum\frac{f^{(n)}(0)}{n!}x^n.

  3. Why is this a contrast case instead of Taylor Series: Is n=02nxn\sum_{n=0}^{\infty} 2^n x^n a Taylor series of some function — and what is its sum?

    Hint: Its coefficients 2n2^n aren't of the form f(n)(0)n!\frac{f^{(n)}(0)}{n!}; it's a plain geometric power series with ratio 2x2x.

  4. Fix this thinking: Forgetting the n!n! in the denominator

    Hint: Name the recognition cue before choosing a rule.

  5. Which is the better fit here: Taylor Series or Power series (general)? Explain the deciding difference.

    Hint: For Taylor Series, ask: Am I building an infinite polynomial whose successive derivatives at one center match the function's?

  6. Write one sentence that would remind a classmate how to recognize Taylor Series.

    Hint: Use the mental model "Match value, slope, curvature, and beyond at one point." and one signal word.

Want the full set?

50 practice questions for this concept — free to try, every one with a complete worked solution showing the why, not just the answer.

Section 11

Frequently Asked Questions

How do I know when to use Taylor Series?

Use Taylor Series when you need to approximate a smooth function near a point, or convert it to an infinite polynomial built from its derivatives there. Do not start from the numbers alone; first name the structure of the situation. The fastest check is: Am I building an infinite polynomial whose successive derivatives at one center match the function's? If the answer is yes and the wording matches cues like approximate near a point, expand f(x)f(x), Maclaurin series, then taylor series is probably the right tool.

What is Taylor Series most often confused with?

Taylor Series is often confused with Power series (general). Power series (general) means Any series an(xc)n\sum a_n(x-c)^n; a Taylor series is the one whose coefficients are f(n)(a)n!\frac{f^{(n)}(a)}{n!}. The difference is not just vocabulary; it changes the action you take. For taylor series, the key test is "Am I building an infinite polynomial whose successive derivatives at one center match the function's?" For power series (general), the better cue is: Use 'power series' when coefficients aren't tied to a function's derivatives.

What is the fastest recognition cue for Taylor Series?

Look for approximate near a point, expand f(x)f(x), Maclaurin series, f(n)(a)n!\frac{f^{(n)}(a)}{n!}, but treat those words as clues, not proof. A word problem can contain a familiar keyword and still ask for a different idea. After noticing the cue, ask the recognition question: Am I building an infinite polynomial whose successive derivatives at one center match the function's? That question protects you from using a memorized procedure in the wrong place.

What mistake should I avoid with Taylor Series?

Avoid this thinking: "Forgetting the n!n! in the denominator" That mistake usually happens when the student jumps to a rule before checking the situation. The safer version is: each coefficient is f(n)(a)n!\frac{f^{(n)}(a)}{n!}, not just f(n)(a)f^{(n)}(a). A good habit is to say the mental model out loud first: "Match value, slope, curvature, and beyond at one point." Then choose the calculation or representation.

How can I tell this apart from Linear approximation / tangent line?

Linear approximation / tangent line is the better fit when the task is about this: Just the FIRST two Taylor terms: f(a)+f(a)(xa)f(a)+f'(a)(x-a). Taylor Series is the better fit when you need to approximate a smooth function near a point, or convert it to an infinite polynomial built from its derivatives there. If both ideas seem possible, compare what the problem wants as the final answer. The desired output often reveals whether you should use taylor series or switch to the nearby concept.

Why does Taylor Series matter?

It is how calculators and computers evaluate transcendental functions, and it turns intractable integrals and limits into polynomial arithmetic. Conceptually it unifies all of differential calculus — the whole local behavior of a function is encoded in its derivatives at a single point. The practical value is recognition: once you can spot taylor series, you can choose a method before calculating. That makes later topics easier because you are not memorizing isolated tricks; you are recognizing the same structure when it appears in a new representation.

Section 12

Learning Path

Taylor Series

You are here

Next →

Power Series
Before this, students should be comfortable with Derivative and Differentiation Rules. This page focuses on the recognition cue: Am I building an infinite polynomial whose successive derivatives at one center match the function's? That cue is the bridge between earlier skills and later problem solving: students first learn to identify the structure, then they learn which calculation, diagram, graph, or proof move belongs to it. After this, Power Series become easier to recognize.

Section 13

See Also