Craig Note
Craig Note
Semester 1, 2012
Craig Westerland
Department of Mathematics and Statistics
University of Melbourne
0-1
Course Information
Lectures: This course consists of 36 one hour lectures (three per week) and 11 practice
classes (one per week). The lectures are at
Dr. Norman Do will teach the first week of classes. Practice classes start on the Monday of
Week 2. They are at 4:15pm - 5:15pm on Mondays, in the Russell Love Theatre, Richard
Berry. There is a non-teaching period from Monday 17 September to Sunday 30 September.
Problem Sheets: There are six problem sheets for this course. These relate to the basic
skills to be acquired from the course. It is important to do most of the problems on these
problem sheets. The problems marked with an asterisk are more difficult or theoretical.
Subject Web Page: A web page will be maintained for this subject on the LMS:
http://www.lms.unimelb.edu.au
Lecture notes and supplementary materials will be available from this site.
0-2
Prerequisites and Textbooks
Prerequisites:
One of
• Real Analysis with Applications
• Accelerated Mathematics 2 (620-158 Mathematics 2 prior to 2009)
and
• any other second year level subject from the Department of Mathematics and Statistics.
Recommended Reference:
• J. E. Marsden and M. J. Hoffman, Basic Complex Analysis Freeman (Third Edition) 1998.
Useful References:
Almost any book with Complex Analysis/Variables/Functions in the title including:
0-3
Subject Overview and Objectives
• Complex analysis is a core subject in pure and applied mathematics, as well as the physical
and engineering sciences. While it is true that physical phenomena are given in terms of
real numbers and real variables, it is often too difficult and sometimes not possible, to solve
the algebraic and differential equations used to model these phenomena without introducing
complex numbers and complex variables and applying the powerful techniques of complex
analysis.
• Topics include: the topology of the complex plane; convergence of complex sequences and
series; analytic functions, the Cauchy-Riemann equations, harmonic functions and applica-
tions; contour integrals and the Cauchy Integral Theorem; singularities, Laurent series, the
Residue Theorem, evaluation of integrals using contour integration, conformal mapping; and
aspects of the gamma function.
• At the completion of this subject, students should understand the concepts of analytic
function and contour integral and should be able to:
• apply the Cauchy-Riemann equations
• use the complex exponential and logarithm
• apply Cauchy’s theorems concerning contour integrals
• apply the residue theorem in a variety of contexts
• understand theoretical implications of Cauchy’s theorems such as the maximum modulus
principle, Liouvilles Theorem and the fundamental theorem of algebra.
0-4
Generic Skills
In addition to learning specific skills that will assist students in their future careers in science,
they will have the opportunity to develop generic skills that will assist them in any future
career path. These include:
• problem-solving skills: the ability to engage with unfamiliar problems and identify relevant
solution strategies
• analytical skills: the ability to construct and express logical arguments and to work in
abstract or general terms to increase the clarity and efficiency of analysis
• collaborative skills: the ability to work in a team
• time-management skills: the ability to meet regular deadlines while balancing competing
commitments.
0-5
MAST30021: Lecture Outline
0-6
Week 5. Line and Contour Integrals
13. Line and contour integrals, paths and curves, path dependence
14. Cauchy-Goursat theorem and applications
15. Fundamental theorem of calculus, path independence
0-7
Week 10. Applications of the Cauchy Integral theorems
28. Mean value theorem, maximum modulus principle, applications to harmonic functions
29. Liouville’s theorem, the fundamental theorem of algebra
30. The identity theorem and analytic continuation
0-8
Week 1: Complex Numbers
1. Complex numbers, polar form, principal argument
2. Complex plane, topology of planar sets, including open and closed sets
3. Functions of a complex variable, limits, point at infinity
1
Complex Numbers
• Some simple equations do not admit solutions in the field of real numbers:
z 2 = −1, z∈R
If z ∈ R, then z 2 ≥ 0 and hence z 2 =
̸ −1.
z = x + iy, x, y ∈ R
Re z = x ∈ R, Im z = y ∈ R
• Two complex numbers are equal if and only if they have the same real and imaginary parts:
z1 = z2 ⇔ Re z1 = Re z2 and Im z1 = Im z2
1-1
Field of Complex Numbers
C := {x + iy : x, y ∈ R}
• This is the set of numbers obtained by appending i to the real numbers. A number of the
form iy is called pure imaginary.
• The field of complex numbers is the set C equipped with the arithmetic operations of
addition, subtraction, multiplication and division defined by
z := x − iy
1-2
Laws of Complex Arithmetic
z + 0 = z, 1 z = z, for all z ∈ C
2. Commutative laws:
z1 + z2 = z2 + z1 , z1 z2 = z2 z1
3. Associative laws:
1-3
Algebraic Construction of Complex Numbers
• The complex numbers C can be constructed formally from the set of real numbers R:
Definition: A complex number is defined algebraically as the ordered pair [x, y] of real num-
bers x, y ∈ R. The complex operations on C := {[x, y] : x, y ∈ R} are defined by
1 Equality. [x, y] = [x′, y ′] ⇔ x = x′ and y = y ′
2 Addition. [x, y] + [x′, y ′] := [x + x′, y + y ′]
3 Multiplication. [x, y][x′, y ′] := [xx′ − yy ′, xy ′ + x′y]
Exercise: Show that the operations of addition and multiplication are commutative,
associative and distributive.
• Numbers of the form [x, 0] behave like real numbers so we identify x ≡ [x, 0]:
1 Addition. [x, 0] + [x′, 0] := [x + x′, 0]
2 Multiplication. [x, 0][x′, 0] := [xx′, 0]
• It follows that every complex number can be written in the form [x, y] ≡ x + iy since
1-4
Solving Equations
Example: Solve z 2 = −1
z 2 = −1 ⇒ z = ±i since (±i)2 = i2 = −1 !
Example: Solve z 2 + 2z + 2 = 0
√
−2 ± −4
z 2 + 2z + 2 = 0 ⇒ z= = −1 ± i
2
Check: LHS = z 2 + 2z + 2
= (−1 ± i)(−1 ± i) + 2(−1 ± i) + 2
= (1 ∓ 2i − 1) + (−2 ± 2i) + 2 = 0
= RHS !
Example: Solve z2 = z
z2 = z ⇒ (x + iy)2 = x − iy
⇒ x2 − y 2 + 2ixy = x − iy
Equating real and imaginary parts
⇒ x2 − y 2 = x and 2xy = −y
⇒ 1 and y 2 = 3
x = −2 4
or y = 0 and x = 0, 1
Hence there are four solutions:
√
1 3
z = 0, 1, − ± i !
2 2
1-5
Complex Plane
z1
z2 z (x, y)
z1 +z2 z2
i
r y
z1 θ
0 1 x
1-6
Polar Form
• By Pythagoras, this is the distance of the point z or (x, y) from the origin 0.
is single-valued but discontinuous across the branch cut along (−∞, 0].
1-7
Conjugate, Modulus and Argument
1. z = x − iy; z = z; z + z = 2 Re z; z − z = 2i Im z
z1 z
" #
2. z1 + z2 = z 1 + z 2; z1 z2 = z 1 z 2 ; = 1, z2 ̸= 0
z2 z2
3. Re z ≤ | Re z| ≤ |z|; Im z ≤ | Im z| ≤ |z|
$ $
$z $
$ 1$ |z1|
|z| = |−z| = |z|; |z|2 = z z; |z1z2| = |z1||z2|; $ $= , z2 ̸= 0
$ z2 $ |z2|
% &
4. z1z2 = |z1||z2| cos(θ1 + θ2) + i sin(θ1 + θ2)
7. Unlike real numbers, the complex numbers are not ordered. So inequalities, such as z1 ≥ z2
or z1 > z2, only make sense if z1, z2 ∈ R.
1-8
Triangle Inequality
Proof:
•
$ $
Triangle Inequality Variant: $|z1| − |z2|$ ≤ |z1 − z2|
$ $
1-9
Complex Number: Examples
Example: Simplify (2 + i)(1 + 3i) − 2 + 4i
i(3 − 2i)
Example: Simplify
1+i
i(3 − 2i) 2 + 3i 1 − i 2 + 3 + 3i − 2i 5+i
= = = !
1+i 1+i 1−i 1+1+i−i 2
$ $
$ (3 − 4i)(2 − i) $
Example: Simplify $ $. Since |z| = |z|,
$ $
$ 1 + 3i $
$ $
$ (3 − 4i)(2 − i) $
√ √ √ √ '
|3 − 4i||2 − i| 9 + 16 4 + 1 25 5 25
$ = = √ = √ = !
$ $
$
$ 1 + 3i $ |1 + 3i| 1+9 10 2
z = |z|eiθ , θ = arg z
• Exponent Laws:
ez1+z2 = ez1 ez2 , (ez )n = enz , n∈Z
1-11
De Moivre and Complex Trigonometry
• De Moivre’s Formula:
1-12
Binomial Theorem
Example: Find (1 + i)6, (a) by using the binomial theorem and (b) by using exponential
polar form:
= 1 + 6i − 15 − 20i + 15 + 6i − 1 = −8i
√ πi/4 6
( 2e ) = 8e3πi/2 = −8i !
1-13
Proof of Binomial Theorem
Proof: By induction. True for n = 0, 1 so assume true for n and show true for n + 1:
1-14
Trigonometric Identity I
1-15
Trigonometric Identity II
1-16
Roots of Unity
Roots of Unity: Solve z n = 1: Write z n and 1 in exponential polar form and equate
modulus and argument
Example: Solve wn = z, that is, find w = z 1/n: Write w, z in exponential form and equate
modulus and argument
1-17
Example: Roots of Unity
√ √
Example: Find the cube roots of 2 + i 2 in the cartesian form x + iy:
√ √ 1/3
( 2 + i 2) = (2eπi/4+2kπi )1/3 = 21/3eπi/12+2kπi/3, k = 0, 1, 2
1-18
Fractional Powers
Exercise: Show that the sets of numbers (z 1/n)m and (z m)1/n are the same. We denote this
common set by z m/n.
Fractional Powers: The fractional power z m/n of the complex number z = |z|eiθ is given
by
z m/n = |z|m/nemi(θ+2kπ)/n , k = 0, 1, . . . , n − 1
i
i2/3 = (eπi/2+2kπi )2/3 = eπi/3+4kπi/3, k = 0, 1, 2
1-19
Argand Diagrams
Example: Indicate graphically, on a single Argand diagram, the sets of values of z determined
by the following relations:
(a) Point z = 1 − 2i (b) Line |z +1+i| = |z −1−i|
(c) Circle |z − 1 − i| = 1 (d) Disk |z − 1 − i| < 1
(e) Ellipse |z + i| + |z + 2i| = 2 (f) Annulus 1 ≤ |z + 3| ≤ 2
(g) Strip 3 ≤ Re z ≤ 5 (h) Ray Arg z = −3π/4
(b)
3i
2i (c) (g)
(f )
i (d)
−3 1 2
(e)
(a)
1−2i
(h)
1-20
Open and Closed Planar Sets
inside the circle of radius r about z = z0 is called an open disk or neighbourhood of z0. The
set |z| < 1 is the open unit disk.
• Open Sets: A point z0 in a set S ⊂ C is an interior point of S if there is some open disk
about z0 which is completely contained in S. If every point of S is an interior point of S we
say S is open. The empty set ∅ and C are open sets.
• Closed Sets: A point z0 is said to be a boundary point of S ⊂ C if every open disk about z0
contains at least one point in S and at least one point not in S. Note that a boundary point
z0 may or may not be in S. The set ∂S of all boundary points of S is called the boundary of
S. A set which contains all of its boundary points is called closed. A set S is closed if and
only if its complement C\S is open. A point which is not an interior point or boundary point
of S is an exterior point. The empty set ∅ and C are both open and closed sets.
1-21
Bounded and Connected Planar Sets
• Bounded Sets: A set S ⊂ C is called bounded if there exists a real number R such that
|z| < R for every z ∈ S. A set S ⊂ C which is both closed and bounded is called compact.
1-22
Examples of Planar Sets
• Open and Closed Disks:
Disk (d) |z − 1 − i| < 1 is an open disk. The Disk (i) |z − 1 − i| ≤ 1 is a closed disk. Disk (d)
is the interior of Disk (i). The exterior of Disk (d) |z − 1 − i| ≥ 1 is closed.
• Regions:
The Disk (d), Annulus (f) and Strip (g) are regions. So is the open Elliptical Disk (j)
|z − i| + |z − 2i| < 2.
• Boundaries:
The boundary of Disk (d) is the Circle (c). The boundary of Annulus (f) is the union of the
circles |z + 3| = 1 and |z + 3| = 2. The boundary of the Strip (g) is the union of the lines
Re z = 3 and Re z = 5.
• Open and Closed Sets:
The planar sets (d) and the Elliptical Disk (j) |z − i| + |z − 2i| < 2 are open. The sets (a),
(b), (c), (e), (f), (g) are closed. The Ray (h) and the strip 3 < Re z ≤ 5 are neither open
nor closed. Note the Ray (h) does not contain the boundary point at the origin since Arg z
is not defined there.
• Bounded and Compact Sets:
The sets (a), (c), (d), (e), (f) are bounded. The sets (b), (g), (h) are unbounded. The sets
(a), (c), (e), (f) are compact.
• Connected Open Sets
The Disk (d), the open Elliptical Disk (j) |z − i| + |z − 2i| < 2 and the interiors of the Annulus
(f) and Strip (g) are connected. The disjoint union of the open sets (d) and (j) is not
connected. Likewise the set C\{|z| = 1} is not connected. The Annulus (f) is connected but
not simply connected because loops around the hole cannot be continuously shrunk to zero.
1-23
Week 2: Derivatives and Analytic Functions
4. Complex derivative, Cauchy-Riemann equations
5. Analytic functions, entire functions
6. Harmonic functions, singularities
2
Functions of a Complex Variable
which assigns to each z in the domain D ⊂ C a unique image w = f (z) in the range R ⊂ C so
that f (z) is single-valued.
• It is not possible to represent a complex function f (z) by a graph. The complex function
f (z) is however determined by the pair of real functions u(x, y), v(x, y) of two real variables
x and y. D and R are usually regions in C:
y v
w = f (z)
0 x 0 u
D R
2-1
Example Functions of a Complex Variable
2-2
Limits of Complex Functions
Definition: Suppose f (z) is defined in an open disk about z = z0 with the possible exception
of the point z0 itself. We say that the limit of f (z) as z approaches z0 is w0 and write
lim f (z) = w0
z→z0
if for any ϵ > 0 there exists a positive number δ(ϵ) such that
• Unlike a function of a real variable, z can approach z0 along many different paths in the
complex plane. If the limit exists, it is independent of the way in which z approaches z0.
z
Example: Show that lim does not exist:
z→0 z
For the limit to exist, it must be independent of the path along which z = x + iy approaches
z0 = 0. We show that the limits z → 0 along the x- and y-axes are different
z x z iy
lim = lim = 1 ̸= lim = lim = −1, so the limit does not exist !
z→0 z x→0 x z→0 z y→0 (−iy)
y=0 x=0
2-3
Limit Theorems
lim f (z) = w0
z→z0
if and only if
lim u(x, y) = u0 and
x→x0
lim v(x, y) = v0
x→x0
y→y0 y→y0
Proof: Exercise using | Re w| ≤ |w|, | Im w| ≤ |w| and the triangle inequality. Note, for these
two variable limits to exist they must be independent of the path along which (x, y) → (x0, y0)
in R2. !
2-4
Limit Theorems: Examples
z2 + 3
Example: Find the limit lim ;
z→2 iz
z2 + 3 lim (z 2 + 3) 7 7
lim = z→2 = =− i !
z→2 iz lim iz 2i 2
z→2
z2 + 1
Example: Find the limit lim 4 ;
z→i z − 1
z2 + 1 (z 2 + 1) 1 1
lim 4 = lim 2 = lim = − 2 !
z→i z − 1 z→i (z − 1)(z 2 + 1) z→i (z 2 − 1)
2-5
Extended Complex Plane
• There are many directions or paths along which 1z can approach infinity as z → 0. We
identify these “limits” with a single number and extend the complex plane by adding a point
at infinity denoted by the symbol ∞. This forms the Riemann sphere Ĉ = C ∪ {∞}.
• The extended complex plane is closed and identified with the stereographic projection of
a sphere (Riemann sphere) of radius r = 1 2 onto the horizontal plane C passing through the
south pole (z = 0). A line drawn from the north pole of the sphere through the point z ′
on the sphere maps to the point z ∈ C. The equator maps onto the unit circle |z| = 1, the
southern hemisphere maps onto |z| < 1 and the northern hemisphere maps onto |z| > 1. The
south pole corresponds to the origin z = 0 and the north pole to the point z = ∞ at infinity.
Stereographic Projection:
1
lim =∞
z→0 z
2-6
Limit z → ∞
Definition: We define
1
" #
lim f (z) := lim f
z→∞ z→0 z
An open disk about the point at infinity is |z| > M, for M > 0.
Example:
iz 2 − z
i −1
i − z lim (i − z)
2 z z→0
lim 2 = lim z1 = lim = 2
= i !
z→∞ z − 1 z→0 2 − 1 z→0 1 − z 2 lim (1 − z )
z z→0
Example:
1 + i
z 2 + iz z 2 z z + iz 2
lim = lim 1 = lim
z→∞ z 3 + 1 z→0 3 + 1 z→0 1 + z 3
z
lim (z + iz 2)0
= z→0 3
= = 0 !
lim (1 + z ) 1
z→0
Example:
1 +1
z2 + 1 2 1
lim = lim z 1 = lim ( + z) = ∞
z→∞ z z→0 z→0 z
z
since
1 z 0
lim 1 = lim 2
= =0 !
z→0 + z z→0 1 + z 1+0
z
2-7
Continuity
Definition: Suppose the function f (z) is defined in an open disk about z = z0 and f (z0) is
defined at z = z0. Then f (z) is continuous at z0 if
" #
lim f (z) = f (z0) = f lim z
z→z0 z→z0
• To be continuous at z0, (i) the function f (z) must be defined at z = z0, (ii) the limit
lim f (z) must exist and (iii) the limit must equal the function value f (z0).
z→z0
2-8
Continuity Examples
2-9
Complex Derivative and Analyticity
Definition: Suppose the function f (z) is defined in an open disk about z = z0 and f (z0) is
defined at z = z0. Then f (z) is differentiable at z0 if the limit
• The concept of an analytic function on an open region is very powerful, much more
powerful than the concept of an analytic real function on an open interval. For example, we
will show later, that if a function f (z) is analytic then its derivatives f (n)(z) of all orders exist
and are also analytic. This is not the case for real functions:
f (x) = sgn(x) x2, f ′(x) = 2|x|, x ∈ (−ϵ, ϵ) but f ′′(x) does not exist at x = 0
• Note that the real function
⎧
⎨e−1/x , x>0
f (x) =
⎩0, x≤0
is C ∞ (has derivatives of all orders) but is not analytic since f (n) (0) = 0 for all n and the
Taylor expansion about x = 0 converges to zero and not to f (x).
2-10
Complex Derivatives from First Principles
d n
Example: Show by first principles that z = nz n−1.
dz
Solution: Using the binomial theorem
∆z + n
/ 0
n−1 n−2(∆z)2 + · · · + (∆z)n
(z + ∆z)n − z n nz 2 z
=
∆z ∆z
n n−2
" #
n−1
= nz + z (∆z) + · · · + (∆z)n−1
2
So
d n (z + ∆z)n − z n
z = lim = nz n−1
dz ∆z→0 ∆z
2-11
Koch Curve
• Consider the curve defined iteratively starting with the real line segment [0, 1] according
to the replacement:
1→
• Iterating gives:
• The limiting curve is a fractal called the Koch (snowflake) curve. This curve is continuous
but nowhere differentiable (there are no tangents to the curve). It has an infinite length but
the area under the curve is finite. Its fractal dimension is
log 4
dfractal = ≈ 1.26
log 3
Johan Thim, Continuous Nowhere Differentiable Functions, Master’s Thesis, Lulea (2003).
2-12
Katsuura Function
• Consider the function defined iteratively starting with the function K0(x) = x on [0, 1]
according to the replacements:
1→ 1→
• Iterating gives
K2(x) = K3(x) =
K4(x) = K5(x) =
• The Katsuura function K(x) = lim Kn(x) is continuous but nowhere differentiable on [0, 1].
n→∞
H. Katsuura, American Mathematical Monthly 98 (1991) 411–416.
Johan Thim, Continuous Nowhere Differentiable Functions, Master’s Thesis, Lulea (2003).
2-13
Differentiable Implies Continuous
= f ′ (z0) · 0 = 0
This shows that
2-14
Differentiation Rules
Theorem 6 (Differentiation Rules) If a, b are constants and f (z) and g(z) are differentiable
in an open region R, then in this region
d
" #
1. Linear: af (z) + bg(z) = a f ′ (z) + bg ′(z)
dz
d
" #
2. Product: f (z) g(z) = f ′(z) g(z) + f (z) g ′(z)
dz
d f (z) g(z) f ′(z) − f (z) g ′(z)
" #
3. Quotient: = 2
if g(z) ̸= 0
dz g(z) g(z)
d df dg
" #
4. Chain: f (g(z)) = = f ′ (g(z0))g ′(z0) if f (w) is
dz dg dz
differentiable in an open region about w = g(z0)
d −1 1
5. Inverse: f (w) = ′ with w = f (z), z = f −1(w)
dw f (z)
2-15
Proof of Differentiation Rules
• 2. Derivative of a product:
d f (z + ∆z)g(z + ∆z) − f (z)g(z)
" #
f (z) g(z) = lim
dz ∆z→0 ∆z
f (z + ∆z)[g(z + ∆z) − g(z)] + [f (z + ∆z) − f (z)]g(z)
= lim
∆z→0 ∆z
g(z + ∆z) − g(z) f (z + ∆z) − f (z)
= lim f (z + ∆z) + lim g(z)
∆z→0 ∆z ∆z→0 ∆z
= f (z) g ′(z) + f ′(z) g(z) (by limit theorems)
2-16
Continuity of Rational Functions
Solution: This rational function is not defined at the zeros of Qm(z). Away from these points
the polynomials are differentiable, e.g.
d
(a0 + a1z + a2z 2 + · · · + anz n) = a1 + 2a2z + · · · + nanz n−1
dz
The quotient is therefore differentiable for g(z) = Qm(z) ̸= 0 by the quotient rule:
Since differentiable implies continuous, it follows that R(z) is continuous at any point z where
the denominator does not vanish.
2-17
L’Hôpital’s Rule
Theorem 7 (L’Hôpital’s Rule) If f (z) and g(z) are differentiable at z = z0 and f (z0) = 0,
g(z0) = 0 but g ′(z0) ̸= 0 then
f (z) f ′(z0)
lim = ′
z→z0 g(z) g (z0)
2-18
Examples of L’Hôpital’s Rule
z 10 + 1
Example: Evaluate the limit lim
z→i z 6 + 1
Solution: Since f (z0) = g(z0) = 0 the limit is indeterminate so we use l’Hôpital’s rule with
f ′ (z) = 10z 9 and g ′(z) = 6z 5
z 10 + 1 10z 9 10i9 10i 5
lim = lim = = = !
z→i z 6 + 1 z→i 6z 5 6i5 6i 3
ez − 1 − z
Example: Evaluate the limit lim
z→0 z2
Solution: Since f (0) = g(0) = f ′ (0) = g ′(0) = 0 and f ′′(z) = ez , g ′′(z) = 2 ̸= 0
ez − 1 − z ez − 1 ez e0 1
lim = lim = lim = = 2 !
z→0 z2 z→0 2z z→0 2 2
2-19
Cauchy-Riemann Equations
• Differentiability of f (z) = u(x, y) + iv(x, y) implies strong constraints on u(x, y), v(x, y).
If f (z) is differentiable the limit
f (z + ∆z) − f (z)
f ′(z) = lim
∆z→0 ∆z
u(x +∆x, y +∆y)+ iv(x +∆x, y + ∆y)− u(x, y)− iv(x, y)
= lim
∆x→0 ∆x + i∆y
∆y→0
must exist independent of the path. We conclude that the limit along the x- and y-axes must
agree
1 2
u(x +∆x, y) − u(x, y) v(x +∆x, y) − v(x, y)
f ′ (z) = lim +i
∆x→0 ∆x ∆x
∆y=0
1 2
u(x, y +∆y) − u(x, y) v(x, y +∆y) − v(x, y)
= lim +
∆x=0 i∆y ∆y
∆y→0
• Hence necessary conditions for f (z) to be differentiable are given by the Cauchy-Riemann
equations
′ ∂u ∂v ∂u ∂v
f (z) = +i = −i +
∂x ∂x ∂y ∂y
∂u ∂v ∂v ∂u
= , =−
∂x ∂y ∂x ∂y
2-20
Cauchy-Riemann Theorem
Proof: See a textbook such as Saff and Snider. The proof uses the mean-value theorem. !
∂f df ∂z df ∂f df ∂z df
= = , = = i
∂x dz ∂x dz ∂y dz ∂y dz
df ∂f ∂u ∂v df ∂f ∂u ∂v
= = +i , = −i = −i +
dz ∂x ∂x ∂x dz ∂y ∂y ∂y
2-21
Cauchy-Riemann and Derivatives
Example: Show that the function f (z) = ez = ex cos y + iex sin y is entire with derivative
d z
e = ez
dz
Solution: The first partial derivatives are continuous and satisfy the Cauchy-Riemann equa-
tions everywhere in C
∂u ∂v ∂v ∂u
= = ex cos y, =− = ex sin y
∂x ∂y ∂x ∂y
Hence by the Cauchy-Riemann theorem f (z) = ez is entire and
∂u ∂v
f ′(z) = +i = ex(cos y + i sin y) = ez !
∂x ∂x
Example: Discuss where the function f (z) = (x2 + y) + i(y 2 − x) is (a) differentiable and
(b) analytic.
2-22
Harmonic Functions
Definition: A real function of two variables φ(x, y) is harmonic in an open connected domain
D if it is C 2 (that is continuous with continuous first and second partial derivatives) in D and
satisfies the Laplace equation
2 ∂ 2φ ∂ 2φ
∇ φ := + = 0
∂x2 ∂y 2
• The Laplace equation occurs in many areas of two-dimensional physics including continuum
and fluid mechanics, aerodynamics and the heat equation. We see that the solutions to these
equations (harmonic functions) are naturally associated with analytic functions.
Proof: Since f (z) is analytic, u(x, y) and v(x, y) are C ∞ (possess continuous partial derivatives
of all orders). We will prove this later. In particular, since they are C 2, the mixed second
derivatives are equal
∂ ∂u ∂ ∂u ∂ ∂v ∂ ∂v
= , =
∂y ∂x ∂x ∂y ∂y ∂x ∂x ∂y
Substituting for the first partial derivatives from the Cauchy-Riemann equations give
∂ 2v ∂ 2v ∂ 2u ∂ 2u
2
= − 2, − 2 = !
∂y ∂x ∂y ∂x2
2-23
Harmonic Conjugates
Theorem 11 (Harmonic Conjugates)
If u(x, y) is harmonic in a simply-connected open domain D then there exists another harmonic
function v(x, y) on D (called the harmonic conjugate of u) such that f (z) = u(x, y) + iv(x, y)
is analytic in D. The conjugate is obtained by solving the Cauchy-Riemann equations.
Example: Find an analytic function f (z) by finding the conjugate of the harmonic function
u(x, y) = x3 − 3xy 2 + y.
2 ∂ 2u ∂ 2u
∇ u= 2
+ 2
= 6x − 6x = 0
∂x ∂y
From the Cauchy-Riemann equations, the conjugate v(x, y) must satisfy
∂v ∂u ∂v ∂u
= = 3x2 − 3y 2, =− = 6xy − 1
∂y ∂x ∂x ∂y
Integrating gives
Definition: A point at which f (z) fails to be analytic is called a singular point of f (z).
Types of singularities:
3. Branch Points: Multi-valued functions like f (z) = log(z − z0) and f (z) = (z − z0)1/n have
a branch point at z = z0.
6. Singularities at Infinity: The type of singularity at infinity of f (z) is the same as that of
f ( 1z ) at z = 0.
2-25
Example Singular Points
Examples:
z4 − 1
1. The singularities at z = ±i of 2 are removable.
z +1
2. The function e1/(z−2) has an essential singularity at z = 2.
z
3. The function 2 has a simple pole at z = i and
(z + 1)(z + i)
a pole of order 2 at z = −i.
2-26
Week 3: Complex Transcendental Functions
7. Complex exponential, complex logarithm
8. Branches, complex powers
9. Trigonometric/hyperbolic functions, inverse trigonometric functions
3
Exponential Function
• Unlike the real exponential ex, the complex exponential function ez is not one-to-one
3-1
Logarithm Function
3-2
Derivative of Logarithm
d 1
Log z = , z ∈ C\(−∞, 0]
dz z
Proof: Since Log z is the inverse of ew which is analytic in S0, Log z is analytic in the cut
plane C\(−∞, 0]. There is a jump discontinuity across the branch cut along the negative real
axis:
branch point
branch cut 0
i/3
3-4
Complex Powers
Definition: If a, z ∈ C and z ̸= 0, we define the complex power
z a := ea log z
z a := ea Log z , z ̸= 0
Example: If z1 = −1 + i, z2 = i and a = 1
2 , show that for principal values (z 1 z 2 )a ̸= z a z a :
1 2
√ −3πi/4
We have z1z2 = −1 − i = 2e and
1 1
√ 1
1/2 1/2 Log(−1 − i) Log 2+ i Arg(−1 − i)
(z1z2) = (−1 − i) =e 2 =e 2 2
1
= e Log 2 − 3πi/8 = 21/4e−3πi/8
4
branch point
branch cut 0
3-6
Riemann Surfaces
• The square root function is in fact single-valued and analytic on a Riemann surface of two
sheets
where it is understood that each time we cross the cut we move continuously from one to
the other branch (sheet).
branch point
branch cut 0
• More generally, z m/n is analytic on a Riemann surface with n sheets and log z is analytic
on a Riemann surface with an infinite number of sheets (winding once anti-clockwise around
the branch point z = 0 increases the imaginary part by 2π).
3-7
Square Root Riemann Surface
√ √
u(x, y) = ± Re z, v(x, y) = ± Im z
3-8
Example Branch Cuts
!
Example: Determine a branch of z 2 + 1:
Solution: Using the definition of the square root
!
z 2 + 1 = (z − i)1/2(z + i)1/2 = exp[ 1
2 log(z − i) + 1 log(z + i)]
2
Clearly, there are branch points at z = ±i. Two possible choices of branch cuts are:
i i
−i −i
3-9
Trigonometric/Hyperbolic Derivatives
• The trigonometric and hyperbolic functions are defined in terms of the complex exponential
• The familiar formulas for derivatives of these functions carry over to the complex functions.
For example, away from poles
d d
tan z = sec2 z, sec z = sec z tan z
dz dz
3-10
Inverse Sine
Exercise: Show sin : − π
2 < Re z < π → C\{(−∞, −1] ∪ [1, ∞)}
2
Example: Show that the inverse sine function is the multi-valued function
1 iw
z = sin w = (e − e−iw )
2i
⇒ e2iw − 2iz eiw − 1 = 0
⇒ eiw = iz + (1 − z 2)1/2
⇒ w = arcsin z = −i log[iz + (1 − z 2)1/2]
where the square root is multivalued. !
−1 1
3-11
Inverse Trigonometrics/Hyperbolics
• The principal branch inverse trigonometric and hyperbolic functions are defined by
! !
Arcsin z = −i Log(iz + 1 − z 2), Arcsinh z = Log(z + 1 + z 2)
!
2 √ (
Arccos z = −i Log(z + i 1 − z ), Arccosh z = Log(z + z − 1 z + 1)
Arctan z = 1
2 i [Log(1 − iz) − Log(1 + iz)],
1 [Log(1 + z) − Log(1 − z)]
Arctanh z = 2
• The multi-valued inverse functions are obtained by replacing the Log with log and the
principal branch square root functions with with the multi-valued square root.
3-12
Exercises: Complex Powers and Inverses
Exercise: Show that the following identities hold when each complex power is given by its
principal value
1 za
(a) z −a = a a b
(b) z z = z a+b (c) b = z a−b
z z
3-13
Week 4: Complex Sequences and Series
10. Complex sequences, Cauchy convergence
11. Power series, radius of convergence and its calculation
12. Statement of Taylor’s theorem, term-by-term integration and differentiation
4
Complex Sequences
lim a = L or an → L as n → ∞
n→∞ n
4-1
Complex Sequences Exercises
Example: (Geometric Sequence) Use the ϵ-N definition to show that, for |z| < 1, the sequence
an = z n converges to the limit L = 0:
Solution:
Log ϵ
|an − L| = |z|n < ϵ whenever n > N (ϵ) = , z ̸= 0 !
Log |z|
Exercise: Show that a complex sequence converges if and only if the real and imaginary
parts converge, that is, if an = xn + iyn
4-2
Cauchy Convergence
Definition: A complex sequence an is a Cauchy sequence if for any ϵ > 0 there is an N (ϵ)
such that
|an − am| < ϵ for all m, n > N (ϵ)
• Terms of a Cauchy sequence are arbitrarily close together for n and m sufficiently large.
Theorem 14 (Completeness of R)
(i) A Cauchy sequence of real numbers converges to a limit in R. (ii) A bounded (|an | ≤ M )
monotonic sequence (an+1 ≥ an or an+1 ≤ an) of real numbers converges to a limit in R.
Theorem 15 (Completeness of C)
A complex sequence an converges to a limit in C if and only if it is Cauchy.
Proof: (i) Suppose an → L as n → ∞ then given ϵ > 0 there is an N (ϵ) such that
ϵ
|an − L| < whenever n > N (ϵ)
2
Hence an is Cauchy
ϵ ϵ
|an − am| = |(an − L) − (am − L)| ≤ |an − L| + |am − L| < + = ϵ whenever m, n > N (ϵ)
2 2
(ii) Conversely, suppose an is Cauchy. Then using the inequality | Re z| ≤ |z|:
| Re an − Re am| = | Re(an − am)| ≤ |an − am| < ϵ for all m, n > N (ϵ)
which implies xn = Re an is a real Cauchy sequence. Similarly, yn = Im an is a real Cauchy
sequence. So xn → x and yn → y are convergent sequences by the completeness of R and so
an = xn + iyn → x + iy is a convergent sequence. !
4-3
Euler’s Number
Theorem 16 (Euler’s Number e)
∞
1 n , 1 1 1
e := lim (1 + ) = =1+1+ + + · · · := η
n→∞ n n! 2! 3!
n=0
e = 2.71828182845904 . . .
4-4
Complex Exponential
• We will prove this exponential series later when we consider complex Taylor series. But
first we need to consider the convergence of complex series.
4-5
Complex Series
∞
,
Definition: A complex series is an infinite sum of the form an where {an} is a complex
n=1
sequence. Each series is associated with a sequence of partial sums {Sn}
n
,
Sn = ak = a1 + a2 + · · · + an
k=1
if the sequence of partial sums converges to S. Otherwise, the series is said to diverge.
∞
• z n.
,
The index for a series need not start at n = 1. For example, the geometric series is
n=0
Example: (Geometric Series) Show, for |z| < 1, the geometric series converges with the sum
∞
1
zn =
,
, |z| < 1
n=0 1−z
n 1 − z n+1 1
Sn = 1 + z + · · · + z = → as n → ∞ !
1−z 1−z
4-6
Limit Theorems and Divergence Test
or does not exist in these cases we conclude from the divergence test that the series diverges.
In summary, the geometric series converges for |z| < 1 and diverges for |z| ≥ 1. !
4-7
Example Complex Series
• The comparison, ratio and root tests (familiar from real analysis) can be used to establish
convergence of complex series. See the supplementay material at the end of the slides for
this week.
∞
z
, zn
Example: Compare use of the ratio and root tests to show the exponential series e =
n=0 n!
converges for all z ∈ C:
Solution: Ratio test is easy
$ an+1 $ |z|
$ $
$ $ = → 0 as n → ∞
$
an $ n+1
But the root test requires Stirling’s approximation
√
n! ∼ 2πn (n/e)n
• It is usually easier to use the ratio test (rather than the root test) when it applies.
4-8
More Example Complex Series
Example: Determine the largest region in which the following series is convergent and find
its sum:
∞
, 1
n
n=0 (4 + 2z)
∞
wn with w = (4 + 2z)−1
,
This is a geometric series
n=0
∞
, 1 1 4 + 2z 1
n
= 1
= , |z + 2| > 2
n=0 (4 + 2z) 1 − 4+2z 3 + 2z
∞ ∞ " iθ #n
, cos nθ , e 4 − 2 cos θ
⇒ n
= Re = !
n=0 2 n=0 2 5 − 4 cos θ
4-9
Harmonic Series
Theorem 20 (Harmonic Series) The harmonic series, given by the Riemann zeta
function ζ(p) with p ∈ R, converges if p > 1 and diverges if p ≤ 1
∞
, 1
ζ(p) = p
, p>1
n=1 n
• A power series may converge at some, all or no points on the circle of convergence
|z−a| = R. The largest disk on which a power series converges is called its disk of convergence.
This is either an open or closed disk of the form |z − a| < R or |z − a| ≤ R.
4-11
Radius of Convergence
In practice, however, the radius of convergence is usually determined by applying the ratio or
root test:
$ an+1(z) $ $ an+1 $ 1 $ an+1 $
$ $ $ $ $ $
ρ = lim $$ $ = |z −a| lim $ $<1 ⇒ = lim $$ $
n→∞ an (z) $ n→∞ an
$ $
R n→∞ an $
1
ρ = lim |an(z)|1/n = |z −a| lim |an|1/n < 1 ⇒ = lim |an|1/n
n→∞ n→∞ R n→∞
4-12
Taylor and Maclaurin Series
Example: Find Maclaurin series for ez , eiz , cosh z, sinh z, cos z, sin z and Log(1 + z) giving
the disk of convergence:
dn
$
$ n−1
n
Log(1 + z)$ = (−1) (n − 1)!
dz $
z=0
4-13
Standard Maclaurin Series
∞
z
, zn z2 z3 zn
e = =1+z+ + + ··· + + ··· |z| < ∞
n=0 n! 2! 3! n!
∞
iz
, (iz)n z2 z3 (iz)n
e = = 1 + iz − −i + ··· + + ··· |z| < ∞
n=0 n! 2! 3! n!
∞
, z 2n z2 z4 z 2n
cosh z = =1+ + + ··· + + ··· |z| < ∞
n=0 (2n)! 2! 4! (2n)!
∞
, z 2n+1 z3 z5 z 2n+1
sinh z = =z+ + + ··· + + ··· |z| < ∞
n=0 (2n + 1)! 3! 5! (2n + 1)!
∞ 2n 2 4 2n
z z z z
(−1)n − · · · + (−1)n
,
cos z = =1− + + ··· |z| < ∞
n=0 (2n)! 2! 4! (2n)!
∞
,
n z 2n+1 z3 z5 n z
2n+1
sin z = (−1) =z− + − · · · + (−1) + · · · |z| < ∞
n=0 (2n + 1)! 3! 5! (2n + 1)!
∞
,
n+1 z
n z2 z3 n+1 z
n
Log(1+z) = (−1) =z− + − · · · + (−1) + ··· |z| < 1
n=1 n 2 3 n
4-14
Taylor’s Theorem
sup |Rn(z)| → 0 as n → ∞
|z−a|≤R′
w
z
a C
R′
R′′
R
4-15
General l’Hôpital’s Rule
Theorem 24 (General l’Hôpital’s Rule) If f (z) and g(z) are analytic at z = a and f (z),
g(z) and their first n − 1 derivatives all vanish at z = a but the nth derivative g (n)(a) ̸= 0 then
Proof: Since f (z) and g(z) are both analytic in an open disk around z = a we can represent
them by their Taylor series
∞ ∞
f (k) (a) f (k)(a)
(z −a)k (z −a)k−n
, ,
f (z) k=0
k! k=n
k!
lim = lim ∞ = lim ∞
z→a g(z) z→a , g (k)(a) z→a , g (k)(a)
k
(z −a) (z −a)k−n
k=0
k! k=n
k!
∞
f (k) (a)
(z −a)k−n
,
lim
z→a k! f (n)(a) f (n)(z)
k=n
= ∞
= = lim
, g (k)(a) k−n
(n)
g (a) z→a g (n)(z)
lim (z −a)
z→a k!
k=n
and use the quotient rule, uniform convergence and continuity of the series and continuity of
the nth derivatives. !
4-16
Example: General l’Hôpital’s Rule
2 cosh z −2−z 2 1
Example: Evaluate (i) lim 4
, (ii) lim ( − cot z) :
z→0 z z→0 z
4-17
Taylor with Removable Singularity
Example: Find the Taylor expansion about z = 0 of
sin z
f (z) =
z
Solution: Note that f (z) has a removable singularity at z = 0 and that f (z) is in fact entire.
Indeed,
3 5
sin z z − z3! + z5! − · · · z2 z4 ∞
,
n z 2n
f (z) = = = 1− + − ··· = (−1)
z z 3! 5! n=0 (2n + 1)!
The derivatives f (n)(z) are undefined at z = 0, so the coefficients in the Taylor series must
be interpreted as limits
f (n)(0) f (n)(z)
1→ lim
n! z→0 n!
Hence the Taylor coefficients are
sin z
lim f (z) = lim =1
z→0 z→0 z
z 2 z 3 z 3
′ z cos z −sin z z(1− 2 + · · · )−(z − 6 + · · · ) − 3 + ···
lim f (z) = lim = lim = lim =0
z→0 z→0 z2 z→0 z2 z→0 z2
f ′′(z) (2 − z 2) sin z −2z cos z
lim = lim
z→0 2! z→0 2z 3
z 3 z 2 z 3
2
(2 − z )(z − 6 + · · · )−2z(1− 2 + · · · ) − 3 + ··· 1 1
= lim = lim =− =−
z→0 2z 3 z→0 2z 3 6 3!
and so on. !
4-18
Real Taylor with Essential Singularity
Example: Find the Taylor series expansion about x = 0 of the function of the real variable x
−1/x2
f (x) = e
Solution: Note that f (x) is C ∞ (it has continuous partial derivatives of all orders) but it is
not analytic — it has an essential singularity at x = 0. Again since the derivatives f (n) (x)
are undefined at x = 0 we must interpret the coefficients in the Taylor series as limits
We conclude that the Taylor series of f (x) about x = 0 vanishes identically and so it does
not converge to f (x) in any open neighbourhood of x = 0. Existence of the Taylor series is
not sufficient to guarantee convergence to the function — we need analyticity! !
4-19
Manipulation of Series
Theorem 25 (Adding Series)
Let A and B be constants and let f (z), g(z) be analytic with Taylor series
∞ ∞
an(z − a)n, bn(z − a)n
, ,
f (z) = g(z) =
n=0 n=0
Then the Taylor series of Af (z) + Bg(z) is
∞
(Aan + Bbn )(z − a)n
,
Af (z) + Bg(z) =
n=0
dn (n) (n)
Proof: Use n
[Af (z) + Bg(z)] = Af (z) + Bg (z). !
dz
∞ zn
g (n)(z) $$ z2n
$
g(z) = ezz2 = 2 z n,
,
bn = =
n=0 n! n! $z=0 n!
" ,∞ zn ∞ zn
#" , #
f (z)g(z) = ezz1 ezz2 = 1 zn 2 zn
n=0 n! n=0 n!
∞
cnz n = ez(z1+z2)
,
=
n=0
since by the binomial expansion
n
, n
, z1n−k z2k (z1 + z2)n
cn = an−k bk = =
k=0 k=0
(n − k)!k! n!
The result follows by taking z → 1 in ezz1 ezz2 = ez(z1 +z2) using continuity which follows from
uniform convergence of the series on |z| ≤ r for any r > 0. !
4-21
Another Example of Manipulating Series
4-22
Limits of Integrals
4-23
Term-By-Term Integration
Example: Use term-by-term integration to find the Maclaurin series of Log(1 + z): On
|z| ≤ r < 1 we have
4 z ∞
z , ∞ z ∞ n+1
dw nz
4 4
n n n n
, ,
Log(1+z) = = (−1) w dw = (−1) w dw = (−1) !
0 1+w 0 n=0 n=0 0 n=0 n+1
Uniform and absolute convergence follows by Weierstrass test.
4-24
Term-by-Term Differentiation
Lemma 29 (Term-by-Term Differentiation)
∞ ∞
If a′n(z) exists in S ⊂ C, a′n (z) converges uniformly in S,
, ,
an(z) converges in S and
n=1 n=1
then the series can be differentiated term-by-term
∞ ∞
d ,
a′n(z) for all z ∈ S
,
an(z) =
dz n=1 n=1
Proof: See text — similar to term-by-term integration. !
Theorem 30 (Differentiation of Taylor Series)
If f (z) is analytic at z = a so that
∞
f (n)(a)
(z − a)n
,
f (z) =
n=0 n!
the Taylor series for f ′ (z) is given by term-by-term differentiation of the Taylor series for f (z).
Proof: The derived series obtained by term-by-term differentiation is
∞
f (n)(a)
f ′ (z) = (z − a)n−1
,
n=1 (n − 1)!
Since this is the Taylor series of the analytic function f ′(z) it converges uniformly in any
closed subdisk of the disk of convergence. So the result follows from the lemma. !
• The derived series for f ′(z) converges with the same disk of convergence as for f (z).
Example: Use term-by-term differentiation to find the Maclaurin series of (1 − z)−2:
∞ ∞ ∞
1 d 1 d , d
" #
zn = (z n) = n z n−1,
, ,
= = |z| ≤ r < 1 !
(1 − z)2 dz 1 − z dz n=0 n=0 dz n=1
4-25
Suplementary Material on Complex Series
• The remaining slides of Week 4 are supplementary material on complex series. For the
most part, this material involves results and concepts obtained by relatively straightforward
extensions of the corresponding results and concepts for real series previously encountered in
real analysis.
• Knowledge of most of this material will be assumed for completing problems on the problem
sheets and assignments as well as in the exams. In particular, you should be familiar with the
following topics:
• conditional and absolute convergence
• comparison, ratio and root test
• uniform convergence
• Weierstrass M -test
• This material we not be included in lectures. Please see the recommended textbooks for
more details on this material.
4-26
Absolute and Conditional Convergence
∞
, ∞
,
Definition: A complex series an is absolutely convergent if |an| is convergent. A
n=1 n=1
complex series that is convergent but not absolutely convergent is called conditionally con-
vergent.
n
, n
,
Proof: Let Sn = ak , Tn = |ak |. Since {Tn} converges it is a Cauchy sequence. The
k=1 k=1
sequence of partial sums Sn is also Cauchy and therefore converges since for n > m > N (ϵ)
$
$ n
,
$
$ n
,
|Sn − Sm| = $$ ak $$ ≤ |ak | = |Tn − Tm| < ϵ !
k=m+1 k=m+1
4-27
Example: Conditional Convergence
∞
, (−1)n−1
Example: The series converges conditionally:
n=1 n
1/2 1
S2 S4 S6 S8 S7 S5 S3 S1
∞
, 1
(i) No absolute convergence since diverges.
n=1 n
(ii) The even and odd partial sums are monotone and bounded
1 1 1 1 1 1 1
" # " # " # " #
S2n = 1 − + − + − + ··· + −
2 3 4 5 6 2n − 1 2n
1 1 1 1 1 1
" # " #
= 1− − − ··· − − − <1− ≤ 1
2 3 2n − 2 2n − 1 2n 2n
1 1 1 1 1 1
" # " # " #
S2n−1 = 1 − − − − − ··· − −
2 3 4 5 2n − 2 2n − 1
1 1 1 1 1 1 1
" # " #
= + − + ··· + − + ≥
2 3 4 2n − 3 2n − 2 2n − 1 2
By completeness, they converge, and to the same limit since
1
lim (S − S2n) = lim =0 ⇒ lim S = lim S2n !
n→∞ 2n−1 n→∞ 2n n→∞ 2n−1 n→∞
4-28
Rearranging Series
4-29
Comparison Test
Sn ≤ Tn < T
and the increasing sequence of partial sums Sn converges by the completeness of R. So
∞
,
an is absolutely convergent and so is
n=n0
∞
, 0−1
n, ∞
,
an = an + an
n=1 n=1 n=n0
(ii) The partial sums are bounded from below
n
, n
,
Un = dk ≥ ck
k=n0 k=n0
n
,
So Un → ∞ as n → ∞ since ck → ∞. !
k=n0
4-30
Ratio Test
Theorem 34 (Ratio Test) Suppose that
$ an+1 $
$ $
ρ = lim $$ $
n→∞ an $
∞
,
Then the complex series an converges absolutely if ρ < 1 and diverges if ρ > 1. The test
n=1
is inconclusive if ρ = 1.
⇒ |aN +1| < |aN |r, |aN +m| < |aN |rm, m>0
ρ = lim |an|1/n
n→∞
∞
,
Then the complex series an converges absolutely if ρ < 1 and diverges if ρ > 1. The test
n=1
is inconclusive if ρ = 1.
4-33
Uniform Convergence
Definition: The sequence {an(z)} converges uniformly to a(z) on a subset S ⊂ C if for any
ϵ > 0 there is an N (ϵ) (independent of z ∈ S) such that
Proof: (i) We are given that (a) {an(z)} converges uniformly to a(z) on S, (b) an (z) is
continuous at z0, that is,
ϵ
(a) sup |an(z)−a(z)| < whenever n > N (ϵ)
z∈S 3
ϵ
(b) |an(z)−an(z0)| < whenever |z − z0| < δ(ϵ, z0)
3
We show a(z) is continuous at z = z0. Suppose z ∈ S, n > N (ϵ) and use the triangle inequality
Example: The sequence of real functions an(x) = xn converges pointwise on the interval
x ∈ [0, 1] to a(x) given by
⎧
n
⎨0, x ∈ [0, 1)
a(x) = lim x =
n→∞ ⎩1, x=1
The sequence converges uniformly and absolutely on any closed interval [0, r] with r < 1 but
does not converge uniformly on the closed interval [0, 1]:
and absolute
0.8
x∈[0,1] x∈[0,1]
0.2
• Notice that the limit function a(x) is continuous on any
interval [0, r] but not continuous on [0, 1] where uniform
0.2 0.4 0.6 0.8 1
convergence fails.
Exercise: Discuss the convergence, uniform or otherwise, of an(z) = |z|n on the square
0 ≤ Re z ≤ 1, 0 ≤ Im z ≤ 1. !
4-36
Weierstrass M -Test
∞
,
Proof: The absolute (pointwise) convergence of S(z) = an(z) follows by comparison with
n=1
∞
,
the series T = Mn. For m > n ≥ 1, consider the partial sums
n=1
n
, n
,
Sn(z) = ak (z), Tn = Mk
k=1 k=1
$
$ m
,
$
$ m
,
|Sm(z) − Sn(z)| = $$ ak (z)$$ ≤ |ak (z)|
k=n+1 k=n+1
m
,
≤ Mk = |Tm − Tn|
k=n+1
Letting m → ∞ and taking the supremum (maximum), we find
4-37
Examples of Uniform Convergence
∞
, 1
Example: The Riemann zeta function ζ(z) = z
converges uniformly and absolutely for
n=1 n
Re z ≥ p > 1 :
$ $
−z $ −(x+iy)Log n$
|an(z)| = |n | = $e $ = e−x Log n
4-38
More Examples of Uniform Convergence
∞
, zn
Example: Show that the series converges uniformly and absolutely on |z| ≤ r for any
n=1 n
r < 1.
4-39
Abel’s Continuity Theorem
1 1 1
= 1− + − + ··· !
2 3 4
4-40
Week 5: Line and Contour Integrals
13. Line and contour integrals, paths and curves
14. Properties of line integrals, path dependence
15. Cauchy-Goursat theorem and applications
5
Complex Integrals
where x(t), y(t) are continuous on [a, b]. Then we define the complex integral
4 b 4 b 4 b 4 b
z(t)dt := (x(t) + iy(t))dt = x(t)dt + i y(t)dt
a a a a
where the real integrals giving the real and imaginary parts
4 b 4 b 4 b 4 b
Re z(t)dt = Re z(t)dt, Im z(t)dt = Im z(t)dt
a a a a
exist by continuity as the limits of Riemann sums where {tj } is a partition of [a, b] with t0 = a,
tn = b and ∆tj = tj − tj−1
4 b n
,
x(t)dt := n→∞
lim x(tj ) ∆tj
a ∆tj →0 j=1
5-1
Complex Primitives
4 1
Example: Evaluate the integral (t2 + it) dt
0
21
t3 2
4 1 1
t 1 1
(t2 + it) dt = +i = + i !
0 3 2 0 3 2
4 2π
Example: Evaluate the integral eit dt
0
4 2π 4 2π - .2π
eit dt = (cos t + i sin t) dt = sin t − i cos t =0
0 0 0
Or better
4 2π .2π
1 1 2πi
-
it it
e dt = e = (e − 1) = 0 !
0 i 0 i
5-2
Primitives
Definition: If f (z) and F (z) are analytic in an open connected domain D and F ′(z) = f (z)
then F (z) is called a primitive (antiderivative or indefinite integral) of f (z) and denoted
4
F (z) = f (z) dz + constant
Theorem 41 (Primitives) If F (z), G(z) are both primitives of f (z) in a connected open
domain D so that F ′(z) = G′(z) = f (z) everywhere in D, then F (z) − G(z) is constant in D.
Proof: Let H(z) = F (z)−G(z) = u+iv. Since H ′(z) = 0 it follows from the Cauchy-Riemann
equations that in D
∂u ∂u ∂v ∂v
= = = =0
∂x ∂y ∂x ∂y
Integrating gives
5-3
Smooth Curves
We want to define contour integrals along curves or contours which generalize straight line
segments and arcs of circles. To do this we define the notion of smooth curves.
Definition: A smooth curve γ is a function z : [a, b] ⊂ R → C such that z(t) = x(t) + iy(t)
where x(t), y(t) are C 1 and hence differentiable. The curve is simple (non-self-intersecting)
if z(t1) ̸= z(t2) for a ≤ t1 < t2 < b and is closed if z(a) = z(b). A smooth curve is directed or
oriented with initial point z(a) and endpoint z(b).
Definition: A contour Γ = n
j=1 γj consists of a finite sequence of smooth curves γj ,
5
t t=b
γ Γ γ2
smooth
curve not
γ1 simple
t=a
γ6 γ5
Γ
cusp Γ
γ1 γ4 closed
γ1 γ2 contour
γ2 γ3
5-4
Jordan Theorem
Theorem 42 (Jordan Theorem) A simple closed curve Γ divides the plane C into two open
regions having the curve as their common boundary. The bounded region is the interior of
Γ and the unbounded region the exterior. The curve Γ is positively oriented if the interior
always lies to the left.
t t=b
γ Γ γ2
smooth
curve not
γ1 simple
t=a
γ6 γ5
Γ
cusp Γ
γ1 γ4 closed
γ1 γ2 contour
γ2 γ3
5-5
Contour Integrals
Definition: Let f (z) = u(x, y) + iv(x, y) be continuous in an open region containing the
smooth curve γ. Then we define the contour integral of f (z) along γ by
4 b b
dz
4 4
f (z)dz := f (z(t)) dt = (u + iv)(x′(t) + iy ′(t))dt
γ a dt a
4 b- .
= u(x(t), y(t))x′ (t) − v(x(t), y(t))y ′ (t) dt
a
4 b- .
+i u(x(t), y(t))y ′ (t) + v(x(t), y(t))x′ (t) dt
a
The real Riemann integrals exist because the integrands are continuous. In terms of line
integrals in vector analysis
4 4 4 4
f (z)dz = (u + iv)(dx + idy) = udx − vdy + i vdx + udy
γ γ γ γ
5n
A contour integral over Γ = j=1 γj is defined by
4 n 4
,
f (z)dz := f (z)dz
Γ j=1 γj
A contour integral over a simple closed contour in the positive (counter-clockwise) sense is
denoted
6
f (z)dz = closed contour integral
Γ
5-6
Properties of Line Integrals
where z = g(w), Γ is the image of Γ′ under the change of variables and g(w) is analytic in a
region containing Γ′.
5-7
Example Line Integrals
4
Example: Evaluate the line integral zdz where γ is the straight line segment from 0 to
γ
1 + i:
Solution: We parametrize the curve by z = x + iy = (1 + i)t = t + it so that x(t) = t and
y(t) = t with 0 ≤ t ≤ 1. Hence x′(t) = 1, y ′(t) = 1, z ′(t) = 1 + i and
4 1 4 1
dz
4
zdz = z dt = (1 + i)t(1 + i)dt
γ 0 dt 0
4 1 - 2 .1
t
= 2i tdt = 2i = i !
0 2 0
dz
6
Example: Evaluate the closed contour integral where Γ is the circle |z| = 1 traversed
Γ z
twice in the counter-clockwise direction:
Solution: We parametrize the circle |z| = 1 as z(t) = eit with t ∈ [0, 2π] so that
z(0) = z(2π) = 1 and z ′(t) = ieit
dz dz dz dz
6 6 6 6
= + = 2
Γ z |z|=1 z |z|=1 z |z|=1 z
4 2π 2π
−1 dz
4
= 2 z dt = 2 e−it(ieit )dt
0 dt 0
4 2π
= 2i dt = 4πi !
0
5-8
Path Dependence
4
Example: Evaluate the line integral zdz along the curve Γ where 1+i
Γ
(a) Γ = γ is the straight line segment from z = 0 to z = 1 + i, (b) γ
γ2
Γ = γ1 + γ2 is the sum of two straight line segments from 0 to 1
and 1 to 1 + i and (c) where Γ = γ1 + γ2 − γ is a closed contour. 0 γ1 1
(a) We parametrize the straight line segment by z = (1 + i)t with z ′(t) = 1 + i, z = (1 − i)t
and t ∈ [0, 1]
4 1 4 1 4 1 - 2 .1
dz t
4
z dz = z dt = (1 − i)t(1 + i)dt = 2 tdt = 2 =1
γ 0 dt 0 0 2 0
(b) We parametrize (i) γ1 : z = t with z ′(t) = 1 and t ∈ [0, 1] and (ii) γ2 : z = 1 + it with
z ′(t) = i and t ∈ [0, 1]
4 1 4 1 - 2 .1
dz t
4
z dz = z dt = tdt = 1
=2
γ1 0 dt 0 2 0
4 1 1 1
dz
4 4 4
z dz = z dt = (1 − it) i dt = 1+i
(t + i)dt = 2
γ2 0 dt 0 0
4 4 4
z dz = + z dz = 1
2 + ( 1 + i) = 1 + i
2
γ1 +γ2 γ1 γ2
5-9
Path Independence
4
Example: Evaluate the line integral z 2dz along the curve Γ i
Γ γ
where (a) Γ = γ is the arc of the unit circle from z = 1 to z = i, γ2
(b) Γ = γ1 + γ2 is the sum of two straight line segments from 1
to 0 and 0 to i and (c) where Γ = γ − γ1 − γ2 is a closed contour. 0 γ1 1
(a) Parametrize the quarter circle |z| = 1 by z = eit with z ′(t) = ieit and t ∈ [0, π/2]
4 π/2 π/2 π/2
2 dz
4 4 4
2 2it it
z dz = z dt = e ie dt = i e3it dt
γ 0 dt 0 0
1 3it π/2 1 3πi/2 1
- .
= i e = (e − 1) = − (1 + i)
3i 0 3 3
(b) We parametrize (i) −γ1 : z = t with z ′(t) = 1 and t ∈ [0, 1] and (ii) γ2 : z = it with
z ′(t) = i and t ∈ [0, 1]
4 1 - 3 .1
4 1
dz t 1
4 4
2 2 2 2
− z dz = z dz = z dt = t dt = =
γ1 −γ1 0 dt 0 3 0 3
4 1 1 1
dz i
4 4 4
2
z dz = z 2 dt = 2
(it) i dt = −i t2dt = −
γ2 0 dt 0 0 3
i 1 1
4 4 4
2 2
z dz = − z dz = − − = − (1 + i)
γ1 +γ2 γ2 −γ1 3 3 3
5-10
Green’s Theorem
1 2 3 4 5 6
5-11
Proof of Green’s Theorem
4
1 2 3 4 5 6
6 4 b 4 a
M dx = M (x, Y1(x))dx + M (x, Y2(x))dx
a b
Γ 4 b
= − [M (x, Y2)−M (x, Y1)] dx
a
4 b 14 y=Y (x) 2
∂M (x, y) ∂M
44
2
= − dy dx = − dxdy
a y=Y1 (x) ∂y ∂y
R
6 4 f 4 e
N dy = N (X2, y)dy + N (X1, y)dy
e f
Γ
4 f 14 x=X (y) 2
∂N (x, y) ∂N
44
2
= dx dy = dxdy
e x=X1 (y) ∂x ∂x
R
Adding gives the required result. If R is not convex (or is multi-connected), we can subdivide
R into two or more convex regions by cuts and use additivity. !
5-12
Cauchy’s Theorem
Theorem 45 (Cauchy’s Theorem) If f (z) is analytic in a simply-connected open domain
D and f ′(z) is continuous in D then for any simple closed curve Γ in D
6
f (z)dz = 0
Γ
Proof: Let R be the union of Γ and its interior so that Γ = ∂R. The result then follows from
Green’s theorem (which requires Γ simple and f ′ (z) continuous)
6 6 6 6
f (z)dz = (u+iv)(dx+idy) = udx−vdy + i vdx+udy
Γ Γ Γ Γ
44 7 8 44 7 8
∂v ∂u ∂u ∂v
= − − dxdy + i − dxdy = 0
∂x ∂y ∂x ∂y
R R
since by Cauchy-Riemann equations
∂u ∂v ∂v ∂u
= , =− !
∂x ∂y ∂x ∂y
Proof: Difficult — see text. Removes requirements that Γ is simple and f ′ (z) is continuous in
R. Note Γ = ∂R must be positively oriented so that R is always on the left. Also the region R
need not be simply-connected provided all of the boundary of R is included in Γ = ∂R. !
5-13
Examples of Cauchy’s Theorem
6
Example: Verify Cauchy’s theorem for cos z dz where the closed contour traverses counter-
Γ
clockwise the square with vertices at z = 0, 1, 1 + i, i.
Solution: Since f (z) is entire, all closed contour integrals must vanish. We parametrize the
four edges by (i) γ1: z = t, t ∈ [0, 1], (ii) γ2: z = 1 + it, t ∈ [0, 1], (iii) −γ3: z = i + t, t ∈ [0, 1],
(iv) −γ4: z = it, t ∈ [0, 1]:
4 4 1 - .1
cos z dz = cos t dt = sin t = sin 1
γ1 0 0
4 4 1 - .1
cos z dz = i cos(1+it)dt = sin(1+it) = sin(1+i)−sin 1
γ2 0 0 γ3
4 1 - .1
1+i
4
cos z dz = cos(i+t) dt = sin(i+t) = sin(1+i) − sin i i
−γ3 0 0
4 4 1 - .1 γ4 γ2
cos z dz = i cos(it) dt = sin(it) = sin i
−γ4 0 0
6 4 4 4 4 0 γ1 1
cos z dz = + − − cos z dz
Γ γ1 γ2 −γ3 −γ4
= sin 1 + [sin(1+i) − sin 1] − [sin(1+i) − sin i] − sin i = 0 !
ez dz
6
Example: Evaluate the contour integral 2
:
|z|=2 (z − 9)
The integrand is analytic except at the poles z = ±3, so it is analytic in and on the circle
|z| = 2. The closed contour integral therefore vanishes by Cauchy’s theorem. !
5-14
Conservative Vector Fields
Proof: Recall that, in vector analysis, a C 1 vector field A on a simply-connected open domain
D is conservative and can be written as A = ∇ϕ if and only its curl, ∇ × A, vanishes. So let
A1 = (u, −v, 0), A2 = (v, u, 0) and use the Cauchy-Riemann equations to show that in R3
$ $
$ i j k $$
$
$∂ / ∂u ∂v 0
∂ ∂ $$
∇ × A1 = $$ ∂x ∂y ∂z $ = − ∂y + ∂x k = 0
$ u −v 0$
$ $
$ $
$ i j k $$
$
$∂ / ∂u ∂v 0
∂ ∂ $$
∇ × A2 = $$ ∂x ∂y ∂z $ = ∂x − ∂y k = 0
$v u 0$
$ $
• Note that if dr = (dx, dy, dz) then since A1 and A2 are conservative
4 4 4 4
f (z)dz = (u + iv)(dx + idy) = u dx − v dy + i v dx + u dy
4 4 4 4
= (u, −v, 0) · dr + i (v, u, 0) · dr = A1 · dr + i A2 · dr
5-15
Week 6: Cauchy’s Integral Formula
16. Fundamental theorem of calculus, path independence
17. Deformation of contours about simple poles
18. General Cauchy integral formula
6
Fundamental Theorem of Calculus
6-1
Proof of Fundamental Theorem of Calculus
1 z+∆z 4
= lim f (w)dw = f (z)
∆z→0 ∆z z
This last limit follows, since f (z) is continuous, by the following Lemma. !
6-2
Estimating Integrals
Lemma 49 (Continuity Lemma) If f (z) is continuous in an open domain containing z and
z + ∆z then
1 z+∆z
4
lim f (w)dw = f (z)
∆z→0 ∆z z
⎧- .z
n+1 2
⎪
⎪ z , n ̸= −1
4 z ⎨ n+1
⎪
2 n z1
z dz = |z| = 1
z1 ⎪ %
⎩ Log z
⎪
⎪
&z
2
, n = −1 z2
z1
⎧ z1 0
4 z ⎨0, n ̸= −1
6
2
z ndz = lim z ndz = !
|z|=1 ϵ→0 z1 ⎩2πi, n = −1
6-4
Trigonometric Integrals
Solution: Let z = eit so that dz = ieitdt = izdt and dt = dz/iz. Then cos t = 1
2 (z + z −1) and
Exercise: Establish the previous cosine integrals using the methods of real analysis, that is,
integration by parts and recursion relations. !
6-5
Closed Contours About Simple Poles
1
Proof: The integrand f (z) = is analytic in C\{a}. Hence if a lies outside Γ the integral
z−a
vanishes by Cauchy’s theorem. If a lies inside Γ, the contour can be deformed into a small
circle γ of radius ϵ > 0 centered on a with z − a = ϵeit, z ′(t) = iϵeit and 0 ≤ t ≤ 2π so that
6
dz
6
dz 2π i ϵ eit 42π 4
= = dt = i dt = 2πi
Γz−a |z−a|=ϵ z − a 0 ϵ eit 0
Note that the analyticity domain of f (z) between Γ and γ is not simply-connected but that
introducing a cut Γ1 gives a simply-connected domain R. Then Cauchy’s theorem implies
6 6 4 6 4
f (z)dz = + + + f (z)dz = 0
∂R Γ −Γ1 −γ Γ1
and hence the deformation is valid
6 6
f (z)dz = f (z)dz !
Γ γ
6-6
Deforming Closed Contour Integrals
3z − 2
6
Example: Evaluate 2
dz where the closed contour Γ is the ellipse |z| + |z − 1| = 3:
Γ z −z
Γ
γ1 γ2
Γ1 0 1 Γ2
R
3z − 2 2 1
Solution: By partial fractions, f (z) = 2 = + is analytic in C\{0, 1}.
z −z z z−1
We introduce small circles centered at z = 0, 1 and two cuts Γ1, Γ2 so that the region R
between Γ and the circles is simply-connected. Cauchy’s theorem then tells us that we can
deform the contour
6 6 4 6 4 4 6 4
f (z)dz = + + + + + + f (z)dz = 0
∂R Γ Γ1 −γ1 −Γ1 −Γ2 −γ2 Γ2
2 1
6 6 6 6 6 - .
⇒ f (z)dz = + f (z)dz = + + dz
Γ γ1 γ2 γ1 γ2 z z−1
1 f (z)
6
f (a) = dz, a inside Γ
2πi Γ z − a
Γ
γ
a Γ
1
R
Proof: The integrand is analytic in D\{a}. We introduce a small circle γ of radius ϵ > 0
centered on z = a and a cut Γ1 so that the region R between Γ and γ is simply-connected.
We parametrize γ by z − a = ϵeit with z ′(t) = iϵeit. By deforming the contour we find
f (z) f (z)
6 6
dz = dz
Γz−a γ z−a
Since the LHS is independent of ϵ we can take ϵ → 0
6
f (z) f (z)
6 2π 4
dz = lim dz = i lim f (a + ϵ eit)dt
Γz−a ϵ→0 γ z − a ϵ→0 0
4 2π 4 2π
= i lim f (a + ϵ eit)dt = i f (a)dt = 2πif (a)
0 ϵ→0 0
where we have used the continuity of f (z). !
6-8
A Trigonometric Integral
|z| = 1
4 2π
dθ
Example: Evaluate the integral I = :
0 3 − 2 cos θ z− z+
f (z) = (z − z+)−1
which is analytic inside |z| = 1, we have by the Cauchy integral formula
f (z) 2π 2π
6
I = i dz = (i)(2πi)f (z− ) = − = √ !
|z|=1 (z − z− ) z− − z+ 5
Exercise: Evaluate I using the methods of systematic integration for real integrals, that is,
by using the substitution t = tan(θ/2). !
6-9
General Cauchy Integral Formula
Theorem 53 (General Cauchy Integral Formula) Let Γ be a positively oriented simple
closed contour. If f (z) is analytic in a simply-connected open domain D containing Γ then
n! f (z)
6
f (n) (a) = n+1
dz, a inside Γ, n = 0, 1, 2, . . .
2πi Γ (z − a)
dn dn ∂ n f (z)
1 2
1 f (z) 1
6 6
n
f (a) = n dz = n
dz
da da 2πi Γ z − a 2πi Γ ∂a z − a
ez dz
6
Example: Evaluate the integral 2
:
|z|=4 (z − 2)
Let f (z) = ez which is entire, then by the general Cauchy integral formula with n = 1
ez dz
6
′ 2
= 2πif (2) = 2πie !
|z|=4 (z − 2)2
Proof: Follows from the general Cauchy integral formula since, for a suitably chosen closed
contour Γ, the derivatives exist and are given by
n! f (w)
6
(n)
f (z) = dw !
2πi Γ (w − z)n+1
6-10
Taylor’s Theorem
sup |Rn(z)| → 0 as n → ∞
|z−a|≤R′
w
z
a C
R′
R′′
R
6-11
Proof of Taylor’s Theorem
Proof: Let C be the circle |z − a| = R′′ with R′ < R′′ < R. Then by Cauchy’s integral formula
with n = 0, 1, 2, . . . for z inside C
into the first formula, integrate term-by-term and use the second formula we find
n
f (k) (a)
(z − a)k + Rn(z)
,
f (z) =
k=0
k!
where the remainder Rn(z) is uniformly bounded on |z − a| ≤ R′ by
1 $$ f (w) (z − a)n+1
$4 $
$
|Rn(z)| = n+1
dw$$
2π C (w − z) (w − a)
$
2πR′′
" ′ #n+1
R
≤ ′′ ′ ′′
max |f (w)| → 0 as n → ∞ !
2π(R − R ) R w∈C
6-12
Evaluation of Integrals
Example: Show that
1 eztdz
6
2
= sin t, t∈C
2πi |z|=2 z + 1
|z| = 2
iγ
1
γ2
−i
Solution: The integrand is analytic except at the simple poles z = ±i. We place circles γ1
and γ2 of radius ϵ around these poles so that by deformation of contours
eztdz eztdz f1(z)dz f2(z)dz
6 6 6 6 6
= + = +
|z|=2 z 2 + 1 γ1 γ2 z 2 + 1 γ1 z − i γ2 z + i
where
ezt ezt
f1(z) = , f2(z) =
z+i z−i
Example: Use the general Cauchy integral formula to evaluate the integral
4 2π
dθ
I=
0 (2 + cos θ)3
8z 2
f (z) =
(z − z−)3
which is analytic inside |z| = 1. Note that
√
z+ + z− = −4, z+ − z− = 2 3, z+ z− = 1
So, by the general Cauchy integral formula with n = 2
16[(z + z−)2 + 2zz−] 16 + 2 π
- .
′′
I = (−i)(2πi)f (z+)/2! = π = 16π √ = √ !
(z − z−)5 z=z+ (2 3)5 3
6-14
Week 7: Singularities and Laurent Series
19. Isolated zeros and poles, removable and essential singularities
20. Laurent series
21. Residues
7
Order m Zeros
f (z) = (z − a)mg(z)
7-1
Isolated Zeros
Proof: The Taylor series about z = a with Taylor coefficients an converges to f (z) on some
open disk about z = a. If an = 0 for all n then f (z) ≡ 0. Otherwise, there is a smallest m ≥ 1
such that am ̸= 0 and f (z) = (z − a)mg(z) has an order m zero. Now g(z) is analytic and
therefore continuous at z = a with g(a) ̸= 0. Hence g(z) ̸= 0 in an open disk about z = a
and the result follows. !
7-2
Isolated Singularities
Definition: Let f (z) have an isolated singularity at z = a and Laurent expansion
∞
an(z − a)n ,
,
f (z) = 0 < |z − a| < R
n=−∞
(i) If an = 0 for all n < 0 then we say z = a is a removable singularity.
(ii) If a−m ̸= 0 for some m > 0 but an = 0 for all n < −m, we say z = a is a pole of order m.
(iii) If a−n ̸= 0 for an infinite number of n > 0, we say z = a is an essential singularity.
Examples: From Laurent expansions we find
(i) f (z) = sin z/z has a removable singularity at z = 0.
(ii) f (z) = ez /z 3 has a pole of order 3 at z = 0.
(iii) f (z) = e1/z has an essential singularity at z = 0
1/z 1 1 1
e =1+ + + + ··· !
z 2! z 2 3! z 3
Proof: See text: (i) is easy, (ii) is similar to previous theorem, (iii) is hard (Picard). !
7-3
Laurent Series
convergent in some open annulus r < |z − a| < R is called a Laurent series around z = a.
• A Laurent series is the sum of two Taylor series, the first in positive powers of w = z − a
and the second in positive powers of w = (z − a)−1, that is, in negative powers of z $− a.$ The
$ 1 $
first series converges for |z − a| < R and the second series converges for |z − a| > r or $ z−a $< 1
r.
The Laurent series therefore converges in the intersection of these two regions given by the
open annulus or ring r < |z − a| < R.
• In practice, a Laurent series is usually obtained by combining suitable Taylor series. For
example, the Laurent series for f (z) = z 2e1/z about z = 0 is
2
/ 1 1 1 0
2 1 1 1
z 1+ + 2
+ 3
+ · · · = z + z + + + 2
+ ···
z 2!z 3!z 2! 3!z 4!z
• The inner and outer radii of convergence r, R are defined by the Cauchy-Hadamard formulas
1/n 1
r = lim sup |a−n| , = lim sup |an|1/n
n→∞ R n→∞
In practice, however, r and R are usually determined by applying the ratio or root test.
7-4
Laurent Theorem
1 f (w)
6
an = dw, n = 0, ±1, ±2, . . . , a is inside C
2πi C (w − a)n+1
converges uniformly to f (z) in any closed subannulus r < ρ1 ≤ |z − a| ≤ ρ2 < R.
(ii) Conversely, If r < R and
∞ ∞
an(z − a)n converges for |z − a| < R, a−n(z − a)−n converges for |z − a| > r
, ,
n=0 n=1
then there is a unique function f (z) analytic in r < |z − a| < R with the Laurent series
∞
an(z − a)n .
,
n=−∞
7-5
Example of Laurent Series
1
Example: Find the Laurent series of f (z) = in the annulus 1 < |z| < 2:
(z − 1)(z − 2)
Solution: Since the only singularities are at z = 1, 2, f (z) is analytic in 1 < |z| < 2. Using
partial fractions
∞ ∞
1 1 1 , zn , 1
= − =− n+1
− n+1
(z − 1)(z − 2) (z − 2) (z − 1) n=0 2 n=0 z
$ $
since, by the geometric series, for |z| < 2 or $ 2z $ < 1
$ $
∞
1 1 1 , zn
=− =−
(z − 2) 2 1 − 2z n=0 2
n+1
$ $
and for 1 < |z| or $ 1z $ < 1
$ $
∞
1 1 1 , 1
= = !
(z − 1) z 1 − 1z n=0 z
n+1
7-6
Further Examples of Laurent Series
z 2 − 2z + 3
Example: Find the Laurent series of f (z) = in the region |z − 1| > 1:
z−2
Solution: Since the region |z − 1| > 1 excludes the singularity
$ at$ z = 2, f (z) is analytic in
$ 1 $
|z − 1| > 1. We now use the geometric series and expand for $ z−1 $<1
z 2 − 2z + 3 (z − 1)2 + 2 (z − 1)2 + 2 1
= =
z−2 (z − 1) − 1 (z − 1) 1− 1 (z−1)
2 1 1
- .- .
= (z − 1) + 1+ + + ···
(z − 1) (z − 1) (z − 1)2
1 1
- .
= (z − 1) + 1 + + 2
+ ···
(z − 1) (z − 1)
2 2
- .
+ + 2
+ ···
(z − 1) (z − 1)
∞
, 3
= (z − 1) + 1 + n
!
n=1 (z − 1)
Exercise: Find the Laurent series of
1
f (z) =
z(z − 1)
in each of the regions (i) 0 < |z| < 1, (ii) |z| > 1, (iii) 0 < |z − 1| < 1 and (iv) |z − 1| > 1.
7-7
Residues
Definition: If f (z) has an isolated singularity at the point z = a, so it is analytic in a punctured
neighbourhood of a, then the coefficient a−1 of (z − a)−1 in the Laurent series for f (z) around
a is called the residue of f (z) at a and denoted Res(f ; a)
∞
an(z − a)n
,
f (z) = ⇒ Res(a) = Res(f ; a) = a−1
n=−∞
If f (z) is analytic at the point z = a then f (z) has a Taylor expansion around a and
1 dm−1 m
Res(f ; a) = lim [(z − a) f (z)]
z→a (m − 1)! dz m−1
Example: If f (z) = P (z)/Q(z) is rational and the polynomial Q(z) has a simple zero at z = a,
use l’Hôpital’s rule to show that
P (a)
Res(f ; a) = ′ , Q′(a) ̸= 0
Q (a)
7-9
More Residues
7-10
Residues as Integrals
Exercise: If C is any closed contour and m ∈ Z, use deformation of contours and a change
of integration variable to evaluate the contour integral to show that
1
6
m m
/ 0
(z − a) dz = Res (z − a) ; a = δm,−1, a inside C
2πi C
The contour integral does not exist if m < 0 and the contour passes through a.
1
- 6 .
Res(f ; a) = lim f (z)dz
ϵ→0 2πi |z−a|=ϵ
The term-by-term integration is justified because the Laurent series is absolutely and uni-
formly convergent in any closed sub-annulus within the open annulus of convergence. If z = a
is an isolated singularity, the limit ϵ → 0 ensures that there are no other singularities inside
the circle |z − a| = ϵ. If f (z) is analytic at z = a, the integral vanishes for sufficiently small ϵ
by Cauchy’s theorem.
7-11
Week 8: Meromorphic Functions/Residues
22. Meromorphic functions, residue theorem
23. Improper integrals, evaluation of integrals involving rational functions
24. Meromorphic partial fractions
8
Meromorphic Functions
• Clearly, a meromorphic function has zeros and (isolated) poles but no other singularities.
• We have seen that an entire (analytic everywhere) function can be expanded into an infinite
Taylor series. In this sense an entire function is like an infinite polynomial — it has zeros but
no poles. Typical entire functions are cos z and sin z. A meromorphic function, such as cot z,
can always be written as the ratio of two entire functions — its zeros are the zeros of the
numerator and its poles are the zeros of the denominator. Thus
cos z
cot z =
sin z
In this sense a meromorhic function is a generalization of a rational function allowing for
infinite polynomials in the numerator and denominator and thus an infinite number of zeros
and poles.
Exercise: Find all of the zeros and poles of the meromorphic functions cot z and tan z.
8-1
Residue Theorem
Proof: Let Ck be small circles about each isolated singularity z = zk so that on Ck we have
the Laurent expansion
∞
(k)
an (z − zk )n
,
f (z) =
n=−∞
Then by deformation of contours
6 m 6 m 6 ∞
(k)
an (z − zk )ndz
, , ,
f (z)dz = f (z)dz =
Γ k=1 Ck k=1 Ck n=−∞
m ∞ 6 m
, , (k) n
, (k)
= an (z − zk ) dz = 2πi a−1
k=1 n=−∞ Ck k=1
,m
= 2πi Res(f ; zk ) !
k=1
The term-by-term integration is justified by the uniform convergence of the Laurent expan-
sions. !
8-2
Residue Theory and Integrals
Residue theory can be used to evaluate many types of integrals. For example,
4 2π
I= U (cos t, sin t)dt
0
Solution: Let z = eit so that dz = ieitdt = izdt and dt = dz/iz. Then cos t = 1
2 (z + z
−1) and
1 dz −2 dz
6 6
2I = =
|z|=1 2 − 1 (z + z −1) iz i |z|=1 z 2 − 4z + 1
2
√
The integrand has simple poles at z± = 2 ± 3 but only z− lies inside the unit circle with
residue
(z − z−) 1 1
Res(z−) = lim = lim =− √
z→z− (z − z−)(z − z ) z→z− (z − z ) 2 3
+ +
Hence
−2 1 2π π
" #
2I = 2πi − √ =√ ⇒ I=√ !
i 2 3 3 3
8-3
Improper Integrals
Definition: If f (x) is continuous over [a, ∞), its improper integral is defined by
4 ∞ 4 R
f (x)dx := lim f (x)dx
a R→∞ a
provided this limit exists. If f (x) is continuous on (−∞, ∞) we define the double improper
integral
4 ∞ 4 R 4 0
f (x)dx := lim f (x)dx + lim f (x)dx
−∞ R→∞ 0 R′→∞ −R′
provided this limit exists. If the double improper integral exists it must equal its principal
value, but the principal value integral can exist when the double integral does not exist.
8-4
Examples: Improper Integrals
4 ∞
Example: Evaluate the improper integral e−2xdx :
0
4 ∞ 4 R
e−2x .R -
e−2xdx = lim e−2xdx = lim −
0 R→∞ 0 R→∞ 2 0
e−2R 1
- .
= lim − + 1
=2 !
R→∞ 2 2
4 ∞
Example: Evaluate the principal value integral PV xdx :
−∞
4 ∞ 4 R - 2 .R
x
PV x dx = lim x dx = lim = lim 0 = 0
−∞ R→∞ −R R→∞ 2 −R R→∞
4 ∞
even though the double integral x dx does not exist. !
−∞
8-5
Improper Integrals and Residues
CR
z1
8-6
Principal Value Integrals
degree Q ≥ 2 + degree P
so that f (z) satisfies the previous lemma, then residue theory can be used to evaluate the
principal value integral
4 ∞ 4 R 6
PV f (x)dx = lim f (x)dx = lim f (z)dz
−∞ R→∞ −R R→∞ ΓR
m
,
= 2πi Res(f ; zk )
k=1
by closing the contour in the upper half plane and summing over residues.
CR
z1
8-7
A Principal Value Integral
Example: Use the previous theorem to compute the principal value integral
x2 dx
4 ∞
I = PV
−∞ (x2 + 1)2
Solution: The integrand f (z) = P (z)/Q(z) is rational with degree P = 2, degree Q = 4 and
double poles at z = ±i. The previous theorem therefore applies. The residue at z = i is
d d z2 2z 2z 2 2i 2 1
- . - .
2
Res(f ; i) = lim [(z − i) f (z)] = lim = lim − = 2+ 3=
z→i dz z→i dz (z + i)2 z→i (z + i)2 (z + i)3 4i 8i 4i
Therefore
1 π
6
f (z)dz = 2πi = for all R > 1
ΓR 4i 2
and so %4 R 4 ∞
π
6 4 &
lim f (z)dz = lim f (x)dx + f (z)dz = f (x)dx =
R→∞ ΓR R→∞ −R CR −∞ 2
√
The previous$ lemma
$ applies since, for |z| ≥ 2, we have using the triangle inequality
1 |z|2 =
|z 2 + 1| ≥ $|z|2 − 1$ = |z|2 − 1 ≥ |z|2 − 2 1 2
2 |z| and so
$ $
z2 |z| 2 |z| 2 4
$ $
$ $
|f (z)| = $$ 2 2
$=
2 2
≤ 1 ≤ 2 !
(z + 1) $
|z + 1| 2
( 2 |z| )2 |z|
• Note that in these cases the double improper integral exists so that
x2 dx x2 dx x2 dx
4 ∞ ∞ ∞ π
4 4
PV = = 2 =
−∞ (x2 + 1)2 −∞ (x2 + 1)2 0 (x2 + 1)2 2
8-8
Meromorphic Partial Fractions
• It is often useful to expand rational functions into a finite number of partial fractions. For
example
2z 1 1
= −
1 − z2 1−z 1+z
Similarly, meromorphic functions can be expanded into an infinite number of partial fractions.
Exercise: Establish the partial fraction expansions of the following meromorphic functions
∞
1 , 1
π cot πz = + 2z 2 − n2
z n=1 z
∞
1 , (−1)n
π cosec πz = + 2z 2 2
z n=1 z − n
∞
, (−1)n−1(2n − 1)
π sec πz = 2n−1 )2 − z 2
n=1 ( 2
∞
, 1
π tan πz = 2z 2n−1 )2 − z 2
n=1 ( 2
∞
, 1
π tanh πz = 2z
(z 2 + 2n−1 )2
n=1 2
∞
1 , 1
π coth πz = + 2z 2 + n2
z n=1 z
8-9
Partial Fraction Expansions
a3
a2
a1
0
a4
CN
8-10
Proof of Partial Fraction Expansions
f (z)
Proof: Consider F (z) = with residues
z−w
f (z) bn
Res(F ; an) = lim (z − an)
=
z→an z−w an − w
f (z)
Res(F ; w) = lim (z − w) = f (w)
z→w z−w
So using the residue theorem and subtracting
1 f (z)dz bn
6 ,
= f (w) +
2πi CN z − w a −w
poles an in CN n
1 f (z)dz bn
6 ,
= f (0) +
2πi CN z poles a in C
an
n N
bn bn w f (z)dz
, " # 6
f (w)−f (0) + − =
poles an in CN
an − w an 2πi CN z(z − w)
f (z)dz $$ 2πRN M
$6 $
$
where $≤ → 0 as N → ∞
$
CN z(z − w) RN (RN − |w|)
$
8-11
Partial Fraction Expansion of cot πz
1
Solution: The meromorphic function f (z) = π cot πz − has simple poles at z = an = n =
z
±1, ±2, . . . with residues
πz cos πz −sin πz (z −n) πz cos πz −sin πz
" #
bn = lim (z −n) = lim = 1
z→n z sin πz z→n sin πz z
By l’Hôpital, f (z) has a removable singularity at z = 0
1 πz cos πz − sin πz
" # " #
lim π cot πz − = lim
z→0 z z→0 z sin πz
π cos πz − π 2z sin πz − π cos πz π 2z sin πz
" # " #
= lim = − lim
z→0 sin πz + πz cos πz z→0 sin πz + πz cos πz
π 2 sin πz
" #
= − lim = 0 = f (0)
z→0 sin πz/z + π cos πz
The circles CN of the previous theorem can be replaced with the squares ΓN with vertices at
z = (N + 12 )(±1 ± i) on which we can show
8-12
Bound on Squares ΓN
1 )(±1 ± i).
Let ΓN be the square with vertices at z = (N + 2
Then on ΓN
8-13
Alternative Partial Fraction Expansion of cot πz
N ∞
1 1 1 1 2z
, " #
,
= + lim + = + 2 2
!
z N →∞
n=1 z − n z + n z n=1 z − n
This is allowed because the double series is absolutely (and uniformly) convergent in |z| ≤ R
by the Weierstrass M -test
1 1 $$ z R 2R
$ $ $ $
$ $ $
$ + $=$ $ $≤ ≤ = Mn , n ≥ 2R
$
z−n n n(n − z) $
n(n − R) n 2
, 1 ∞
, 1
since 2
=2 2
is a convergent harmonic series.
n̸=0
n n=1 n
8-14
Infinite Product Form of sin πz
Example: Integrate the partial fraction expansion of π cot πz term-by-term to obtain the
infinite product
∞ /
? z2 0
sin πz = πz 1− 2
n=1 n
Solution: Since the partial fraction expansion converges absolutely and uniformly we can
integrate term-by-term
∞
1 , 2z
π cot πz − = 2 2
z n=1 z − n
∞ ∞
sin πz , z2 ? z2
⇒ Log = Log(1 − 2 ) = Log (1 − 2 )
πz n=1 n n=1 n
where the constant of integration vanishes. The result follows by taking exponentials. !
• 1 in the infinite product gives the Wallis product
Putting z = 2
∞
π ? 2n 2n 2 2 4 4 6 6
= = · · · · · ···
2 n=1 2n − 1 2n + 1 1 3 3 5 5 7
8-15
Week 9: Residue Calculus
25. Evaluation of integrals involving trigonometric functions
26. Evaluation of integrals using indented contours
27. Summation of series using the residue calculus
9
Residues and Trigonometric Integrals
Residue theory can be used to evaluate many types of integrals. For example,
4 2π
I= U (cos t, sin t)dt
0
Solution: Let z = eit so that dz = ieitdt = izdt and dt = dz/iz. Then cos t = 1
2 (z + z
−1) and
1 dz −2 dz
6 6
2I = =
|z|=1 2 − 1 (z + z −1) iz i |z|=1 z 2 − 4z + 1
2
√
The integrand has simple poles at z± = 2 ± 3 but only z− lies inside the unit circle with
residue
(z − z−) 1 1
Res(z−) = lim = lim =− √
z→z− (z − z−)(z − z ) z→z− (z − z ) 2 3
+ +
Hence
−2 1 2π π
" #
2I = 2πi − √ =√ ⇒ I=√ !
i 2 3 3 3
9-1
A Trigonometric Integral by Residues
4 2π |z| = 1
dθ
Example: Evaluate the integral I = :
0 3 − 2 cos θ
This integral was evaluated previously using the z− z+
Cauchy integral formula.
f (z) = (z − z+)−1
which is analytic inside |z| = 1, we have by the Cauchy integral formula
f (z)dz 2π 2π
6
I = i = (i)(2πi)f (z− ) = − =√
|z|=1 (z − z − ) z − − z + 5
We obtain the same result using residue calculus and summing over the poles inside |z| = 1
f (z) 2π
, " #
I = (i)(2πi) Res ; zk = (i)(2πi)f (z− ) = √ !
k
(z − z − ) 5
9-2
Another Trigonometric Integral
Exercise: For real p ̸= ±1, evaluate the real definite trigonometric integral
4 2π
dt
I=
0 1 − 2p cos t + p2
Solution: Let z = eit so that dz = ieitdt = izdt and dt = dz/iz. Then cos t = 1
2 (z + z −1) and
dz i dz
6 6
I = 1
=
2
|z|=1 iz[1 + p − p(z + )] p |z|=1 (z − p)(z − 1 )
z p
There are now two situations to consider:
(i) |p| > 1: In this case there is a simple pole inside |z| = 1 at z = 1/p. So by the residue
theorem
i 1 2π 1 2π
" #
I = 2πi Res = − =
p p p 1p − p p2 − 1
(iii) If |p| = 1, that is, p = ±1, the integral does not exist since there is a pole on the contour
of integration.
• The above results can be combined into the single formula
4 2π
dt 2π
= when p ̸= ±1 !
0 1 − 2p cos t + p2 |1 − p2|
9-3
Uniformity on an Arc
MR = max |f (z)| → 0 as R → ∞
z=Reiθ
θ0 ≤θ≤θ0+α
9-4
Limiting Contours I
CR = {z : |z| = R, θ0 ≤ θ ≤ θ0 + α}
Proof: We have
9-5
Limiting Contours II — Jordan’s Lemma
Proof: We prove the first case. The other cases are similar. Note that on CR
9-7
Limiting Contours IV
Theorem 68 (Limiting Contours IV) If f (z) has a simple pole at z = a with residue Res(a)
and if Cr is a circular arc of radius r and centre a subtending an angle α at z = a then
4
lim f (z) dz = iα Res(a)
r→0 Cr
z = a + reiθ where θ0 ≤ θ ≤ θ0 + α
It then follows that
4
Res(a) θ0 +α ireiθ
4
dz = Res(a) dθ = iα Res(a) !
Cr z − a θ0 reiθ
9-8
Fourier Example
Exercise: Evaluate the Fourier integral
4 ∞
I= eikx(a2 + x2)−1 dx, a > 0, k∈R
−∞
Solution: The function f (z) = (a2 + z 2)−1 has simple poles at z = ±ia.
(i) k ≥ 0: Close the contour in the upper half plane. Provided R > a, we have
$4 $ 4 4
$ $
ikz
e f (z) dz $ ≤ |a2 + z 2|−1 |dz| ≤ (R2 − a2)−1 |dz|
$ $
$
$ CR $ CR CR
= πR(R2 − a2)−1 → 0 as R → ∞
since |eikz | = |eik(x+iy)| = e−ky ≤ 1 in the upper half plane. It follows that
ikz
4 ∞ $
ikx 2 2 −1 ikz e $ π −ka
e (a + x ) dx = 2πi Res(e f (z); ia) = 2πi = e
$
$
−∞ z + ia $ z=ia a
(ii) k ≤ 0: Closing the contour in the lower half plane gives
ikz
4 ∞ $
ikx 2 2 −1 ikz e $ π ka
e (a + x ) dx = −2πi Res(e f (z); −ia) = −2πi = e
$
$
−∞ z − ia z=−ia
$ a
(iii) The two results combine into the single result
4 ∞
ikx 2 π −|k|a
2 −1
e (a + x ) dx = e !
−∞ a
• Notice that taking real and imaginary parts gives
4 ∞ 4 ∞
cos(kx) π −|k|a sin(kx)
2 2
dx = e , 2 2
dx = 0
−∞ a + x a −∞ a + x
9-9
Indented Contours I
Example: Consider the contour integrals
- ix .
eiz
4 ∞ 4 ∞
sin x e
6
′
I = dx = Im dx, I = dz
−∞ x −∞ x C z
eiz
4 −r ix
e eiz R eix eiz
6 4 4 4
0 = dz = dx + dz + dx + dz
C z −R x Cr z r x CR z
eiz
4
By Jordan’s Lemma lim dz = 0
R→∞ CR z CR
where the negative sign comes from the fact that Cr is traversed clockwise. It follows that
−r eix 4 R ix 4 ∞ ix
@4 A
e e
lim dx + dx ≡ ℘ dx = iπ
r→0, R→∞ −R x r x −∞ x
where the limit defines the Cauchy principal value. Equating real and imaginary parts gives
4 ∞ 4 ∞ 4 ∞
cos x sin x sin x
℘ dx = 0, ℘ dx = dx = π
−∞x −∞ x −∞ x
The integral I is a conditionally (not absolutely) convergent improper integral. !
9-10
Conditionally Convergent Improper Integrals
Theorem 69 (Conditionally Convergent Improper Integrals)
If f (x) has a bounded primitive
9-11
Indented Contours II
Example: Evaluate the contour integral
eiz dz
6
I =
C π 2 − 4z 2
where C is the standard upper-half-plane contour indented by small semi-circles around the
singularities at z = ±π/2.
x x
–π π
2 2
9-12
Series and Residues
9-13
Summing Series: Proof
Proof: We consider just the first type. The function F (z) = π cot πz f (z) has simple poles
at z = n ∈ Z with residues
9-14
Summing Series: Proof (Continued)
9-15
Summing Example Series
∞
, 1 π
Example: Show that for a > 0, 2 2
= coth πa :
n=−∞ n + a a
1
The series is absolutely convergent for a > 0. Let f (z) = 2 2
with simple poles at z = ±ai.
z +a
The residues of
π cot πz
F (z) = π cot πz f (z) = 2
z + a2
at z = ±ai are then
(z − ai)π cot πz π cot πai π
Res(F ; ai) = lim = = − coth πa
z→ai (z + ai)(z − ai) 2ai 2a
(z + ai)π cot πz π cot πai π
Res(F ; −ai) = lim = = − coth πa
z→−ai (z + ai)(z − ai) 2ai 2a
Hence, by the previous theorem,
∞
, 1 , π
2 2
= − Res(π cot πz f (z); z j ) = coth πa !
n=−∞ n + a poles zj of f (z)
a
∞ ∞
, 1 , 1
Example: Sum the series 2
as the limit a → 0 of the series 2 2
:
n=1 n n=1 n + a
The second series is absolutely and uniformly convergent for 0 ≤ a ≤ R < ∞ by the Weierstrass
M -test. Using uniform convergence, continuity and l’Hôpital’s rule
∞ ∞ ∞ 2
1 1 1 1 πa coth πa − 1 π
- , .
1
, ,
= lim = lim − 2 = lim = !
n 2 a→0 n 2 + a2 a→0 2 n=−∞ n2 + a2 a a→0 2a 2 6
n=1 n=1
9-16
Week 10: Applications/Cauchy Theorems
28. Gauss mean value theorem, maximum modulus principle, applications to harmonic functions
29. Liouville’s theorem, the fundamental theorem of algebra
30. The identity theorem with a brief discussion of analytic continuation
10
Maximum Modulus Principle
Lemma 71 (Gauss Mean Value Theorem) If f (z) is analytic inside and on the circle C
given by |z − a| = r, then the mean of f (z) on C is f (a)
1 2π
4
f (a) = f (a + reit )dt
2π 0
Example: Let f (z) = ez /z. Find the point where |f (z)| takes its maximum on the annulus
1 ≤ |z| ≤ 1 and find its value.
2
Solution: By the maximum modulus principle, the maximium must occur on the boundary
of the annulus which consists of the inner and outer circles:
1,
|z| = 2 |z| = 1 |z| = 1
10-2
Liouville’s Theorem
(n) M n!
|f (a)| ≤ n , n = 0, 1, 2, . . .
r
Proof: On C we have z = a + reit and z ′(t) = ireit. So using Cauchy’s integral formula
n! f (z) n! 2π $$ f (z)
$ 6 $ 4 $ $
|f (n)(a)| = $$
$
dz
$
$ ≤ z ′ (t)
$
$dt
2πi C (z − a)n+1 $
2π 0 (z − a)n+1
$ $
n! 2π $$ f (a + reit) ireit $$ M n!
4 $ $
= dt ≤ !
2π 0 $ rn+1e(n+1)it $ rn
10-3
Application of Liouville’s Theorem
Example: Prove the identity
sin(z + u) sin(z − u) sin(v + w) sin(v − w) − sin(z + w) sin(z − w) sin(v + u) sin(v − u)
= sin(z + v) sin(z − v) sin(u + w) sin(u − w), z, u, v, w ∈ C
Solution: View the LHS and RHS as functions of z and show
LHS
= {entire and bounded}, u ̸= ±w + kπ, k ∈ Z
RHS
The RHS vanishes when z = ± v + kπ, k ∈ Z. Setting z = ± v + kπ in the LHS gives
sin(± v + u) sin(± v − u) sin(v + w) sin(v − w) − sin(± v + w) sin(± v − w) sin(v + u) sin(v − u) = 0
It follows that LHS/RHS is an entire function of z. But LHS/RHS is continuous, periodic in
the real direction and bounded in the imaginary direction since
sin(z + u) e2iz+iu − e−iu
f (z) = = 2iz+iv −iv
= bounded as z → ±i∞
sin(z + v) e −e
$ ∓iu $
$e
lim |f (z)| = $ ∓iv $$ ≤ e|u|+|v| = M
$
$
z→±i∞ e
It follows that LHS/RHS is bounded. Since LHS/RHS is entire and bounded, it follows by
Liouville’s theorem that it is constant. Setting z = w we find
LHS
=1 !
RHS
Exercise: Prove this identity algebraically. !
Exercise: Use Liouville’s theorem to prove the identity
sin v sin(w − v) − sin u sin(w − u) = sin(v − u) sin(w − u − v) !
10-4
Fundamental Theorem of Algebra
Proof: (i) First we show that there exists at least one root. Proceed by contradiction.
1
Suppose Pn(z) = 0 has no root, then f (z) = is entire. Moreover, since
Pn(z)
lim |f (z)| = 0
|z|→∞
f (z) is bounded on C. So, by Liouville’s theorem, f (z) and Pn(z) are constant. But this is a
contradiction. We conclude that Pn(z) = 0 must have at least one root.
(ii) Suppose z = z1 is a root of Pn(z) = 0. Then we apply polynomial division
Pn(z)−Pn(z1) = (anz n + an−1z n−1 + · · · + a1z + a0) − (anz1n + an−1z1n−1 + · · · + a1z1 + a0)
= (z − z1)Qn−1(z) = Pn(z)
where Qn−1(z) is a polynomial of degree n − 1. By iterating, Pn(z) has exactly n roots. !
• Note that the n roots need not be distinct. For example, the polynomial P2(z) = (z − 1)2
has a double root at z = 1.
10-5
Factorization of Polynomials
Corollary 76 (Factorization of Polynomials)
Every polynomial of degree n ≥ 1
Pn (z) = anz n + an−1z n−1 + · · · + a2z 2 + a1z + a0
with an ̸= 0 factorizes into n complex linear factors
Corollary 77 (Roots in Z)
Suppose a0, a1, . . . , an ∈ Z and Pn(z) factors as
Pn (z) = anz n + an−1z n−1 + · · · + a2z 2 + a1z + a0 = (z − z1)(bn−1z n−1 + · · · + b1z + b0)
where z1 ∈ Z and b0, b1, . . . , bn−1 ∈ Z. Then the integer root z1 must be an integer factor of
a0 = −z1b0.
• This Corollary may yield integer roots of polynomials with integer coefficients:
Example: Expand into linear and quadratic factors the degree six polynomial
P6(z) = z 6 − z 5 − 3z 4 + z 3 + 3z 2 − z − 2 = 0
⎧
⎨f (z),
1 z ∈ R1
f (z) =
⎩f (z),
2 z ∈ R2
R1 R2
10-9
Non-Uniqueness of Analytic Continuation
• If the function f1(z) = Log z, analytic in |z − 1| < 1, is extended using Taylor series to the
negative real axis by analytic continuation clockwise and anti-clockwise around the branch
point at z = 0, then the two analytic continuations differ by 2πi.
Exercise: Verify this using R1 : |z − 1| < 1, R2 : |z − i| < 1, R3 : |z + 1| < 1 for the clockwise
′ : |z − 1| < 1, R′ : |z + i| < 1, R′ : |z + 1| < 1 for the anti-clockwise path.
path and R1 !
2 3
Definition: If analytic continuation of the function f (z) full circle around a point z = z0
brings you back to a different branch, then z = z0 is a branch point of the multi-valued
function f (z). This is called non-trivial monodromy. Note that analytic continuation around
a point on a branch cut always produces trivial monodromy.
10-10
Week 11: Conformal Transformations
31. Analytic functions as conformal mappings
32. Möbius transformations and basic properties
33. Conformal transformations from Möbius transformations
11
Conformal Maps
Definition: A conformal map f : U → V is a function which preserves angles. More specifically,
f is conformal at a point if the angle between any two C 1 curves through the point is preserved
under the mapping.
Theorem 81 (Analytic Maps are Conformal) A function f (z) analytic in an open
neighbourhood of a with f ′ (a) ̸= 0 is conformal at z = a. Since, by continuity, f ′ (z) ̸= 0 in
an open neighbourhood of a, it follows that f (z) is conformal in a neighbourhood of a.
Proof: If γ : [0, 1] → C is a C 1 curve and f (γ(t)) its image then the tangent slopes are
arg(γ ′(t)), γ ′(t) ̸= 0; arg(f (γ(t))′ ), f (γ(t))′ = f ′(γ(t))γ ′ (t) ̸= 0 if f ′(z) ̸= 0 and γ ′(t) ̸= 0
Let γ1 : [0, 1] → C and γ2 : [0, 1] → C be C 1 curves through the point z = a with
γ1(t1) = γ2(t2) = a
The tangents to the curves at z = a are γ1′ (t1) and γ2′ (t2) and the angle between them is
11-1
Riemann Mapping Theorem
11-2
Möbius Transformations
Definition: A Möbius transformation (linear fractional or bilinear transformation) is any non-
constant function on Ĉ of the form
az + b
w = f (z) = , ad ̸= bc, a, b, c, d ∈ C
cz + d
/ d0 a
f − = ∞, f (∞) = (c ̸= 0); f (∞) = ∞ (c = 0)
c c
• A Möbius transformation is conformal at every point except at its pole z = −d/c since
ad − bc
f ′ (z) = 2
̸= 0
(cz + d)
• Möbius transformations form a group under compositions with the identity I(z) = z.
11-3
Elementary Möbius Maps
• If we superimpose the z- and w-planes, we can view a conformal or Möbius map as a map
from the complex plane onto itself Ĉ → Ĉ.
• Let z0 = x0 + iy0 ∈ Ĉ and λ, θ0 ∈ R with λ > 0. Then the elementary Möbius maps are:
1. Translation: w = z + z0
This is translation in the Argand plane by the vector (x0, y0) ∈ R2.
2. Rescaling: w = λz
This is a contraction if 0 < λ < 1 and a magnification if λ > 1.
3. Rotation: w = eiθ0 z
This is a rotation of the complex plane about z = 0 by an angle θ0. The rotation is
anticlockwise of θ0 > 0 and clockwise if θ0 < 0.
1
4. Inversion: w=
z
1
This is point-by-point inversion of the plane through the point at the origin z = 0 (z 1→ )
z
followed by reflection in the x-axis (complex conjugation).
11-4
Möbius Compositions
11-5
Crossratio
Exercise: Show that the crossratio is invariant under the following simultaneous
transformations of z, z1, z2, z3: (i) translations, (ii) rescalings, (iii) rotations (about the
origin) and (iv) inversions (through the origin) and hence invariant under arbitrary Möbius
transformations.
11-6
Constructing Möbius Transformations
Example: Find a Möbius transformation that maps the unit disk |z| < 1 onto the right half-
plane Re w > 0 such that f (1) = ∞ and f (−1) = 0.
11-7
Three-Point Uniqueness
• The general Möbius transformation
az + b
w = f (z) =
cz + d
appears to involve four complex parameters a, b, c, d. However, since ad ̸= bc, either a ̸= 0 or
c ̸= 0 or both a and c are non-zero. We can therefore express the transformation with three
unkown coefficients
z + ab az+b
w = f (z) = c d
or w = f (z) = c c
a z + a z + dc
• It follows that there exists a unique Möbius transformation w = f (z) that maps the three
distinct points z1, z2, z3 onto the three points w1, w2, w3 respectively. An implicit formula for
the mapping w = f (z) is given by
z − z1 z2 − z3 w − w1 w2 − w3
=
z − z3 z2 − z1 w − w3 w2 − w1
If the line or circles are oriented by the order of z1, z2, z3 and w1, w2, w3 respectively, then the
Möbius transformation maps the region to the left (left-region) of z1, z2, z3 onto the region
to the left (left-region) of w1, w2, w3.
Exercise: Show, using cross-ratios, that the unique Möbius transformation w = f (z) such
that f (−1) = 0, f (0) = a, f (1) = ∞ is
1+z
f (z) = a
1−z
11-8
Circles to Circles
Example: Find a Möbius transformation that maps the circle through the distinct noncollinear
points z1, z2, z3 to the circle through the distinct noncollinear points w1, w2, w3.
Solution: Suppose the Möbius transformation w = T (z) is such that T (z1) = 0, T (z2) = 1
and T (z3) = ∞, that is, T (z) maps the circle onto the real axis Im w = 0. Following the
previous example, we find
z − z1 z2 − z3
T (z) = = (z, z1; z2, z3) = cross-ratio
z − z3 z2 − z1
Similarly, suppose the Möbius transformation z = S(w) is such that S(w1) = 0, S(w2) = 1
and S(w3) = ∞, that is, S(w) maps the circle onto the real axis Im z = 0. We find
w − w1 w2 − w3
S(w) = = (w, w1; w2, w3) = cross-ratio
w − w3 w2 − w1
The required Möbius transformation is thus given by
w = f (z) = S −1(T (z)) ⇔ S(w) = T (z) ⇔ (w, w1; w2, w3) = (z, z1; z2, z3)
because
• The order of the points is important. Specifically, if the circles are oriented such that the
points are traversed in the given order, then the left-region is mapped onto the left region
where each left-region is an interior or exterior of the associated circle.
11-9
Conformal Mappings of Bounded Regions
Theorem 84 (Parametric Boundaries)
Suppose that a C 1 curve C, which may be closed or open, has parametric equations
x = F (t), y = G(t), t ∈ [a, b]
Then, assuming f ′ (z) ̸= 0, the conformal map
z = f (w) = F (w) + iG(w), F, G analytic
maps the real axis of the w-plane onto the curve C in the z-plane.
Proof: See textbook. For closed curves, this often gives map between bounded regions.
11-10
Conformal Mapping of Laplace’s Equation
Theorem 86 (Conformal Mapping of Laplace’s Equation)
(i) Suppose that an analytic function
w = f (z) = u(x, y) + iv(x, y)
maps a domain Dz in the z-plane onto a domain Dw in the w-plane. If h(u, v) is a harmonic
function of u, v on Dw , that is it satisfyies Laplace’s equation ∇2h(u, v) = 0, then
H(x, y) = h(u(x, y), v(x, y)) = harmonic function of x, y in Dz
(ii) Suppose that C = ∂Dz and Γ = f (C) = ∂Dw are C 1. Then Dirichlet or Neumann boundary
conditions are preserved. Explicitly, if along Γ
dh
h(u, v) = h0 ∈ R or = normal derivative to Γ = 0
dn
then along C
dH
H(x, y) = h0 ∈ R or = normal derivative to C = 0
dN
Proof: (i) Let w = f (z) = u + iv and let k = k(u, v) be the harmonic conjugate of h = h(u, v).
Then g(w) = h + ik is analytic. So
H(x, y) = h(u(x, y), v(x, y)) = Re g(w) = Re g(f (z)) = harmonic function of x, y
because the composite function g(f (z)) is analytic.
• It follows that a solution H(x, y) of Laplace’s equation ∇2H(x, y) = 0 in a complicated
domain Dz in the xy-plane can be obtained by using a conformal mapping f (z) of the domain
in the xy-plane onto a simpler domain Dw in the uv-plane and solving Laplace’s equation there.
11-11
Applications in Potential Theory
Consider Laplace’s equation for φ = φ(x, y) in a domain D with specified boundary conditions
on Γ = ∂D
∂ 2φ ∂ 2φ
2
+ 2
= 0
∂x ∂y
• Heat Flow:
In heat flow, Laplace’s equation governs the temperature distribution φ(x, y) and the curves
φ = constant are isotherms. Typically, the temperature is fixed on parts of the boundary
Γ = ∂D. The rest of the boundary is assumed to be insulating so that the normal derivative
∂φ
to Γ vanishes = 0.
∂n
• Electrostatics:
In electrostatics, φ(x, y) is the electric potential with electric field E = ∇φ and ∇ · E = 0.
The curves φ = constant are equipotentials. Typically, one specifies either the potential or
the normal component of E on the boundary Γ = ∂D.
• Fluid Flow:
In fluid flow, φ(x, y) is the stream function and the curves φ = constant are streamlines. For
flow around a nonporous body, the perimeter must be part of a streamline.
11-12
Cylindrical Capacitor
Example: Find$ the electrostatic
$ potential φ(z) between two long cylindrical conductors such
3 $ = 3 and φ = 1 on |z| = 1.
that φ = 0 on $z − 10
$
$ 10
Solution: Since Log w = Log |w| + i Arg(w), w ̸= 0 is analytic in an annulus (with a cut),
Log |w| is harmonic. So the radially symmetric solution we seek for two concentric cylinders
of radii r, R with 0 < r < R is
Log(|w|/r)
ψ(w) = , r < |w| < R
Log(R/r)
We need to find a conformal mapping to relate the two geometries. The required Möbius
transformation and its inverse are
1
z−3 1
3w + 3
w = f (z) = − , z = f −1(w) =
z−3 w+1
It is verified that the inner and outer circles in the z-plane are mapped onto concentric circles
in the w-plane
$ / 3 0$ 1 1
iθ $
|w| = $f (1 + e ) $ = = r, |w| = |f (eiθ )| = = R, θ ∈ [0, 2π]
$
10 9 3
The solution in the w-plane is thus
Log 9|w| 1 1
ψ(w) = , < |w| <
Log 3 9 3
Transforming back, we find
"
z−1
3
#
Log(|9z − 3|/|z − 3|)
φ(z) = ψ = !
z−3 Log 3
11-13
Joukowsky Airfoil
• In 1908, the mathematician Joukowsky considered the flow around an off-centre cylinder
• Miraculously, this cylinder is mapped onto the Joukowsky airfoil under the conformal
Joukowsky mapping
1
w = J(z) = z +
z
• It is therefore possible to obtain the airflow around the Joukowsky airfoil by studying the
airflow around a cylinder. This technique is of major importance in aerodynamics!
11-14
Week 12: Gamma and Zeta Functions
34. The Gamma function
35. General discussion of the Zeta function
36. Revision
From this integral expression, Γ(p) has no branch points and is analytic for Re p > 0.
12-1
Graph of the Gamma Function
-4 -2 2 4
-2
-4
12-2
Beta Function
Definition: A related function is the beta function B(r, s) defined by
4 1
B(r, s) = ur−1(1 − u)s−1 du
0
Consider the product
4 ∞ 4 ∞
Γ(r)Γ(s) = xr−1e−x dx y s−1e−y dy
0 0
as a double integral over the first quadrant in the x-y plane. Substituting x + y = u we find
4 ∞ "4 u #
Γ(r)Γ(s) = e−u xr−1(u − x)s−1 dx du
0 0
4 ∞ 4 1
r+s−1 −u
= u e du tr−1(1 − t)s−1 dt
0 0
= Γ(r + s)B(r, s)
z p-1 =x p-1
In the second step we substituted x = ut, dx = u dt. branch cut
In particular, since Γ(1) = 1
4 1 ×
–1
.
Γ(p)Γ(1 − p) = B(p, 1 − p) = up−1(1 − u)−p du
0 2πip
zp-1 =x p-1 e
Or, after substituting u = x(1 + x)−1,
4 ∞
Γ(p)Γ(1 − p) = xp−1(1 + x)−1 dx
0
This integral can be evaluated by considering the integral of
z p−1(1 + z)−1 (0 < Re p < 1) around the contour C.
12-3
Reflection Formula
Using residues and limiting contours theorems I/III (Uniformity on an Arc) we find
6
z p−1(1 + z)−1 dz = 2πi Res(−1) = 2πi eiπ(p−1) = −2πi eiπp
C
4 ∞ 4 0
= xp−1(1 + x)−1 dx + xp−1e2πip(1 + x)−1 dx
0 ∞
4 ∞
= −(e2πip − 1) xp−1(1 + x)−1 dx
0
After rearranging we find
4 ∞
p−1 −1 π
x (1 + x) dx =
0 sin πp
The final result is called the reflection formula
π
Γ(p)Γ(1 − p) = , 0 < Re p < 1
sin πp
• Although we derived the reflection formula for 0 < Re p < 1, it extends straightforwardly
to all p ∈
/ Z using the recursion relation for the Γ function.
• Using the fact that π/ sin(πz) has simple poles at z = ±n, n = 0, 1, 2 . . . with residues
(−1)n , the reflection formula shows that Γ(p) has simple poles at p = −n, n = 0, 1, 2, . . . with
residues
(−1)n (−1)n
=
Γ(1 + n) n!
12-4
Gamma Function Summary
4 ∞
Γ(p) = xp−1e−x dx, Re p > 0
0
12-5
Zeta Function
• The Riemann zeta function is defined by
∞
, 1
ζ(p) = p
, Re p > 1
n=1 n
with ζ ∗(p) = ζ(p) for Re p > 1. The eta function η(p) is absolutely convergent for Re p > 1
and conditionally convergent for 0 < Re p < 1 by a convergence test for Dirichlet series
$ n $ ∞
$ , an $
$ $
$ , $
$ ak $$ bounded for large n ⇒ $
p
$ < ∞, an ∈ C, Re p > 0;
$
k=1
$
n=1 n $
This formula is not obvious and requires an integral representation of the eta function
1 ∞ xp−1
4
η(p) = x
dx, Re p > 0
Γ(p) 0 e + 1
• It follows that ζ(p) has no branch points and is an analytic function in the complex p-plane
except for a simple pole at p = 1 with residue equal to unity.
12-6
Zeta Function Summary
• Riemann/Euler Formulas
∞
,
−p
? 1
ζ(p) = n = −p
, Re p > 1
n=1 n prime 1 − n
ζ(0) = −1/2
ζ(2) = π 2/6
ζ(4) = π 4/90
12-7
Zeta Function on Real Axis
0.02
6
0.01
4
!10 !8 !6 !4 !2
2
!0.01
12-8
Zeta Function on Imaginary Axis
1 + iy)| Showing Zeros on Imaginary Axis
Plot of |ζ( 2
3.0
2.5
2.0
1.5
1.0
0.5
!40 !20 20 40
12-9