Complex Analysis Chapter 1 Summary Fall 2021
The Complex Plane
Let C = (R2, +, ·), where the addition, multiplication by α ∈ R and multiplication for (a, b), (c, d) ∈ C are defined by
(a, b) + (c, d) = (a + c, b + d) α (a, b) = (α a, α b)
(a, b) · (c, d) = (ac − bd, ad + bc)
Write C = R2 with the identication (a, b) = a + bi. Then
(a) C is a field. In particular, its an additively commutative group, and multiplicatively, C \ {0}
is a commutative group.
(b) Every nonzero complex number z = a + bi ∈ C has a multiplicative inverse.
Proof In fact, z−1 := a
a2+ b2 − b
a2+ b2i works.
For z = a + bi ∈ C, define the complex conjugate ¯z := a − bi = a + b(i). Then for z, w ∈ C, z + w = ¯z + ¯w
z w = ¯z ¯w
For z = a + bi ∈ C, define the norm |z| :=√
a2+ b2 =√
z ¯z. Then |¯z| = |z| and
|z| ≥ 0 ∀ z ∈ C and |z| = 0 ⇐⇒ z = 0,
|z w| = |z| |w| ∀ z, w ∈ C,
|z + w| = |z| + |w| ∀ z, w ∈ C
|Re z|, |Im z| ≤ |z| ≤ |Re z| + |Im z| ∀ z = Re z + Im z i = a + bi ∈ C
Viewing z, w ∈ C as vectors, addition is visualized as a parallelogram, and multiplication is best seen in polar coordinates. Polar coordinates can be obtained by r = |z| and θ = Arg(z), the argument of z. So we get the pretty important identity
z = r cos θ + ir sin θ = r(cos θ + i sin θ) := reiθ. For z1 = r1(cos θ1+ i sin θ1) and z2 = r2(cos θ2+ i sin θ2), we have
z1z2 = r1r2(cos(θ1+ θ2) + i sin(θ1+ θ2)) = r1r2ei(θ1+θ2) Arg(z1z2) = Arg(z1) + Arg(z2) mod 2π.
Definitions
(a) Let f be a function defined on E ⊆ C. We say that f is continuous at a point p ∈ E if lim
z∈E, z→pf (z) = f (p),
and we say that f is continuous in E if it is continuous at each point in E.
Complex Analysis Chapter 1 Summary
(b) Let {fk} be a sequence of functions defined on E ⊆ C. We say that {fk} is pointwise convergent on E if lim
k→∞fk(z) exists for all z ∈ E; the pointwise limit is defined as f (z).
(c) Let {fk} be a sequence of functions defined on E ⊆ C. We say that {fk} converges uniformly to f in E if for each ε > 0, there exists N ∈ N such that if n ≥ N, then
|fn(z) − f (z)| ≤ ε ∀ z ∈ E.
Theorem If {fk(z)} are continuous and converge uniformly on E, then the pointwise limit f (z) is continuous on E.
Theorem (M-Test) Let {fk(z)} be a sequence of continuous functions defined on D. If there exists a sequence {Mk} of nonnegative numbers such that |fk(z)| ≤ Mk for all z ∈ D and for each k ∈ N and if
∞
X
k=1
Mk converges, then
∞
X
k=1
fk(z) converges uniformly to a function f which is continuous in D.
Stereographic Projection
Consider a sphere Σ := {(u, v, w) | u2 + v2 + (w − 1
2)2 = 1
4} in R3. We have a bijection ϕ : Σ \ N → C, where N = (0, 0, 1) is the north pole (point at ∞), given by stereographic projection. Indeed, we define the Riemann sphere ˆC := C ∪ {∞} ≡ Σ.
Let ϕ : Σ \ N → R2 be defined by mapping a point (u, v, w) ∈ Σ \ N to the point (x, y) ∈ R2 such that N = (0, 0, 1), (u, v, w) and (x, y, 0) are collinear, i.e. there exists t > 0 such that
(x, y, −1) = t (u, v, w − 1)
=⇒ t2 = x2+ y2+ 1
u2 + v2+ (w − 1)2 = x2+ y2+ 1
u2+ v2+ [(w − 1/2) − 1/2]2
= x2+ y2+ 1
u2+ v2+ (w − 1/2)2− (w − 1/2) + 1/4 = x2+ y2+ 1 1/4 − (w − 1/2) + 1/4
= x2+ y2+ 1
1 − w = t(x2+ y2+ 1)
=⇒ t = x2+ y2 + 1 or t = 1 1 − w. Thus the bijection ϕ and ϕ−1 are given by
(∗) ϕ(u, v, w) =
u
1 − w, v 1 − w
; ϕ−1(x, y) =
x
x2+ y2 + 1, y
x2+ y2+ 1, x2 + y2 x2+ y2+ 1
. Note that
lim
(u,v,w)→(0,0,1)(x2+ y2) = lim
(u,v,w)→(0,0,1)
u2+ v2
(1 − w)2 = lim
(u,v,w)→(0,0,1)
w
1 − w = ∞ and
|z|→∞lim (u, v, w) = lim
|z|→∞
x
x2+ y2+ 1, y
x2+ y2+ 1, x2+ y2 x2+ y2+ 1
= (0, 0, 1).
Page 2
Complex Analysis Chapter 1 Summary
A circle on Σ is the intersection of Σ with a plane of the form Au + Bv + Cw = D. According to (∗), if S is such a circle and T is the corresponding set in C, then
(†) (C − D)(x2+ y2) + Ax + By = D for (x, y) ∈ T.
Note that if C 6= D, and if (u, v, w ∈ Σ ∩ {Au + Bv + Cw = D}, since Au + Bv + C(w − 12) = D − C2 = 2D−C2
=⇒ A2+ B2+ C21/2
u2+ v2+ (w − 12)21/2
> |2D−C|2
=⇒ A2+ B2+ C21/2 1
2 > |2D−C|2
=⇒ A2+ B2+ C2 > (2D − C)2
=⇒ A2+ B2+ 4D(C − D) > 0
(†) is an equation of a circle. If C = D, (†) represents a line. Since C = D if and only if S intersects (0, 0, 1), we have the following proposition.
Proposition Let S be a circle on Σ and let T be its projection on C. Then (a) if S contains (0, 0, 1), T is a line;
(b) if S does not contain (0, 0, 1), T is a circle.
Page 3