Skip to content

Power Series and Taylor Series

In this lesson you’ll learn that analyticity and having a convergent power series are the same thing over C\mathbb{C}, that the radius of convergence is always the distance to the nearest singularity, and how to build new series from old ones quickly.

A power series about z0z_0 is

n=0an(zz0)n\sum_{n=0}^{\infty}a_n(z-z_0)^n

Every such series has a radius of convergence R[0,]R \in [0,\infty] with the following behaviour:

  • Absolute convergence for zz0<R|z-z_0| < R, and uniform convergence on any closed disc strictly inside.
  • Divergence for zz0>R|z-z_0| > R.
  • Anything can happen on the circle zz0=R|z-z_0| = R itself.

Note the shape of the convergence set: a disc, not an interval. In real analysis the interval of convergence had two endpoints to check separately; here the boundary is a whole circle, and boundary behaviour is genuinely subtle.

Within the disc, a power series is analytic and may be differentiated and integrated term by term, with the derived series having the same radius.

This is the result that makes the word analytic unambiguous.

Taylor’s theorem for analytic functions. If ff is analytic on the disc zz0<R|z-z_0|<R, then

f(z)=n=0f(n)(z0)n!(zz0)nf(z) = \sum_{n=0}^{\infty}\frac{f^{(n)}(z_0)}{n!}(z-z_0)^n

for every zz in that disc. Conversely, any convergent power series defines an analytic function inside its disc.

So differentiable on an open set and locally a convergent power series are equivalent conditions over C\mathbb{C}.

In real analysis these are different, and dramatically so: e1/x2e^{-1/x^2} is infinitely differentiable at 0 with every derivative zero, so its Taylor series is identically 0 and does not represent the function. No complex analytic function can do that. If you met that counterexample in real analysis, this is where it gets ruled out.

The proof is Cauchy’s integral formula plus a geometric series expansion of 1zw\frac{1}{z-w}, which is why this lesson comes after that one.

The radius of convergence of the Taylor series of ff about z0z_0 equals the distance from z0z_0 to the nearest singularity of ff.

This is the single most useful fact in the lesson. It means you can read off the radius by looking at a picture, without computing a single coefficient.

It also resolves the puzzle from lesson 1. The function 11+z2\frac{1}{1+z^2} has poles at ±i\pm i, so about 0 the radius is 1, about 1 it is 2\sqrt2, and about 2 it is 5\sqrt5. On the real line nothing distinguishes x=±1x = \pm1, and the real graph offers no explanation whatsoever.

The classical tests still work when you want to verify:

R=limnanan+1or1R=lim supnan1/nR = \lim_{n\to\infty}\left|\frac{a_n}{a_{n+1}}\right| \qquad\text{or}\qquad \frac1R = \limsup_{n\to\infty}|a_n|^{1/n}

but the geometric statement is faster and explains why.

Each of these is the real series with xx replaced by zz, valid on the stated disc:

ez=n=0znn!,R=e^z = \sum_{n=0}^\infty\frac{z^n}{n!}, \qquad R = \infty sinz=n=0(1)nz2n+1(2n+1)!,cosz=n=0(1)nz2n(2n)!,R=\sin z = \sum_{n=0}^\infty\frac{(-1)^nz^{2n+1}}{(2n+1)!}, \qquad \cos z = \sum_{n=0}^\infty\frac{(-1)^nz^{2n}}{(2n)!}, \qquad R = \infty 11z=n=0zn,R=1\frac{1}{1-z} = \sum_{n=0}^\infty z^n, \qquad R = 1 Log(1+z)=n=1(1)n+1znn,R=1\operatorname{Log}(1+z) = \sum_{n=1}^\infty\frac{(-1)^{n+1}z^n}{n}, \qquad R = 1

The three entire functions have R=R=\infty because they have no singularities at all. The last two have R=1R=1 because of a singularity at exactly distance 1: a pole at z=1z=1 for the geometric series, and the branch point at z=1z=-1 for the logarithm.

Substitution and algebra beat differentiation. Almost no one computes Taylor coefficients from f(n)(z0)/n!f^{(n)}(z_0)/n! in practice; you manipulate known series instead.

If ff is analytic at z0z_0 with f(z0)=0f(z_0)=0, the series there begins at some term:

f(z)=am(zz0)m+am+1(zz0)m+1+,am0f(z) = a_m(z-z_0)^m + a_{m+1}(z-z_0)^{m+1}+\cdots, \qquad a_m \ne 0

The integer mm is the order of the zero. Equivalently f=(zz0)mg(z)f = (z-z_0)^mg(z) with gg analytic and g(z0)0g(z_0)\ne0.

Two consequences: zeros of a non-zero analytic function are isolated, since gg stays nonzero nearby, and that isolation is what proves the identity theorem. The exception is the zero function, which is why the identity theorem’s conclusion is “identically equal” rather than “equal somewhere.”

Example 1: Find the radius of convergence of the Taylor series of 1z3\frac{1}{z-3} about z0=0z_0=0.

Solution. The only singularity is at z=3z=3, at distance 3 from the origin.

R=3R = 3

Verifying by expansion, 1z3=1311z/3=13(z/3)n\frac{1}{z-3} = -\frac13\cdot\frac{1}{1-z/3} = -\frac13\sum(z/3)^n, which converges for z/3<1|z/3|<1. ✓

Example 2: Same function, about z0=1z_0 = 1.

Solution. The distance from 1 to 3 is 2, so R=2R = 2. ∎

The function did not change; the centre did. The radius is a property of the pair.

Example 3: Find the series for 11+z2\frac{1}{1+z^2} about 0 by substitution.

Solution. Start from the geometric series and substitute z2-z^2 for zz:

11(z2)=n=0(z2)n=1z2+z4z6+\frac{1}{1-(-z^2)} = \sum_{n=0}^\infty(-z^2)^n = 1-z^2+z^4-z^6+\cdots

valid when z2<1|-z^2|<1, that is z<1|z|<1, so R=1R=1. Consistent with the poles at ±i\pm i being at distance 1. ✓

Example 4: Find the first few terms of the series for ez1z\frac{e^z}{1-z} about 0.

Solution. Multiply the two known series:

(1+z+z22+)(1+z+z2+)\left(1+z+\frac{z^2}{2}+\cdots\right)\left(1+z+z^2+\cdots\right)

Collecting by degree:

  • constant: 11
  • zz: 1+1=21+1 = 2
  • z2z^2: 12+1+1=52\frac12+1+1 = \frac52
ez1z=1+2z+52z2+\frac{e^z}{1-z} = 1+2z+\frac52z^2+\cdots

The radius is 1, set by the pole at z=1z=1; the exponential factor contributes no singularity. ∎

Example 5: Find the order of the zero of f(z)=z2sinzf(z)=z^2\sin z at 0.

Solution. Since sinz=zz36+\sin z = z - \frac{z^3}{6}+\cdots has a simple zero at 0,

z2sinz=z3z56+z^2\sin z = z^3 - \frac{z^5}{6}+\cdots

The first nonzero term is z3z^3, so the zero has order 3. ∎

Orders add under multiplication, which is the quick way to see this: order 2 from z2z^2 plus order 1 from sinz\sin z.

Example 6: Explain why e1/x2e^{-1/x^2} has no complex analogue of its bad behaviour.

Solution. As a real function it is smooth at 0 with all derivatives 0, so its Taylor series is identically 0 while the function is not.

Now consider g(z)=e1/z2g(z)=e^{-1/z^2} in the plane. Along the imaginary axis, z=iyz=iy gives 1/z2=1/y2-1/z^2 = 1/y^2, so

g(iy)=e1/y2 as y0|g(iy)| = e^{1/y^2}\to\infty \text{ as } y\to0

So gg has a genuine essential singularity at 0 and is not analytic there. The real function’s strange behaviour was the shadow of a complex singularity, and once you can see the singularity there is nothing left to explain.

Example 7: Use the identity theorem via zeros.

ff is analytic on C\mathbb{C} and f(1/n)=0f(1/n)=0 for every positive integer nn. Show f0f\equiv0.

Solution. The points 1/n1/n accumulate at 0, which is in the domain. If ff were not identically zero, its zeros would be isolated, contradicting the accumulation.

f0f\equiv0

Compare sin(π/z)\sin(\pi/z), which vanishes at every 1/n1/n and is not identically zero - but it is not analytic at 0, so there is no contradiction. The hypothesis that the accumulation point is in the domain is essential.

Function evaluation in software. Library routines for exp\exp, sin\sin, and log\log reduce the argument to a small range and then sum a truncated series, with the truncation point chosen from a remainder bound. The radius of convergence is what tells you the reduction is necessary.

Generating functions. In combinatorics and algorithm analysis, a counting sequence is packed into a power series, and the radius of convergence gives the exponential growth rate of the coefficients. Locating the nearest singularity is the standard technique for asymptotics.

Perturbation theory. Physical quantities are expanded in a small parameter, and whether the expansion converges is a question about singularities in the complex parameter plane. Many important series in quantum field theory have zero radius of convergence, which is a fact about complex singularities.

Control system approximation. Padé and Taylor approximations of transfer functions are valid inside a disc bounded by the nearest pole, which is why models degrade near resonance.

Numerical analysis of ODE solvers. The stability region of a method is described by a power series in the step size, and its radius controls the maximum usable step.

Signal interpolation. Analytic signals are reconstructed from samples using series expansions whose convergence depends on the location of singularities of the signal’s analytic extension.

What is the relationship between being analytic and having a power series over ℂ?
What determines the radius of convergence of a Taylor series?
What is the radius of convergence of the Taylor series of 1/(1 + z²) about z₀ = 2?
Why is the radius of convergence of e^z infinite?
What shape is the convergence set of a complex power series?
What is the order of the zero of z² sin z at the origin?
Why are the zeros of a non-zero analytic function isolated?
If f is entire and f(1/n) = 0 for every positive integer n, what follows?