Skip to main content
United StatesCalculusSyllabus dot point

How do you find the Taylor or Maclaurin series of a function, and what are the standard ones?

Topic 10.14 Finding Taylor or Maclaurin Series for a Function: write the full Taylor or Maclaurin series of a function and recall the standard series for e^x, sin x, cos x and 1/(1-x) (BC).

A focused answer to AP Calculus BC Topic 10.14, writing the full Taylor or Maclaurin series of a function from its derivatives and recalling the standard series for e^x, sin x, cos x and the geometric series, with worked examples.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The series and the four to memorize
  3. Building series by substitution
  4. A worked series from the geometric series
  5. Differentiating and integrating series term by term
  6. Computing series directly when needed

What this topic is asking

The College Board (Topic 10.14, BC only) extends the Taylor polynomial to the full Taylor series, the infinite sum that the polynomials approximate. It also expects you to know, cold, the standard Maclaurin series for exe^x, sin⁑x\sin x, cos⁑x\cos x, and 11βˆ’x\frac{1}{1 - x}, and to build new series from them by substitution and other manipulations.

The series and the four to memorize

Building series by substitution

The fastest way to find most series on the exam is not to compute derivatives but to substitute into a known series. To find the series for eβˆ’x2e^{-x^2}, take the exe^x series and replace xx with βˆ’x2-x^2: eβˆ’x2=βˆ‘(βˆ’x2)nn!=1βˆ’x2+x42!βˆ’β‹―e^{-x^2} = \sum\frac{(-x^2)^n}{n!} = 1 - x^2 + \frac{x^4}{2!} - \cdots. To find cos⁑(2x)\cos(2x), replace xx with 2x2x in the cosine series. To find 11+x\frac{1}{1 + x}, replace xx with βˆ’x-x in the geometric series, giving βˆ‘(βˆ’1)nxn\sum(-1)^n x^n. This substitution method is legitimate and expected; computing the derivatives of eβˆ’x2e^{-x^2} directly would be far more work and error-prone. The skill is recognizing which standard series the target is a disguised version of.

A worked series from the geometric series

Differentiating and integrating series term by term

Within their interval of convergence, power series can be differentiated and integrated term by term, which generates new series for free. Differentiating the geometric series 11βˆ’x=βˆ‘xn\frac{1}{1-x} = \sum x^n gives 1(1βˆ’x)2=βˆ‘nxnβˆ’1\frac{1}{(1-x)^2} = \sum n x^{n-1}. Integrating 11+x=βˆ‘(βˆ’1)nxn\frac{1}{1+x} = \sum(-1)^n x^n gives the series for ln⁑(1+x)=βˆ‘(βˆ’1)nxn+1n+1=xβˆ’x22+x33βˆ’β‹―\ln(1 + x) = \sum\frac{(-1)^n x^{n+1}}{n+1} = x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots. Likewise, differentiating the sine series term by term yields the cosine series, a nice consistency check. This term-by-term calculus is a powerful exam shortcut for functions like ln⁑(1+x)\ln(1+x) and arctan⁑x\arctan x, whose series are most easily obtained by integrating a geometric series rather than by repeated differentiation.

Computing series directly when needed

When a function is not a disguised standard series, you fall back on the definition: compute f(a),fβ€²(a),fβ€²β€²(a),…f(a), f'(a), f''(a), \ldots and assemble βˆ‘f(n)(a)n!(xβˆ’a)n\sum\frac{f^{(n)}(a)}{n!}(x - a)^n. This is the method when the center is not 00 or the function has no neat substitution form. The work is to find a pattern in the derivatives so you can write the general term, not just the first few. For instance, the derivatives of 1x\frac{1}{x} at x=1x = 1 alternate in sign and grow factorially, giving the series βˆ‘(βˆ’1)n(xβˆ’1)n\sum(-1)^n(x - 1)^n. Recognizing the pattern and expressing the general nn-th term, with correct sign and factorial, is what distinguishes a full series from a finite polynomial.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2022 (BC, style)1 marksSection I (multiple choice, no calculator). The Maclaurin series for sin⁑x\sin x is (A) βˆ‘n=0∞(βˆ’1)nx2n+1(2n+1)!\sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!} (B) βˆ‘n=0∞xnn!\sum_{n=0}^{\infty} \frac{x^n}{n!} (C) βˆ‘n=0∞(βˆ’1)nx2n(2n)!\sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!} (D) βˆ‘n=0∞(βˆ’1)nxn\sum_{n=0}^{\infty} (-1)^n x^n
Show worked answer β†’

The correct answer is (A), βˆ‘n=0∞(βˆ’1)nx2n+1(2n+1)!\sum_{n=0}^{\infty}\frac{(-1)^n x^{2n+1}}{(2n+1)!}.

This is the standard sine series xβˆ’x33!+x55!βˆ’β‹―x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots, with only odd powers and alternating signs. (C) is cosine; (B) is exe^x; (D) is the geometric series for 11+x\frac{1}{1+x}.

AP 2024 (BC, style)4 marksSection II (free response, no calculator). (a) Write the Maclaurin series for exe^x. (b) Use it to write the Maclaurin series for eβˆ’x2e^{-x^2} (first three nonzero terms).
Show worked answer β†’

A 4-point series-substitution problem.

(a) (2 points) ex=βˆ‘n=0∞xnn!=1+x+x22!+x33!+β‹―e^x = \sum_{n=0}^{\infty}\frac{x^n}{n!} = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots.
(b) (2 points) Substitute βˆ’x2-x^2 for xx: eβˆ’x2=βˆ‘n=0∞(βˆ’x2)nn!=1βˆ’x2+x42!βˆ’β‹―=1βˆ’x2+x42e^{-x^2} = \sum_{n=0}^{\infty}\frac{(-x^2)^n}{n!} = 1 - x^2 + \frac{x^4}{2!} - \cdots = 1 - x^2 + \frac{x^4}{2}.

Related dot points

Sources & how we know this