0% found this document useful (0 votes)
94 views7 pages

HW 7 Solutions

This document contains the solutions to 4 problems from Math 417 homework 7. Problem 1 involves finding singular points and classifying them as removable singularities, poles, or essential singularities for 3 given functions. Problem 2 finds all residues for a given function with 2 singular points. Problem 3 evaluates a contour integral over a circle where the function has 2 singular points inside the circle. Problem 4 similarly evaluates a contour integral over a circle for a function with 1 singular point inside the circle.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views7 pages

HW 7 Solutions

This document contains the solutions to 4 problems from Math 417 homework 7. Problem 1 involves finding singular points and classifying them as removable singularities, poles, or essential singularities for 3 given functions. Problem 2 finds all residues for a given function with 2 singular points. Problem 3 evaluates a contour integral over a circle where the function has 2 singular points inside the circle. Problem 4 similarly evaluates a contour integral over a circle for a function with 1 singular point inside the circle.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

MATH 417 Homework 7

Instructor: D. Cabrera Due July 28

1. Find all singular points of the given function. For each isolated singular point, classify
the point as being a removable singularity, a pole of order N (specify N), or an essential
singularity.
1
(a) f (z) =
z(z − 1)
ez − 1
(b) f (z) = 3
z 
1
(c) f (z) = sin
z

Solution:
1
(a) The isolated singular points of f (z) = z(z−1) are z = 0 and z = 1. The Laurent
Series of f (z) about z = 0 in the region 0 < |z| < 1 is
1 1
f (z) = − ·
z 1−z
1
f (z) = − (1 + z + z 2 + · · · )
z
1
f (z) = − − 1 − · · ·
z
c−1
Since the series begins at the z term, the singular point z = 0 is a pole of
order 1 or a simple pole.
The Laurent Series of f (z) about z = 1 in the region 0 < |z − 1| < 1 is
1 1
f (z) = ·
z − 1 1 + (z − 1)
1 
1 − (z − 1) + (z − 1)2 + · · ·

f (z) =
z−1
1
f (z) = −1+···
z−1
c−1
Since the series begins at the z−1 term, the singular point z = 1 is a simple
pole.
z
(b) The only isolated singular point of f (z) = e z−1
3 is z = 0. The Laurent Series of
f (z) about z = 0 is
1
f (z) = 3 (ez − 1)
z 
z2

1
f (z) = 3 1 + z + +···−1
z 2!
1 1
f (z) = 2 + +···
z 2!z

1
c−2
Since the series begins at the z2
term, the singular point z = 0 is a pole of
order 2.

(c) The only isolated singular point of f (z) = sin z1 is z = 0. The Laurent Series of


f (z) about z = 0 in the region 0 < |z| < ∞ is


 
1
f (z) = sin
z
 2  5
1 1
1 z z
f (z) = − + −···
z 3! 5!
1 1
1
f (z) = · · · + 5!5 − 3!3 +
z z z
c−n
There are infinitely many terms of the form zn
where n is positive. Therefore,
z = 0 is an essential singularity.

1
2. Find all residues of f (z) = .
(z + 4)(z − 1)3

1
Solution: The singular points of f (z) are z = −4 and z = 1. If we let φ1 (z) = (z−1)3
,
then φ1 (z) is analytic and nonzero at z = −4 and
φ1 (z)
f (z) =
(z + 4)1
Therefore, z = −4 is a simple pole and

1 1
Res f (z) = φ1 (−4) = = −
z=−4 (z − 1)3 z=−4
125

1
If we let φ2 (z) = z+4
, then φ2 (z) is analytic and nonzero at z = 1 and

φ2 (z)
f (z) =
(z − 1)3
Therefore, z = 1 is a pole of order 3 and

1 ′′ 1 2 1
Res f (z) = φ2 (1) = 3
=
z=1 2! 2! (z + 4) z=1 125

(z + 1)2
Z
3. Evaluate dz where C is the circle |z| = 3 oriented counterclockwise.
C z 2 (z − 1)

2
2
Solution: The singular points of f (z) = z(z+1)
2 (z−1) are z = 0 and z = 1. Both points are

interior to the circle |z| = 3 so the value of the integral is


(z + 1)2
Z h i
2
dz = 2πi Res f (z) + Res f (z)
C z (z − 1) z=0 z=1

(z+1)2
(i) If we let φ1 (z) = z−1
, then φ1 (z) is analytic and nonzero at z = 0 and

φ1 (z)
f (z) =
z2
Therefore, z = 0 is a pole of order 2 and
z 2 − 2z − 3

1 ′
Res f (z) = φ1 (0) = = −3
z=0 1! (z − 1)2 z=0
(z+1)2
(ii) If we let φ2 (z) = z2
, then φ2 (z) is analytic and nonzero at z = 1 and
φ2 (z)
f (z) =
(z − 1)1
Therefore, z = 1 is a simple pole and
(1 + 1)2
Res f (z) = φ2 (1) = =4
z=1 12
The value of the integral is then

(z + 1)2
Z h i
dz = 2πi Res f (z) + Res f (z) = 2πi(4 − 3) = 2πi
C z 2 (z − 1) z=0 z=1

ez
Z
4. Evaluate dz where C is the circle |z − π| = 1 oriented counterclockwise.
C sin z

e z
Solution: The function f (z) = sin z
has singularities at z = kπ where k = 0, ±1, ±2, . . ..
The only singular point that is in the interior of the circle |z − π| = 1 is z = π. There-
fore, the value of the integral is
ez
Z
dz = 2πi Res f (z)
C sin z z=π

To find the residue at z = π we will let p(z) = ez and q(z) = sin z. We recognize that
both functions are analytic at z = π and that

(1) p(π) = eπ 6= 0
(2) q(π) = 0
(3) q ′ (π) = cos π = −1 6= 0

3
Therefore, z = π is a simple pole and
p(π)
Res f (z) = = −eπ
z=π q ′ (π)
The value of the integral is

ez
Z
dz = 2πi Res f (z) = −2πieπ
C sin z z=π

Z ∞
dx π
5. Show that = √ .
0 x4+1 2 2

Solution: Let’s consider the contour integral


Z
dz
4
C z +1

where C is the contour shown below, consisting of the path along the real axis from
z = 0 to z = R, the path along the quarter circle from z = R to z = iR, and the path
along the imaginary axis from z = iR to z = 0. Then we have
Z Z Z Z
dz dz dz dz
4
= 4
+ 4
+ 4
C z +1 C1 z + 1 CR z + 1 C2 z + 1

iR CR

C2 z1

x
0 C1 R

(i) The integral over the simple closed contour C can be evaluated using √residues.
The function f (z) = z 41+1 has four singular points but only z1 = eπi/4 = 22 (1 + i)
is interior to C so the value of the integral is
Z
dz
4
= 2πi Res f (z)
C z +1 z=z1

To find the residue, we’ll let p(z) = 1 and q(z) = z 4 +1. Notice that both functions
are analytic at z = z1 , p(z1 ) 6= 0, q(z1 ) = 0, and q ′ (z1 ) 6= 0. So we know that z1
is a simple pole of f (z) and that
p(z1 ) 1 1
Res f (z) = = 3
= √ (−1 − i)
z=z1 q ′ (z1 ) 4z1 4 2

4
Therefore, the value of the integral over C is
 
1
Z
dz π π
4
= 2πi √ (−1 − i) = √ − i √
C z +1 4 2 2 2 2 2
(ii) The integral along C1 is
Z Z R
dz dx
4
=
C1 z +1 0 x4+1
(iii) The integral along C2 is
Z Z 0 Z R
dz i dy dy
4
= = −i
C2 z +1 R (iy)4 + 1 0 y4+1
(iv) Finally, we use the ML-Bound formula to show that the integral over CR goes to
0. We have
Z
dz 1 πR

4
≤ ML = 4 · → 0 as R → ∞
CR z + 1 R −1 2

Therefore, as R → ∞ we have
Z Z Z Z
dz dz dz dz
4
= 4
+ 4
+ 4
C z +1 z +1 CR z + 1 C2 z + 1
ZC∞1
Z ∞
π π dx dy
√ −i √ = 4
+0−i 4
2 2 2 2 0 x +1 0 y +1
Taking the real part of both sides of the above equation we find that
Z ∞
dx π
4
= √
0 x +1 2 2
Taking the imaginary part of both sides we find that
Z ∞
dy π
4
= √
0 y +1 2 2
which is expected since the integrals are exactly the same.



Z
dx
6. Show that =
−∞ (x2 + 4)3 256

Solution: Let’s consider the contour integral


Z
dz
2 3
C (z + 4)

where C is the contour shown below, consisting of the path along the real axis from
z = −R to z = R and the path along the semicircle circle from z = R to z = −R.
Then we have Z Z Z
dz dz dz
2 3
= 2 3
+ 2 3
C (z + 4) C1 (z + 4) CR (z + 4)

5
y

CR

z1
x
-R C1 R

(i) The integral over the simple closed contour C can be evaluated using residues.
1
The function f (z) = (z 2 +4)3 has two singular points but only z = 2i is interior to

C so the value of the integral is


Z
dz
2 3
= 2πi Res f (z)
C (z + 4) z=2i

1
To find the residue, we’ll let φ(z) = (z+2i)3
. Then φ(z) is analytic and nonzero at
z = 2i and
φ(z)
f (z) =
(z + 2i)3
So we know that z = 2i is a pole of order 3 and the residue there is

1 ′′ 1 12 3i
Res f (z) = φ (2i) = 5
=−
z=2i 2! 2! (z + 2i) 512 z=2i

Therefore, the value of the integral over C is


 
3i 3π
Z
dz
2 3
= 2πi − =
C (z + 4) 512 256
(ii) The integral along C1 is
Z Z R
dz dx
4
=
C1 z +1 −R (x2 + 4)3
(iii) Finally, we use the ML-Bound formula to show that the integral over CR goes to
0. We have
Z
dz
≤ 1

2 3
· πR → 0 as R → ∞

CR (z + 4)
(R − 4)3
2

Therefore, as R → ∞ we have
Z Z Z
dz dz dz
2 3
= 2 3
+ 2 3
C (z + 4) C1 (z + 4) CR (z + 4)
Z R
3π dx
= lim +0
256 R→∞ −R (x + 4)3
2
Z ∞
3π dx
= P.V. 2 3
256 −∞ (x + 4)

6
1
We note that the Principal Value exists and that f (x) = (x2 +4)3
is even so the Principal
Value is the actual value of the integral.



Z
dx
=
−∞ (x2 + 4)3 256

You might also like