AP Calculus BC
Taylor and Maclaurin Series: How to Build Them
A Taylor series centered at x = a sums f^(n)(a)/n! times (x - a)^n over all n from 0 up. A Maclaurin series is that series centered at 0. In practice you rarely compute every derivative: start from a known series like e^x, sin x, cos x, or 1/(1-x) and substitute, multiply, differentiate, or integrate instead.
The Taylor series formula
A Taylor series is what a Taylor polynomial (Topic 10.11) becomes when you never stop adding terms. You pick a center , compute the derivatives of there, divide the -th derivative by , and attach the result to . Summing over every from up produces the series.
Dividing by is not arbitrary. It is exactly the factor that forces the polynomial's -th derivative at to match , so each new term corrects the next derivative. That is the design principle behind the whole formula.
The center is the point the series is built around and where its approximation is sharpest. When the factors become plain powers of , and the series gets its own name: the Maclaurin series. Maclaurin is not a separate idea, just Taylor centered at zero.
Every partial sum of a Taylor series is a Taylor polynomial (LIM-8.E.1), so the series is the limit of its polynomials. This is BC Topic 10.14, resting directly on the coefficient from Topic 10.11. All of Unit 10 is BC-only.
Two ways to build a series, and how to choose
The derivative formula defines a Taylor series, but on the exam it is usually the slow way in. Differentiating a function four or five times to spot a pattern is error-prone, and for a composite like the derivatives grow fast: , then , and it only gets messier. Finding a clean formula for that way is brutal.
The fast route is almost always to start from a series you already know and reshape it, so the first decision is recognition. Look at and ask whether it is a close relative of one of the five standard series. If is a standard function with replaced by some expression (like , , or ), multiplied by a power of , or the derivative or integral of a standard function, build it from the known series.
Only when the function is genuinely unlike anything on the list, or when the problem asks for a series centered at a nonzero , should you fall back on computing derivatives one at a time. Example 3 is exactly that case: centered at .
Recognition rule
Is the function a known series in disguise (a substitution, a product with , or a derivative or integral of one)? Reshape the known series. Is it truly new, or centered at ? Use the derivative formula.
This is the whole game in Topics 10.14 and 10.15. The CED names , , and as the foundation for constructing other series (LIM-8.F.2) and as the geometric building block (LIM-8.F.1). Memorizing a handful of series buys you dozens more for almost no work.
The five series worth memorizing
These five carry the overwhelming majority of series questions on the BC exam. The first three are the CED-designated foundation, the fourth is a geometric series, and the fifth comes from substituting into the fourth to get , then integrating that term by term.
| Function | Maclaurin series | Converges for |
|---|---|---|
| all | ||
| all | ||
| all | ||
The three that converge for every (, , ) are the workhorses, because you can substitute any expression into them without worrying about an interval. The trig pair also has a memorable structure: uses only odd powers, because sine is an odd function, while uses only even powers, because cosine is even, and both alternate in sign. If you can write the series, you can reconstruct and as its odd and even parts with alternating signs.
Building from a known series
Once you have a known series, four operations generate new ones, and all four are fair game (Topic 10.15).
- Substitution: replace with any expression. Putting into gives the series for ; putting into gives the series for .
- Multiplication by a power of : to get the series for , multiply every term of the series by .
- Term-by-term differentiation: differentiating gives .
- Term-by-term integration: integrating term by term recovers the series for .
You can chain these freely. To build the series for , substitute into the cosine series, then multiply every term by . Differentiation and integration do not change the radius of convergence (LIM-8.D.6), though the endpoint behavior can shift, so an interval-of-convergence question still needs both endpoints checked on their own (Topic 10.13).
Common mistakes
- Forgetting to divide by . The coefficient is , not . This is the single most common slip.
- Losing the shift. For a series centered at , the powers are , not . Writing alone silently recenters the series at .
- Recomputing derivatives when a substitution would do. If the function is a known series in disguise, differentiating from scratch wastes time and invites errors.
- Mishandling signs after substitution. : the exponent acts on both the sign and the variable.
- Assuming the interval carries over unchanged. Substituting into a series valid for makes the new condition , which can be a very different set of -values.
Worked examples
Worked example
Building $e^x$ from the derivative formula
Find the Maclaurin series for directly from the coefficient formula.
- Every derivative of is again , so , , and in general for every .
- Evaluate at the center . Since , every derivative gives the same value: for all .
- Form the coefficient , so the term of degree is .
- Sum over all :
- A ratio test on gives for every fixed , so the series converges for all real . This is the anchor series: the other four in the table are variations on it or on the geometric series.
, converging for every real .
Worked example
$e^{-x^2}$ by substitution, not brute force
Find the Maclaurin series for .
- Differentiating repeatedly gets ugly fast, so recognize it instead: it is with . Start from the known series .
- Substitute into that series: .
- Simplify the power: , so .
- Write out the first terms:
- Because the series converges for all , the substituted series converges for all real . Building it this way took three lines; the derivative formula would have taken a page.
, valid for all real .
Worked example
A Taylor series centered at a nonzero point
Find the Taylor series for centered at .
- There is no simpler known series sitting at , so use the derivative formula. Set with center ; then , so the constant term vanishes.
- Differentiate repeatedly: , , , .
- Evaluate at : , , , . The pattern is for .
- Divide by to get the coefficient, using : .
- Attach each coefficient to :
- Substituting turns this into , the standard series from the table. That confirms the work and shows the two are the same series, just shifted. It converges for , that is .
, converging for .
Frequently asked questions
What is the difference between a Taylor series and a Maclaurin series?
A Maclaurin series is a Taylor series centered at . That is the only difference. The general Taylor series is ; setting the center turns the factors into and gives the Maclaurin series. Every Maclaurin series is a Taylor series, but a Taylor series centered at is not Maclaurin.
Which Taylor series do I need to memorize for AP Calculus BC?
At minimum, memorize the Maclaurin series for , , , and . The CED points to , , and as the foundation for building others (LIM-8.F.2), and is the geometric building block (LIM-8.F.1). Knowing helps too, but you can recover it by integrating the series for .
How do you find a Taylor series centered at a point other than zero?
Use the derivative formula directly: compute at the center , form the coefficients , and attach each to . The powers must be , not . Example 3 above builds at this way. Substituting a known series works only if you can rewrite in terms of , such as writing and using the series with .