AP-CALCBC-10.14-10.15

U10.14 Common Maclaurin Series and Manipulation

Master the six common Maclaurin series for AP Calculus BC and learn to derive new series fast using substitution, differentiation, and integration.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U10.14 Common Maclaurin Series and Manipulation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

By this point you can build Taylor polynomials and find intervals of convergence. Now comes the payoff: instead of computing derivatives one at a time, you memorize a small library of Maclaurin series and manipulate them algebraically to get almost anything the exam throws at you. Need the series for x2exx^2 e^{-x} or sin(x2)dx\int \sin(x^2)\,dx? You will build it in seconds.

This lesson locks in the six series you must know cold — exe^x, sinx\sin x, cosx\cos x, 11x\frac{1}{1-x}, ln(1+x)\ln(1+x), and arctanx\arctan x — and then teaches the three legal moves (substitute, differentiate, integrate) that turn one known series into many.

The Six Series You Must Memorize

A Maclaurin series is just a Taylor series centered at x=0x=0: f(x)=n=0f(n)(0)n!xnf(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(0)}{n!}x^n. Rather than re-derive these on test day, commit the following to memory along with their intervals of convergence.
FunctionSeriesConverges for
exe^xn=0xnn!=1+x+x22!+\sum_{n=0}^{\infty}\frac{x^n}{n!}=1+x+\frac{x^2}{2!}+\cdotsall xx
sinx\sin xn=0(1)nx2n+1(2n+1)!=xx33!+\sum_{n=0}^{\infty}\frac{(-1)^n x^{2n+1}}{(2n+1)!}=x-\frac{x^3}{3!}+\cdotsall xx
cosx\cos xn=0(1)nx2n(2n)!=1x22!+\sum_{n=0}^{\infty}\frac{(-1)^n x^{2n}}{(2n)!}=1-\frac{x^2}{2!}+\cdotsall xx
11x\frac{1}{1-x}n=0xn=1+x+x2+\sum_{n=0}^{\infty}x^n=1+x+x^2+\cdots1<x<1-1<x<1
ln(1+x)\ln(1+x)n=1(1)n+1xnn=xx22+\sum_{n=1}^{\infty}\frac{(-1)^{n+1}x^n}{n}=x-\frac{x^2}{2}+\cdots1<x1-1<x\le 1
arctanx\arctan xn=0(1)nx2n+12n+1=xx33+\sum_{n=0}^{\infty}\frac{(-1)^n x^{2n+1}}{2n+1}=x-\frac{x^3}{3}+\cdots1x1-1\le x\le 1
Notice the patterns: sin\sin uses odd powers, cos\cos uses even powers, and both have factorials. The geometric series 11x\frac{1}{1-x} is the parent of ln(1+x)\ln(1+x) and arctanx\arctan x, which is why those two have no factorials — just nn or 2n+12n+1 in the denominator.

Manipulation Move 1: Substitution

The fastest way to generate a new series is to substitute an expression in for xx in a known series. Wherever you see xx, replace it — including inside every power and every coefficient position.

For example, to find the series for ex2e^{-x^2}, start with eu=unn!e^{u}=\sum \frac{u^n}{n!} and let u=x2u=-x^2:ex2=n=0(x2)nn!=n=0(1)nx2nn!=1x2+x42!e^{-x^2}=\sum_{n=0}^{\infty}\frac{(-x^2)^n}{n!}=\sum_{n=0}^{\infty}\frac{(-1)^n x^{2n}}{n!}=1-x^2+\frac{x^4}{2!}-\cdotsSubstitution also transforms the interval of convergence. Since eue^u converges for all uu, ex2e^{-x^2} converges for all xx. But for 11x\frac{1}{1-x}, which needs x<1|x|<1, substituting u=2xu=2x gives 112x=(2x)n\frac{1}{1-2x}=\sum(2x)^n, valid only when 2x<1|2x|<1, i.e. x<12|x|<\tfrac12.

A common misconception is forgetting to raise the substituted quantity to the full power. If you plug 2x2x into xnx^n, the term is (2x)n=2nxn(2x)^n=2^n x^n, not 2xn2x^n. The exam loves this trap. Always wrap your substitution in parentheses before simplifying, then apply exponent rules carefully.

Manipulation Moves 2 and 3: Differentiate and Integrate

A power series can be differentiated or integrated term by term within its open interval of convergence, and the radius of convergence stays the same (endpoints may change).

Differentiating 11x=xn\frac{1}{1-x}=\sum x^n term by term gives 1(1x)2=n=1nxn1\frac{1}{(1-x)^2}=\sum_{n=1}^{\infty} n x^{n-1}. Integrating 11+x=(x)n\frac{1}{1+x}=\sum(-x)^n gives ln(1+x)\ln(1+x) — this is exactly how the ln(1+x)\ln(1+x) series is derived. Similarly, integrating 11+x2=(1)nx2n\frac{1}{1+x^2}=\sum(-1)^n x^{2n} produces arctanx\arctan x.

When you integrate, do not forget the constant of integration +C+C. Evaluate at a convenient point (usually x=0x=0) to solve for CC. For ln(1+x)\ln(1+x), at x=0x=0 the function is ln1=0\ln 1=0, and the series with no constant is also 00, so C=0C=0.
MoveEffect on term cnxnc_n x^nRadius RR
Substitute u=g(x)u=g(x)replace xx with g(x)g(x)changes with gg
Differentiatencnxn1\to n c_n x^{n-1}unchanged
Integratecnn+1xn+1+C\to \frac{c_n}{n+1}x^{n+1}+Cunchanged
These moves also let you evaluate hard integrals like 01sinxxdx\int_0^1 \frac{\sin x}{x}\,dx or ex2dx\int e^{-x^2}\,dx, which have no elementary antiderivative — you integrate the series instead.

How the Exam Tests This

AP questions rarely ask you to recite a series in isolation. Instead they chain the moves. A typical multiple-choice item gives f(x)=x2cos(3x)f(x)=x^2\cos(3x) and asks for the coefficient of x4x^4, or for the first three nonzero terms. A free-response part might ask you to write a series for an integrand, integrate term by term, and then approximate a definite integral, often finishing with an alternating series error bound (connecting back to U10.7).

Strategy: identify the parent series, perform the substitution, then multiply or differentiate or integrate as needed, and only keep the terms you need. If asked for the coefficient of a specific power, figure out which nn produces that power rather than expanding everything.

A frequent misconception is multiplying a whole series by xkx^k incorrectly. Multiplying sinx=xx36+\sin x=x-\frac{x^3}{6}+\cdots by x2x^2 simply raises every exponent by 2: x3x56+x^3-\frac{x^5}{6}+\cdots. Another pitfall: mixing up factorial denominators from sin/cos/ex\sin/\cos/e^x with the non-factorial denominators from ln\ln and arctan\arctan. Keep the two families straight. Finally, always state the interval of convergence when asked — substitution can shrink it, and endpoints require separate checking.

Key terms

Maclaurin series.
A Taylor series centered at x=0x=0: n=0f(n)(0)n!xn\sum_{n=0}^{\infty}\frac{f^{(n)}(0)}{n!}x^n.
Substitution method.
Replacing xx in a known series with another expression (like x2-x^2 or 2x2x) to build a new series.
Term-by-term differentiation.
Differentiating each term of a power series individually; valid inside the interval of convergence with the same radius.
Term-by-term integration.
Integrating each term of a power series individually; requires adding a constant CC determined by a known value.
Radius of convergence.
Half the length of the interval where a power series converges; preserved under differentiation and integration.
Nonzero terms.
The terms of a series with nonzero coefficients; AP prompts often ask for the first three nonzero terms, skipping vanished ones.
Geometric series parent.
11x=xn\frac{1}{1-x}=\sum x^n, the source series from which ln(1+x)\ln(1+x) and arctanx\arctan x are derived by integration.

Worked example

Find the first three nonzero terms of the Maclaurin series for f(x)=xln(1+2x)f(x)=x\,\ln(1+2x), and state its radius of convergence.
Start with the known series ln(1+u)=uu22+u33\ln(1+u)=u-\frac{u^2}{2}+\frac{u^3}{3}-\cdots, valid for 1<u1-1<u\le 1.

Substitute u=2xu=2x. Wrap in parentheses: ln(1+2x)=(2x)(2x)22+(2x)33\ln(1+2x)=(2x)-\frac{(2x)^2}{2}+\frac{(2x)^3}{3}-\cdots.

Simplify each term: (2x)=2x(2x)=2x; (2x)22=4x22=2x2\frac{(2x)^2}{2}=\frac{4x^2}{2}=2x^2; (2x)33=8x33\frac{(2x)^3}{3}=\frac{8x^3}{3}. So ln(1+2x)=2x2x2+8x33\ln(1+2x)=2x-2x^2+\frac{8x^3}{3}-\cdots.

Now multiply the entire series by xx, raising every exponent by one: xln(1+2x)=2x22x3+8x43x\,\ln(1+2x)=2x^2-2x^3+\frac{8x^4}{3}-\cdots.

The first three nonzero terms are 2x22x3+8x432x^2-2x^3+\frac{8x^4}{3}.

For the radius: ln(1+u)\ln(1+u) needs u<1|u|<1, so 2x<1|2x|<1, giving x<12|x|<\tfrac12. Multiplying by xx does not change the radius, so R=12R=\tfrac12.

Practice questions

What is the coefficient of x6x^6 in the Maclaurin series for cos(x2)\cos(x^2)?
  1. 16-\frac{1}{6}
  2. 124\frac{1}{24}
  3. 00
  4. 12-\frac{1}{2}

Answer: 00

Start with cosu=1u22!+u44!\cos u=1-\frac{u^2}{2!}+\frac{u^4}{4!}-\cdots and substitute u=x2u=x^2: cos(x2)=1x42!+x84!\cos(x^2)=1-\frac{x^4}{2!}+\frac{x^8}{4!}-\cdots. Every power of xx is a multiple of 4 (0, 4, 8, ...), so there is no x6x^6 term. Its coefficient is 00.
Use the Maclaurin series for 11x\frac{1}{1-x} to find a series for x1x3\frac{x}{1-x^3}, then give its first three nonzero terms and its interval of convergence.

Answer: x+x4+x7+x + x^4 + x^7 + \cdots, converging for 1<x<1-1<x<1.

Substitute u=x3u=x^3 into 11u=un\frac{1}{1-u}=\sum u^n to get 11x3=x3n=1+x3+x6+\frac{1}{1-x^3}=\sum x^{3n}=1+x^3+x^6+\cdots. Multiply by xx: x1x3=x+x4+x7+\frac{x}{1-x^3}=x+x^4+x^7+\cdots. Convergence needs x3<1|x^3|<1, i.e. x<1|x|<1; endpoints x=±1x=\pm 1 diverge since terms do not shrink to zero, so the interval is 1<x<1-1<x<1.
Which expression gives the Maclaurin series for e3xe^{3x}?
  1. n=03xnn!\sum_{n=0}^{\infty}\frac{3x^n}{n!}
  2. n=03nxnn!\sum_{n=0}^{\infty}\frac{3^n x^n}{n!}
  3. n=0xn3nn!\sum_{n=0}^{\infty}\frac{x^n}{3^n n!}
  4. n=0(3x)nn\sum_{n=0}^{\infty}\frac{(3x)^n}{n}

Answer: n=03nxnn!\sum_{n=0}^{\infty}\frac{3^n x^n}{n!}

Substitute u=3xu=3x into eu=unn!e^u=\sum\frac{u^n}{n!}, wrapping in parentheses: (3x)nn!=3nxnn!\frac{(3x)^n}{n!}=\frac{3^n x^n}{n!}. The trap answer 3xnn!\frac{3x^n}{n!} fails to raise the 3 to the nnth power; the factorial must remain because exe^x is a factorial-family series.

FAQ

Do I really have to memorize all six Maclaurin series?
Yes. The AP exam expects instant recall of exe^x, sinx\sin x, cosx\cos x, 11x\frac{1}{1-x}, ln(1+x)\ln(1+x), and arctanx\arctan x. Deriving them from scratch on a timed test wastes minutes you do not have, and manipulation problems assume you already know them.
How does substitution change the interval of convergence?
Apply the original convergence condition to the substituted expression. If 11x\frac{1}{1-x} converges for x<1|x|<1 and you substitute u=4xu=4x, then you need 4x<1|4x|<1, so x<14|x|<\tfrac14. The radius shrinks or grows depending on the substitution.
Why do differentiation and integration keep the same radius of convergence?
It is a theorem about power series: within the open interval of convergence, a power series behaves like a polynomial, and term-by-term differentiation or integration produces a series with the identical radius. Only the endpoints can change, so recheck those separately if the problem asks.
When would I integrate a series instead of finding an antiderivative directly?
When the function has no elementary antiderivative, such as ex2e^{-x^2}, sinxx\frac{\sin x}{x}, or cos(x2)\cos(x^2). You write the series, integrate term by term, and use the result to approximate a definite integral, often pairing it with the alternating series error bound.

Learn this with a teacher, not a page

The Crimsora tutor teaches U10.14 Common Maclaurin Series and Manipulation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.