Fiveable

♾️AP Calculus AB/BC Unit 10 Review

QR code for AP Calculus AB/BC practice questions

10.14 Finding Taylor or Maclaurin Series for a Function

10.14 Finding Taylor or Maclaurin Series for a Function

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

TLDR

A Taylor series writes a function as an infinite power series built from its derivatives at a center point: n=0f(n)(a)n!(xa)n\sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x-a)^n. A Maclaurin series is just a Taylor series centered at x=0x=0. The fastest way to find these on the AP Calculus BC exam is to memorize a few common Maclaurin series and then substitute, multiply, differentiate, or integrate to match the function you are given.

How Do You Find a Taylor or Maclaurin Series?

To find a Taylor or Maclaurin series, start from the derivative formula n=0f(n)(a)n!(xa)n\sum_{n=0}^{\infty}\frac{f^{(n)}(a)}{n!}(x-a)^n or transform a known series. A Maclaurin series is the special case where the center is a=0a=0.

For AP Calculus BC, known series are usually faster than repeated differentiation. Use the geometric series for 11x\frac{1}{1-x} and memorize the Maclaurin series for exe^x, sinx\sin x, and cosx\cos x, then substitute, multiply, differentiate, or integrate to match the function.

Why This Matters for the AP Calculus Exam

This is a BC-only topic, so you will only see it if you take AP Calculus BC. It pulls together two earlier ideas: approximating functions with Taylor polynomials and representing functions as power series. On the exam, series questions show up in both multiple-choice and free-response settings, and being able to recognize a function's series form quickly saves time. You will be expected to build a Taylor or Maclaurin series, list out terms, and reason about how known series connect to new ones.

Key Takeaways

  • The Taylor series of ff centered at x=ax=a is n=0f(n)(a)n!(xa)n\sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x-a)^n, where f(0)(a)=f(a)f^{(0)}(a)=f(a).
  • A Maclaurin series is a Taylor series with center a=0a=0.
  • A Taylor polynomial is a partial sum (finite piece) of the full Taylor series.
  • Memorize the Maclaurin series for 11x\frac{1}{1-x}, exe^x, sinx\sin x, and cosx\cos x; most other series come from these by substitution or algebra.
  • The series for 11x\frac{1}{1-x} is a geometric series, and the series for sinx\sin x, cosx\cos x, and exe^x are the building blocks for many other functions.
  • Pattern recognition in derivatives is the key skill when you have to build a series from scratch.

What's a Taylor Series?

A Taylor series represents a function as an infinite sum of terms calculated from the function's derivatives at a single point. It lets you approximate functions and estimate their values near that point.

Taylor Series: For a function f(x)f(x), its Taylor series centered at x=ax = a is:

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

Here f(n)(a)f^{(n)}(a) is the nthn^{\text{th}} derivative of the function evaluated at aa, and f(0)(a)=f(a)f^{(0)}(a)=f(a).

When the center is x=0x = 0, this special case is called a Maclaurin series. Taylor series centered at 00 come up so often that they get their own name.

A Taylor polynomial for f(x)f(x) is a partial sum of the Taylor series for f(x)f(x). In other words, a Taylor polynomial is a finite polynomial with a limited number of terms, while a Taylor series is an infinite summation of terms. To build a Taylor polynomial of degree nn for f(x)f(x) at x=cx = c, evaluate ff and its first nn derivatives at x=cx = c.

To form the full Taylor series, it helps to find a pattern that describes the nnth derivative of ff at x=cx = c. Pattern recognition is the most useful skill here.

Important Maclaurin Series to Remember

Focus on Maclaurin series (center x=0x = 0). If a problem gives you a different center and you already know the Maclaurin form, you can replace xx with (xc)(x - c) in each term and simplify.

f(x)SeriesRepresentationExpandedForm11xn=0xn1+x+x2+x3+...11+xn=0(x)n1x+x2x3+...11+x2n=0(x)2n1x2+x4x6+...11x2n=0x2n1+x2+x4+x6+...exn=0xnn!1+x+x22+x33!+...sin(x)n=0(1)nx2n+1(2n+1)!xx33!+x55!+...cos(x)n=0(1)nx2n(2n)!1x22+x44!+...ln(1+x)n=1(1)n+1xnnxx22+x33+...(1+x)an=0(an)xn1+ax+a(a1)2x2+a(a1)(a2)3!x3+...\begin{array}{ |c|c|c| } \hline f(x)& Series \enspace Representation & Expanded \enspace Form \\\\ \frac{1}{1-x} & \sum_{n=0}^\infty{x^n} & 1+x+x^2+x^3+... \\\\ \frac{1}{1+x} & \sum_{n=0}^\infty{(-x)^n} & 1-x+x^2-x^3+... \\\\ \frac{1}{1+{x}^2} & \sum_{n=0}^\infty{(-x)^{2n}} & 1-x^2+x^4-x^6+... \\\\ \frac{1}{1-{x}^2} & \sum_{n=0}^\infty{x^{2n}} & 1+x^2+x^4+x^6+... \\\\ e^x & \sum_{n=0}^\infty\frac{x^n}{n!} & 1+x+\frac{x^2}{2}+\frac{x^3}{3!}+... \\\\ sin(x) & \sum_{n=0}^\infty{(-1)^n\frac{x^{2n+1}}{(2n+1)!}} & x-\frac{x^3}{3!}+\frac{x^5}{5!}+... \\\\ cos(x) & \sum_{n=0}^\infty{(-1)^n\frac{x^{2n}}{(2n)!}} & 1-\frac{x^2}{2}+\frac{x^4}{4!}+... \\\\ ln(1+x) & \sum_{n=1}^\infty{(-1)^{n+1}\frac{x^{n}}{n}} & x-\frac{x^2}{2}+\frac{x^3}{3}+... \\\\ (1+x)^a & \sum_{n=0}^\infty{a \choose n}x^n & 1+ax+\frac{a(a-1)}{2}x^2+\frac{a(a-1)(a-2)}{3!}x^3+... \\\\ \hline \end{array}

Two things to notice:

  1. The first four are variations of the geometric series, with the multiplying factor being various powers of xx. The series (1+x)a(1+x)^a is the binomial series for any value of aa.
  2. The Maclaurin series for sin(x)\sin(x), cos(x)\cos(x), and exe^x are the foundation for building the Maclaurin series of many other functions.

Looking at point (2), the patterns connect: sin(x)\sin(x) is an odd function, so its series has only odd powers, while cos(x)\cos(x) is even, so its series has only even powers. The series for exe^x uses all powers. If you are short on time, sin(x)\sin(x), cos(x)\cos(x), and exe^x are the must-know series.

How to Use This on the AP Calculus Exam

Problem Solving

Start by checking whether the function matches a known Maclaurin series. If it does, substitution is usually faster than computing derivatives one by one.

Question 1. Find the Taylor series for f(x)=cos(3x)f(x) = \cos(3x) centered at x=0x = 0.

Centered at x=0x = 0 means this is a Maclaurin series. Pull the series for cos(x)\cos(x):

n=0(1)nx2n(2n)!\sum_{n=0}^\infty{(-1)^n\frac{x^{2n}}{(2n)!}}

Replace xx with 3x3x and simplify:

n=0(1)n(3x)2n(2n)!=n=0(1)n32nx2n(2n)!=n=0(1)n9nx2n(2n)!\sum_{n=0}^\infty{(-1)^n\frac{(3x)^{2n}}{(2n)!}}=\sum_{n=0}^\infty{(-1)^n\frac{3^{2n}x^{2n}}{(2n)!}}=\sum_{n=0}^\infty{(-1)^n\frac{9^{n}x^{2n}}{(2n)!}}

That is the full answer. The more comfortable you are recalling common Maclaurin series, the faster these go.

Question 2a. Find the Taylor series centered at x=5x = 5 for f(x)=e2xf(x)=e^{2x}.

Compute a few derivatives and look for a pattern:

f(x)=e2xf(x) = e^{2x} f(x)=2e2xf'(x) = 2e^{2x} f(x)=4e2x=(2)2e2xf''(x) = 4e^{2x} = (2)^2e^{2x} f(3)(x)=8e2x=(2)3e2xf^{(3)}(x) = 8e^{2x} = (2)^3e^{2x} f(4)(x)=16e2x=(2)4e2xf^{(4)}(x) = 16e^{2x} = (2)^4e^{2x}

The nnth derivative brings out a factor of 2n2^n. Using the structure of the exe^x series:

n=0xnn!n=0f(n)(5)n!(x5)n\sum_{n=0}^\infty\frac{x^n}{n!} \Rightarrow \sum_{n=0}^\infty\frac{f^{(n)}(5)}{n!}(x-5)^n

The center is x=5x = 5, so write (x5)n(x-5)^n instead of xnx^n and evaluate the e2xe^{2x} factor at x=5x = 5. Leave the nn exponents alone:

n=0f(n)(5)n!(x5)n=n=02ne10(x5)nn!\sum_{n=0}^\infty\frac{f^{(n)}(5)}{n!}(x-5)^n=\sum_{n=0}^\infty\frac{2^ne^{10}(x-5)^n}{n!}

Question 2b. List the first four terms of that series.

Plug in n=0,1,2,3n = 0, 1, 2, 3:

nTerm0(2)0e10(x5)00!=e101(2)1e10(x5)11!=2e10(x5)2(2)2e10(x5)22!=4e10(x5)22=2e10(x5)23(2)3e10(x5)33!=8e10(x5)3321=4e10(x5)33\begin{array}{ |c|c| } \hline n & Term \\\\ 0 & \frac{(2)^0e^{10}(x-5)^0}{0!}=e^{10} \\\\ 1 & \frac{(2)^1e^{10}(x-5)^1}{1!} =2e^{10}(x-5)\\\\ 2 & \frac{(2)^2e^{10}(x-5)^2}{2!} =\frac{4e^{10}(x-5)^2}{2}=2e^{10}(x-5)^2\\\\ 3 & \frac{(2)^3e^{10}(x-5)^3}{3!}=\frac{8e^{10}(x-5)^3}{3*2*1}=\frac{4e^{10}(x-5)^3}{3} \\\\ \hline \end{array}

Common Trap

When you shift a known Maclaurin series to a new center, change only the (xc)(x-c) base and any constant factors that depend on cc. Do not change the nn in the exponents or factorials.

Common Misconceptions

  • A Taylor polynomial and a Taylor series are not the same. The polynomial is a finite partial sum; the series is the full infinite sum.
  • A Maclaurin series is not a separate type of series. It is just a Taylor series with center a=0a = 0.
  • When you substitute something like 3x3x into a known series, replace xx everywhere it appears, including inside exponents, then simplify (for example (3x)2n=9nx2n(3x)^{2n} = 9^n x^{2n}).
  • Changing the center to x=cx = c means replacing xx with (xc)(x-c) in the power terms, not adding cc to the index nn.
  • Knowing the series for sinx\sin x, cosx\cos x, and exe^x does not replace pattern recognition. When a function does not match a known form, you still need to differentiate and find the pattern in f(n)(a)n!\frac{f^{(n)}(a)}{n!}.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

geometric series

A series where each term is a constant multiple of the previous term, expressed in the form ∑_{n=0}^{∞} a r^{n}.

Maclaurin series

A special case of a Taylor series where the function is expanded around the point x = 0.

Taylor polynomial

A finite polynomial that approximates a function, formed by taking a partial sum of the Taylor series for that function.

Taylor series

A power series representation of a function that converges to that function over an open interval with positive radius of convergence.

Frequently Asked Questions

How do you find a Taylor or Maclaurin series?

Use the Taylor series derivative formula or transform a known series. A Maclaurin series is centered at 0, so the known series for e to the x, sine, cosine, and one over one minus x are often the fastest starting points.

What is the difference between Taylor and Maclaurin series?

A Maclaurin series is a Taylor series centered at 0. A Taylor series can be centered at any value a and uses powers of x minus a.

Which Maclaurin series should AP Calculus BC students memorize?

Know the series for one over one minus x, e to the x, sine x, and cosine x. The AP CED specifically names the geometric series and the Maclaurin series for sine, cosine, and e to the x as foundations for other functions.

How do substitutions work in Taylor and Maclaurin series?

Replace x in the known series with the new expression, then simplify powers, signs, and coefficients. For example, substituting 3x into cosine changes x to 3x everywhere in the cosine series.

What is the relationship between Taylor polynomials and Taylor series?

A Taylor polynomial is a partial sum of the full Taylor series. Topic 10.14 focuses on building the infinite series, while earlier work with Taylor polynomials uses finite approximations.

How is finding Taylor or Maclaurin series tested on AP Calculus BC?

AP Calculus BC may ask for the first few terms, a general term, or a transformed known series. Show the known series or derivative pattern and keep signs, factorials, and powers organized.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot