The math optional, made finite. Daily Practice

Power Series of Analytic Functions; Radius of Convergence

At a Glance

Why This Chapter Matters

Power series are the backbone of complex function theory — every analytic function is locally a power series, and the radius of convergence determines the disk of analyticity. UPSC 2016 tested this with a proof-style question requiring both the Hadamard formula and a convergence argument. This atom is T4 because it has appeared only once, but the underlying material is essential for Taylor and Laurent series (P2-CX-07, P2-CX-08) which recur more frequently.

Minimum Theory

Power Series in the Complex Plane

A power series centred at z0Cz_0 \in \mathbb{C} is

n=0an(zz0)n,anC.\sum_{n=0}^{\infty} a_n (z - z_0)^n, \quad a_n \in \mathbb{C}.

Everything below is stated for z0=0z_0 = 0 without loss of generality (replace zz by zz0z - z_0).

Radius of Convergence

For every power series anzn\sum a_n z^n there exists a unique R[0,+]R \in [0, +\infty] called the radius of convergence such that:

Hadamard’s formula:

1R=lim supnan1/n.\frac{1}{R} = \limsup_{n \to \infty} |a_n|^{1/n}.

If lim supan1/n=0\limsup |a_n|^{1/n} = 0 then R=+R = +\infty (entire series); if lim supan1/n=+\limsup |a_n|^{1/n} = +\infty then R=0R = 0.

Ratio test (when the limit exists):

R=limnanan+1.R = \lim_{n \to \infty} \left|\frac{a_n}{a_{n+1}}\right|.

This is valid only when the limit exists; Hadamard’s formula is always applicable.

Analyticity Inside the Disk

Theorem. A power series f(z)=n=0anznf(z) = \sum_{n=0}^{\infty} a_n z^n is analytic in z<R|z| < R, and can be differentiated term by term any number of times:

f(z)=n=1nanzn1,f(z)=n=2n(n1)anzn2,f'(z) = \sum_{n=1}^{\infty} n\,a_n z^{n-1}, \quad f''(z) = \sum_{n=2}^{\infty} n(n-1)\,a_n z^{n-2}, \quad \ldots

Each differentiated series has the same radius of convergence RR.

Converse (key fact). Every function analytic in a disk zz0<R|z - z_0| < R is represented by a convergent power series in that disk (its Taylor series). Thus “analytic” and “locally equal to a convergent power series” are equivalent.

Uniform Convergence

On any closed subdisk zr<R|z| \leq r < R, the series converges uniformly. This justifies term-by-term integration and differentiation inside the disk.

Computing the Radius: Strategy

SituationFormula to use
ana_n given by a simple closed formulaTry ratio test first; fall back to Hadamard
ana_n has gaps (e.g., an=0a_n = 0 for odd nn)Must use Hadamard
ana_n involves factorials or exponentialsRatio test usually cleaner

Example. For znn!\sum \frac{z^n}{n!}: ratio test gives R=lim(n+1)!n!1=lim(n+1)R = \lim \frac{(n+1)!}{n!} \cdot 1 = \lim (n+1) \cdot … wait — apply correctly: an/an+1=(n+1)!/n!=n+1|a_n/a_{n+1}| = (n+1)!/n! = n+1 \to \infty, so R=R = \infty. The series is entire (eze^z).

Example. For n!zn\sum n!\, z^n: an+1/an=n+1|a_{n+1}/a_n| = n+1 \to \infty, so 1/R=1/R = \infty, meaning R=0R = 0. Converges only at z=0z = 0.

Example. For zn2\sum z^{n^2} (coefficients: an2=1a_{n^2}=1, all others 00): Hadamard gives lim supan1/n=lim supkak21/k2=1\limsup |a_n|^{1/n} = \limsup_k |a_{k^2}|^{1/k^2} = 1, so R=1R = 1.

Question Archetypes

ArchetypeRecognition
find-radius”Find the radius of convergence of anzn\sum a_n z^n
prove-analyticity”Show that the sum of the series is analytic in $
term-by-term-diff”Differentiate anzn\sum a_n z^n term by term; justify”

find-radius (1 question; 2016)

Recognition Cues

Solution Template

  1. Identify the coefficients ana_n from the series.
  2. Apply ratio test: compute liman/an+1\lim|a_n/a_{n+1}| — if this limit exists, it equals RR.
  3. If ratio test is inconclusive (limit does not exist), apply Hadamard: R=1/lim supan1/nR = 1/\limsup|a_n|^{1/n}.
  4. State the open disk of convergence zz0<R|z - z_0| < R.
  5. Analyse the boundary zz0=R|z - z_0| = R separately if asked.
  6. If asked to prove the sum is analytic: cite the theorem that a convergent power series defines an analytic function inside its disk of convergence.

Worked Example

2016 Paper 2, 2016-P2-QCX (20 marks)

Find the radius of convergence of the power series n=0n23nzn\displaystyle\sum_{n=0}^{\infty} \frac{n^2}{3^n}\, z^n and prove that the sum is an analytic function inside the disk of convergence.

Step 1: Identify coefficients.

an=n23n.a_n = \frac{n^2}{3^n}.

Step 2: Apply the ratio test.

anan+1=n23n3n+1(n+1)2=3n2(n+1)2n31=3.\left|\frac{a_n}{a_{n+1}}\right| = \frac{n^2}{3^n} \cdot \frac{3^{n+1}}{(n+1)^2} = 3 \cdot \frac{n^2}{(n+1)^2} \xrightarrow{n\to\infty} 3 \cdot 1 = 3.

Therefore R=3R = 3.

Verification via Hadamard:

lim supnan1/n=limn(n23n)1/n=limnn2/n3=13,\limsup_{n\to\infty}|a_n|^{1/n} = \lim_{n\to\infty}\left(\frac{n^2}{3^n}\right)^{1/n} = \lim_{n\to\infty}\frac{n^{2/n}}{3} = \frac{1}{3},

since n1/n1n^{1/n} \to 1. Hence R=1/(1/3)=3R = 1/(1/3) = 3. \checkmark

Step 3: State the region.

The series converges absolutely for z<3|z| < 3 and diverges for z>3|z| > 3.

Step 4: Prove analyticity.

Define f(z)=n=0n23nznf(z) = \sum_{n=0}^{\infty} \frac{n^2}{3^n} z^n for z<3|z| < 3.

For any rr with 0<r<30 < r < 3, the series converges uniformly on D(0,r)\overline{D}(0, r) (closed disk of radius rr), since anrn=n2rn3n\sum |a_n| r^n = \sum \frac{n^2 r^n}{3^n} converges by the ratio test (ratio r/3<1\to r/3 < 1).

Uniform convergence on compact subsets of the disk implies that ff is holomorphic (analytic) in z<3|z| < 3, with

f(z)=n=1n33nzn1,z<3.f'(z) = \sum_{n=1}^{\infty} \frac{n^3}{3^n} z^{n-1}, \quad |z| < 3.

(The differentiated series has the same radius of convergence R=3R = 3, as can be checked by Hadamard: lim sup(n3/3n)1/n=1/3\limsup (n^3/3^n)^{1/n} = 1/3.)

Therefore ff is analytic in z<3|z| < 3. \blacksquare

R=3\boxed{R = 3}

Common Traps

Marks-Aware Writing

This is a 20-mark Section B question. Structure your answer in clearly labelled steps:

  1. Identification of ana_n — write it out explicitly.
  2. Radius formula — state which formula you are using (ratio test or Hadamard) before applying it.
  3. Calculation — show the limit computation in full; do not just state the answer.
  4. Region statement — “the series converges absolutely for z<R|z| < R and diverges for z>R|z| > R”.
  5. Analyticity proof — cite uniform convergence on compact sub-disks and the term-by-term differentiability theorem.

Each step carries marks; missing the analyticity proof in a “find RR and prove analyticity” question loses roughly half the credit.

Practice Set

Only one historical question on this atom (shown above).

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.