Altanis

1.7Power Series

Updated 19 Aug 2026Chapter (PDF)

[1.7.1]Definition(Complex Exponential and Trigonometric Functions)#

The complex exponential function is defined for all zCz \in \bC by the power series:

ez=n=0znn!.e^z = \sum_{n=0}^{\infty} \frac{z^n}{n!}.

This series converges absolutely for every zCz \in \bC, and converges uniformly in every closed diskin C\bC.

Using the complex exponential, the standard complex trigonometric functions are defined by:

cosz=n=0(1)nz2n(2n)!=eiz+eiz2,\cos z = \sum_{n=0}^{\infty} (-1)^n \frac{z^{2n}}{(2n)!} = \frac{e^{iz} + e^{-iz}}{2},
sinz=n=0(1)nz2n+1(2n+1)!=eizeiz2i.\sin z = \sum_{n=0}^{\infty} (-1)^n \frac{z^{2n+1}}{(2n+1)!} = \frac{e^{iz} - e^{-iz}}{2i}.

These definitions yield the Euler formulas and agree with their real counterparts for zRz \in \bR.

[1.7.2]Theorem(Hadamard's Formula and Convergence)#

Given a power series n=0anzn\sum_{n=0}^{\infty} a_n z^n, there exists a radius of convergence RR (0R0 \leq R \leq \infty) such that:

  1. If z<R|z| < R, the series converges absolutely.

  2. If z>R|z| > R, the series diverges.

Under the conventions 1/0=1/0 = \infty and 1/=01/\infty = 0, RR is determined by Hadamard's formula:

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

The open region DR(0)={zC:z<R}D_R(0) = \{z \in \bC : |z| < R\} is called the disk of convergence.

Proof.

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

If z<R|z| < R, then Lz<1L|z| < 1. Choose ε>0\epsilon > 0 sufficiently small such that (L+ε)z=r<1(L + \epsilon)|z| = r < 1. By the definition of the limit superior, we have an1/nL+ε|a_n|^{1/n} \leq L + \epsilon for all sufficiently large nn. Thus:

anzn[(L+ε)z]n=rn.|a_n||z|^n \leq [(L+\epsilon)|z|]^n = r^n.

Since r<1r < 1, absolute convergence follows by comparison with the convergent geometric series rn\sum r^n.

If z>R|z| > R, then Lz>1L|z| > 1. A similar argument shows that anzn>1|a_n||z|^n > 1 infinitely often, so the terms do not tend to 00, forcing divergence.

[1.7.3]Remark#

The behavior of a power series on its boundary z=R|z| = R is delicate; one can have either convergence or divergence depending on the specific coefficients (e.g., zn\sum z^n, zn/n2\sum z^n/n^2, and zn/n\sum z^n/n on the unit circle D\partial \mathbb{D}).

[1.7.4]Theorem(Holomorphicity of Power Series)#

The power series f(z)=n=0anznf(z) = \sum_{n=0}^{\infty} a_n z^n defines a holomorphic function in its disk of convergence. Furthermore, f(z)f'(z) can be obtained by term-by-term differentiation:

f(z)=n=1nanzn1,f'(z) = \sum_{n=1}^{\infty} n a_n z^{n-1},

and this differentiated series has the same radius of convergence RR.

[1.7.5]Corollary(Infinite Complex Differentiability)#

A power series f(z)=n=0an(zz0)nf(z) = \sum_{n=0}^{\infty} a_n (z-z_0)^n is infinitely complex differentiable in its disk of convergence, and all higher-order derivatives are obtained by term-by-term differentiation.

[1.7.6]Definition(Analytic Functions)#

A complex-valued function ff defined on an open set ΩC\Omega \subseteq \bC is said to be analytic (or to have a power series expansion) at pointpoint z0Ωz_0 \in \Omega if there exists a power series n=0an(zz0)n\sum_{n=0}^{\infty} a_n(z - z_0)^n with a positive radius of convergence such that:

f(z)=n=0an(zz0)nfor all z in a neighborhood of z0.f(z) = \sum_{n=0}^{\infty} a_n(z - z_0)^n \quad \text{for all } z \text{ in a neighborhood of } z_0.

If ff is analytic at every point in Ω\Omega, we say ff is analytic on Ω\Omega.

[1.7.7]Remark#

By Theorem 2.6, any analytic function on Ω\Omega is automatically holomorphic on Ω\Omega. A fundamental and deep result in complex analysis (the converse, which we prove in Chapter 2) is that every holomorphic function is analytic. Thus, we will use the terms holomorphic and analytic interchangeably.