Study Guide

Finding Taylor or Maclaurin series for a function

AP Calculus BCΒ· AP Calculus BC CED β€” Infinite Sequences and SeriesΒ· 14 min read

1. Core Definitions of Taylor and Maclaurin Seriesβ˜…β˜…β˜†β˜†β˜†β± 2 min

Finding a Taylor or Maclaurin series means constructing an infinite power series representation of a given infinitely differentiable function. Coefficients are defined to match the function's value and all orders of derivative at a chosen center point .

πŸ“˜ Definition

Taylor Series

A Taylor series centered at for a function is an infinite power series built to match and all its derivatives at . It converges to on its interval of convergence.

Example:

A Taylor series centered at will have terms of the form

πŸ“˜ Definition

Maclaurin Series

A Maclaurin series is a special case of a Taylor series that is always centered at , the most common center tested on the AP Calculus BC exam.

Example:

All pre-memorized standard series for common functions are Maclaurin series

This topic is a core skill in Unit 10, which makes up 17-18% of the AP Calculus BC exam. Questions on finding series appear in both multiple-choice and free-response sections, and are often combined with other series skills like finding convergence or approximation.

2. Direct Computation via the Definition Methodβ˜…β˜…β˜…β˜†β˜†β± 3 min

🚫 No Calculator

The formal definition of a Taylor series centered at gives the general formula:

f(x)=βˆ‘n=0∞f(n)(a)n!(xβˆ’a)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n

Where is the -th derivative of evaluated at , and by convention. For Maclaurin series (), this simplifies to:

f(x)=βˆ‘n=0∞f(n)(0)n!xnf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n

The direct method requires computing the first few derivatives, identifying a pattern in coefficients, and writing the general term. It is most often used for functions that do not fit a known standard series, or for non-zero centers.

πŸ“ Worked Example

Find the first four non-zero terms of the Maclaurin series for using the definition.

  1. 1

    Compute the first few derivatives of :

  2. 2
    f(0)(x)=sin⁑(3x), f(1)(x)=3cos⁑(3x), f(2)(x)=βˆ’9sin⁑(3x), f(3)(x)=βˆ’27cos⁑(3x), f(4)(x)=81sin⁑(3x), f(5)(x)=243cos⁑(3x), f(7)(x)=βˆ’37cos⁑(3x)f^{(0)}(x) = \sin(3x),\ f^{(1)}(x) = 3\cos(3x),\ f^{(2)}(x) = -9\sin(3x),\ f^{(3)}(x) = -27\cos(3x),\ f^{(4)}(x) = 81\sin(3x),\ f^{(5)}(x) = 243\cos(3x),\ f^{(7)}(x) = -3^7 \cos(3x)
  3. 3

    Evaluate all derivatives at the center :

  4. 4
    f(0)(0)=0, f(1)(0)=3, f(2)(0)=0, f(3)(0)=βˆ’27, f(4)(0)=0, f(5)(0)=243, f(7)(0)=βˆ’2187f^{(0)}(0) = 0,\ f^{(1)}(0) = 3,\ f^{(2)}(0) = 0,\ f^{(3)}(0) = -27,\ f^{(4)}(0) = 0,\ f^{(5)}(0) = 243,\ f^{(7)}(0) = -2187
  5. 5

    Calculate coefficients as for non-zero values:

  6. 6
    n=1:31!=3, n=3:βˆ’273!=βˆ’92, n=5:2435!=8140, n=7:βˆ’21877!=βˆ’81186n=1: \frac{3}{1!} = 3,\ n=3: \frac{-27}{3!} = -\frac{9}{2},\ n=5: \frac{243}{5!} = \frac{81}{40},\ n=7: \frac{-2187}{7!} = -\frac{81}{186}
  7. 7

    Write the first four non-zero terms of the series:

  8. 8
    sin⁑(3x)=3xβˆ’92x3+8140x5βˆ’81186x7+…\sin(3x) = 3x - \frac{9}{2}x^3 + \frac{81}{40}x^5 - \frac{81}{186}x^7 + \dots

Exam tip:

Use this method when the question explicitly asks you to use the definition of Taylor series, or for non-zero centers.

3. Constructing Series by Substitutionβ˜…β˜…β˜…β˜†β˜†β± 3 min

🚫 No Calculator

Once you memorize standard Maclaurin series for common functions, you do not need to recompute coefficients from scratch for most exam problems. Substitution is the most common shortcut: if you have a known series , then within the new interval of convergence.

This method is tested more frequently than the direct definition method on the AP exam, because it tests your ability to manipulate known series rather than just compute derivatives.

πŸ“ Worked Example

Find the Maclaurin series for , including the general term.

  1. 1

    Recall the standard geometric Maclaurin series:

  2. 2
    11βˆ’u=βˆ‘n=0∞un,∣u∣<1\frac{1}{1 - u} = \sum_{n=0}^{\infty} u^n, \quad |u| < 1
  3. 3

    Rewrite to match the geometric series form: , so substitute .

  4. 4

    Apply the exponent to the entire substituted expression to get the general term:

  5. 5
    un=(βˆ’5x2)n=(βˆ’1)n5nx2nu^n = (-5x^2)^n = (-1)^n 5^n x^{2n}
  6. 6

    Write the full series:

  7. 7
    11+5x2=βˆ‘n=0∞(βˆ’1)n5nx2n,∣x∣<15\frac{1}{1 + 5x^2} = \sum_{n=0}^{\infty} (-1)^n 5^n x^{2n}, \quad |x| < \frac{1}{\sqrt{5}}

4. Constructing Series by Differentiation and Integrationβ˜…β˜…β˜…β˜…β˜†β± 3 min

🚫 No Calculator

Power series can be differentiated and integrated term-by-term within their interval of convergence, so you can use this property to derive a new series from a known one. If , then:

fβ€²(x)=βˆ‘n=1∞ncn(xβˆ’a)nβˆ’1f'(x) = \sum_{n=1}^{\infty} n c_n (x-a)^{n-1}
∫f(x)dx=C+βˆ‘n=0∞cnn+1(xβˆ’a)n+1\int f(x) dx = C + \sum_{n=0}^{\infty} \frac{c_n}{n+1} (x-a)^{n+1}

Term-by-term differentiation and integration do not change the radius of convergence of the original series; only convergence at the endpoints may change. This method is used when your target function is the derivative or integral of a function with a known series.

πŸ“ Worked Example

Find the Maclaurin series for for , including the general term.

  1. 1

    First note that the derivative of is:

  2. 2
    hβ€²(x)=21+(2x)2=21+4x2h'(x) = \frac{2}{1 + (2x)^2} = \frac{2}{1 + 4x^2}
  3. 3

    Use substitution to get the series for :

  4. 4
    hβ€²(x)=2βˆ‘n=0∞(βˆ’1)n4nx2n=βˆ‘n=0∞(βˆ’1)n22n+1x2nh'(x) = 2 \sum_{n=0}^{\infty} (-1)^n 4^n x^{2n} = \sum_{n=0}^{\infty} (-1)^n 2^{2n+1} x^{2n}
  5. 5

    Integrate term-by-term from to to recover :

  6. 6
    βˆ‘n=0∞(βˆ’1)n22n+1∫0xt2ndt=βˆ‘n=0∞(βˆ’1)n22n+1x2n+12n+1\sum_{n=0}^{\infty} (-1)^n 2^{2n+1} \int_0^x t^{2n} dt = \sum_{n=0}^{\infty} (-1)^n 2^{2n+1} \frac{x^{2n+1}}{2n+1}
  7. 7

    Check the constant of integration: , so . Rewrite the final series:

  8. 8
    arctan⁑(2x)=βˆ‘n=0∞(βˆ’1)n(2x)2n+12n+1\arctan(2x) = \sum_{n=0}^{\infty} \frac{(-1)^n (2x)^{2n+1}}{2n+1}

5. Adjusting Series by Multiplying by a Power of $x$β˜…β˜…β˜…β˜†β˜†β± 3 min

🚫 No Calculator

A common AP exam problem requires finding the series for a function that is a known function multiplied by (or for a general center). This simple manipulation checks your understanding of how power series terms work: when you multiply a power series by , every exponent increases by , and coefficients do not change.

πŸ“ Worked Example

Write the first three non-zero terms of the Maclaurin series for .

  1. 1

    Recall the standard Maclaurin series for :

  2. 2
    eu=1+u+u22!+u33!+…e^u = 1 + u + \frac{u^2}{2!} + \frac{u^3}{3!} + \dots
  3. 3

    Substitute into the series:

  4. 4
    eβˆ’2x=1βˆ’2x+4x22βˆ’8x36+β‹―=1βˆ’2x+2x2βˆ’43x3+…e^{-2x} = 1 - 2x + \frac{4x^2}{2} - \frac{8x^3}{6} + \dots = 1 - 2x + 2x^2 - \frac{4}{3}x^3 + \dots
  5. 5

    Multiply the entire series by , which adds 3 to every exponent:

  6. 6
    x3eβˆ’2x=x3(1βˆ’2x+2x2βˆ’43x3+… )x^3 e^{-2x} = x^3 \left(1 - 2x + 2x^2 - \frac{4}{3}x^3 + \dots\right)
  7. 7

    Simplify to get the first three non-zero terms:

  8. 8
    x3βˆ’2x4+2x5+…x^3 - 2x^4 + 2x^5 + \dots

6. Common Pitfalls

Wrong move:

When substituting into , writing the general term as instead of

Why:

Students forget to apply the exponent to the negative sign, only applying it to the term.

Correct move:

Always wrap the entire substituted expression in parentheses before applying the exponent:

Wrong move:

When computing a Taylor series centered at , using memorized Maclaurin coefficients and just replacing with without re-evaluating derivatives.

Why:

Students confuse the general form of a Taylor series with pre-memorized Maclaurin coefficients, assuming shifting is enough for a non-zero center.

Correct move:

For a non-zero center, either recompute coefficients using the definition at , or rewrite the function in terms of and build the series around .

Wrong move:

When integrating term-by-term to find the series for , leaving a non-zero constant of integration as the first term of the series.

Why:

Students forget that , so the constant of integration evaluated at the center is zero.

Correct move:

Always evaluate the integrated function at the center to solve for ; for Maclaurin series, plug in to the target function to get .

Wrong move:

When computing the n-th derivative of for direct coefficient calculation, writing instead of .

Why:

Students get used to derivatives of and forget the chain rule gives an extra constant factor for the linear inner function.

Correct move:

For composite functions , always apply chain rule times, which gives an extra factor of for the n-th derivative.

Wrong move:

When asked for the coefficient of in , taking the coefficient of from the series as the answer.

Why:

Students forget that multiplying by shifts all exponents up by 2.

Correct move:

If multiplying by , the coefficient of in the new series is equal to the coefficient of in the original series. For this example, the coefficient of in is the coefficient of in .

7. Quick Reference Cheatsheet

Category

Formula

Notes

General Taylor Series (center )

Use for non-zero centers or definition questions

General Maclaurin Series

Special case of Taylor with , most common on AP

Substitution Rule

If , then

Radius adjusts, coefficients follow substitution directly

Term-by-Term Differentiation

Same radius of convergence as original

Term-by-Term Integration

Solve for at ; usually for Maclaurin

Multiply by Power of

If , then

Only exponents shift; coefficients stay the same

Standard:

, all real

All terms non-zero, all exponents

Standard:

, all real

Only odd powers, alternating signs

Standard:

, all real

Only even powers, alternating signs

Standard:

,

Base geometric series for substitution

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Find coefficient of in modified series

  • 2022 Β· FRQ

    Derive series via differentiation of geometric series

  • 2021 Β· MCQ

    Maclaurin series via substitution of standard function

What's Next

Now that you can construct Taylor and Maclaurin series using all common methods, you are ready to move on to more advanced series topics that are heavily tested on the AP Calculus BC exam. Next, you will learn how to find the radius and interval of convergence for any power series, test for convergence at the endpoints of the interval, and then use the Lagrange error bound to estimate the error of Taylor polynomial approximations. Mastery of constructing series is the foundation for all these topics, so the methods you learned here will be used in almost every series question on the actual exam.