Fiveable

📐Complex Analysis Unit 6 Review

QR code for Complex Analysis practice questions

6.2 Power series

6.2 Power series

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📐Complex Analysis
Unit & Topic Study Guides

Power series are a fundamental tool in complex analysis, allowing us to represent functions as infinite sums of complex terms. They're like a supercharged version of polynomials, letting us describe complex functions with incredible precision within specific regions.

Understanding power series convergence is crucial. The radius of convergence tells us where a series behaves nicely, converging absolutely inside a disc and potentially diverging outside. This concept is key to working with and manipulating power series effectively.

Power series and convergence

Definition and properties of power series

  • A power series is an infinite series of the form n=0an(zc)n\sum_{n=0}^{\infty} a_n(z-c)^n, where ana_n are complex coefficients, cc is a complex number called the center of the series, and zz is a complex variable
  • Power series can be used to represent complex functions in a specific domain around the center cc
  • The convergence of a power series depends on the values of zz and the behavior of the coefficients ana_n

Radius and domain of convergence

  • The radius of convergence RR is a non-negative real number or infinity that determines the largest open disc centered at cc in which the power series converges
    • Inside the disc of convergence (zc<R|z-c| < R), the power series converges absolutely
    • On the boundary of the disc (zc=R|z-c| = R), the series may converge conditionally, diverge, or converge absolutely
    • Outside the disc (zc>R|z-c| > R), the series diverges
  • The radius of convergence can be determined using the ratio test or the root test on the coefficients ana_n of the power series
    • Ratio test: limnan+1an=L\lim_{n \to \infty} |\frac{a_{n+1}}{a_n}| = L, then R=1LR = \frac{1}{L} (if L=0L = 0, then R=R = \infty; if L=L = \infty, then R=0R = 0)
    • Root test: limnann=L\lim_{n \to \infty} \sqrt[n]{|a_n|} = L, then R=1LR = \frac{1}{L} (if L=0L = 0, then R=R = \infty; if L=L = \infty, then R=0R = 0)

Domain of convergence

Definition and properties of power series, complex analysis - Convergence radius of power series for different centers - Mathematics Stack ...

Finding the domain of convergence

  • The domain of convergence is the set of all complex numbers zz for which the power series converges
  • For a power series centered at cc with radius of convergence RR, the domain of convergence is the open disc {zC:zc<R}\{z \in \mathbb{C} : |z-c| < R\}
  • To find the domain of convergence:
    1. Determine the radius of convergence RR using the ratio test or the root test on the coefficients ana_n
    2. Investigate the behavior of the power series at the boundary points (zc=R|z-c| = R) to determine if they should be included in the domain of convergence
    3. Express the domain of convergence using set notation or interval notation, depending on whether the boundary points are included

Examples of finding the domain of convergence

  • Example 1: For the power series n=0(z1)nn!\sum_{n=0}^{\infty} \frac{(z-1)^n}{n!}, the ratio test yields R=R = \infty, so the domain of convergence is C\mathbb{C} (the entire complex plane)
  • Example 2: For the power series n=0n!(z+2)n\sum_{n=0}^{\infty} n!(z+2)^n, the root test yields R=1eR = \frac{1}{e}, and the series converges at the boundary points. The domain of convergence is {zC:z+21e}\{z \in \mathbb{C} : |z+2| \leq \frac{1}{e}\} or [21e,2+1e][-2-\frac{1}{e}, -2+\frac{1}{e}] in interval notation

Manipulating power series

Definition and properties of power series, complex analysis - Two convergent power series are the same if they equal on an infinite set of ...

Addition and multiplication of power series

  • Power series can be added and multiplied term by term within their common domain of convergence
  • To add two power series with the same center cc, add their corresponding coefficients: n=0an(zc)n+n=0bn(zc)n=n=0(an+bn)(zc)n\sum_{n=0}^{\infty} a_n(z-c)^n + \sum_{n=0}^{\infty} b_n(z-c)^n = \sum_{n=0}^{\infty} (a_n+b_n)(z-c)^n. The resulting series has the same center cc and a radius of convergence at least equal to the smaller of the two original radii
  • To multiply two power series with the same center cc, use the Cauchy product: (n=0an(zc)n)×(n=0bn(zc)n)=n=0(k=0nakbnk)(zc)n\left(\sum_{n=0}^{\infty} a_n(z-c)^n\right) \times \left(\sum_{n=0}^{\infty} b_n(z-c)^n\right) = \sum_{n=0}^{\infty} \left(\sum_{k=0}^{n} a_k b_{n-k}\right)(z-c)^n. The resulting series has the same center cc and a radius of convergence at least equal to the smaller of the two original radii

Division of power series

  • To divide two power series with the same center cc, use long division of power series
  • The resulting series has the same center cc and a radius of convergence at least equal to the smaller of the two original radii, excluding any zeros of the denominator series
  • Example: To divide 11z=n=0zn\frac{1}{1-z} = \sum_{n=0}^{\infty} z^n by 1+z=n=01zn1+z = \sum_{n=0}^{1} z^n, perform long division to obtain 11z2=n=0(1)nz2n\frac{1}{1-z^2} = \sum_{n=0}^{\infty} (-1)^n z^{2n}, with a radius of convergence R=1R = 1

Differentiation and integration of power series

Term-by-term differentiation

  • Power series can be differentiated term by term within their domain of convergence
  • To differentiate a power series n=0an(zc)n\sum_{n=0}^{\infty} a_n(z-c)^n term by term, multiply each coefficient ana_n by nn and decrease the exponent of (zc)(z-c) by 1: ddzn=0an(zc)n=n=1nan(zc)n1\frac{d}{dz} \sum_{n=0}^{\infty} a_n(z-c)^n = \sum_{n=1}^{\infty} na_n(z-c)^{n-1}. The resulting series has the same center cc and radius of convergence as the original series
  • Example: Differentiating the geometric series 11z=n=0zn\frac{1}{1-z} = \sum_{n=0}^{\infty} z^n yields 1(1z)2=n=1nzn1\frac{1}{(1-z)^2} = \sum_{n=1}^{\infty} nz^{n-1}, with the same radius of convergence R=1R = 1

Term-by-term integration

  • Power series can be integrated term by term within their domain of convergence
  • To integrate a power series n=0an(zc)n\sum_{n=0}^{\infty} a_n(z-c)^n term by term, divide each coefficient ana_n by (n+1)(n+1) and increase the exponent of (zc)(z-c) by 1: (n=0an(zc)n)dz=n=0ann+1(zc)n+1+C\int \left(\sum_{n=0}^{\infty} a_n(z-c)^n\right)dz = \sum_{n=0}^{\infty} \frac{a_n}{n+1}(z-c)^{n+1} + C. The resulting series has the same center cc and radius of convergence as the original series
  • Example: Integrating the geometric series 11z=n=0zn\frac{1}{1-z} = \sum_{n=0}^{\infty} z^n yields ln(1z)=n=0zn+1n+1+C-\ln(1-z) = \sum_{n=0}^{\infty} \frac{z^{n+1}}{n+1} + C, with the same radius of convergence R=1R = 1
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →