Borui Academy

Chapter 7

Common Maclaurin Expansions & Operations

5 base series + substitution / diff / int / algebra

Chapter 7 — Common Maclaurin Expansions & Operations

Why this chapter matters: deriving Taylor series from scratch (Chapter 6) is too slow on AP. Most exam problems are solved by memorizing 5 base series and transforming them via substitution, differentiation, and integration. This is the most practical chapter in BC series.

By the end of this chapter you will:

  1. Memorize 5 essential Maclaurin expansions
  2. Use substitution to generate new series (e.g. ex2e^{x^2}, cos(2x)\cos(2x))
  3. Use term-by-term differentiation/integration to derive related series
  4. Use series tricks to compute sums, limits, and definite integrals

7.1 The 5 Essential Maclaurin Expansions (memorize)

Function Maclaurin series Convergence
exe^x n=0xnn!=1+x+x22!+x33!+\sum_{n=0}^{\infty} \dfrac{x^n}{n!} = 1 + x + \dfrac{x^2}{2!} + \dfrac{x^3}{3!} + \cdots all xx
sinx\sin x n=0(1)nx2n+1(2n+1)!=xx33!+x55!\sum_{n=0}^{\infty} \dfrac{(-1)^n x^{2n+1}}{(2n+1)!} = x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \cdots all xx
cosx\cos x n=0(1)nx2n(2n)!=1x22!+x44!\sum_{n=0}^{\infty} \dfrac{(-1)^n x^{2n}}{(2n)!} = 1 - \dfrac{x^2}{2!} + \dfrac{x^4}{4!} - \cdots all xx
11x\dfrac{1}{1-x} n=0xn=1+x+x2+x3+\sum_{n=0}^{\infty} x^n = 1 + x + x^2 + x^3 + \cdots x<1\lvert x\rvert < 1
ln(1+x)\ln(1+x) n=1(1)n1xnn=xx22+x33\sum_{n=1}^{\infty} \dfrac{(-1)^{n-1} x^n}{n} = x - \dfrac{x^2}{2} + \dfrac{x^3}{3} - \cdots 1<x1-1 < x \le 1

🔑 Memorize all five. Multiple-choice speed depends on it.

🎵 Audio 1 — The five must-memorize expansionsaudio/ch7_01_basics.mp3

Five essential Maclaurin series — quick reference card


7.2 Operation 1: Substitution

Idea: replace xx in a base series with any expression u(x)u(x). The new series converges where uu satisfies the original convergence condition.

Example 1: ex2e^{x^2}

ex=xnn!e^x = \sum \frac{x^n}{n!}. Substitute xx2x \to x^2:

ex2=n=0x2nn!=1+x2+x42!+x63!+e^{x^2} = \sum_{n=0}^{\infty} \frac{x^{2n}}{n!} = 1 + x^2 + \frac{x^4}{2!} + \frac{x^6}{3!} + \cdots

Radius of convergence: still \infty.

Example 2: cos(2x)\cos(2x)

Substitute x2xx \to 2x:

cos(2x)=(1)n(2x)2n(2n)!=(1)n4nx2n(2n)!\cos(2x) = \sum \frac{(-1)^n (2x)^{2n}}{(2n)!} = \sum \frac{(-1)^n 4^n x^{2n}}{(2n)!}

Example 3: 11+x2\frac{1}{1+x^2}

Replace xx in 11x\frac{1}{1-x} by x2-x^2:

11+x2=11(x2)=(x2)n=(1)nx2n\frac{1}{1+x^2} = \frac{1}{1-(-x^2)} = \sum (-x^2)^n = \sum (-1)^n x^{2n}

Convergence: x2<1x<1\lvert -x^2\rvert < 1 \Rightarrow \lvert x\rvert < 1.

🎵 Audio 2 — Substitution patternsaudio/ch7_02_substitution.mp3

🔑 Recognition: ef(x)e^{f(x)} uses the exe^x series; sin(f),cos(f)\sin(f), \cos(f) use trig; 11+f\frac{1}{1 + f} uses 11x\frac{1}{1-x} with a sign flip.


7.3 Operation 2: Term-by-Term Differentiation / Integration

Key theorem: inside the radius of convergence, a power series can be differentiated and integrated term by term, and the resulting series has the same radius (endpoint behavior may change).

🎵 Audio 3 — Differentiation and integration of seriesaudio/ch7_03_diff_int.mp3

Example 1: arctanx\arctan x

ddxarctanx=11+x2\frac{d}{dx}\arctan x = \frac{1}{1+x^2}, so

arctanx=0x11+t2dt=0x(1)nt2ndt\arctan x = \int_0^x \frac{1}{1+t^2} dt = \int_0^x \sum (-1)^n t^{2n} dt

Integrate term by term:

arctanx=n=0(1)nx2n+12n+1=xx33+x55\arctan x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{2n+1} = x - \frac{x^3}{3} + \frac{x^5}{5} - \cdots

Radius 1; both endpoints x=±1x = \pm 1 converge by AST. Interval [1,1][-1, 1].

🔑 Famous result: x=1x = 1 gives arctan1=π4=113+15\arctan 1 = \frac{\pi}{4} = 1 - \frac{1}{3} + \frac{1}{5} - \cdotsLeibniz's formula.

Example 2: ln(1+x)\ln(1+x) via integration

ddxln(1+x)=11+x=(1)nxn\frac{d}{dx}\ln(1+x) = \frac{1}{1+x} = \sum (-1)^n x^n (substitute xxx \to -x in 11x\frac{1}{1-x}).

Integrate: ln(1+x)=(1)nxn+1n+1=n=1(1)n1xnn\ln(1+x) = \sum \frac{(-1)^n x^{n+1}}{n+1} = \sum_{n=1}^\infty \frac{(-1)^{n-1} x^n}{n}.

Example 3: nxn1\sum n x^{n-1}

Differentiate xn=11x\sum x^n = \frac{1}{1-x}:

nxn1=ddx11x=1(1x)2\sum n x^{n-1} = \frac{d}{dx}\frac{1}{1-x} = \frac{1}{(1-x)^2}

🔑 Strategy: when an "nn" appears inside a series (like nxn\sum n x^n or n2xn\sum n^2 x^n), it usually came from differentiating a known series.


7.4 Operation 3: Algebraic Operations (Add, Subtract, Multiply)

Add/subtract: combine like-power coefficients.

Multiply: Cauchy product (AP usually wants only the first few terms).

Example: first 4 terms of exsinxe^x \sin x

ex=1+x+x22+x36+e^x = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots

sinx=xx36+\sin x = x - \frac{x^3}{6} + \cdots

Multiply term by term:

  • x0x^0: 10=01 \cdot 0 = 0 (sin\sin has no constant term)
  • x1x^1: 1x=x1 \cdot x = x
  • x2x^2: xx=x2x \cdot x = x^2
  • x3x^3: x22x+1(x36)=x32x36=x33\frac{x^2}{2} \cdot x + 1 \cdot (-\frac{x^3}{6}) = \frac{x^3}{2} - \frac{x^3}{6} = \frac{x^3}{3}

exsinxx+x2+x33+e^x \sin x \approx x + x^2 + \frac{x^3}{3} + \cdots

🎵 Audio 4 — Series algebraaudio/ch7_04_algebra.mp3


7.5 Computing Limits with Series (a power tool)

For a 00\frac{0}{0} limit at x=0x = 0, expand numerator and denominator into Maclaurin series; compare leading powers.

Example

limx0sinxxx3\lim_{x\to 0} \frac{\sin x - x}{x^3}

sinx=xx36+O(x5)\sin x = x - \frac{x^3}{6} + O(x^5), so the numerator =x36+O(x5)= -\frac{x^3}{6} + O(x^5).

lim=limx3/6x3=16\lim = \lim \frac{-x^3/6}{x^3} = -\frac{1}{6}

🎵 Audio 5 — Limits via seriesaudio/ch7_05_limits.mp3


7.6 Mixed Examples

(a) First 4 nonzero terms of the Maclaurin series for sin(x2)\sin(x^2).

(b) Series for 01ex2dx\int_0^1 e^{-x^2} dx; estimate using the first 3 terms.

(c) Find a closed form for n=0(1)n(2n+1)!\displaystyle\sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+1)!} (hint: recognize a known function at a known input).

Solutions:

(a) sinu=uu36+u5120u75040+\sin u = u - \frac{u^3}{6} + \frac{u^5}{120} - \frac{u^7}{5040} + \cdots with u=x2u = x^2:

sin(x2)=x2x66+x10120x145040\sin(x^2) = x^2 - \frac{x^6}{6} + \frac{x^{10}}{120} - \frac{x^{14}}{5040}

(b) ex2=(x2)nn!=(1)nx2nn!e^{-x^2} = \sum \frac{(-x^2)^n}{n!} = \sum \frac{(-1)^n x^{2n}}{n!}. Term-by-term integrate:

01ex2dx=(1)nn!(2n+1)=113+12!513!7+\int_0^1 e^{-x^2} dx = \sum \frac{(-1)^n}{n!(2n+1)} = 1 - \frac{1}{3} + \frac{1}{2!\cdot 5} - \frac{1}{3!\cdot 7} + \cdots

First 3 terms: 113+110=23300.7671 - \frac{1}{3} + \frac{1}{10} = \frac{23}{30} \approx 0.767 (true value 0.7468\approx 0.7468).

(c) Compare with sinx=(1)nx2n+1(2n+1)!\sin x = \sum \frac{(-1)^n x^{2n+1}}{(2n+1)!}. At x=1x = 1: sin1=(1)n(2n+1)!\sin 1 = \sum \frac{(-1)^n}{(2n+1)!}. ✅

🎵 Audio 6 — Walkthrough of (a)–(c)audio/ch7_06_examples.mp3


7.7 Trap Alerts ⚠️

  1. Substitution changes the convergence interval. 11x\frac{1}{1-x} converges for x<1\lvert x\rvert<1, but 112x\frac{1}{1-2x} converges for x<12\lvert x\rvert<\frac{1}{2}.
  2. Term-by-term differentiation/integration only inside the radius. Endpoints can change.
  3. Don't lose the constant of integration. When recovering ff from ff' use f(0)f(0) to fix it.
  4. Recognize the right template. 11+x2\frac{1}{1+x^2} is not a ln\ln series — it's 11(x2)\frac{1}{1-(-x^2)}.
  5. Multiplication: stop at the requested degree. Higher-order terms are wasted work.

🎵 Audio 7 — Traps + recapaudio/ch7_07_traps_recap.mp3


7.8 Mnemonic

"Five base series + four operations."

  • Five base: ex,sin,cos,11x,ln(1+x)e^x, \sin, \cos, \frac{1}{1-x}, \ln(1+x)
  • Substitute: xu(x)x \to u(x)
  • Differentiate: when a series has an "nn" inside, it likely came from differentiating 11x\frac{1}{1-x}
  • Integrate: arctan\arctan comes from integrating 11+x2\frac{1}{1+x^2}

Media Inventory

File Purpose
audio/ch7_01_basics.mp3 Five base series
audio/ch7_02_substitution.mp3 Substitution
audio/ch7_03_diff_int.mp3 Term-by-term differentiation/integration
audio/ch7_04_algebra.mp3 Series algebra
audio/ch7_05_limits.mp3 Limits via series
audio/ch7_06_examples.mp3 Mixed examples
audio/ch7_07_traps_recap.mp3 Traps + recap
images/ch7_basics.png Reference card
images/ch7_operations.png Operations summary

Maclaurin operations summary


End of chapter. Next: Lagrange error bound.