4.3.14 · D2Calculus III — Sequences & Series

Visual walkthrough — Power series — centre, radius of convergence, interval of convergence

1,941 words9 min readBack to topic

We will need three prerequisite ideas as we go — the Geometric Series (our model example), the Root Test and Ratio Test (our measuring tools), and Limit Superior and Limit Inferior (the tool that never fails). Each is introduced the moment it is used.


Step 1 — What a power series actually is

WHAT we just named: every ingredient of the sum. WHY it matters: because only depends on , the whole question "does it converge?" will come down to how big is — its size . PICTURE: think of the centre as a home base on the number line, and as a point some distance away.

At the distance is zero, so every with vanishes and the sum is just . The centre is a free win — it always converges.


Step 2 — Build intuition on the simplest case: the geometric series

Before general coefficients, look at the cleanest possible power series, where every and : This is the Geometric Series. It is the seed from which the whole theory grows.

WHAT we did: computed a closed form and noted its domain. WHY this example: it already shows the punchline in miniature — convergence happens for (a symmetric interval around ) and fails outside. The magic number here is . PICTURE: watch the terms for a shrinking versus a growing .

The left panel (terms collapse to zero) is convergence; the right panel (terms hold their size or grow) is divergence. Everything below is the general version of this single picture.


Step 3 — The right measuring tool: the Root Test

To handle any coefficients we need a test that reads a series and says "converge" or "diverge". We pick the Root Test.

WHAT the test measures: is roughly the "common ratio felt at stage ". If that ratio is below the terms behave like a shrinking geometric series (Step 2), so the sum converges. WHY the cutoff is exactly : at the terms neither shrink nor grow decisively — precisely the borderline of Step 2's rule. PICTURE: as a dial; below the line = safe, above = runaway.


Step 4 — Feed the power series into the Root Test

Now set (we take absolute values because we want absolute convergence — see Absolute vs Conditional Convergence). Apply the root:

WHAT we did: separated the term into an -part and a coefficient-part. WHY it is the whole game: because pulls out, the limit is The convergence condition becomes a plain distance condition on . PICTURE: the term splits into two stacked bars, one fixed by , one fixed by the coefficients.


Step 5 — The coefficient number , and why we need

Call the coefficient limit There is a snag: this ordinary limit may not exist (coefficients can oscillate). To repair it we use the Limit Superior and Limit Inferior.

So we replace by the always-defined

WHAT we did: swapped a possibly-missing limit for one that always exists. WHY: to make the formula work for every power series, even ones with jumpy coefficients (that is Example 5 in the parent note). PICTURE: an oscillating sequence — the ordinary limit is undefined, but the ceiling it keeps touching is crisp.


Step 6 — Solve the condition → the radius

We now have . Impose the Root Test's convergence rule :

Name that boundary distance :

  • , with conventions and .

PICTURE: a coloured band of half-width around ; inside = converge, outside = diverge.


Step 7 — The three regimes of (cover every case)

can be any value in . All three behave differently:

| | | Where it converges | Example | |---|---|---|---| | | | only at | | | | finite | band + maybe ends | | | | | all real | |

WHAT / WHY: the coefficient ceiling inversely controls reach. Fast-growing coefficients () choke the series to a single point; fast-shrinking coefficients () let it converge everywhere. PICTURE: three number lines — a single dot, a finite band, the whole line.


Step 8 — The endpoints: the one place the machine goes quiet

At exactly we get . That is the Root/Ratio Test's inconclusive value. The machine shrugs; we must test by hand.

At and the series becomes a plain number series (no more ). Each endpoint independently converges or diverges, so the interval is one of

PICTURE: the band with two hollow/solid dots to be decided one at a time.


The one-picture summary

Everything above in a single flow: split the term, take the root, cancel the power, read off the band, hand-check the ends.

term c_n times (x-a)^n

take n-th root of its size

x part pulls out as absolute x minus a

coeff part becomes limsup of n-th root of c_n

set product below 1

distance below R gives the band

check the two endpoints by hand

Recall Feynman retelling — say it in plain words

Imagine standing at the centre on a number line. A power series asks: "how far can I walk before the infinite sum falls apart?" The only -flavoured piece of each term is , a distance raised to a power. To measure such a thing you take the -th root — and the root eats the power, leaving just the raw distance times a pure coefficient number (the ceiling of the coefficient roots, which we grab with so it always exists). The series survives while distance stays under , i.e. while . A distance-under- rule always paints a symmetric band, so the answer is always an interval. Big coefficients shrink the band to a dot (); tiny ones open it to the whole line (). Right at the edge the tests go silent, so we walk to each endpoint, plug the number in, and test that lone series on its own.

Recall Self-check

Why does the -dependence separate out cleanly in the root test? ::: Because exactly — root and power cancel, leaving a single factor. Why instead of ? ::: The ordinary limit of may not exist, but always exists in , so the formula is universal. Why is the convergence set always an interval? ::: The condition is , a distance-from-centre bound, whose solution is the symmetric band . Why must endpoints be tested separately? ::: At the test limit equals , the inconclusive case, so each end needs its own number-series test.


Related: Taylor and Maclaurin Series · Term-by-term Differentiation and Integration · 4.3.14 Power series — centre, radius of convergence, interval of convergence (Hinglish)