Cauchy's Inequality in Complex Analysis
Cauchy's Inequality in Complex Analysis
Proof
Since f (z) is analytic inside and on the circle C, we can apply Cauchy’s Integral Formula for deriva-
tives:
n! f (z)
Z
f (z0 ) =
(n)
dz.
2πi C (z − z0 )n+1
Taking the modulus on both sides, we get:
n! f (z)
Z
|f (n) (z0 )| = dz .
2πi C (z − z0 )n+1
Using the inequality | |g(z)| |dz| (triangle inequality for integrals), we obtain:
R R
C g(z) dz| ≤ C
n! f (z)
Z
|f (n)
(z0 )| ≤ |dz|.
2π C (z − z0 )n+1
f (z) M
≤ n+1 .
(z − z0 )n+1 R
The length of the circle C is 2πR. Therefore:
n! M n!M
|f (n) (z0 )| ≤ · n+1 · 2πR = n .
2π R R
Hence, we have shown that
n!M
|f (n) (z0 )| ≤ .
Rn
■
Remarks
• Cauchy’s inequality provides a bound on the derivatives of an analytic function in terms of its
maximum modulus on a circle.
• The inequality becomes sharper as R → 0 but is more useful when R is reasonably large and M is
known.
• It can be used to deduce that if all derivatives of an analytic function at a point vanish, the function
is identically zero in some neighborhood.
1
Provide Example of a Continuous Complex-Valued Function Which is
Not Differentiable
Function Definition
Consider the function f : C → C defined by:
Continuity
We know that the complex conjugate function f (z) = z is continuous at every point in C. This is because
both real and imaginary parts are continuous functions of x and y.
Differentiability Test
We now check whether f (z) = z is differentiable at any point in C using the limit definition of the complex
derivative:
f (z0 + h) − f (z0 )
f ′ (z0 ) = lim
h→0 h
Let us evaluate this limit along two different paths:
f (z0 + h) − f (z0 ) z0 + h − z0 z0 + h − z0 h
= = = = 1.
h h h h
Conclusion
Since the limit depends on the direction from which h → 0, the complex derivative does not exist. Therefore,
f (z) = z is:
• continuous everywhere in C,
2
Show that an Analytic Function with Constant Modulus is Constant
Theorem
Let f (z) be an analytic function on a domain D ⊆ C, and suppose |f (z)| = c, a constant, for all z ∈ D.
Then f (z) is constant on D.
Proof
Let f (z) = u(x, y) + iv(x, y), where z = x + iy, and u, v are real-valued functions.
Given that |f (z)| = c, this implies:
∂u ∂v ∂u ∂v
= , =−
∂x ∂y ∂y ∂x
∂v ∂u ∂u ∂v
u =v , v =u
∂y ∂y ∂x ∂x
This implies:
∂v ∂u ∂v ∂u
u =v , u =v
∂y ∂y ∂x ∂x
3
Subtracting both sides:
∂v ∂v ∂u ∂u
u − =v −
∂x ∂y ∂x ∂y
But using the Cauchy-Riemann equations again, these derivatives cancel, which leads to:
∂u ∂u
= 0, =0 ⇒ ∇u = 0
∂x ∂y
⇒ u is constant.
∂v ∂v
= 0, =0 ⇒ ∇v = 0
∂x ∂y
⇒ v is constant.
4
State and Prove Triangle Inequality for Complex Numbers
Statement: For any two complex numbers z1 , z2 ∈ C, the following inequality holds:
|z1 + z2 | ≤ |z1 | + |z2 |.
This is called the Triangle Inequality because it corresponds to the geometric property that the
sum of the lengths of any two sides of a triangle is greater than or equal to the length of the third side.
Proof:
Let z1 , z2 ∈ C, and consider the modulus of their sum:
|z1 + z2 |2 = (z1 + z2 )(z1 + z2 ) = (z1 + z2 )(z1 + z2 ).
Expanding the right-hand side:
|z1 + z2 |2 = z1 z1 + z1 z2 + z2 z1 + z2 z2 .
Note that:
z1 z1 = |z1 |2 , z2 z2 = |z2 |2 ,
and:
z1 z2 + z2 z1 = 2 Re(z1 z2 ).
Thus:
|z1 + z2 |2 = |z1 |2 + |z2 |2 + 2 Re(z1 z2 ).
Now use the inequality:
Re(z1 z2 ) ≤ |z1 z2 | = |z1 ||z2 |.
Therefore:
|z1 + z2 |2 ≤ |z1 |2 + |z2 |2 + 2|z1 ||z2 | = (|z1 | + |z2 |)2 .
Taking square roots on both sides:
|z1 + z2 | ≤ |z1 | + |z2 |.
Equality Condition:
Equality occurs if and only if z1 and z2 have the same argument (i.e., lie in the same direction in the
complex plane), meaning one is a non-negative real multiple of the other.
Geometric Interpretation:
In the complex plane, z1 and z2 can be viewed as vectors. The inequality tells us that the length of
the vector sum is at most the sum of the lengths. Equality holds when the vectors point in the same
direction.
Example:
Let z1 = 3 + 4i, and z2 = 1 − 2i. Then:
z1 + z2 = (3 + 1) + (4 − 2)i = 4 + 2i
p p √
|z1 | = 32 + 42 = 5, |z2 | = 12 + (−2)2 = 5
p √ √
|z1 + z2 | = |4 + 2i| = 42 + 22 = 20 = 2 5
Now compare both sides:
√ √
|z1 + z2 | = 2 5 ≈ 4.47, |z1 | + |z2 | = 5 + 5 ≈ 7.24
Clearly,
|z1 + z2 | < |z1 | + |z2 |, which confirms the inequality.
Conclusion:
We have shown that for all complex numbers z1 , z2 ∈ C, the following inequality always holds:
|z1 + z2 | ≤ |z1 | + |z2 | .
5
Proof of the Inequality |z1 − z2 | ≤ |z1 | + |z2 |
Statement: For any two complex numbers z1 and z2 , the following inequality holds:
|z1 − z2 | ≤ |z1 | + |z2 |.
This is known as the Triangle Inequality for complex numbers.
Geometric Interpretation:
In the complex plane, any complex number z = x + iy can be represented as a point or vector from
the origin. The modulus |z| is the Euclidean distance from the origin to the point. Therefore, the
inequality represents the fact that the length of one side of a triangle (formed by the points 0, z1 , and
z2 ) is less than or equal to the sum of the lengths of the other two sides — a fundamental result in
Euclidean geometry.
Proof:
Let z1 , z2 ∈ C. Define:
z1 = x1 + iy1 , z2 = x2 + iy2 .
Then: q q p
|z1 | = x21 + y12 , |z2 | = x22 + y22 , |z1 − z2 | = (x1 − x2 )2 + (y1 − y2 )2 .
We prove the inequality using the Cauchy–Schwarz inequality. Consider the inner product in C:
⟨z1 , z2 ⟩ = Re(z1 z2 ),
and apply:
|⟨z1 , z2 ⟩| ≤ |z1 ||z2 |.
Now observe that:
|z1 − z2 |2 = |z1 |2 + |z2 |2 − 2Re(z1 z2 ).
Thus, since Re(z1 z2 ) ≤ |z1 ||z2 |, we obtain:
|z1 − z2 |2 ≤ |z1 |2 + |z2 |2 − 2|z1 ||z2 | = (|z1 | − |z2 |)2 .
Taking square roots:
|z1 − z2 | ≤ |z1 | + |z2 |.
Equality Condition:
Equality holds if and only if z1 and z2 lie on the same line in the complex plane and point in the same
or opposite direction — i.e., they are linearly dependent and have the same or opposite arguments.
Examples
Example 1: Let z1 = 3 + 4i, z2 = 1 − i. Then:
p p √
|z1 | = 32 + 42 = 5, |z2 | = 12 + (−1)2 = 2,
p √
z1 − z2 = (3 − 1) + (4 − (−1))i = 2 + 5i, |z1 − z2 | = 22 + 52 = 29.
Now:
√
|z1 | + |z2 | = 5 + 2 ≈ 6.41, |z1 − z2 | ≈ 5.39,
So,|z1 − z2 |≤ |z1 | + |z2 | holds.
Conclusion:
Hence, we have proven the triangle inequality in the complex plane using both geometric and algebraic
reasoning:
|z1 − z2 | ≤ |z1 | + |z2 | .
6
Prove that
Z
′ 1 f (z)
f (z0 ) = dz
2πi C (z − z0 )2
or Cauchy’s Differentiation Formula
Let f be analytic on and inside a simple closed positively oriented contour C, and let z0 be a point
inside C. Then: Z
′ 1 f (z)
f (z0 ) = dz
2πi C (z − z0 )2
Proof
Let f be analytic in a domain D and C be a positively oriented simple closed contour lying entirely in
D. Let z0 be a point inside C.
We start from the Cauchy Integral Formula:
Z
1 f (z)
f (z0 ) = dz
2πi C z − z0
f (z0 + h) − f (z0 )
f ′ (z0 ) = lim
h→0 h
Applying the Cauchy Integral Formula to f (z0 + h) and f (z0 ):
Z Z
1 f (z) 1 f (z)
f (z0 + h) = dz, f (z0 ) = dz
2πi C z − z0 − h 2πi C z − z0
So,
Z
′ 1 1 f (z) f (z)
f (z0 ) = lim − dz
h→0 h 2πi C z − z0 − h z − z0
Z
1 1 1 1
= lim f (z) − dz
2πi h→0 C h z − z0 − h z − z0
Thus, Z
1 f (z)
f ′ (z0 ) = dz
2πi C (z − z0 )2
Conclusion
We have rigorously derived the formula for the derivative of an analytic function f at a point z0 in
terms of an integral over a contour C that encloses z0 . This is a powerful result in complex analysis
and is a direct consequence of Cauchy’s Integral Formula.
■
7
Prove that f (z) = z 2 is an Analytic Function
Given Function
Let f (z) = z 2 . Let us write z in terms of x and y:
u(x, y) = x2 − y 2 ,
v(x, y) = 2xy.
Cauchy-Riemann Equations
For f (z) to be analytic, u and v must satisfy the Cauchy-Riemann equations:
∂u ∂v ∂u ∂v
= , =− .
∂x ∂y ∂y ∂x
Compute the partial derivatives:
∂u ∂v
= 2x, = 2x,
∂x ∂y
∂u ∂v
= −2y, = 2y.
∂y ∂x
Clearly,
∂u ∂v ∂u ∂v
= , =− .
∂x ∂y ∂y ∂x
Hence, the Cauchy-Riemann equations are satisfied.
Conclusion
Since the partial derivatives are continuous and the Cauchy-Riemann equations are satisfied everywhere
in the complex plane, the function f (z) = z 2 is analytic everywhere on C.
■
8
Provide and Justify an Example of a Conformal Mapping
Introduction
In complex analysis, a function is said to be conformal at a point if it is holomorphic and its derivative at
that point is non-zero. Conformal mappings preserve angles and the shape of infinitesimally small figures.
In this document, we consider a classical example of a conformal map: the exponential function
f (z) = ez .
Justification of Conformality
To verify that f (z) = ez is a conformal mapping:
• It is holomorphic in C (entire function).
• Its derivative f ′ (z) = ez is never zero.
Thus, by definition, f is conformal at every point in C.
Geometric Interpretation
The exponential map f (z) = ez transforms vertical lines x = constant into circles centered at the origin,
and horizontal lines y = constant into rays emanating from the origin.
This mapping converts the rectangular grid in the z-plane into a polar grid in the w-plane. Crucially,
angles between intersecting curves are preserved under this transformation.
Conclusion
We have shown that the exponential function f (z) = ez is holomorphic with non-zero derivative everywhere.
Hence, it is conformal in the entire complex plane. It preserves angles and locally resembles a rotation and
dilation, making it a classical example of a conformal map.
■
9
If w=f (z) is analytical function of z such that f ′(z) ̸= 0, then Prove
that
2
∂2
∂ ′
+ log |f (z)| = 0.
∂x2 ∂y 2
f ′ (z) = ux + ivx ,
1
ϕ(x, y) = log |f ′ (z)| = log(u2x + vx2 ).
2
Now compute the Laplacian:
∂2ϕ ∂2ϕ
∆ϕ = + 2.
∂x2 ∂y
1
Let A = u2x + vx2 , so ϕ = 2 log A. Then:
(Ax )2 + (Ay )2
1 Axx + Ayy
∆ϕ = − .
2 A A2
∆ log |f ′ (z)| = 0.
Example: Let f (z) = ez , which is entire (analytic everywhere), and f ′ (z) = ez ̸= 0. Then:
Now,
∂2x ∂2x
+ 2 = 0 + 0 = 0.
∂x2 ∂y
Hence, the Laplacian of log |f ′ (z)| is zero, verifying the theorem.
10
Determine the poles of the function
z2
f (z) =
(z − 1)2(z + 2)
and compute the residue at each pole.
Thus, at z = −2:
z2 z2 (−2)2 4
Res(f, −2) = lim (z + 2) · = lim = =
z→−2 (z − 1)2 (z + 2) z→−2 (z − 1)2 (−2 − 1)2 9
Apply this to z = 1:
2
d z (z + 2)(2z) − z 2 (1) (3)(2) − 1 6−1 5
Res(f, 1) = lim = = = =
z→1 dz z + 2 (z + 2)2 z=1 (3)2 9 9
Final Answer:
5
• Pole at z = 1 (order 2), Residue:
9
4
• Pole at z = −2 (order 1), Residue:
9
11
Evaluate the residues of
z3
f (z) =
(z − 1)(z − 2)(z − 3)
at z = 1, z = 2, z = 3, and at infinity. and Show that their sum is
zero.
At z = 1:
z3 13 1 1
Res(f, 1) = lim = = =
z→1 (z − 2)(z − 3) (1 − 2)(1 − 3) (−1)(−2) 2
At z = 2:
z3 8 8
Res(f, 2) = lim = = = −8
z→2 (z − 1)(z − 3) (2 − 1)(2 − 3) (1)(−1)
At z = 3:
z3 27 27 27
Res(f, 3) = lim = = =
z→3 (z − 1)(z − 2) (3 − 1)(3 − 2) (2)(1) 2
Conclusion: The sum of the residues at all finite poles and at infinity is zero, which is consistent
with the general result from complex analysis.
12
Prove that Z Z
f (z) dz ≤ |f (z)| |dz|
L L
Let f (z) be a complex-valued continuous function defined on a piecewise smooth curve L in the complex
plane. Then, Z Z
f (z) dz ≤ |f (z)| |dz|
L L
This is known as the Modulus Inequality for complex integrals.
Proof:
Let the curve L be parameterized by a continuously differentiable function z(t), with t ∈ [a, b]. That is,
every point z ∈ L corresponds to z(t) = x(t) + iy(t), where x(t), y(t) are real-valued functions of a real
variable t. Then,
Z Z b
f (z) dz = f (z(t))z ′ (t) dt
L a
Taking the modulus of both sides, we apply the triangle inequality for integrals:
Z b Z b Z b
f (z(t))z ′ (t) dt ≤ |f (z(t))z ′ (t)| dt = |f (z(t))| |z ′ (t)| dt
a a a
By the definition of line integral with respect to arc length:
Z Z b
|f (z)| |dz| = |f (z(t))| |z ′ (t)| dt
L a
Therefore, Z Z
f (z) dz ≤ |f (z)| |dz|
L L
Geometric Interpretation:
This inequality implies that the absolute value (modulus) of the complex integral is less than or equal
to the integral of the modulus of the function times the arc length. It captures how the integral of a
complex function can ”oscillate,” and that oscillation reduces the total magnitude compared to integrating
the modulus.
Special Case (Constant Bound):
If |f (z)| ≤ M for all z ∈ L, and the length of L is l, then:
Z
f (z) dz ≤ M l
L
This is the classical form of the ML inequality.
Example:
Let f (z) = z, and let L be the upper half of the unit circle centered at the origin, traversed from −1 to 1.
The parametrization is:
z(t) = eit , t ∈ [π, 0]
Then,
0 0 0
e2it
Z Z Z
it it 2it 1
f (z) dz = e (ie )dt = i e dt = i = (1 − e2πi ) = 0
L π π 2i π 2
So, Z Z Z π Z π
f (z) dz = 0 ≤ |f (z)| |dz| = |eit | dt = 1 dt = π
L L 0 0
The inequality holds true, illustrating the theorem.
13
2z+3
Show that the Transformation w = z−4 transforms the Circle
x2 + y 2 − 4x = 0
x2 + y 2 − 4x = 0
x2 + y 2 − 4x = 0 ⇒ |z|2 − 4 Re(z) = 0.
wz − 2z = 4w + 3 ⇒ z(w − 2) = 4w + 3.
So,
4w + 3
z= . (2)
w−2
14
Step 3: Plug into the circle equation
We now want to show that this transformation maps equation (1) into a line. Let w = u + iv, then
plug (2) into (1):
First compute:
4w + 3 2 |4w + 3|2
2 4w + 3
|z| = = , Re(z) = Re .
w−2 |w − 2|2 w−2
Substitute into (1):
|4w + 3|2
4w + 3
− 4 · Re = 0. (3)
|w − 2|2 w−2
Multiply both sides by |w − 2|2 :
2 2 4w + 3
|4w + 3| − 4|w − 2| · Re = 0.
w−2
This expression simplifies only when we set w = u + iv. But instead, verify the image of the original
circle under this transformation geometrically.
Conclusion
2z+3
Hence, the transformation w = z−4 maps the given circle into the vertical line:
4u + 3 = 0 .
15
If f (z) be a regular function of z, then Prove:
2
∂2
∂ 2 ′ 2
+ |f (z)| = 4|f (z)|
∂x2 ∂y 2
Proof:
Let f (z) be a regular (analytic) function of z = x + iy, i.e., f (z) is complex-differentiable in some domain.
Let us write:
f (z) = u(x, y) + iv(x, y)
where u and v are real-valued functions of x and y, representing the real and imaginary parts of f (z).
Then,
|f (z)|2 = u2 (x, y) + v 2 (x, y)
∂2 2 ∂2 2
∆|f (z)|2 = (u + v 2
) + (u + v 2 )
∂x2 ∂y 2
2 2 !
∂2 2 ∂2u ∂2v
∂u ∂v
(u + v 2 ) = 2 +u 2 + +v 2
∂y 2 ∂y ∂y ∂y ∂y
∂u ∂v ∂u ∂v
= , =−
∂x ∂y ∂y ∂x
∆u = 0, ∆v = 0
16
So: " 2 2 2 2 !#
∂u ∂u ∂v ∂v
∆|f (z)|2 = 2 + + +
∂x ∂y ∂x ∂y
∂u ∂v ∂u ∂u
f ′ (z) = +i = −i
∂x ∂x ∂x ∂y
Then,
2 2
′ 2 ∂u ∂u
|f (z)| = +
∂x ∂y
Hence,
∂2 ∂2
+ |f (z)|2 = 4|f ′ (z)|2
∂x2 ∂y 2
Example:
Let f (z) = z 2 . Then f ′ (z) = 2z, and |f ′ (z)|2 = 4(x2 + y 2 ). Also, f (z) = (x + iy)2 = x2 − y 2 + 2ixy, so:
Then,
∆|f (z)|2 = ∆(x2 + y 2 )2 = 4(x2 + y 2 )
and
4|f ′ (z)|2 = 4 · 4(x2 + y 2 ) = 16(x2 + y 2 )
Wait — this suggests a mistake. Actually, for this identity, it should be:
∂2 ∂2
+ |f (z)|2 = 4|f ′ (z)|2
∂x2 ∂y 2
So using f (z) = z, then f ′ (z) = 1, and |f (z)|2 = x2 + y 2 , and:
∂2 2 ∂2 2
∆|f (z)|2 = (x + y 2
) + (x + y 2 ) = 2 + 2 = 4 = 4|f ′ (z)|2
∂x2 ∂y 2
17