Borui Academy

Chapter 5

Power Series & Radius / Interval of Convergence

Ratio test for R; endpoint analysis

Chapter 5 — Power Series, Radius & Interval of Convergence

By the end of this chapter you will:

  1. Write a power series in standard form
  2. Use the ratio test to find the radius of convergence RR
  3. Test endpoints to determine the full interval of convergence II
  4. Handle every standard AP power-series question

5.1 What is a Power Series?

A series whose terms are powers of a variable xx:

n=0cn(xa)n=c0+c1(xa)+c2(xa)2+\sum_{n=0}^{\infty} c_n (x - a)^n = c_0 + c_1(x-a) + c_2(x-a)^2 + \cdots

  • aa — the center
  • cnc_n — the coefficients
  • xx — the variable
  • When a=0a = 0 we say "power series about 0", written cnxn\sum c_n x^n

🎵 Audio 1 — Definitionaudio/ch5_01_intro.mp3

The fundamental question

A power series is a family of series — one for each xx. The same series can converge for some xx and diverge for others. So the central question is:

"For which xx does the series converge?"

The answer is always an interval II, centered at aa, with width determined by the radius of convergence RR.

Convergence-interval structure: center a, radius R, endpoints tested separately


5.2 The Radius of Convergence Theorem

Theorem: every power series cn(xa)n\sum c_n(x-a)^n falls into exactly one of three cases:

  1. Converges only at x=ax=a (R=0R = 0)
  2. Converges for all xx (R=R = \infty)
  3. There is some R>0R > 0: absolute convergence for xa<R\lvert x-a\rvert < R, divergence for xa>R\lvert x-a\rvert > R, and the endpoints x=a±Rx = a \pm R must be tested individually.

🔑 Insight: the interior is determined by RR. The endpoints take separate work — and that's where most AP exam points are won or lost.

🎵 Audio 2 — Three-case theoremaudio/ch5_02_radius.mp3


5.3 Finding RR via the Ratio Test

For cn(xa)n\sum c_n(x-a)^n:

L=limncn+1(xa)n+1cn(xa)n=xalimcn+1cnL = \lim_{n\to\infty} \left\lvert \frac{c_{n+1}(x-a)^{n+1}}{c_n(x-a)^n} \right\rvert = \lvert x - a \rvert \cdot \lim \left\lvert \frac{c_{n+1}}{c_n} \right\rvert

Let K=limcn+1/cnK = \lim \lvert c_{n+1}/c_n \rvert (when it exists).

Convergence requires L<1L < 1:
xaK<1xa<1K\lvert x - a \rvert \cdot K < 1 \Rightarrow \lvert x - a \rvert < \frac{1}{K}

So R=1KR = \dfrac{1}{K} (K=0R=K = 0 \Rightarrow R = \infty; K=R=0K = \infty \Rightarrow R = 0).

🎵 Audio 3 — Ratio test for RRaudio/ch5_03_ratio_method.mp3

Example 1

n=0(x3)nn+1\displaystyle\sum_{n=0}^{\infty} \frac{(x-3)^n}{n+1}.

L=x3limn+1n+2=x3L = \lvert x - 3\rvert \cdot \lim \frac{n+1}{n+2} = \lvert x - 3\rvert

L<1x3<1R=1L < 1 \Rightarrow \lvert x-3\rvert < 1 \Rightarrow R = 1. Center a=3a = 3, interior (2,4)(2, 4).

Example 2 (R=R = \infty)

n=0xnn!\displaystyle\sum_{n=0}^{\infty} \frac{x^n}{n!}.

L=xlim1n+1=0L = \lvert x\rvert \cdot \lim \frac{1}{n+1} = 0

Holds for every xx, so R=R = \infty. (This is the Maclaurin series of exe^x.)

Example 3 (R=0R = 0)

n!xn\sum n! \cdot x^n.

L=xlim(n+1)= unless x=0L = \lvert x\rvert \cdot \lim (n+1) = \infty \text{ unless } x = 0

So R=0R = 0, the series converges only at x=0x = 0.


5.4 Endpoint Testing — Where AP Points Are Won

After you find RR, the interior is (aR,a+R)(a - R, a + R). The endpoints x=aRx = a - R and x=a+Rx = a + R must be plugged in and analyzed individually.

There are 4 possible outcomes:

Left Right Interval
converges converges [aR,a+R][a-R, a+R] closed-closed
converges diverges [aR,a+R)[a-R, a+R) closed-open
diverges converges (aR,a+R](a-R, a+R] open-closed
diverges diverges (aR,a+R)(a-R, a+R) open-open

🎵 Audio 4 — Why endpoints matteraudio/ch5_04_endpoints.mp3

Full worked example

Find the interval of convergence of n=1(x2)nn3n\displaystyle\sum_{n=1}^{\infty} \frac{(x-2)^n}{n \cdot 3^n}.

Step 1 — find RR:
L=x2limn3n(n+1)3n+1=x23L = \lvert x-2\rvert \cdot \lim \frac{n \cdot 3^n}{(n+1) \cdot 3^{n+1}} = \frac{\lvert x-2\rvert}{3}

L<1x2<3R=3L < 1 \Rightarrow \lvert x-2\rvert < 3 \Rightarrow R = 3. Interior (1,5)(-1, 5).

Step 2 — left endpoint x=1x = -1:
n=1(3)nn3n=(1)nn\sum_{n=1}^{\infty} \frac{(-3)^n}{n \cdot 3^n} = \sum \frac{(-1)^n}{n}

Alternating harmonic — converges by AST. ✓

Step 3 — right endpoint x=5x = 5:
n=13nn3n=1n\sum_{n=1}^{\infty} \frac{3^n}{n \cdot 3^n} = \sum \frac{1}{n}

Harmonic — diverges. ✗

Conclusion: interval of convergence is [1,5)\boxed{[-1, 5)}.

🔑 Strategy: after substitution, endpoints typically reduce to a p-series, geometric series, or alternating series — apply the standard tests from chapters 2–4.


5.5 Convergence-Interval Structure (memorize this picture)

        diverges            converges            diverges
   ←———————|—————————————————————|———————→
        a - R        a            a + R
       (endpoint)  (center)     (endpoint)
  • Interior xa<R\lvert x - a\rvert < R: absolute convergence
  • Endpoints x=a±Rx = a \pm R: test individually
  • Outside xa>R\lvert x - a\rvert > R: divergence

🎵 Audio 5 — Interval structureaudio/ch5_05_structure.mp3


5.6 Mixed Examples (AP-style)

Find the interval of convergence:

(a) n=0(2x)nn2+1\displaystyle\sum_{n=0}^{\infty} \frac{(2x)^n}{n^2 + 1}

(b) n=1(1)n(x+1)nn\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^n (x+1)^n}{\sqrt{n}}

Solution (a):

L=2xL = \lvert 2x\rvert. L<1x<12L < 1 \Rightarrow \lvert x\rvert < \frac{1}{2}, R=12R = \frac{1}{2}, interior (12,12)(-\frac{1}{2}, \frac{1}{2}).

Endpoint x=12x = \frac{1}{2}: 1n2+1\sum \frac{1}{n^2+1} converges by comparison with 1n2\frac{1}{n^2}.

Endpoint x=12x = -\frac{1}{2}: (1)nn2+1\sum \frac{(-1)^n}{n^2+1} — absolutely convergent.

Interval: [12,12]\boxed{[-\frac{1}{2}, \frac{1}{2}]}.

Solution (b):

L=x+1limnn+1=x+1L = \lvert x+1\rvert \cdot \lim \frac{\sqrt{n}}{\sqrt{n+1}} = \lvert x+1\rvert. R=1R = 1, interior (2,0)(-2, 0).

Endpoint x=0x = 0: (1)nn\sum \frac{(-1)^n}{\sqrt{n}} — conditionally convergent (AST).

Endpoint x=2x = -2: (1)n(1)nn=1n\sum \frac{(-1)^n(-1)^n}{\sqrt{n}} = \sum \frac{1}{\sqrt{n}} — diverges (p=1/2p = 1/2).

Interval: (2,0]\boxed{(-2, 0]}.

🎵 Audio 6 — Worked examplesaudio/ch5_06_examples.mp3


5.7 Trap Alerts ⚠️

  1. Skipping endpoint checks is the #1 way AP students lose points on power-series free-response.
  2. The center isn't always 0. Solve xa<?\lvert x - a\rvert < ? correctly.
  3. Bracket vs. parenthesis: closed at converging endpoints, open at diverging ones.
  4. R=R = \infty: the interval is (,)(-\infty, \infty) — no endpoints.
  5. R=0R = 0: the interval collapses to the single point {a}\{a\} — write it as a set.

Power-series interval scenarios

🎵 Audio 7 — Traps + recapaudio/ch5_07_traps_recap.mp3


5.8 Mnemonic

"Ratio for R; test both endpoints; brackets follow convergence."

  • Ratio test: L=xaK<1R=1/KL = \lvert x-a\rvert K < 1 \Rightarrow R = 1/K
  • Test both endpoints by substitution
  • Use [][\,] for converging endpoints, ()(\,) for diverging ones

Media Inventory

File Purpose
audio/ch5_01_intro.mp3 Power-series definition
audio/ch5_02_radius.mp3 Three-case theorem
audio/ch5_03_ratio_method.mp3 Ratio test for RR
audio/ch5_04_endpoints.mp3 Endpoint analysis
audio/ch5_05_structure.mp3 Interval structure
audio/ch5_06_examples.mp3 Mixed examples
audio/ch5_07_traps_recap.mp3 Traps + recap
images/ch5_interval.png Interval diagram
images/ch5_radius.png Endpoint scenarios

End of chapter. Next: Taylor and Maclaurin series.