Complex Numbers
Complex Numbers
A complex number z is an ordered pair (a, b) of real numbers and we write z = (a, b). The first
component a is called the real part of z and is denoted by Re(z) and the second component of z
is called the imaginary part of z and is denoted by Img(z). The set of all complex numbers is
denoted by C.
Equality of Complex Numbers
Two complex numbers z1 = (a1 , b1 ) and z2 = (a2 , b2 ) are equal only when their real and imaginary
parts are equal, i.e. z1 = z2 if and only if a1 = a2 and b1 = b2 .
Arithmetical Operations on Complex Numbers
Let z1 = (a1 , b1 ) and z2 = (a2 , b2 ) be two complex numbers. Then
1. z1 + z2 = (a1 + a2 , b1 + b2 ).
2. z1 − z2 = (a1 − a2 , b1 − b2 ).
3. z1 .z2 = (a1 a2 − b1 b2 , a1 b2 + b1 a2 ).
z1 a1 a2 + b1 b2 −a1 b2 + b1 a2
4. = , .
z2 a22 + b22 a22 + b22
Properties of Complex Numbers Under Addition and Multiplication
If z, z1 , z2 are complex numbers, then:
1. z1 + z2 = z2 + z1 .
2. z1 + (z2 + z3 ) = (z1 + z2 ) + z3 .
3. If 0 = (0, 0) then z + 0 = z.
4. z1 .z2 = z2 .z1 .
5. z1 .(z2 .z3 ) = (z1 .z2 ).z3 .
6. If 1 = (1, 0) then z.1 = z.
7. If z1 .(z2 + z3 ) = z1 .z2 + z1 .z3 .
Real Complex Numbers
If a is any real number, then we regard a as the complex number (a, 0) and the complex number
(a, 0) has all the properties of the real number a. Thus the set of real numbers is a subset of the
set of complex numbers.
The Imaginary Unit
The complex number (0, 1) is called the imaginary unit and is denoted by i. The number i
satisfies i2 = −1.
Normal Form of a Complex Number
Let z = (a, b) be a complex number. Then z = (a, b) = (a, 0) + (0, b) = (a, 0) + (0, 1)(b, 0) = a + ib.
The notation z = a + ib is called the normal form of the complex number (a, b). Addition,
subtraction, multiplication and division of complex numbers in normal form are done in the same
way as they are done for binomial expressions in i.
Conjugate of a Complex Number
Let z = a + ib be a complex number then the conjugate of z is denoted by z and is defined by
z = a − ib.
Properties of the Conjugate of a Complex Number
1. z = z.
z+z z−z
2. = Re(z), = Img(z).
2 2i
3. z = z if and only if z is real.
4. z1 + z2 = z1 + z2 .
5. z1 − z2 = z1 − z2 .
6. z1 .z2 = z1 .z2 .
z1 z1
7. = provided z2 6= 0.
z2 z2
Modulus of a Complex Number
If z =√a + ib be a complex number, then the modulus of z is denoted by |z| and is defined by
|z| = a2 + b2 .
Properties of the Modulus of a Complex Number
4. z.z = |z|2 .
5. |z1 .z2 | = |z1 |.|z2 |.
z1 |z1 |
6. = provided z2 6= 0.
z2 |z2 |
7. |z1 + z2 | ≤ |z1 | + |z2 |.
8. |z1 − z2 | ≥ ||z1 | − |z2 || .
9. |z| ≥ Re(z) and |z| ≥ Img(z).
1. Arg(z1 .z2 ) = Arg(z1 ) + Arg(z2 ) + 2πδ where δ takes one of the values 0, 1, −1.
z1
2. Arg = Arg(z1 ) − Arg(z2 ) + 2πδ where δ takes one of the values 0, 1, −1.
z2
Polar form of a Complex Number
Let z be a non-zero complex number. Let |z| = r and arg(z) = θ. Then z = r(cos θ + i sin θ). This
is called the polar form of the complex number z.
Theorem: If z1 = r1 (cos θ1 + i sin θ1 ) and z2 = r2 (cos θ2 + i sin θ2 ) be non-zero complex numbers
then:
De Moivre’s Theorem
If θ is any real number and n is any integer then (cos θ + i sin θ)n = cos nθ + i sin nθ. If n is any
fraction then cos nθ + i sin nθ is one of the values of (cos θ + i sin θ)n .
Roots of a complex number
Let n be a given positive integer and z any given non-zero complex number, then any number w
that satisfies the equation wn = z is called an nth root of z.
Theorem: Let z be a non-zero complex number and n a positive integer. Let |z| = r and
th
Arg(z)
=θ. Then z = r(cosθ + i sin θ)
has exactly n distinct complex n roots given by
√ θ + 2kπ θ + 2kπ
n
r cos + i sin for k = 0, 1, . . . , n − 1.
n n
Definition: The unique nth root of z obtained by
taking
k = 0is called the principal nth root
√ √ √
θ θ
of z and is denoted by n z. Thus n z = n r cos + i sin .
n n
Functions of a complex number
Let D ⊆ C. A complex valued function f defined on the set D, is a rule that associates with each
complex number z ∈ D a unique complex number w. We write w = f (z). D is called the domain
of the function f and w is called the image of f . The set of images of all elements of D under
the function f is called the range of f . Range of f = {w ∈ C : w = f (z), where z ∈ D}. When
the domain is not explicitly stated we assume the domain to be the set of all complex numbers z
for which f (z) is defined.
Let w = f (z) be a complex function, let z = x + iy and w = u + iv. Then
w = f (z) = f (x + iy) = u + iv. Both u and v are real valued functions of the two real variables
x, y i.e. f (z) = u(x, y) + iv(x, y). The functions u(x, y) and v(x, y) are called the real and
imaginary parts of f .
The Complex Exponential Function
∞
X zn z2 z3
Definition: If z is a complex number then exp(z) = ez = =1+z+ + + ···.
n=0
n! 2! 3!
Theorem: Algebraic properties of the complex exponential function
2. (i) sin z = 0 iff z = nπ (ii) cos z = 0 iff z = (2n + 1) π2 , where n is some integer.
3. The identities true for trigonometric functions of a real variable also hold for trigonometric
functions of a complex variable.
4. (i) sin(x + i y) = sin x cosh y + i cos x sinh y, (ii) cos(x + i y) = cos x cosh y − i sin x sinh y
q q
5. (i) | sin(x + i y)| = sin2 x + sinh2 y (ii) | cos(x + i y)| = cos2 x + sinh2 y
Note: Some properties of trigonometric functions of a real variable are not satisfied by their
complex counterparts. For instance, if x is any real number then | sin x| ≤ 1 and | cos x| ≤ 1 but
| cos i| = 1.5431 and | sin i| = 1.1752.
Hyperbolic functions of a complex variable
Definition: Let z be a complex number then
1 1 sinh z
cosh z = 2 [ez + e−z ] sinh z = 2 [ez − e−z ] tanh z = cosh z where cosh z 6= 0.
Theorem:
∞ ∞
X z 2n z2 z4 X z 2n+1 z3 z5
1. (i) cosh z = = 1+ + +··· , (ii) sinh z = = z+ + +···
n=0
(2n)! 2! 4! n=0
(2n + 1)! 3! 5!
2. (i) sinh z = 0 iff z = nπi, (ii) cosh z = 0 iff z = (2n + 1) π2 i, where n is some integer.
3. (i) sinh(x + i y) = cos y sinh x + i sin y cosh y, (ii) cosh(x + i y) = cos y cosh x − i sin y sinh x
Logarithm of a complex number
Let z 6= 0 be a given complex number. If there exists a complex number w such that ew = z, then
w is called a logarithm of z. If z = 0 logarithm of z is not defined.
Theorem: If z 6= 0, and w is a logarithm of z then w = ln |z| + i Argz + 2nπi, where n is some
integer. Thus logarithm of a complex number exists for all non-zero complex numbers z and has
infinitely many values.
Definition: Let z 6= 0, then the unique complex number ln |z| + i Argz is called the principal
value of logarithm of z and is denoted by Log z. Any arbitrary value of logarithm of z is denoted
by log z.
Theorem: If z 6= 0 then log z = Log z + 2nπ i
Complex powers
If z 6= 0 and w is any complex number, then z w is a complex number defined by
z w = ew log z = ew(ln |z|+i Argz+2kπi) . The principal value of z w is defined to be ew Logz .
Theorem:
(b) Let f (z) = u(x, y) + iv(x, y), z0 = x0 + i y0 and A = u0 + i v0 . Then lim f (z) = A, if
z→z0
and only if x→x
lim u(x, y) = u0 and x→x
lim v(x, y) = v0 .
0 0
y→y0 y→y0
(c) Suppose f and g are complex functions. If lim f (z) = L and lim g(z) = M , then
z→z0 z→z0
(a) The system of equations ux = vy and uy = −vx are called the Cauchy-Riemann
equations or the C-R equations.
(b) If f is differentiable at z0 then the Cauchy-Riemann equations must be satisfied at z0 .
(c) If the Cauchy-Riemann equations are not satisfied at a point z0 , the function is not
differentiable at z0 .
(d) Even if the Cauchy-Riemann equations at a point z0 , the function may not be
differentiable at z0 .
Criterion for Non-analyticity:
If the Cauchy-Riemann equations are not satisfied at every point z in a open set D, then
the function f (z) = u(x, y) + i v(x, y) cannot be analytic in D.
Sufficient Criterion for Differentiability:
Suppose that f (z) = u(x, y) + i v(x, y) is a continuous function defined in some
neighbourhood of a point z0 = x0 + i y0 . If each of the first order partial derivatives
ux , uy , vx , vy is continuous at the point (x0 , y0 ) and if the Cauchy-Riemann equations are
satisfied at z0 , then f (z) is differentiable at z0 and f 0 (z0 ) can be computed using Equation
(2).
Sufficient Condition for Analyticity:
Suppose that f (z) = u(x, y) + i v(x, y) is a function continuous on an open set U ⊆ C. If
each of the first order partial derivatives ux , uy , vx , vy is continuous in U and if u(x, y) and
v(x, y) satisfy the C-R equations at all points of U, then the function f (z) is analytic in U.
Consequences of Cauchy-Riemann equations:
(a) Suppose that the function f (z) = u(x, y) + i v(x, y) is analytic in a domain D. If any
one of the functions u(x, y), v(x, y), or |f | is constant in D then f is itself constant in D.
(b) Suppose that the function f (z) = u(x, y) + i v(x, y) is analytic in a domain D, and
f 0 (z) = 0 for every z in D. Then f is constant in D.
9. Integration of a Complex Valued Function of A Real Variable:
Let f1 and f2 are real valued functions of a real variable t which are integrable on a
common interval [a, b], then we define the integral of the complex-valued function
f (t) = f1 (t) + i f2 (t) on [a, b] in terms of the definite integrals of the real and imaginary
parts as
Z b Z b Z b
f (t) dt = f1 (t) dt + i f2 (t) dt (3)
a a a
.
Z b Z b
Note: (i) If f1 and f2 are continuous on [a, b], then f1 (t) dt, f2 (t) dt both exist and
Z b a a
(a) Suppose the continuous real valued functions x = x(t), y = y(t) for a ≤ t ≤ b are
parametric equations of a curve C in the complex plane. Then the points z on the
curve C can be represented by a complex valued function of a real variable
The function z(t) is called a parametrization of C. The point z(a) = x(a) + i y(a) or
A : (x(a), y(a)) is called the initial point of C and the point z(b) = x(b) + i y(b) or
B : (x(b), y(b)) is called the terminal point of C.
(b) If the derivative z 0 (t) = x0 (t) + i y 0 (t) is continuous and never zero in the interval
a ≤ t ≤ b, then the curve C is called a smooth curve. A smooth curve can have no
sharp corners or cusps.
(c) A piecewise smooth curve is one that can be expressed as the union of a finite
number of smooth curves C1 , C2 , . . . , Cn , where the initial point of Ck+1 is the terminal
point of Ck for k = 1 : n − 1.
(d) A piecewise smooth curve is called a contour or a path.
(e) The curve C is called closed curve if its initial and terminal points coincide, i.e. if
z(a) = z(b).
(f) A simple curve is one which does not intersect itself anywhere between its
end-points. Thus the curve z(t) defined by Equation 1 is simple if z(t1 ) 6= z(t2 ) for
t1 6= t2 , except possibly for t = a and t = b.
(g) The curve C defined by Equation 1 is called a simple closed curve if z(t1 ) 6= z(t2 )
for t1 6= t2 and z(a) = z(b).
(h) A given parametrization C : z(t) = x(t) + i y(t) for a ≤ t ≤ b, determines an
orientation of the curve C. As t increases from a to b, z(t) varies continuously from
z(a) to z(b). The direction in which z(t) traces out the curve C is called the positive
direction or positive orientation of the curve C. In case C is a simple closed curve
the positive direction corresponds to the anticlockwise direction or is the direction for
which the region D bounded by C is to the left as a variable point P traces out C. The
negative direction on a contour C is the direction opposite to the positive direction.
If C is an oriented curve then the curve with opposite orientation is called the
opposite curve and is denoted by −C. If C is defined by Equation 1 then −C is
defined by z(a + b − t) where a ≤ t ≤ b.
Evaluation of a Contour Integral
If a function f is continuous on a smooth curve C given by the parametrization
z(t) = x(t) + i y(t), where a ≤ t ≤ b then
Z Z b
f (z) dz = f (z(t)) z 0 (t) dt (5)
C a
Note: Suppose z(t) = x(t) + i y(t) and z 0 (t) = x0 (t) + i y 0 (t). Then the integrand
f (z(t)) z 0 (t) is a complex-valued function of a real variable t. Hence the integral
Z b
f (z(t)) z 0 (t) dt is evaluated as in Equation 1.
a
Properties of Contour Integrals:
Theorem: Suppose the functions f and g are continuous in a domain D and C is a smooth
curve lying entirely in D.
Z Z
(a) k f (z) dz = k f (z) dz, where k is a complex constant.
C C
Z Z Z
(b) f (z) + g(z) dz = f (z) dz + g(z) dz.
C C C
(c) Suppose C is a piecewise smooth curve i.e. C can be expressed as the union of a finite
number of smooth curves C1 , C2 , . . . , Cn , where the initial point of Ck+1 is the terminal
point of Ck for k = 1 : n − 1. Then the contour integral of f along C is the sum of the
contour integrals
Z Z of f alongZ each of the smooth Z pieces of C i.e.
f (z) dz = f (z) dz + f (z) dz + · · · + f (z) dz
C C1 C2 Cn
(d) If −C denotes the curve consisting as the same points as C but with opposite
orientation
Z (fromZinitial point B : z(b) to terminal point A : z(a)) then,
f (z) dz = − f (z) dz.
−C C
Z Z
(e) f (z) dz ≤ |f (z)|dz
C C
Note: The five parts of the above theorem also hold if C is a piecewise smooth curve in D.
Length of a Smooth Curve
Theorem: Let C : z(t) = x(t) + i y(t), where a ≤ t ≤ b be a smooth curve, then the length L
Z bp Z b
of C is given by L = [x0 (t)]2 + [y 0 (t)]2 dt = |z 0 (t)| dt.
a a
M-L inequality
Theorem:
Z If f is continuous on a smooth curve C, and if |f (z)| ≤ M for all z on C then
f (z) dz ≤ M L, where L is the length of C.
C
Simply and Multiply Connected Domains
A domain is an open connected set. A domain D is said to be simply connected if every
simple closed contour C contained in D is can be shrunk to a point without leaving D. In
other words, a domain D is simply connected if the interior of any simple closed contour C,
lying entirely in D, is also contained in D. A domain that is not simply connected is called
multiply connected.
11. Cauchy-Goursat Theorem
Suppose that a function f is analytic in a simply connected domain D. If C is a simple
closed contour that lies in D then Z
f (z) dz = 0 (6)
C
.
Corollary: If f is analytic at all points within and on a simple closed contour C, then
Z
f (z) dz = 0.
C
Remark: Morera’s Theorem gives us a sufficient condition for analyticity and is taken
to be the converse of the Cauchy-Goursat theorem.
(b) (Cauchy’s Inequality) Suppose f is an analytic function in a simply connected domain
D and suppose that a circle C having center at z0 and radius r, lies entirely in D. If
|f (z)| ≤ M for all points on C, then
n!M
|f (n) (z0 )| ≤ . (11)
rn
(c) (Liouville’s Theorem) If f is an entire function that is bounded for all values of z in
the complex plane then f is constant.
(d) (Fundamental Theorem of Algebra) If p(z) is a non-constant polynomial then the
equation p(z) = 0 has atleast one root.
(e) (Maximum Modulus Theorem) Suppose that f is analytic and non-constant on a
closed region R bounded by a simple closed curve C. Then the modulus |f (z)| attains
its maximum value on C (i.e. does not attain the maximum value at any point of
interior of C).
(f) (Gauss’ Mean Value Theorem) If f is analytic within and on a circle C, having center
at z0 and radius r, then
Z 2π
1
f (z0 ) = f (z0 + reiθ ) dθ. (12)
2π 0
Remark: This theorem shows that the value of f at the center z0 of the circle is the
average of all the values of f on the circumference of C.