

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The solutions to problem 1-4 of a math 412 practice quiz. The problems involve evaluating limits using l'hopital's rule, determining singular points and derivatives of complex functions.
Typology: Quizzes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Problem 1. (5 points) Evaluate
lim z→−i
z^6 + 1 z^2 + 1
SOLUTION: Direct substitution of z = −i is impossible here, since both numerator and denom- inator evaluate to zero. This suggests the use of L’Hopital’s Rule. Setting f (z) = z^6 + 1 and g(z) = z^2 + 1, we find that f ′(z) = 6z^5 and g′(z) = 2z. Thus,
lim z→−i
z^6 + 1 z^2 + 1
= lim z→−i
6 z^5 2 z
= lim z→−i 3 z^4 = 3(−i)^4 = 3.
2
Problem 2. Let
f (z) =
z^2 + 1 (z + 2)(z^2 + 2z + 2)
(a): (3 points) Determine all singular points of f.
SOLUTION: Singular points occur where the derivative does not exist. For a rational function, this is precisely where the denominator is zero. The denominator is zero precisely when z = − 2 or when z^2 + 2z + 2 = 0. Via the quadratic formula, we find that z^2 + 2z + 2 = 0 if and only if z = − 1 ± i. Hence, the singular points of f comprise the set {− 2 , −1 + i, − 1 − i}. 2
(b): (3 points)Determine f ′(z 0 ) for a non-singular point z 0 ∈ C.
SOLUTION: Using the quotient and product rules for differentiation, we have
f ′(z 0 ) =
(z 0 + 2)(z 02 + 2z 0 + 2)(2z 0 ) − (z^20 + 1)
(z 0 + 2)(2z 0 + 2) + (z 02 + 2z 0 + 2)
(z 02 + 2z 0 + 2)^2
I beg you: don’t simplify this! 2
Problem 3. (6 points) Determine, with proof, a formula for f ′(z 0 ), where f (z) = z^5 − z^2.
SOLUTION: We have
f ′(z 0 ) = lim z→z 0
(z^5 − z^2 ) − (z^50 − z^20 ) z − z 0
= lim z→z 0
z^5 − z^50 z − z 0 − lim z→z 0
z^2 − z^20 z − z 0
= lim z→z 0
(z − z 0 )(z^4 + z^3 z 0 + z^2 z^20 + zz^30 + z 04 ) z − z 0
− lim z→z 0
(z − z 0 )(z + z 0 ) z − z 0 = lim z→z 0 (z^4 + z^3 z 0 + z^2 z^20 + zz^30 + z 04 ) − lim z→z 0 (z + z 0 )
= 5z 04 − 2 z 0.
Problem 4. (3 points) Suppose f (x + iy) = (x^3 − 3 xy^2 + 2) − i(y^3 − 3 x^2 y + 5). Find a formula for f ′(x + iy).
SOLUTION: Here, we have
u(x, y) = x^3 − 3 xy^2 + 2 and v(x, y) = 3x^2 y − y^3 − 5.
One can check that the Cauchy-Riemann equations are satisfied by f , but this is essentially assumed since the question is asked! Thus,
f ′(x + iy) = ux(x, y) + ivx(x, y) = (3x^2 − 3 y^2 ) + i(6xy).
Remark: We can also arrive at this answer by using the alternative formula
f ′(x + iy) = vy (x, y) − iuy (x, y).
2