Fiveable

๐Ÿ“Complex Analysis Unit 6 Review

QR code for Complex Analysis practice questions

6.1 Sequences and series of complex numbers

6.1 Sequences and series of complex numbers

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

Complex sequences and series are fundamental to understanding analytic functions. They extend real number concepts to the complex plane, allowing us to explore convergence and divergence in two dimensions. These tools are crucial for representing functions as power series.

Convergence tests for complex series build on real series techniques. The comparison, ratio, and root tests help determine if a series converges absolutely or conditionally. Geometric and telescoping series provide important examples of convergent complex series with known sums.

Sequences and series in the complex domain

Complex sequences and series definitions

  • A complex sequence maps natural numbers to complex numbers, denoted as {zn}\{z_n\} where znz_n represents the nth term
  • The limit LL of a complex sequence {zn}\{z_n\} satisfies โˆฃznโˆ’Lโˆฃ<ฯต|z_n - L| < \epsilon for all n>Nn > N, given any real number ฯต>0\epsilon > 0 and some natural number NN
  • A complex series, denoted as โˆ‘zn\sum z_n, adds the terms of a complex sequence
  • The nth partial sum of a complex series โˆ‘zn\sum z_n, denoted as sns_n, equals z1+z2+...+znz_1 + z_2 + ... + z_n
  • A complex series โˆ‘zn\sum z_n converges when its partial sum sequence {sn}\{s_n\} approaches a complex number SS, called the series sum

Convergence properties of complex sequences and series

  • A complex sequence {zn}\{z_n\} converges if and only if its real part {Re(zn)}\{Re(z_n)\} and imaginary part {Im(zn)}\{Im(z_n)\} sequences converge
  • The absolute value sequence {โˆฃznโˆฃ}\{|z_n|\} of a convergent complex sequence {zn}\{z_n\} with limit LL converges to โˆฃLโˆฃ|L|
  • A complex series โˆ‘zn\sum z_n converges if and only if its real part series โˆ‘Re(zn)\sum Re(z_n) and imaginary part series โˆ‘Im(zn)\sum Im(z_n) converge
  • The term sequence {zn}\{z_n\} of a convergent complex series โˆ‘zn\sum z_n must approach 0
  • The Cauchy criterion states that โˆ‘zn\sum z_n converges if and only if for every ฯต>0\epsilon > 0, there exists NN such that โˆฃzn+1+...+zn+pโˆฃ<ฯต|z_{n+1} + ... + z_{n+p}| < \epsilon for all n>Nn > N and all pโ‰ฅ1p \geq 1

Convergence of complex sequences and series

Complex sequences and series definitions, sequences and series - complex analysis poles and residues - Mathematics Stack Exchange

Limits and convergence of complex sequences

  • A complex sequence {zn}\{z_n\} converges to a limit LL if for any ฯต>0\epsilon > 0, there exists an NN such that โˆฃznโˆ’Lโˆฃ<ฯต|z_n - L| < \epsilon for all n>Nn > N
  • Convergence of complex sequences requires both the real and imaginary parts to converge as real sequences ({Re(zn)}\{Re(z_n)\} and {Im(zn)}\{Im(z_n)\})
  • If a complex sequence {zn}\{z_n\} converges to LL, then the sequence of its absolute values {โˆฃznโˆฃ}\{|z_n|\} converges to โˆฃLโˆฃ|L|
  • Examples of convergent complex sequences include {1/n+i/n2}\{1/n + i/n^2\} (converges to 0) and {eiฮธ/n}\{e^{i\theta}/n\} (converges to 0 for any real ฮธ\theta)

Convergence of complex series

  • A complex series โˆ‘zn\sum z_n converges if and only if both its real part series โˆ‘Re(zn)\sum Re(z_n) and imaginary part series โˆ‘Im(zn)\sum Im(z_n) converge as real series
  • For a complex series โˆ‘zn\sum z_n to converge, the sequence of its terms {zn}\{z_n\} must converge to 0
  • The Cauchy criterion for complex series states that โˆ‘zn\sum z_n converges if and only if for every ฯต>0\epsilon > 0, there exists an NN such that โˆฃzn+1+...+zn+pโˆฃ<ฯต|z_{n+1} + ... + z_{n+p}| < \epsilon for all n>Nn > N and all pโ‰ฅ1p \geq 1
  • Examples of convergent complex series include โˆ‘1n2+in\sum \frac{1}{n^2+in} and โˆ‘(โˆ’1)n(1+i)n\sum \frac{(-1)^n(1+i)}{n}

Tests for convergence of complex series

Complex sequences and series definitions, complex analysis - Evaluating series by contour integration, the residue theorem, and cotangent ...

Comparison and absolute convergence tests

  • The comparison test states that if โˆฃznโˆฃโ‰คan|z_n| \leq a_n for all nn, where โˆ‘an\sum a_n is a convergent real series, then โˆ‘zn\sum z_n converges
  • Absolute convergence of a complex series โˆ‘zn\sum z_n implies its convergence, but a series may converge conditionally without absolute convergence
  • Examples of applying the comparison test include comparing โˆ‘inn2\sum \frac{i^n}{n^2} with โˆ‘1n2\sum \frac{1}{n^2} (convergent) and โˆ‘1+in\sum \frac{1+i}{n} with โˆ‘1n\sum \frac{1}{n} (divergent)

Ratio and root tests for complex series

  • The ratio test states that if limโกnโ†’โˆžโˆฃzn+1znโˆฃ=L\lim_{n\to\infty} |\frac{z_{n+1}}{z_n}| = L, then โˆ‘zn\sum z_n converges absolutely for L<1L < 1, diverges for L>1L > 1, and is inconclusive for L=1L = 1
  • The root test states that if limโกnโ†’โˆž(โˆฃznโˆฃ)1/n=L\lim_{n\to\infty} (|z_n|)^{1/n} = L, then โˆ‘zn\sum z_n converges absolutely for L<1L < 1, diverges for L>1L > 1, and is inconclusive for L=1L = 1
  • Examples of applying the ratio test include โˆ‘(1+i)nn!\sum \frac{(1+i)^n}{n!} (converges) and โˆ‘n!(1โˆ’i)n\sum n!(1-i)^n (diverges)
  • Examples of applying the root test include โˆ‘(1+i)nnn\sum \frac{(1+i)^n}{n^n} (converges) and โˆ‘nn(1โˆ’i)nn!\sum \frac{n^n(1-i)^n}{n!} (diverges)

Sum of convergent geometric and telescoping series

Complex geometric series and their sums

  • A complex geometric series has the form โˆ‘zn=a+az+az2+...\sum z^n = a + az + az^2 + ..., where aa and zz are complex numbers
  • A complex geometric series converges if and only if โˆฃzโˆฃ<1|z| < 1, and its sum equals a1โˆ’z\frac{a}{1-z}
  • The sum of a finite geometric series with nn terms and common ratio zz is given by sn=a(1โˆ’zn)1โˆ’zs_n = \frac{a(1-z^n)}{1-z}, where aa is the first term
  • Examples of complex geometric series include โˆ‘(1+i2)n\sum (\frac{1+i}{2})^n (converges to 21โˆ’i\frac{2}{1-i}) and โˆ‘(1โˆ’i)n\sum (1-i)^n (diverges)

Telescoping series and their sums

  • A telescoping series has most terms cancel out, leaving only a finite number of terms contributing to the sum
  • The partial sums of a telescoping series can be written as sn=(b1โˆ’c1)+(b2โˆ’c2)+...+(bnโˆ’cn)s_n = (b_1 - c_1) + (b_2 - c_2) + ... + (b_n - c_n), where each cic_i cancels with the bi+1b_{i+1} term, except for the first and last terms
  • The sum of a convergent telescoping series equals the limit of its partial sums, found by evaluating the remaining terms after cancellation
  • Examples of telescoping series include โˆ‘1n(n+1)\sum \frac{1}{n(n+1)} (converges to 1) and โˆ‘innโˆ’in+1n+1\sum \frac{i^n}{n} - \frac{i^{n+1}}{n+1} (converges to 1โˆ’i1-i)