Lecture 15: power series

Complex analysis, lecture 2
(March 30, 2026)

Fix z0. A power series centered at z0 is a series of the form

n=0an(zz0)n

for complex numbers an. By making the change of variables w=zz0, we may as well assume z0=0 to simplify the notation, and often do so. (Of course, we could also change the indexing to start at any nonnegative integer, corresponding to taking the first few terms to be zero; but we cannot have negative indices!)

This series may or may not converge at each point z; it always converges at z=z0, since then every term except the constant n=0 term necessarily vanishes. More generally, we have the following result.

Theorem.

For any power series n=0an(zz0)n, there exists R[0,){+} such that if |zz0|<R, the series converges absolutely; and if |zz0|>R, it diverges. For each r<R, the series converges uniformly on the closed disk {z:|zz0|r}.

This R is called the radius of convergence of the series. Here we say that every real number is strictly less than +.

Notably the series does not necessarily converge uniformly on the open disk {z:|zz0|<R}. For example, for the power series n=0zn, the radius of convergence is 1, so the series converges to 11z whenever |z|<1; but the difference

11zk=0nzn=k=n+1zn=zn+11z

grows without bound as z1. However, if we restrict to |z|r for some r<1, then this is uniformly bounded in absolute value, by

|z|n+11|z|rn+11r.

In practice this is a bit of a technicality, and by taking r arbitrarily close to R we can usually ignore the difference.

Note also that the theorem has nothing to say about the convergence of the power series on the circle {z:|zz0|=R}: here it may converge absolutely, conditionally, or diverge, depending on the series in question. For example, the geometric series diverges for every z with |z|=1, but a mild modification

n=11nzn

converges conditionally at z=1 (by the alternating series test) and diverges at z=1 (where it is the harmonic series, and the further modification

n=11n2zn

converges uniformly on the closed unit disk (one can bound the terms by 1n2, whose sum converges by e.g. the integral test). All of these have radius of convergence 1, but different behavior on the boundary circle.

Most of this theorem should be familiar from calculus, except possibly the part about uniform convergence, which can be proven using the Weierstrass M-test.

For completeness, we mention some examples with radius of convergence different from 1: an easy example is something like

n=0zn2n.

This is the geometric series for z2, which converges for |z/2|<1, i.e. for |z|<2, so the radius of convergence is 2. For something like the Taylor series

ez=n=01n!zn,

the series converges (absolutely) everywhere, so the radius of convergence is +. In the other direction,

n=0n!zn

does not converge for any z with |z|>0, so its radius of convergence is 0.

Recall that a series is defined to be the limit of its partial sums. We are now thinking of these as functions of a complex variable z, so we can ask about various properties. In particular, the partial sums of power series are polynomials, which are analytic everywhere. By the theorem above, for any r<R the series converges uniformly to a function

f(z)=n=0anzn

on {z:|z|r}, where we’ve taken z0=0, and so f is an analytic function on this region. Letting r vary, we’ve proven the following:

Theorem.

Let

f(z)=n=0anzn

have radius of convergence R. Then f is analytic on {z:|z|<R}.

We can then differentiate both sides, and on this region everything is as expected by uniform convergence: the derivative is term-by-term, i.e.

f(z)=n=1annzn1=n=0an+1(n+1)zn.

Evaluating at z=0, we find f(0)=a0, f(0)=a1. Repeating for higher derivatives gives the identity

f(n)(0)=ann!,

or

an=f(n)(0)n!.

More generally for arbitrary z0, if

f(z)=n=0an(zz0)n,

then

an=f(n)(z0)n!,

and so f is equal to its Taylor series

f(z)=n=0f(n)(z0)n!(zz0)n

for |zz0|<R. In other words, we have shown that a function which is locally equal to its Taylor series—the definition of analytic functions from calculus or real analysis—is analytic in our sense (or holomorphic to avoid confusion). Next time, we will see the converse, one of the most important theorems of the class, which we have claimed but not proven: a holomorphic function is analytic in the Taylor series sense.

One can also integrate functions term by term using their Taylor series, provided we restrict to disks of radius strictly smaller than R. Integration and differentiation can be used to obtain new series from old ones. For example, differentiating the geometric series gives

ddz11z=1(1z)2=n=0(n+1)zn=1+2z+3z2+.

Finally, we mention two formulae for determining the radius of convergence, based on the ratio test and the root test respectively: if the limits

limn|anan+1|

or

limn|an|1/n

exist, either as (necessarily nonnegative) real numbers or as +, then they are equal to R.

Note that it is possible for one or both limits to fail to exist even when R is well-defined (as it is for every power series). For example, consider the power series

n=0z2n.

We can understand this very simply as the geometric series for z2, so its radius of convergence is 1. However, as a power series it corresponds to an=0 if n is odd and an=1 if n is even; so in each formula the values are undefined in general, even after truncating a finite number of the leading terms.

There is however a more general formula which always exists:

R=1lim supn|an|1/n.

For the example above, lim supn|an|1/n=1, and so we recover the right radius of convergence.