Complex Analysis: Problems With Solutions: August 2016
Complex Analysis: Problems With Solutions: August 2016
Complex Analysis: Problems With Solutions: August 2016
net/publication/280722238
CITATIONS READS
0 427,139
1 author:
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Juan Carlos Ponce Campuzano on 21 April 2021.
Complex Analysis
Problems with solutions
ISBN 978-0-6485736-1-6
Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1 Complex Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.1 Basic algebraic and geometric properties 7
1.2 Modulus 10
1.3 Exponential and Polar Form, Complex roots 13
2 Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.1 Basic notions 19
2.2 Limits, Continuity and Differentiation 27
2.3 Analytic functions 31
2.3.1 Harmonic functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3 Complex Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.1 Contour integrals 39
3.2 Cauchy Integral Theorem and Cauchy Integral Formula 43
3.3 Improper integrals 56
4 Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
4.1 Taylor and Laurent series 59
4.2 Classification of singularities 68
4.3 Applications of residues 74
4.3.1 Improper integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
Foreword
This text constitutes a collection of problems for using as an additional learning resource
for those who are taking an introductory course in complex analysis. The problems are
numbered and allocated in four chapters corresponding to different subject areas: Complex
Numbers, Functions, Complex Integrals and Series. The majority of problems are provided
with answers, detailed procedures and hints (sometimes incomplete solutions).
Of course, no project such as this can be free from errors and incompleteness. I will
be grateful to everyone who points out any typos, incorrect solutions, or sends any other
suggestion for improving this manuscript.
Contact: [email protected]
2016
1. Complex Numbers
Solution. We have
√ √ √ √
2 − i − i 1 − 2i = 2 − i − i + 2 = −2i,
and
(2 − 3i) (−2 + i) = −4 + 2i + 6i − 3i2 = −4 + 3 + 8i = −1 + 8i.
Solution. We have
5i 5i i i 1
= = 2
= =−
(1 − i)(2 − i)(3 − i) (1 − i)(5 − 5i) (1 − i) −2i 2
8 Chapter 1. Complex Numbers
3. Show that
(a) Re(iz) = − Im(z);
(b) Im(iz) = Re(z).
and
Im(iz) = Im(−y + xi) = x = Re(z).
4. Verify the associative law for multiplication of complex numbers. That is, show that
for all z1 , z2 , z3 ∈ C.
and
Therefore,
5. Compute
2+i
(a) ;
2−i
(b) (1 − 2i)4 .
Answer: (a) (3 + 4i)/5, (b) −7 + 24i.
1.1 Basic algebraic and geometric properties 9
and hence
x1 x2 − y1 y2 x2 y1 + x1 y2
f (z1 z2 ) = .
−x2 y1 − x1 y2 x1 x2 − y1 y2
to expand √
(a) (1 + √3i)2011 ;
(b) (1 + 3i)−2011 .
Similarly,
2011 √ !2011
√
1 1 − 3i
(1 + 3i)−2011 = √ =
1 + 3i 4
1 2011 2011 √
= 2011 ∑ (− 3i)k
4 k=0 k
1 1005 2011
= 2011 ∑ (−3)m
4 m=0 2m
i 1005 2011 √
− 2011 ∑ (−3)m 3.
4 m=0 2m + 1
8. Suppose that z1 and z2 are complex numbers, with z1 z2 real and non-zero. Show that
there exists a real number r such that z1 = rz2 .
z1 z2 = x1 x2 − y1 y2 + (x1 y2 + y1 x2 )i
x1 x2 − y1 y2 6= 0 and x1 y2 + y1 x2 = 0.
1.2 Modulus
1. Show that
for all z1 , z2 ∈ C.
1.2 Modulus 11
Proof. We have
|z1 − z2 |2 + |z1 + z2 |2
= (z1 − z2 )(z1 − z2 ) + (z1 + z2 )(z1 + z2 )
= (z1 − z2 )(z1 − z2 ) + (z1 + z2 )(z1 + z2 )
= ((z1 z1 + z2 z2 ) − (z1 z2 + z2 z1 )) + ((z1 z1 + z2 z2 ) + (z1 z2 + z2 z1 ))
= 2(z1 z1 + z2 z2 ) = 2(|z1 |2 + |z2 |2 ).
√
2. Verify that 2|z| ≥ | Re z| + | Im z|.
Hint: Reduce this inequality to (|x| − |y|)2 ≥ 0.
Thus
2| Re z|| Im z| ≤ | Re z|2 + | Im z|2 ,
and then
| Re z|2 + 2| Re z|| Im z| + | Im z|2 ≤ 2(| Re z|2 + | Im z|2 ).
That is
(| Re z| + | Im z|)2 ≤ 2(| Re z|2 + | Im z|2 ) = 2|z|2 ,
and therefore, √
| Re z| + | Im z| ≤ 2|z|.
(c) Since
2|z| = |z − 2| ⇔ 2|x + yi| = |(x − 2) + yi|
⇔ 4|x + yi|2 = |(x − 2) + yi|2
⇔ 4(x2 + y2 ) = (x − 2)2 + y2
⇔ 3x2 + 4x + 3y2 = 4
2 2
16
⇔ x+ + y2 =
3 9
2 4
⇔ z + =
3 3
the curve is the circle with centre at −2/3 and radius 4/3.
4. Show that
R4 − R
4 4
z + iz
≤ ≤ R +R
R2 + R + 1 z2 + z + 1 (R − 1)2
for all z satisfying |z| = R > 1.
and
and
√ ! √ !
−1 + 3i −1 − 3i
|z2 + z + 1| = z − z−
2 2
√ √
−1 + 3i −1 − 3i
= z − z −
2 2
−1 + √3i −1 − √3i
! !
≥ |z| − |z| −
2 2
= (R − 1)(R − 1) = (R − 1)2
1.3 Exponential and Polar Form, Complex roots 13
Therefore,
4 4
z + iz
≤ R +R .
z2 + z + 1 (R − 1)2
5. Show that
| Log(z)| ≤ |ln |z|| + π (1.1)
for all z 6= 0.
Solution. (a)
i 1−i i2 + (1 − i)2
+ =
1−i i (1 − i)i
−1 − 2i 1 − i
= ·
1+i 1−i
−1 + i − 2i − 2
=
2
−3 − i 3 i
= =− −
2 2 2
(b) We have that
−iπ
3
−8i = 2 exp
2
Thus the cube roots are
−iπ iπ 7iπ
2 exp , 2 exp and 2 exp .
6 2 6
That is √ √
3 − i, 2i, − 3−i
14 Chapter 1. Complex Numbers
(c)
1337
iπ 1337
i+1
√ = exp
2 4
1337πi
= exp
4 π
= exp 167 · 2πi + i
4
π 1+i
= exp i = √ .
4 2
√
p
−2 +
4 − 4(1 − i)
z= = −1 + i
p 2
= −1 + eπi/2 = −1 + eπi/4 e2mπi/2 (m = 0, 1)
√ ! √ √ ! √
2 2 2 2
= −1 + + i, −1 − − i.
2 2 2 2
4. Find the four roots of the polynomial z4 + 16 and use these to factor z4 + 16 into two
quadratic polynomials with real coefficients.
1.3 Exponential and Polar Form, Complex roots 15
5. Do the following:
(a) Use exponential
√ 2011form to compute
i. (1 + √3i) ;
ii. (1 + 3i)−2011 .
(b) Prove that
1005
2011
∑ 2m (−3)m = 22010
m=0
and
1005
2011
∑ (−3)m = 22010 .
m=0 2m + 1
Solution. Since
√ !
√
1 3 πi
1 + 3i = 2 + i = 2 exp ,
2 2 3
we have
√ 2011
2011 2011πi 2011 2011πi
(1 + 3i) =2 exp =2 exp
3 3
πi
= 22011 exp 670πi +
3
√ !
πi 1 3
= 22011 exp = 22011 + i
3 2 2
√
= 22010 (1 + 3i).
16 Chapter 1. Complex Numbers
Similarly,
√ √
(1 + 3i)−2011 = 2−2013 (1 − 3i).
It follows that
1005 1005
2011 2011
∑ 2m (−3) = ∑ 2m + 1 (−3)m = 22010.
m
m=0 m=0
1 − zn+1
1 + z + z2 + · · · + zn = (z 6= 1)
1−z
and then use it to derive Lagrange’s trigonometric identity:
(2n+1)θ
1 sin 2
1 + cos θ + cos 2θ · · · + cos nθ = + (0 < θ < 2π).
2 2 sin θ2
Proof. If S = 1 + z + z2 + · · · + zn , then
Thus
1 − zn+1
S= ,
1−z
with z 6= 1. That is,
1 − zn+1
1 + z + z2 + · · · + zn = z 6= 1
1−z
and, in order to find the real part of the right-hand side, we write that side in the form
h i
θ
(2n+1)θ
exp −i 2 − exp i 2
θ
1 − exp [i (n + 1) θ ] exp −i 2
· =
1 − exp (iθ )
exp −i θ2 exp −i θ2 − exp i θ2
which becomes
(2n+1)θ (2n+1)θ
cos θ2 − i sin θ
2 − cos 2 − i sin 2 i
·
−2i sin 2θ i
or
h i h i
θ
(2n+1)θ θ
(2n+1)θ
sin 2 + sin 2 + i cos 2 − cos 2
.
2 sin θ2
The real part of this is clearly
(2n+1)θ
1 sin 2
+ ,
2 2 sin θ2
and we arrive at the Lagrange’s trigonometric identity:
(2n+1)θ
1 sin 2
1 + cos θ + cos 2θ · · · + cos nθ = + (0 < θ < 2π).
2 2 sin θ2
7. Use complex numbers to prove the Law of Cosine: Let ∆ABC be a triangle with
|BC| = a, |CA| = b, |AB| = c and ∠BCA = θ . Then
a2 + b2 − 2ab cos θ = c2 .
z1 z2 + z2 z1 = 2|z1 z2 | cos θ .
Therefore, we have
a2 + b2 − c2 = z1 z2 + z2 z1 = 2ab cos θ
and hence
a2 + b2 − 2ab cos θ = c2 .
2. Functions
Solution. (a)
(b)
(c)
1 1
f (z) = =
i − z −x + (1 − y)i
−x − (1 − y)i
= 2
x + (1 − y)2
x 1−y
=− 2 2
−i 2
x + (1 − y) x + (1 − y)2
(d)
f (z) = exp(z2 ) = exp((x + yi)2 )
= exp((x2 − y2 ) + 2xyi)
2 −y2
= ex (cos(2xy) + i sin(2xy))
x2 −y2 2 −y2
=e cos(2xy) − iex sin(2xy)
2. Suppose that f (z) = x2 − y2 − 2y + i(2x − 2xy), where z = x + iy. Use the expressions
z+z z−z
x= and y =
2 2i
to write f (z) in terms of z and simplify the result.
Solution. We have
f (z) = x2 − y2 − 2y + i(2x − 2xy)
= x2 − y2 + i2x − i2xy − 2y
= (x − iy)2 + i(2x + 2iy)
= z2 + 2iz.
3. Suppose p(z) is a polynomial with real coefficients. Prove that
(a) p(z) = p(z);
(b) p(z) = 0 if and only if p(z) = 0;
(c) the roots of p(z) = 0 appear in conjugate pairs, i.e., if z0 is a root of p(z) = 0,
so is z0 .
4. Let
z
T (z) = .
z+1
Find the inverse image of the disk |z| < 1/2 under T and sketch it.
1
T −1 (D) = {z ∈ C : T (z) ∈ D} = {|T (z)| < }
2
z 1
= z : < = {2|z| < |z + 1|}.
z + 1 2
So
−1
1 2
T (D) = z : z − <
3 3
5. Sketch the following sets in the complex plane C and determine whether they are
open, closed, or neither; bounded; connected. Briefly state your reason.
(a) |z + 3| < 1;
(b) | Im(z)| ≥ 1;
(c) 1 ≤ |z + 3| < 2.
Solution. (a) Since {|z + 3| < 1} = {(x + 3)2 + y2 − 1 < 0} and f (x, y) = (x + 3)2 +
y2 − 1 is a continuous function on R2 , the set is open. It is not closed since the only
sets that are both open and closed in C are 0/ and C.
Since
|z| = |z + 3 − 3| ≤ |z + 3| + | − 3| = |z + 3| + 3 < 4
for all |z + 3| < 1, {|z + 3| < 1} ⊂ {|z| < 4} and hence it is bounded.
It is connected since it is a convex set.
6. Show that
| sin z|2 = (sin x)2 + (sinh y)2
for all complex numbers z = x + yi.
Proof.
| sin(z)|2 = | sin(x + yi)|2 = | sin(x) cos(yi) + cos(x) sin(yi)|2
= | sin(x) cosh(y) − i cos(x) sinh(y)|2
= sin2 x cosh2 y + cos2 x sinh2 y
= sin2 x(1 + sinh2 y) + cos2 x sinh2 y
= sin2 x + (cos2 x + sin2 x) sinh2 y = (sin x)2 + (sinh y)2 .
2.1 Basic notions 23
7. Show that
Proof.
8. Show that
tan z1 + tan z2
tan(z1 + z2 ) =
1 − (tan z1 )(tan z2 )
for all complex numbers z1 and z2 satisfying z1 , z2 , z1 + z2 6= nπ + π/2 for any integer
n.
Proof. Since
and
i(e−iz1 − eiz1 )
−iz
i(e 2 − eiz2 )
1 − (tan z1 )(tan z2 ) = 1 −
eiz1 + e−iz1 eiz2 + e−iz2
(e−iz1 + eiz1 )(e−iz2 + eiz2 ) + (e−iz1 − e−iz1 )(e−iz2 − eiz2 )
=
(e−iz1 + eiz1 )(e−iz2 + eiz2 )
ei(z1 +z2 ) + e−i(z1 +z2 )
=2 ,
(eiz1 + e−iz1 )(eiz2 + e−iz2 )
we have
Alternatively, we can argue as follows if we assume that the identity holds for z1 and
z2 real. Let
tan z1 + tan z2
F(z1 , z2 ) = tan(z1 + z2 ) − .
1 − (tan z1 )(tan z2 )
We assume that F(z1 , z2 ) = 0 for all z1 , z2 ∈ R with z1 , z2 , z1 + z2 6= nπ + π/2.
Fixing z1 ∈ R, we let f (z) = F(z1 , z). Then f (z) is analytic in its domain
C\({nπ + π/2} ∪ {nπ + π/2 − z1 }).
And we know that f (z) = 0 for z real. Therefore, by the uniqueness of analytic
functions, f (z) ≡ 0 in its domain. So F(z1 , z2 ) = 0 for all z1 ∈ R and z2 ∈ C in its
domain.
Fixing z2 ∈ C, we let g(z) = F(z, z2 ). Then g(z) is analytic in its domain
C\({nπ + π/2} ∪ {nπ + π/2 − z2 }).
And we have proved that g(z) = 0 for z real. Therefore, by the uniqueness of analytic
functions, g(z) ≡ 0 in its domain. Hence F(z1 , z2 ) = 0 for all z1 ∈ C and z2 ∈ C in
its domain.
Solution. Since cos z = (eiz + e−iz )/2, it comes down to solve the equation eiz +
e−iz = 6, i.e.,
w + w−1 = 6 ⇔ w2 − 6w + 1 = 0
√
if we let w = eiz . The roots of w2 − 6w + 1 = 0 are w = 3 ± 2 2. Therefore, the
solutions for cos z = 3 are
√ √ √
iz = log(3 ± 2 2) ⇔ z = −i(ln(3 ± 2 2) + 2nπi) = 2nπ − i ln(3 ± 2 2)
for n integers.
π
10. Calculate sin +i .
4
Solution.
π 1
sin + i = (ei(π/4+i) − e−i(π/4+i) )
4 2i
1
= (e−1 eπi/4 − ee−πi/4 )
2i
1 −1 π π π π
= e (cos + i sin ) − e(cos − i sin )
2i
√ 4 4 4 4
√
2 1 2 1
= e+ + e− i
4 e 4 e
2.1 Basic notions 25
π
11. Compute cos +i .
3
Solution.
π 1
cos + i = (ei(π/3+i) + e−i(π/3+i) )
3 2
1 −1 πi/3
= (e e + ee−πi/3 )
2
1 −1 π π π π
= e (cos + i sin ) + e(cos − i sin )
2 3 3 3 3
√
1 1 3i 1
= e+ − e−
4 e 4 e
Solution. We have
√
13. Let f (z) be the principal branch of 3 z.
Solution.
√
1 1 πi πi 3 i
f (−i) = exp( Log(−i)) = exp( (− )) = exp(− ) = −
3 3 2 6 2 2
Proof. Since
f (z1 ) f (z2 ) 1 1 1
= exp( Log z1 + Log z2 − Log(z1 z2 ))
f (z1 z2 ) 3 3 3
1
= exp( (Log z1 + Log z2 − Log(z1 z2 )))
3
i 2nπi
= exp( (Arg z1 + Arg z2 − Arg(z1 z2 ))) = exp( )
3 3
for some integer n, λ = exp(2nπi/3). Therefore,
1 √
if n = 3k
λ = −1+2 3i if n = 3k + 1
−1−√3i
2 if n = 3k + 2
where k ∈ Z.
iz3 + 1 i(z3 + i3 )
lim = lim
z→−i z2 + 1 z→−i z2 + 1
i(z + i)(z2 − iz + i2 )
= lim
z→−i (z + i)(z − i)
i(z − iz + i2 )
2
= lim
z→−i z−i
limz→−i (z2 − iz + i2 )
=i
limz→−i (z − i)
limz→−i z2 − i limz→−i z + limz→−i i2
=i
limz→−i z − limz→−i i
i((−i) − i(−i) + i2 ) 3
2
= =
−i − i 2
(b)
4 + z2 4 + z−2
lim = lim
z→∞ (z − 1)2 z→0 (z−1 − 1)2
4z2 + 1 limz→0 (4z2 + 1)
= lim =
z→0 (1 − z)2 limz→0 (1 − z)2
4(limz→0 z)2 + limz→0 1
= =1
(limz→0 1 − limz→0 z)2
(c) Since
Im(z) y
lim = lim = −i
Re(z)=0,z→0 z y→0 yi
and
Im(z) 0
lim = lim = 0
Im(z)=0,z→0 z x→0 x
lim z2 + 42z3 = 0.
⇐⇒
z→0
z4
Therefore, lim = ∞.
z→∞ z2 + 42z
(c)
(az + b)3 (a/z + b)3 (a + bz)3 a3
lim = lim = lim = 3.
z→∞ (cz + d)3 z→0 (c/z + d)3 z→0 (c + dz)3 c
However, lim z/z must be independent of direction of approach. Hence limit does
z→0
not exist.
2.2 Limits, Continuity and Differentiation 29
Proof. Let f (z) = u(x, y) + iv(x, y). Since f (z) is continuous at z0 = x0 + y0 i, u(x, y)
and v(x, y) are continuous at (x0 , y0 ). Therefore,
is continuous at (x0 , y0 ) since the sums and products of continuous functions are
continuous. It follows that
q
| f (z)| = (u(x, y))2 + (v(x, y))2
5. Let (
z3 /z2 if z 6= 0
f (z) =
0 if z = 0
Show that
(a) f (z) is continuous everywhere on C;
(b) the complex derivative f 0 (0) does not exist.
Proof. Since both z3 and z2 are continuous on C∗ = C\{0} and z2 6= 0, f (z) = z3 /z2
is continuous on C∗ .
At z = 0, we have
3
z
lim | f (z)| = lim 2 = lim |z| = 0
z→0 z→0 z z→0
and hence limz→0 f (z) = 0 = f (0). So f is also continuous at 0 and hence continuous
everywhere on C.
The complex derivative f 0 (0), if exists, is given by
f (z) − f (0) z3
lim = lim 3 .
z→0 z−0 z→0 z
z3 x3
lim = lim = 1.
z=x→0 z3 x→0 x3
z3 (−yi)3
lim = lim = −1.
z=yi→0 z3 x→0 (yi)3
6. Show that f (z) in problem 5 is actually nowhere differentiable, i.e., the complex
derivative f 0 (z) does not exist for any z ∈ C.
9. Show that if f (z) satisfies the Cauchy-Riemann equations at z0 , so does ( f (z))n for
every positive integer n.
Proof. Since every polynomial is entire, 2z2 − 3 is entire; since both −z and ez are
entire, their product −zez is entire; since ez and −z are entire, their composition e−z
is entire. Finally, f (z) is the sum of 2z3 − 3, −zez and e−z and hence entire.
2. Let f (z) be an analytic function on a connected open set D. If there are two constants
c1 and c2 ∈ C, not all zero, such that c1 f (z) + c2 f (z) = 0 for all z ∈ D, then f (z) is
a constant on D.
Proof. Since
∂ ∂ ∂ ∂
+i sin(z) = sin(z) + i sin(z)
∂x ∂y ∂x ∂y
∂z ∂z
= cos(z) + i cos(z)
∂x ∂y
= cos(z) + i cos(z)(−i) = 2 cos(z)
sin(z) is not differentiable and hence not analytic at every point z satisfying cos(z) 6=
0. At every point z0 satisfying cos(z0 ) = 0, i.e., z0 = nπ + π/2, sin(z) is not differ-
entiable in |z − z0 | < r for all r > 0. Hence sin(z) is not analytic at z0 = nπ + π/2
either. In conclusion, sin(z) is nowhere analytic.
4. Let f (z) = u(x, y) + iv(x, y) be an entire function satisfying u(x, y) ≤ x for all z =
x + yi. Show that f (z) is a polynomial of degree at most one.
Proof. Let g(z) = exp( f (z) − z). Then |g(z)| = exp(u(x, y) − x). Since u(x, y) ≤ x,
|g(z)| ≤ 1 for all z. And since g(z) is entire, g(z) must be constant by Louville’s
theorem. Therefore, g0 (z) ≡ 0. That is, ( f 0 (z) − 1) exp( f (z) − z) ≡ 0 and hence
f 0 (z) = 1 for all z. So f (z) ≡ z + c for some constant c.
5. Show that
3 −3xy2
| exp(z3 + i) + exp(−iz2 )| ≤ ex + e2xy
v(x, y) ≥ x
for all z = x + yi, where u(x, y) = Re( f (z)) and v(x, y) = Im( f (z)). Show that f (z)
is a polynomial of degree 1.
2.3 Analytic functions 33
Since v(x, y) ≤ x, x − v(x, y) ≤ 0 and |g(z)| ≤ 1 for all z. And since g(z) is entire,
g(z) must be constant by Louville’s theorem. Therefore, g0 (z) ≡ 0. That is, (i f 0 (z) +
1) exp(i f (z) + z) ≡ 0 and hence f 0 (z) = i for all z. So f (z) ≡ iz + c for some constant
c.
7. Show that the entire function cosh(z) takes every value in C infinitely many times.
And since cosh(z + 2πi) = cosh(z), cosh(z0 + 2nπi) = w0 for all integers n. There-
fore, cosh(z) takes every value w0 infinitely many times.
8. Determine which of the following functions f (z) are entire and which are not? You
must justify your answer. Also find the complex derivative f 0 (z) of f (z) if f (z) is
entire. Here z = x + yi with x = Re(z) and y = Im(z).
1
(a) f (z) =
1 + |z|2
Solution. Since u(x, y) = Re( f (z)) = (1 + x2 + y2 )−1 and v(x, y) = 0, ux =
2x(1 + x2 + y2 )−2 6= 0 = vy . Hence the Cauchy-Riemann equations fail for f (z)
and f (z) is not entire.
z
(b) f (z) = 2(3 ) (here 2z and 3z are taken to be the principle values of 2z and 3z ,
respectively, by convention)
z
Solution. Let g(z) = 2z and h(z) = 23 . Since both g(z) and h(z) are entire,
f (z) = g(h(z)) is entire and
z
f 0 (z) = g0 (h(z))h0 (z) = 23 3z (ln 2)(ln 3)
by chain rule.
(c) f (z) = (x2 − y2 ) − 2xyi
Solution. Since
∂ ∂
+i f = (2x − 2yi) + i(−2y − 2xi) = 4x − 4yi 6= 0,
∂x ∂y
the Cauchy-Riemann equations fail for f (z) and hence f (z) is not entire.
34 Chapter 2. Functions
the Cauchy-Riemann equations hold for f (z) everywhere. And since fx and fy
are continous, f (z) is analytic on C. And f 0 (z) = fx = 2x + 2yi = 2z.
9. Let CR denote the upper half of the circle |z| = R for some R > 1. Show that
iz
e 1
z2 + z + 1 ≤ (R − 1)2
we obtain
iz
e
≤ 1
z2 + z + 1 (R − 1)2
for z ∈ CR .
10. Let
(
z2 /|z| if z 6= 0
f (z) =
0 if z = 0
Proof. Since both z and |z| are continuous on C, z2 /|z| is continuous on C∗ . There-
fore, f (z) is continuous on C∗ . To see that it is continuous at 0, we just have to show
that
z2
lim f (z) = lim = f (0) = 0.
z→0 z→0 |z|
w−1 2
= 1− ∈ (−∞, −1] ∪ (1, ∞)
w+1 w+1
ux = vy , vx = −uy ,
Thus
vx = 3y2 + 4y + g0 (x)
Since vx = −uy ,
ux = vy , vx = −uy ,
2x
we have that vy = . Thus
x2 + y2
2x y
Z
v= dy = 2 arctan + g(x)
x2 + y2 x
So we have
−2y
vx = + g0 (x)
x2 + y2
Since vx = −uy ,
−2y 0 −2y
+ g (x) =
x2 + y2 x2 + y2
0
g (x) = 0
g(x) = c c ∈ R
Solution.
(a)
Z 2 2 Z 2
2
t + i dt = (t 4 + 2it 2 + i2 )dt
1 1
2
t 5 2it 3 26 14
= + − t = + i
5 3 1 5 3
(b)
π/4
e−2it
Z π/4
−2it
e dt = −
0 2i 0
1+i 1 i
= = −
2i 2 2
40 Chapter 3. Complex Integrals
(c)
1 ∞
Z ∞ Z
tezt dt = td(ezt )
0 z 0
1
Z ∞
zt ∞ zt
= te 0 − e dt
z 0
1 zt 1 zt
= lim te − lim e − 1
z t→∞ z t→∞
1
= 2
z
where
lim tezt = lim ezt = 0
t→∞ t→∞
because
t 1
lim |tezt | = lim tet Re(z) = lim = − lim =0
t→∞ t→∞ t→∞ e−xt t→∞ xe−xt
as x = Re(z) < 0.
R
2. Find the contour integral γ zdz for
(a) γ is the triangle ABC oriented counterclockwise, where A = 0, B = 1 + i and
C = −2;
(b) γ is the circle |z − i| = 2 oriented counterclockwise.
Solution. (a)
Z Z Z Z
zdz = zdz + zdz + zdz
γ AB BC CA
Z 1
= t(1 + i)d(t(1 + i))
0
Z 1
+ (1 − t)(1 + i) − 2td((1 − t)(1 + i) − 2t)
0
Z 1
+ −2(1 − t)d(−2(1 − t))
0
Z 1 Z 1 Z 1
= 2tdt + ((2i − 4) + 10t)dt + 4(t − 1)dt
0 0 0
= 1 + (2i − 4) + 5 − 2 = 2i
(b)
Z 2π Z 2π
i + 2eit d(i + 2eit ) = 2i(−i + 2e−it )eit dt = 8πi.
0 0
3.1 Contour integrals 41
Solution.
Z Z Z Z
zdz = zdz + zdz + zdz
L AB BC CA
Z 1 Z 1
= tdt + (1 − t) + tid((1 − t) + ti)
0 0
Z 1
+ (1 − t)id((1 − t)i)
0
Z 1 Z 1 Z 1
= tdt + (−1 + i) ((1 − t) − ti)dt − (1 − t)dt = i
0 0 0
z2 − 1
f (z) =
z
and the curve C is
(a) the semicircle z = 2eiθ (0 ≤ θ ≤ π);
(b) the semicircle z = 2eiθ (π ≤ θ ≤ 2π);
(c) the circle z = 2eiθ (0 ≤ θ ≤ 2π).
Solution.
(a)
Z π 2iθ
4e − 1
Z π
f (z)dz = d(2eiθ ) = (2e2iθ − i)0 = −πi
C 0 2eiθ
(b)
Z 2π 2iθ
4e − 1
Z 2π
f (z)dz = d(2eiθ ) = (2e2iθ − i)π = −πi
C π 2eiθ
= −(ln 2 + πi − ln 2) = −πi.
For (b),
2 !
z2
Z
f (z)dz = − Log(2) − lim Log(z)
C 2 −2 z→−2
Im(z)<0
Log(z2 )
Z
π + ln R
dz < 4π
C
R z2 R
and then
Log(z2 )
Z
lim dz = 0.
R→∞ CR z2
| Log(z2 )| ≤ ln |z2 | + π = 2 ln R + π
Log(z2 )
Z
π + 2 ln R
dz ≤ 2πR
C
R z2 R2
π/2 + ln R π + ln R
= 4π < 4π .
R R
And since
π + ln R 1
lim 4π = 4π lim =0
R→∞ R R→∞ R
Log(z2 )
Z
lim dz = 0.
R→∞ CR z2
3.2 Cauchy Integral Theorem and Cauchy Integral Formula 43
where C is the arc of the circle |z| = 3 from z = 3 to z = 3i lying in the first quadrant.
Proof. Since
for |z| = 3,
1 1
z2 + z + 1 ≤ 5 .
Therefore,
Z
dz 6π 1 3π 9π
≤ = < .
C z2 + z + 1 4 5 10 16
2. Compute
Z 1
zi dz
−1
where the integrand denote the principal branch
zi = exp(i Log z)
of zi and where the path of integration is any continuous curve from z = −1 to z = 1
that, except for its starting and ending points, lies below the real axis.
Solution. Note that zi+1 /(i + 1) is an anti-derivative of zi outside the branch locus
(−∞, 0]. So
zi+1 zi+1
Z 1
i
z dz = − lim
−1 i + 1 1 Im(z)<0
z→−1 i + 1
1 exp((i + 1)(−πi))
= −
i+1 i+1
1 + eπ 1 + eπ
= = (1 − i)
i+1 2
3. Apply Cauchy Integral Theorem to show that
Z
f (z)dz = 0
C
when C is the unit circle |z| = 1, in either direction, and when
z3
(a) f (z) = 2 ;
z + 5z + 6
tan z
(b) f (z) = e ;
(c) f (z) = Log(z + 3i).
R
Solution. By Cauchy Integral Theorem, |z|=1 f (z)dz = 0 if f (z) is analytic on and
inside the circle |z| = 1. Hence it is enough to show that f (z) is analytic in {|z| ≤ 1}.
(a) f (z) is analytic in {z 6= −2, −3} and hence analytic in {|z| ≤ 1}.
(b) f (z) is analytic in {z : cos z = 0} = {z = nπ + π/2, n ∈ Z}. Since |nπ + π/2| >
1 for all integers n, f (z) is analytic in {|z| ≤ 1}.
(c) Log(z) is analytic in C\(−∞, 0] and hence Log(z + 3i) is analytic in C\{z :
z = x − 3i, x ∈ (−∞, 0]}. Since |x − 3i| > 1 for all x real, f (z) is analytic in
{|z| ≤ 1}.
4. Let C1 denote the positively oriented boundary of the curve given by |x| + |y| = 2
and C2 be the positively oriented circle |z| = 4. Apply Cauchy Integral Theorem to
show that
Z Z
f (z)dz = f (z)dz
C1 C2
when
3.2 Cauchy Integral Theorem and Cauchy Integral Formula 45
z+1
(a) f (z) = ;
z2 + 1
z+2
(b) f (z) = ;
sin(z/2)
sin(z)
(c) f (z) = 2 .
z + 6z + 5
R R
Solution. By Cauchy Integral Theorem, C1 f (z)dz = C2 f (z)dz if f (z) is analytic
on and between C1 and C2 . Hence it is enough to show that f (z) is analytic in
{|x| + |y| ≥ 2, |z| ≤ 4}.
(a) f (z) is analytic in {z 6= ±i}. Since ±i ∈ {|x| + |y| < 2}, f (z) is analytic in
{|x| + |y| ≥ 2, |z| ≤ 4}.
(b) f (z) is analytic in {z : sin(z/2) 6= 0} = {z 6= 2nπ : n ∈ Z}. Since 2nπ ∈ {|x| +
|y| < 2} for n = 0 and |2nπ| > 4 for n 6= 0 and n ∈ Z, f (z) is analytic in
{|x| + |y| ≥ 2, |z| ≤ 4}.
(c) f (z) is analytic in {z 6= −1, −5}. Since −1 ∈ {|x| + |y| < 2} for n = 0 and
| − 5| > 4, f (z) is analytic in {|x| + |y| ≥ 2, |z| ≤ 4}.
5. Let C denote the positively oriented boundary of the square whose sides lie along
Z x = ±2 and y = ±2. Evaluate each of these integrals
the lines
zdz
(a) ;
ZC z + 1
cosh z
(b) 2
dz;
ZC z + z
tan(z/2)
(c) dz.
C z − π/2
(c) Note that tan(z/2) is analytic in {z 6= (2n + 1)π : n ∈ Z} and hence analytic
inside C. Therefore,
tan(z/2)
Z
dz = 2πi tan(π/4) = 2πi
C z − π/2
6. Find the value of the integral g(z) around the circle |z − i| = 2 oriented counterclock-
wise when
1
(a) g(z) = 2 ;
z +4
1
(b) g(z) = 2 .
z(z + 4)
(z + 2i)−1
Z Z
π
g(z)dz = dz = 2πi(2i + 2i)−1 =
|z−i|=2 |z−i|=2 z − 2i 2
by Cauchy Integral Formula.
(b) By Cauchy Integral Theorem,
Z Z Z
g(z)dz = g(z)dz + g(z)dz
|z−i|=2 |z|=r |z−2i|=r
and
1
Z πi
g(z)dz = 2πi =−
|z−2i|=r z(z + 2i) z=2i
4
Solution. (a)
dz (2 − z)−1
Z Z
2
= dz = 2πi(2 − 0)−1 = πi
|z|=1 2z − z |z|=1 z
(b)
8. Show that if f is analytic inside and on a simple closed curve C and z0 is not on C,
then
by Cauchy Integral Theorem, since f (m) z/(z −z0 )n and f (z)/(z −z0 )m+n are analytic
on and inside C.
If z0 lies inside C, then
f (m) (z)
Z
(m) (n−1)
= f (m+n−1) (z0 )
(n − 1)! n
dz = ( f (z)) z=z
C (z − z0 ) 0
and
f (z)
Z
(m + n − 1)! m+n
dz = f (m+n−1) (z0 )
C (z − z 0 )
48 Chapter 3. Complex Integrals
9. Let f (z) be an entire function. Show that f (z) is a constant if | f (z)| ≤ ln(|z| + 1) for
all z ∈ C.
by L’Hospital (see Problem 8, section 2.2), we conclude that | f 0 (z0 )| = 0 and hence
f 0 (z0 ) = 0 for every z0 ∈ C. Therefore, f (z) is a constant.
When y = ±Nπ,
| cos z|2 = (cos x)2 + (sinh y)2 ≥ (sinh y)2 = (sinh(Nπ))2 > 1
and
Z
dz 1 8Nπ 8
Z
C z3 cos z ≤ N 3 π 3 C |dz| = N 3 π 3 = N 2 π 2
N N
3.2 Cauchy Integral Theorem and Cauchy Integral Formula 49
Since
8
lim =0
N→∞ N 2 π 2
we conclude
dz
Z
lim =0
N→∞ CN z3 cos z
| sin z|2 = (sin x)2 + (sinh y)2 ≥ (sin x)2 = (sin(Nπ + π/2))2 = 1
and
Z
dz 1 8(N + 1/2)π 8
Z
C z2 sin z (N + 1/2)2 π 2 C |dz| = (N + 1/2)2 π 2 = (N + 1/2)π .
≤
N N
And since
8
lim =0
N→∞ (N + 1/2)π
we conclude
dz
Z
lim =0
N→∞ CN z2 sin z
50 Chapter 3. Complex Integrals
z2011 z2011
Z Z
2011 + z2010 + z2009 + 1
dz = 2011 + z2010 + z2009 + 1
dz
Cz |z|=R z
for |z| = R,
z2009 − z + 1 2π(R2009 + R + 1)
Z
dz ≤
|z|=R z(z2011 + z2010 + z2009 + 1) R2011 − R2010 − R2009 − 1
3.2 Cauchy Integral Theorem and Cauchy Integral Formula 51
and hence
z2009 − z + 1
Z
lim 2011 + z2010 + z2009 + 1)
dz = 0.
R→∞ |z|=R z(z
And we have
dz
Z Z
dz = 0 and = 2πi.
|z|=R |z|=R z
Therefore,
z2011
Z
2011 + z2010 + z2009 + 1
dz = −2πi.
Cz
13. Calculate
z2008
Z
2009 + z + 1
dz
Cz
Solution. First, we prove that all zeroes of z2009 + z + 1 lie inside the circle |z| = 2.
Otherwise, z2009 + z + 1 = 0 for some |z| ≥ 2. Then
1 1
z2009 + z + 1 = 0 ⇒ 1 + + =0
z2008 z2009
On the other hand,
1 + 1 + 1 ≥ 1 − 1 − 1 ≥ 1 − 1 − 1 > 0
z 2008 z 2009 |z|2008 |z|2009 22008 22009
for |z| ≥ 2. Contradiction. So all zeroes of z2009 + z + 1 lie inside the circle |z| = 2
and hence z2008 /(z2009 + z + 1) is analytic in |z| ≥ 2. Therefore,
z2008 z2008
Z Z
2009 + z + 1
dz = 2009 + z + 1
dz
|z|=2 z |z|=R z
and hence
Z
z + 1 2π(R + 1)
|z|=R z2009 + z + 1 ≤ R2009 − R − 1 .
dz
It follows that
z+1
Z
lim dz = 0.
R→∞ |z|=R z2009 + z + 1
Therefore,
z2008 z2008
Z Z
2009 + z + 1
dz = lim 2009 + z + 1
dz
|z|=2 z R→∞ |z|=R z
dz
Z
= lim = 2πi.
R→∞ |z|=R z
Therefore,
1
Z π
π
dθ = √
0 4 − cos θ 15
Proof. We have
n n
∑ f (zk ) = f (z1) + f (z2) + ∑ f (zk )
k=1 k=3
n
= f (z1 + z2 ) + ∑ f (zk )
k=3
n
= f (z1 + z2 ) + f (z3 ) + ∑ f (zk )
k=4
n
= f (z1 + z2 + z3 ) + ∑ f (zk )
k=4
!
n
= . . . = f (z1 + z2 + . . . + zn ) = f ∑ xk .
k=1
54 Chapter 3. Complex Integrals
Therefore,
!
n n
∑ f (zk ) = f (z1) + f (z2) + . . . + f (zn) = f (z1 + z2 + . . . + zn) = f ∑ xk
k=1 k=1
And since
2n2 M 2M/n
lim 3
= lim = 0,
n→∞ (n − |z0 |) n→∞ (1 − |z0 |/n)3
17. Let f (z) be an entire function satisfying that | f (z)| ≤ |z|2 for all z. Show that
f (z) ≡ az2 for some constant a satisfying |a| ≤ 1.
for |z − z0 | = R,
6(R + |z0 |)2
000
3! Z f (z)
| f (z0 )| = dz
4
≤ .
2πi |z−z 0 |=R (z − z0 ) R3
And since
6(R + |z0 |)2 |z0 | 2
6
lim = lim 1+ = 0,
R→∞ R3 R→∞ R R
we conclude that | f 000 (z0 )| = 0 and hence f 000 (z0 ) = 0 for every z0 ∈ C. Therefore,
f 000 (z) ≡ 0, f 00 (z) ≡ 2a, f 0 (z) ≡ 2az + b and f (z) ≡ az2 + bz + c for some constants
a, b and c.
Since | f (z)| ≤ |z|2 , |az2 + bz + c| ≤ |z|2 for all z. Take z = 0 and we obtain |c| ≤ 0.
Hence c = 0. Therefore, |az2 + bz| ≤ |z|2 and hence |az + b| ≤ |z| for all z. Take
z = 0 again and we obtain |b| ≤ 0. Hence b = 0. So |az2 | ≤ |z|2 and hence |a| ≤ 1.
In conclusion, f (z) = az2 with a satisfying |a| ≤ 1.
18. Let f (z) be a complex polynomial of degree at least 2 and R be a positive number
such that f (z) 6= 0 for all |z| ≥ R. Show that
dz
Z
= 0.
|z|=R f (z)
[Refer to: problem 5 in section 4.3]
Proof. Let f (z) = a0 + a1 z + · · · + an zn , where an 6= 0 and n = deg f . Since f (z) 6= 0
for |z| ≥ R, 1/ f (z) is analytic in |z| ≥ R. Hence
dz dz
Z Z
=
|z|=R f (z) |z|=r f (z)
for all r ≥ R by Cauchy Integral Theorem.
Since
| f (z)| ≥ |an ||z|n − |an−1 ||z|n−1 − · · · − |a0 |
we have
1 1
f (z) ≤ |an |rn − |an−1 |rn−1 − · · · − |a0 |
And since n ≥ 2,
2πr
lim
r→∞ |an |r n − |an−1 |r n−1 − · · · − |a0 |
2π
= lim n−1
=0
r→∞ n|an |r − (n − 1)|an−1 |rn−1 − · · · − |a1 |
by L’Hospital. Hence
dz dz
Z Z
= lim = 0.
|z|=R f (z) r→∞ |z|=r f (z)
56 Chapter 3. Complex Integrals
and hence
Z
zdz 2πR
C z3 + 1 ≤ 3(R3 − 1)
R
It follows that
zdz
Z
lim =0
R→∞ CR z3 + 1
And
Z R
zdz xdx
Z
3
= exp(4πi/3)
MR z + 1 0 x3 + 1
Therefore, we have
xdx 2π exp(πi/3)
Z ∞
(1 − exp(4πi/3)) = √
0 x3 + 1 (exp(πi/3) + 1) 3
and hence
xdx 2π
Z ∞
= √ .
0 x3 + 1 3 3
3.3 Improper integrals 57
Since
πR
lim = 0,
R→∞ R4 − 1
we conclude that
eiz
Z
lim 4
dz = 0.
R→∞ CR z + 1
Therefore,
cos x 1 ∞ eix
Z ∞ Z
dx = dx
0 x4 + 1 2 −∞ x4 + 1
1 eiz
Z
= lim dz
2 R→∞ LR z4 + 1
√ √ ! √ !!
πe− 2/2 2 2
= √ cos + sin .
2 2 2 2
4. Series
2 2
!
2 ez − e−z
z sinh(z ) = z
2
!
z ∞
z2n ∞
z2n
=
2 ∑ n! − ∑ (−1)n n!
n=0 n=0
∞
1 − (−1)n z2n+1
= ∑ 2
n=0 n!
∞
z4m+3
= ∑
m=0 (2m + 1)!
3. Let f (z) be a function analytic at 0 and g(z) = f (z2 ). Show that g(2n−1) (0) = 0 for
all positive integers n.
(z) = ∑∞ n
Proof. Since f (z) is analytic at 0, f√ n=0 an z in some disk |z| < r. Therefore,
g(z) = f (z2 ) = ∑∞ 2n
n=0 an z in |z| < r and hence
∞
g(m) (0) m ∞
∑ m! z = ∑ anz2n
m=0 n=0
And since the power series representation of an analytic function is unique, we must
have g(m) (0) = 0 for m is odd, i.e., m = 2n − 1 for all positive integers n.
1
4. Find a power-series expansion of the function f (z) = about the point 4i, and
3−z
calculate the radius of convergence.
5. Find a Laurent-series expansion of the function f (z) = z−1 sinh(z−1 ) about the point
0, and classify the singularity at 0.
Solution. For g(z) = sinh z we know that
(
(n) sinh z, when n is even;
g (z) =
cosh z, when n is odd
Thus
(
sinh(0) = 0, when n is even;
g(n) (0) =
cosh(0) = 1, when n is odd
z3 z5
z+ + +···
3! 5!
62 Chapter 4. Series
and
1 1 1 1 ∞ (−1)n zn
− =− =− ∑ .
2(z + 2) 4 1 + (z/2) 4 n=0 2n
Therefore,
5 2 ∞
1 ∞ (−1)n zn
f (z) = − + 2 + 3 ∑ (−1)n zn − ∑
2z z n=0 4 n=0 2n
∞
2 5
= − + ∑ (−1)n(3 − 2−n−2)zn
z2 2z n=0
and
1 1 1 1 ∞ (−1)n zn
− =− =− ∑ .
2(z + 2) 4 1 + (z/2) 4 n=0 2n
64 Chapter 4. Series
Therefore,
5 2 3 ∞ (−1)n 1 ∞ (−1)n zn
f (z) = − + 2+ ∑ − ∑
2z z z n=0 zn 4 n=0 2n
3(−1)n 1
∞
1 ∞
= ∑ n+1 − 2 + − ∑ (−1)n 2−n−2 zn .
n=2 z z 2z n=0
and
1 1 1 1 ∞ (−1)n 2n
− =− =− ∑ .
2(z + 2) 2z 1 + (2/z) 2z n=0 zn
Therefore,
5 2 3 ∞ (−1)n 1 ∞ (−1)n 2n
f (z) = − + 2+ ∑ − ∑
2z z z n=0 zn 2z n=0 zn
∞
(−1)n+1 (3 − 2n−2 )
= ∑ .
n=3 zn
Therefore,
∞
9 (−1)n
3
f (z) = + ∑ 2n + − wn
w n=0 2 2
∞
9 (−1)n
3
= + ∑ 2n + − (z + 1)n .
z + 1 n=0 2 2
4.1 Taylor and Laurent series 65
8. Write the two Laurent series in powers of z that represent the function
1
f (z) =
z(1 + z2 )
in certain domains and specify these domains.
Solution. Since f (z) is analytic at z 6= 0, ±i, it is analytic in 0 < |z| < 1 and 1 <
|z| < ∞.
For 0 < |z| < 1,
1 1 1
f (z) = =
z(1 + z2 ) z 1 − (−z2 )
1 ∞ ∞
= ∑ (−1)n z2n = ∑ (−1)n z2n−1
z n=0 n=0
9. Let
z2
f (z) = 2
z − 3z + 2
Find the Laurent series of f (z) in each of the following domains:
(a) 1 < |z| < 2
(b) 1 < |z − 3| < 2
z2 3z − 2 4 1
2
= 1+ = 1+ −
z − 3z + 2 (z − 2)(z − 1) z−2 z−1
z2 2 1 1
= 1 − −
z2 − 3z + 2 1 − z/2 z 1 − 1/z
∞
−n n 1 ∞ −n
= 1−2 ∑ 2 z − ∑ z
n=0 z n=0
∞ ∞
= −1 − ∑ 21−n zn − ∑ z−n
n=1 n=1
66 Chapter 4. Series
In 1 < |z − 3| < 2,
z2 4 1
2
= 1+ −
z − 3z + 2 (z − 3) + 1 2 + (z − 3)
4 1 1 1
= 1+ −
z − 3 1 + 1/(z − 3) 2 1 + (z − 3)/2
∞
4 −n 1 ∞
= 1+ ∑
z − 3 n=0
(−1)n
(z − 3) − ∑ (−1)n2−n(z − 3)n
2 n=0
∞ ∞
1
= + 4 ∑ (−1)n+1 (z − 3)−n − ∑ (−1)n 2−n−1 (z − 3)n
2 n=1 n=1
10. Let
z2
f (z) =
z2 − z − 2
Find the Laurent series of f (z) in each of the following domains:
(a) 1 < |z| < 2
(b) 0 < |z − 2| < 1
ez − 1 has a zero at 0 of multiplicity one and hence f (z) has pole at 0 of order 1. So
the Laurent series of f (z) is given by
∞
a−1
f (z) = ∑ an zn = + a0 + a1 z + a2 z2 + a3 z3 + ∑ an zn
n=−1 z n≥4
and
1 2 1 1 z2 z6
2 = f (z ) = − + − + ∑ an z2n .
ez − 1 z2 2 12 720 n≥4
Since sin w has a zero of multiplicity one at w = 0, f (z) has a pole of order 2
at z = nπ + π/2. So
1 a−2 a−1
2
= 2 + + ∑ an wn .
(sin w) w w n≥0
Since
!2
∞
(−1)n w2n+1 ∞
(sin w)2 = ∑ = w2 + ∑ bn wn
n=0 (2n + 1)! n=4
we have
! !
∞
a−2 a−1 2
1= 2
+ + ∑ an wn w + ∑ bn w n
.
w w n≥0 n=4
1
(z − nπ − π/2)2
with residue 0.
4.2 Classification of singularities 69
3 1
(b) f (z) = (1 − z ) exp
z
z
Solution. Since e = ∑∞ n
n=0 z /n!,
∞
3 1 1
(1 − z ) exp = (1 − z3 ) ∑ n
z n=0 n!z
∞ ∞
1 1
=∑ n
−∑ n−3
n=0 n!z n=0 n!z
∞ ∞ 3 3−n
1 1 z
= − −
∑ n!zn ∑ n!zn−3 ∑ n!
n=0 n=4 n=0
∞ ∞ 3 3−n
1 1 z
= 1+ ∑ n
−∑ n
−∑
n=1 n!z n=1 (n + 3)!z n=0 n!
∞ 3 3−n
1 1 1 z
=∑ − n
+ 1 − ∑
n=1 n! (n + 3)! z n=0 n!
and residue
1 1 23
Res f (z) = − = .
z=0 1! 4! 24
sin z
(c) f (z) = 2010
z
Solution. Since
sin z 1 ∞ (−1)n z2n+1
= ∑ (2n + 1)!
z2010 z2010 n=0
∞
(−1)n z2n−2009
= ∑ (2n + 1)!
n=0
1004
(−1)n z2n−2009 ∞
(−1)n z2n−2009
= ∑ + ∑
n=0 (2n + 1)! n=1005 (2n + 1)!
ez ez
e
Res = = −
z=1 1 − z2 (1 − z2 )0 z=1 2
and
ez ez
1
Res = = .
z=−1 1 − z2 (1 − z2 )0 z=−1 2e
e 1
− and
2(z − 1) 2e(z + 1)
respectively.
2 1
(e) f (z) = (1 − z ) exp
z
Solution. The function has a singularity at 0 where
∞
2 1 1
(1 − z ) exp = (1 − z2 ) ∑ n
z n=0 (n!)z
∞ ∞
1 1
=∑ n
−∑ n−2
n=0 (n!)z n=0 (n!)z
∞ ∞
1 1 2 1
= 1+ ∑ n
− ∑ n−2
− (z + z + )
n=1 (n!)z n=3 (n!)z 2
∞ ∞
1 1 1
= −z2 − z + + ∑ − ∑
2 n=1 (n!)zn n=1 (n + 2)!zn
∞
1 1 1
2
= −z − z + + ∑ − z−n
2 n=1 n! (n + 2)!
Res f (z) = 0
z=kπ
1 − cos z
(g) f (z) =
z2
Solution. The function has a singularity at 0 where
!
1 − cos z 1 ∞
(−1)n z2n 1 ∞ (−1)n+1 z2n
= 1 − ∑ = ∑ (2n)!
z2 z2 n=0 (2n)! z2 n=1
∞
(−1)n+1 z2n−2
= ∑
n=1 (2n)!
Res f (z) = 0
z=0
72 Chapter 4. Series
ez
(h) f (z) =
z(z − 1)2
Solution. The function has two singularities at 0 and 1. At z = 0,
! !
ez 1 ∞ zn ∞
n
= ∑ n! ∑ (n + 1)z
z(z − 1)2 z n=0 n=0
!
∞
1 n
= 1 + ∑ an z
z n=1
So the principal part at 0 is 1/z, the function has a pole of order 1 at 0 and
Res f (z) = 1
z=0
(i) f (z) = tan z
Solution. The function has singularities at {cos z = 0} = {z = kπ + π/2 : k ∈ Z.
At z = kπ + π/2, we let w = z − kπ − π/2 and then
π π cos w
tan z = tan w + kπ + = tan w + =−
2 2 sin w
Since sin w has a zero of multiplicity 1 at w = 0, tan z has a pole of order 1 at
z = kπ + π/2. Therefore
cos w
cos w
Res tan z = Res − =− = −1
z=kπ+π/2 w=0 sin w (sin w)0 w=0
and the principal part of tan z at z = kπ + π/2 is
1 1
− =− .
w z − kπ − π/2
4.2 Classification of singularities 73
2 1
(j) f (z) = (1 − z ) sin
z
Solution. The function has a singularity at 0 where
(−1)n
∞
2 1
(1 − z ) sin = (1 − z2 ) ∑ 2n+1
z n=0 ((2n + 1)!)z
∞
(−1)n ∞
(−1)n
= ∑ 2n+1
− ∑ 2n−1
n=0 ((2n + 1)!)z n=0 ((2n + 1)!)z
∞
(−1)n ∞
(−1)n
= −z + ∑ 2n+1
− ∑ 2n−1
n=0 ((2n + 1)!)z n=1 (2n + 1)!)z
(−1)n
∞ ∞
(−1)n+1
= −z + ∑ 2n+1
− ∑ 2n+1
n=0 ((2n + 1)!)z n=0 ((2n + 3)!)z
∞
1 1
= −z + ∑ (−1) n
+ z−2n−1
n=0 (2n + 1)! (2n + 3)!
Hence
!
a−2 a−1 ∞
(−1)n z2n
(z2 − z3 ) + + ∑ an zn = cos z = 1 + ∑ .
z2 z n≥0 n=1 (2n)!
Res f (z) = 1.
z=0
cos(1)
− .
z−1
The function
1 1
2
= √ √
z − 4z + 1 (z − 2 − 3)(z − 2 + 3)
√
has a singularity in |z| < 1 at z = 2 − 3. Therefore,
dz 1
Z
= 2πi Res√
|z|=1 z2 − 4z + 1 z=2− 3 z2 − 4z + 1
1 πi
= 2πi 2
√ = − √ .
(z − 4z + 1)0 z=2− 3
3
Therefore,
dθ
Z π
π
=√
0 2 − cos θ 3
76 Chapter 4. Series
1 1
Res = = (−1)n .
z=nπ sin z cos(nπ)
Therefore,
dz 1
Z
= 2πi ∑ Res
|z|=2011 sin z |nπ|<2011
z=nπ sin z
Therefore,
dz 1
Z
= 2πi ∑ Res
|z|=2011 e2z − ez |2nπi|<2011
z=2nπi e2z − ez
4.3 Applications of residues 77
5. Let
f (z) = (z − a1 )(z − a2 )...(z − an )
be a complex polynomial with n ≥ 2 distinct roots a1 , a2 , ..., an .
(a) Prove that
n
dz 1
Z
= 2πi ∑
|z|=R f (z) k=1 ∏ j6=k (ak − a j )
6. Use Cauchy Integral Theorem or Residue Theorem to show that
N
1 dz 1 (−1)n
Z
= + 2 ∑ 2 2
2πi CN z2 sin z 6 n=1 n π
by Residue Theorem.
At z = nπ for a nonzero integer n,
2
z 6= 0 and (sin z)0 6= 0.
nπ nπ
(−1)n
1 1 1
Res 2 = 2 = =
z=nπ z sin z z (sin z)0 z=nπ n2 π 2 cos(nπ) n2 π 2
for n 6= 0.
At z = 0, z2 sin z has a zero multiplicity 3 and hence 1/(z2 sin z) has a pole of order
3. Suppose that the Laurent series of f (z) at z = 0 is given by
a−3 a−2 a−1
+ 2 + + ∑ an zn .
z3 z z n≥0
Then
!
a−3 a−2 a−1
z2 sin z + 2 + + ∑ an zn
z3 z z n≥0
! !
z2
= 1 − + ∑ bn zn a−3 + a−2 z + a−1 z2 + ∑ an zn = 1.
3! n≥3 n≥3
1 1
Res = .
z=0 z2 sin z 6
Therefore,
n
1 dz 1
Z
2
= ∑ Res 2
2πi CN z sin z n=−N z=nπ z sin z
1 n=−1 (−1)n n=N (−1)n
= + ∑ 2 2 +∑ 2 2.
6 n=−N n π n=1 n π
4.3 Applications of residues 79
We observe that
(−1)n (−1)−n
=
n2 π 2 (−n)2 π 2
and hence we obtain
N
1 dz 1 (−1)n
Z
= + 2 ∑ 2 2.
2πi CN z2 sin z 6 n=1 n π
1 ∞
(−1)n
+2 ∑ 2 2 = 0
6 n=1 n π
That is,
π2 ∞
(−1)n ∞
(−1)n+1
=−∑ 2
= ∑ n2 .
12 n=1 n n=1
eix
Z ∞
cos x
Z ∞
4 2
dx = Re 4 2
dx
−∞ x + x + 1 −∞ x + x + 1
Actually, we have
cos x eix
Z ∞ Z ∞
4 2
dx = 4 2
dx
−∞ x + x + 1 −∞ x + x + 1
where z1 , z2 , . . . , zn are the singularities of eiz /(z4 + z2 + 1) inside the region {|z| <
R, Im(z) > 0}.
We find the singularities of eiz /(z4 + z2 + 1) by solving z4 + z2 + 1 = 0: we observe
that (z2 − 1)(z4 + z2 + 1) = z6 − 1. So the function has four singularities ±eπi/3 and
±e2πi/3 . Two of them eπi/3 and e2πi/3 lie above the real axis. Therefore,
eiz eiz
Z Z
4 2
dz + 4 2
dz
LR z + z + 1 CR z + z + 1
eiz eiz
= 2πi Res 4 2 + Res 4 2 .
z=eπi/3 z + z + 1 z=e2πi/3 z + z + 1
eiz /(z4 + z2 + 1)
and
√
eiz eiz
exp((− 3 − i)/2)
Res 4 2 = 4 2 0
= √ .
z=e2πi/3 z +z +1 (z + z + 1) z=e2πi/3
3i + 3
Hence
eiz eiz √
1 1
Z Z
π
4 2
dz + 4 2
dz = 3 cos + 3 sin .
LR z + z + 1 CR z + z + 1 3 2 2
eiz
Z
πR
C z4 + z2 + 1 ≤ R4 − R2 − 1
dz
R
Since
πR
lim = 0,
R→∞ R4 − R2 − 1
we conclude that
eiz
Z
lim 4 2
dz = 0.
R→∞ CR z + z + 1
4.3 Applications of residues 81
Therefore,
cos x eix
Z ∞ Z ∞
4 2
dx = 4 2
dx
−∞ x + x + 1 −∞ x + x + 1
eiz
Z
= lim dz
R→∞ LR z4 + z2 + 1
π √
1 1
= 3 cos + 3 sin .
3 2 2
2. Compute the integral
sin x
Z ∞
dx.
−∞ x2 + 2x + 2
Consider the contour integral of eiz /(z2 + 2z2 + 2) along the path LR = [−R, R] and
CR = {|z| = R, Im(z) ≥ 0}, oriented counterclockwise.
Since eiz /(z2 + 2z + 2) has two isolated singularities at −1 ± i with −1 + i lying
inside the curve LR ∪CR , we have
eiz eiz
Z Z
2 2
dz + 2 2
dz
LR z + 2z + 2 CR z + 2z + 2
eiz
= 2πi Res 2
z=−1+i z + 2z + 2
eiz
= 2πi 2
(z + 2z + 2)0 z=−1+i
2πi exp(−i − 1) π
= = (cos(1) − i sin(1))
2i e
by Cauchy Integral Theorem or residue theorem.
For z lying on CR , y = Im(z) ≥ 0 and hence |eiz | = e−y ≤ 1. Hence
eiz
1
z2 + 2z2 + 2 ≤ R2 − 2R2 − 2
Since
πR
lim = 0,
R→∞ R2 − 2R2 − 2
82 Chapter 4. Series
we conclude that
eiz
Z
lim 2 2
dz = 0.
R→∞ CR z + 2z + 2
Therefore,
eix
Z
sin x
Z ∞ ∞
2 2
dx = Im 2 2
dx
−∞ x + 2x + 2 −∞ x + 2x + 2
eiz
Z
= Im lim dz
R→∞ LR z2 + 2z2 + 2
π
= − sin(1).
e
Bibliography
[1] Brown, J. W. & Churchill, R. V. (2009). Complex Variables and Applications. 8th
Edition. New York: McGraw-Hill Higher Education.
[2] Needham, T. (1997). Visual Complex Analysis. New York: The Clarendon Press,
Oxford University Press.