4.3.14Calculus III — Sequences & Series

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

1,899 words9 min readdifficulty · medium6 backlinks

WHAT is a power series?

WHY centre at aa? Because convergence spreads symmetrically outward from one special point. That point is where convergence is guaranteed, so we measure distance xa|x-a| from it.


WHAT is the radius / interval of convergence?

Three cases:

  • R=0R=0: converges only at x=ax=a.
  • R=R=\infty: converges for all real xx.
  • 0<R<0<R<\infty: converges on a finite interval.

WHY is it always an interval? (Derivation from first principles)

This is the Cauchy–Hadamard idea. We test absolute convergence using the Root Test on the terms bn=cn(xa)n=cnxanb_n=|c_n(x-a)^n|=|c_n|\,|x-a|^n.

Because the condition is xa<R|x-a|<R — a distance condition — the solution set is automatically the symmetric interval around aa. That is why it is always an interval.

Figure — Power series — centre, radius of convergence, interval of convergence

HOW to find the interval (the recipe)

  1. Apply Ratio Test to an|a_n| (with the (xa)n(x-a)^n included). Get xak<1|x-a|\cdot k <1.
  2. Solve for xa<R|x-a|<R → this gives RR and the open interval (aR,a+R)(a-R, a+R).
  3. Test each endpoint x=aRx=a-R and x=a+Rx=a+R by plugging in and using a series test (it becomes a number series).
  4. Write the interval including/excluding endpoints accordingly.

Worked examples


Forecast-then-Verify

Recall Forecast before computing

For (x5)n3n\displaystyle\sum \frac{(x-5)^n}{3^n}, predict RR before reading on. ▶ Coefficients cn=1/3nc_n=1/3^n, ratio cn/cn+1=3n+1/3n=3|c_n/c_{n+1}|=3^{n+1}/3^n=3, so R=3R=3, centred at 55. Geometric: both endpoints give (±1)n\sum(\pm1)^n which diverge. Interval (2,8)(2,8). Did your forecast match?


What is the centre of cn(xa)n\sum c_n(x-a)^n?
The point aa; the series always converges there (gives c0c_0).
Cauchy–Hadamard formula for 1/R1/R (general, always valid)?
1/R=lim supncnn1/R=\limsup_{n\to\infty}\sqrt[n]{|c_n|}, with 1/0=1/0=\infty, 1/=01/\infty=0.
Ratio-test formula for RR — when is it valid?
R=limncn/cn+1R=\lim_{n\to\infty}|c_n/c_{n+1}|, ONLY when that limit exists; otherwise use the lim sup\limsup root formula.
What happens at xa=R|x-a|=R?
Inconclusive — must test each endpoint separately by substitution.
What does R=0R=0 mean?
Converges only at the centre x=ax=a.
What does R=R=\infty mean?
Converges for all real xx (e.g. exe^x series).
Why is the convergence set always an interval?
The convergence condition is a distance condition xa<R|x-a|<R, symmetric about aa.
Inside xa<R|x-a|<R, is convergence absolute or conditional?
Absolute convergence.
RR of n!xn\sum n!\,x^n?
00 (diverges for all x0x\neq0).
RR of xn/n!\sum x^n/n!?
\infty.
Why does Cauchy–Hadamard use lim sup\limsup instead of lim\lim?
Because lim sup\limsup always exists in [0,][0,\infty], so the formula gives RR even when the ordinary limit fails.

Recall Feynman: explain to a 12-year-old

Imagine a campfire at point aa. The closer you stand, the warmer (the series "works"). There's a magic distance RR — inside it you're warm (converges), outside it you're freezing (diverges). Exactly on the circle of distance RR, it's a coin-flip: you have to walk to each edge and feel for yourself whether it's warm. The campfire is the centre, the magic distance is the radius, and the warm zone (edges maybe included) is the interval of convergence.


Connections

Concept Map

has

has

set x=a gives

applied to cn x-a

yields

defines

gives

solution set is

check

symmetric about

Power series about a

Centre a

Coefficients cn

Converges at centre always

Root Test on abs terms

beta = limsup nth root of cn

Cauchy-Hadamard 1/R = beta

Radius of convergence R

Distance condition abs x-a lt R

Interval of convergence

Endpoints tested separately

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Power series ko aise samjho jaise ek infinite-degree polynomial: cn(xa)n\sum c_n (x-a)^n. Yahan aa hai centre — yeh wo point hai jahan series hamesha converge karti hai (kyunki x=ax=a daalne par sirf c0c_0 bachta hai). Ab sawaal yeh hai: centre se kitni door tak series "kaam" karti hai? Us distance ko bolte hain radius of convergence RR.

RR nikalne ka asaan tareeka hai Ratio Test: an+1/an|a_{n+1}/a_n| ka limit lo, ismein xa|x-a| bahar nikal aata hai. Formula: R=limcn/cn+1R=\lim|c_n/c_{n+1}| — lekin yeh sirf tabhi valid hai jab yeh limit exist kare. Agar coefficients oscillate karein aur limit na aaye, to Ratio Test fail kar jaata hai. Tab hamesha kaam karne wala master formula hai Cauchy–Hadamard: 1/R=lim supncn1/n1/R=\limsup_{n\to\infty}|c_n|^{1/n}. lim sup\limsup hamesha exist karta hai [0,][0,\infty] mein, isliye yeh formula har case mein RR de deta hai.

Sabse important baat — endpoints. Jab xa=R|x-a|=R, tab Ratio Test ka limit exactly 11 aata hai, jo inconclusive hota hai. Isliye dono endpoints x=aRx=a-R aur x=a+Rx=a+R ko alag-alag plug karke check karo (alternating series test, pp-series, ya divergence test se). Tabhi pata chalega ki interval mein bracket round hoga ( ya square [.

Yeh topic isliye zaroori hai kyunki Taylor/Maclaurin series, jaise exe^x, sinx\sin x, ln(1+x)\ln(1+x) — sab power series hain, aur unka interval of convergence batata hai ki approximation kahan tak valid hai. Bina radius jaane tum galat jagah series use kar baithoge!

Go deeper — visual, from zero

Test yourself — Calculus III — Sequences & Series

Connections