47
Complex Analysis Dr. Suresh Kumar, BITS Pilani 1 MATHEMATICS-II Complex Analysis Dr. Suresh Kumar Note: Some concepts of Complex Analysis are briefly described here just to help the stu- dents. Therefore, the following study material is expected to be useful but not exhaustive for the Mathematics-II course. For detailed study, the students are advised to attend the lecture/tutorial classes regularly, and consult the text book prescribed in the hand out of the course. Dr. Suresh Kumar, Department of Mathematics, BITS Pilani, Pilani Campus

Complex Notes 2

Embed Size (px)

Citation preview

Page 1: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 1

MATHEMATICS-IIComplex AnalysisDr. Suresh Kumar

Note: Some concepts of Complex Analysis are briefly described here just to help the stu-dents. Therefore, the following study material is expected to be useful but not exhaustive for theMathematics-II course. For detailed study, the students are advised to attend the lecture/tutorialclasses regularly, and consult the text book prescribed in the hand out of the course.

Dr. Suresh Kumar, Department of Mathematics, BITS Pilani, Pilani Campus

Page 2: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 2

Chapter 1

Complex Numbers

Complex numbers are defined as ordered pairs (x, y) of real numbers which are interpreted as points(x, y) in XY-plane of cartesian system. The complex numbers of the form (x, 0) are points on theX-axis (usually taken as the real number line) and are called pure real numbers. The complexnumbers of the form (0, y) are points on the Y-axis and are called pure imaginary numbers. Thereal numbers x and y are respectively known as the real and imaginary parts of the complexnumber (x, y). We denote the complex number (x, y) by z, its real part by Rez, and imaginarypart by Imz. Thus, we have z = (x, y), Rez = x and Imz = y. Further, two complex numbers z1

and z2 are said to be equal, that is, z1 = z2 if and only if Rez1 =Rez2 and Imz1 =Imz2.

O

z= H x ,yL

y

x

X

Y

Addition and Multiplication of complex numbers

The addition and multiplication of two complex numbers z1 = (x1, y1) and z2 = (x2, y2) are definedas follows:

z1 + z2 = (x1, y1) + (x2, y2) = (x1 + x2, y1 + y2),

z1z2 = (x1, y1)(x2, y2) = (x1x2 − y1y2, x1y2 + y1x2).

Note that the above operations reduce to the usual operations of addition and multiplicationwhen restricted to the real numbers.

(x1, 0) + (x2, 0) = (x1 + x2, 0)

(x1, 0)(x2, 0) = (x1x2, 0).

The complex number system is, therefore, a natural extension of the real number system.

Simplified representation of complex number

Making use of the definitions of addition and multiplication operations of complex numbers, wehave

z = (x, y) = (x, 0) + (0, y) = (x, 0) + (0, 1)(y, 0)

Page 3: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 3

We shall denote the imaginary number (0, 1) by i. For simplified representation, we write x for(x, 0) and y for (y, 0). Thus, the simplified representation of z is

z = x+ iy.

With this representation, the addition and multiplication operations become

z1 + z2 = (x1 + iy1) + (x2 + iy2) = (x1 + x2) + i(y1 + y2),

z1z2 = (x1 + iy1)(x2 + iy2) = (x1x2 − y1y2) + i(x1y2 + y1x2).

Further, we have i2 = −1 since i2 = i.i = (0, 1)(0, 1) = (−1, 0).

Some algebraic properties of complex numbers

It is easy to verify the following properties of complex numbers:(1) Commutative property: z1 + z2 = z2 + z1, z1z2 = z2z1.(2) Associative property: z1 + (z2 + z3) = (z1 + z2) + z3, z1(z2z3) = (z1z2)z3.(3) Identity: z + 0 = (x, y) + (0, 0) = (x, y) = z, z.1 = (x, y)(1, 0) = (x, y) = z. Therefore, 0 and1 are respectively the additive and multiplicative identities.(4) Inverse: For any complex number z = (x, y), there exists a complex number (−x,−y) denotedby −z and called negative of z such that z+(−z) = 0. We call −z as additive inverse of z. For anynon-zero complex number z = (x, y), there exists a complex number (x/(x2 + y2),−y/(x2 + y2))denoted by 1/z or z−1 and called reciprocal of z such that zz−1 = 1. We call z−1 as multiplicativeinverse of z. Please also see the footnote1

(5) Distributive property: z1(z2 + z3) = z1z2 + z1z3.

Modulus of a complex number

Recall that the absolute value a real number is its distance from origin on the real number line.In analogy, the modulus or the absolute value of a complex number z = x+ iy, denoted by |z|, isdefined as the non-negative real number

√x2 + y2, that is, |z| =

√x2 + y2. Geometrically, it is

the distance of the point (x, y) (representing the complex number z) from the origin (0, 0). Somestraightforward but important properties of modulus are given below.(1) For any two complex numbers z1 and z2, we have |z1| < |z2| or |z1| = |z2| or |z1| > |z2|. Notethat the expressions z1 < z2 or z1 > z2 are not meaningful unless z1 and z2 are pure real numbers.

(2) The equation |z − z0| = r represents a circle with centre at z0 and radius r in the complexplane. The inequality |z − z0| < r represents the interior region of the circle |z − z0| = r whilethe inequality |z − z0| > r represents the entire region in the complex plane exterior to the circle|z − z0| = r.

(3) Let a point P (x, y) in the XY-plane corresponds to a complex number z = x+ iy. If we assign

the position vector−→OP of P to represent the complex number z, then |z| = |

−→OP |. Considering the

vector representation of complex numbers, one can easily demonstrate the addition and difference

1The expression z1 + (−z2) denoted by z1 − z2 is called the difference of z1 from z2. The expression z1z−12

denoted by z1z2

is called the division of z1 by z2.

Page 4: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 4

O

z= H x ,yLy

x

ÈzÈX

Y

of two complex numbers in the complex plane as per the rules of vector algebra. However, notethat the product of two complex numbers can not be associated with the dot product or scalarproduct of vectors.

(4) For any two complex numbers z1 and z2, we have |z1z2| = |z1||z2| and |z1/z2| = |z1|/|z2|provided z2 6= 0. Further, we have |z1 +z2| ≤ |z1|+ |z2|, known as the triangle inequality. It simplysays that the length of any side of a triangle is less than or equal to the sum of the lengths of theother two sides. Also, it can be proved that |z1 + z2| ≥ ||z1| − |z2||.

(5) |z|2 = (Rez)2 + (Imz)2, Rez ≤ |Rez| ≤ |z| and Imz ≤ |Imz| ≤ |z|.

Conjugate of a complex number

The conjugate of a complex number z = x + iy, denoted by z, is defined as the complex numberx − iy, that is, z = x+ iy = x − iy. Geometrically, z is the reflection of z in the X-axis. Somestraightforward properties of complex conjugates are given below.

(1) z = z, z1 ± z2 = z1 ± z2, z1/z2 = z1/z2.

(2) zz = |z|2, Rez = z+z2

and Imz = z−z2i

.

Polar or exponential form of a complex number

Let (r, θ) be polar coordinates of a point that corresponds to a non-zero complex number z = x+iyin the complex plane. Then x = r cos θ and y = r sin θ. So we have z = r(cos θ + i sin θ). It is thepolar representation of the complex number z. Using the Euler’s formula2 eiθ = cos θ + i sin θ, weget a more compact form z = reiθ, known as the exponential form of z. Obviously, the modulusof z is |z| = r. The angle θ is called the argument of z and is denoted by argz. It is measured inradians and is undefined for z = 0. Further, for a non-zero complex number there exists infinitelymany values of θ but all differing by an integer multiple of 2π. In the range −π < θ ≤ π, we canfind a unique value of θ for any given non-zero complex number z. It is called principal argumentof z and is denoted by Argz. So we have argz = Argz + 2kπ, k is an integer. Some useful pointsare given below.

2It can be proved that (cos θ + i sin θ)n = cos(nθ) + i sin(nθ), that is, (eiθ)n = einθ. It is known as de Moivre’sformula

Page 5: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 5

O

Θ

z= H x ,yLy

x

ÈzÈ = r

X

Y

(1) Let z1 = r1eiθ1 and z2 = r2e

iθ2 . Then z1 = z2 if and if r1 = r2 and θ1 = θ2 + 2kπ, k being aninteger.

(2) The nth roots of a non-zero complex number z0 are the roots of the equation zn = z0. Ifz0 = r0e

iθ0 and z = reiθ, then zn = z0 yields rn = r0 and nθ = θ0 + 2kπ. So r = n√r0 and

θ = θ0n

+ 2kπn

, and hence the nth roots of z0 are given by

z = n√r0 exp

[i

(θ0

n+

2kπ

n

)], k = 0, 1, 2, ......, n− 1.

Note that the integer values of k less than 0 and greater than n − 1 do not yield any roots dif-ferent from the listed ones. Obviously, the nth roots of z0 lie symmetrically on the circle |z| = n

√r0.

(3) One can easily prove that arg(z1z2) = arg(z1) + arg(z2) and arg(z1z2

)= arg(z1) − arg(z2).

However, one should be careful that these equalities hold in the sense that given any two argu-ments in the equality there exists some value of the third argument satisfying the equality.

(4) Note that z = reiθ (0 ≤ θ ≤ 2π) is parametric representation of the circle |z| = r. Asthe parameter θ increases from 0 to 2π, the point z traverses the circle |z| = r once in thecounterclockwise direction starting from the positive real axis.

Regions in complex plane

The following definitions are simple but crucial in the forthcoming analysis. So read and understandthese carefully.

Neighbourhoods

Let z0 be a complex number. Then for any ε > 0, the interior of the circle |z − z0| = ε, that is,the region |z− z0| < ε defines a neighbourhood of z0. The neighbourhood with z0 deleted, that is,0 < |z− z0| < ε is called deleted neighbourhood of z0. For example, |z| < 1 is neighbourhood of 0.In fact, it is neighbourhood of its every point. 0 < |z| < 1 is deleted neighbourhood of 0.

Page 6: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 6

0-1 -0.5 0.5 1X

-1

-0.5

0.5

1

Y

Figure 1: Shaded region stands for |z| < 1, the neighbourhood of z = 0.

Interior, exterior and boundary points

Let S be a set of complex numbers. A complex number z0 is said to be an interior point of S ifthere exists at least one neighbourhood of z0 that completely lies within S. On the other hand,z0 is an exterior point of S if there exists at least one neighbourhood of z0 that completely liesoutside S. Next, z0 is a boundary point of S if it neither an interior nor an exterior point of S.In other words, if each neighbourhood of z0 contains points from exterior as well as interior of S.For example, z0 = 0.5, z1 = 1 + i and z2 = i are respectively the interior, exterior and boundarypoints of S = {z : |z| ≤ 1}.

0

1+i

-1 -0.5 0.5 1X

-1

-0.5

0.5

1

Y

Figure 2: z0 = 0.5, z1 = 1+ i and z2 = i are respectively the interior, exterior and boundary pointsof S = {z : |z| ≤ 1}.

Open and closed sets

If all points of a set are its interior points, it is said be an open set. A set containing all itsboundary points is a closed set. For example, the |z| < 1 is an open set whereas the set |z| ≤ 1 isa closed set. Note that the punctured unit disc 0 < |z| < 1 is an open set while the set 0 < |z| ≤ 1is neither open nor closed. Likewise the annular region 1 < |z| ≤ 2 is neither open nor closed.

Page 7: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 7

0-3 -2 -1 1 2X

-3

-2

-1

1

2

Y

Figure 3: 1 < |z| ≤ 2 is neither open nor closed.

Connected sets

A connected set is the set in which any two points can be joined by a polygonal line consisting offinite number of line segments without leaving the set. For example, 1 < |z| ≤ 2 is a connectedset, but the set S = {z : Rez < −1 or Rez > 1} is not connected since points of the regionRez < −1 can not be joined with the points of the region Rez > 1 by any polygonal line.

0-3 -2 -1 1 2X

-3

-2

-1

1

2

Y

Figure 4: S = {z : Rez < −1 or Rez > 1} is not connected.

Domains and regions

A non-empty open connected set is called a domain. A region is a domain with some, none or allthe boundary points. For example, 1 < |z| < 2 is domain as well as a region. The set 0 < |z| ≤ 1is a region but not a domain.

Bounded sets

A set is bounded if it can be enclosed inside the circle |z| = r for some finite value of r. Forexample, the set |z| < 1 is bounded while the set Rez > 0 being the right half of the complex

Page 8: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 8

plane is unbounded.

Limit points of a set

A point z0 is said to be limit point or accumulation point of a set S if every neighbourhood ofz0 carries infinitely many points of S. Obviously, S has no limit points if it is a finite set. Next,all the interior and boundary points of a set are its limit points. A set is closed if and only if itcontains all its boundary points. A set may have finite number of limit points. For example, 0 isthe only limit point of the set {i/n : n = 1, 2, 3....}. Note that 0 is not a member of the set. Theset |z| ≤ 1 is the set of all limit points of the set |z| < 1.

Page 9: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 9

Chapter 2

Function, Domain and Range

Let B be a subset of the set C of complex numbers. Then a function f from B to C, also writtenas f : B → C, is a rule that assigns to each member z of S a complex number w in C. Thecomplex number w is called the value of f at z (or image of z under f) and is denoted by f(z). Sow = f(z). The set B is called the domain of definition of f , and the set {f(z) : z ∈ S} is calledthe range of f .

The domain, here, should not be confused with the domain (open connected set) defined in theprevious chapter. Here, domain appears in analogy with the real functions, and simply stands fordiscrete or continuous collection of points in the complex plane permissible for the given function.For a given function, the set of all permissible points in the complex plane is called its naturaldomain. Any proper subset of the natural domain is the restricted domain. We may definefunctions on restricted domains. Of course, the domain of a function can be an open connectedset. For example, f : {z : |z| < 1} → C given by f(z) = z2 + 5 is a function defined on the unitcircular disc |z| < 1. Here |z| < 1 is the restricted domain of f as its natural domain is C. Also,|z| < 1 is an open connected set.

Since z = x+ iy, we can express the function f(z) = z2 + 5 in terms of x and y as follows:

f(x+ iy) = (x+ iy)2 + 5 = x2 − y2 + 5 + i(2xy) = u(x, y) + iv(x, y),

where u(x, y) = x2 − y2 + 5 and v(x, y) = 2xy are respectively the real and imaginary parts off(z). If we choose the polar form z = reiθ, then u and v can be determined as functions of r andθ.

Also, note that a function of complex variable need not be complex valued. For example,f(z) = |z|2 = x2 + y2 with u(x, y) = x2 + y2 and v(x, y) = 0, is a pure real valued function.

Multiple Valued Functions

Multiple valued functions, which assign more than one value to the domain points, do arise incomplex system as these appear in the real system3. Such functions are studied by constructingsingle valued functions in a systematic manner. For instance, the function w = z1/2 assigns twovalues namely w = ±

√reiΘ/2 corresponding to each non-zero complex number z = reiΘ (−π <

Θ ≤ π). The functions given by f1(z) =√reiΘ/2, f1(0) = 0 and f2(z) = −

√reiΘ/2, f2(0) = 0 are

both single valued functions defined in the entire complex plane.

Limit at an interior point

Let a function f(z) be defined in some deleted neighbourhood of z0. Then the limit of f(z) asz → z0 is said to be w0 denoted as

limz→z0

f(z) = w0

3The real function given by x2 + y2 = 1 assigns two values namely y = ±√

1− x2 to each value of x ∈ [−1, 1].The functions y1 =

√1− x2 and y2 = −

√1− x2 are single valued functions. The graphs of these functions are

respectively the upper half and lower half arcs of the circle x2 + y2 = 1

Page 10: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 10

if given any real number ε > 0 (howsoever small), there exists a real number δ > 0 (depending onε) such that

|f(z)− w0| < ε for 0 < |z − z0| < δ.

Geometrically speaking, the limit of f(z) as z → z0 is w0 if given any ε-neighbourhood of w0, thereexists a deleted δ-neighbourhood of z0 such that the images f(z) of all points z of the deletedδ-neighbourhood of z0 are contained in the ε-neighbourhood of w0. Also, existence of the limit off(z) as z → z0 means that its value w0 is unique and is independent of the path along which z → z0.

Ex. Show that limz→1

(2z + 3) = 5.

Sol. Let ε > 0 be given. Then we have

|2z + 3− 5| = |2z − 2| = 2|z − 1| < ε for |z − 1| < ε/2.

Choosing δ = ε/2, we have

|2z + 3− 5| < ε for |z − 1| < δ.

∴ limz→1

(2z + 3) = 5.

Ex. Show that limz→0

(zz

)does not exist.

Sol. We have

limz→0

(zz

)= lim

(x,y)→(0,0)

(x+ iy

x− iy

)= lim

x→0

(x+ imx

x− imx

)=

1 + im

1− im,

where we have chosen the path y = mx along which z → 0. Therefore, the given limit depends onm, that is, on the chosen path and is, therefore, not unique. Hence, it does not exist.

Limit at a boundary point

The definition of the limit at interior point can be extended to the case when z0 is boundary pointof the region where f(z) is defined. In this case, the limit of f(z) as z → z0 is said to be w0 ifgiven ε > 0, there exists δ > 0 such that |f(z)−w0| < ε for all z common to the δ-neighbourhoodof z0 and the domain region of f(z).

Ex. Suppose f(z) be defined in |z| < 1. Show that limz→1

(iz/2) = i/2.

Sol. Here z = 1 is boundary point of |z| < 1. Let ε > 0 be given. Then we have

|iz/2− i/2| = (1/2)|z − 1| < ε for |z − 1| < 2ε and |z| < 1.

Choosing δ = 2ε, we have

|iz/2− i/2| < ε for |z − 1| < δ and |z| < 1.

∴ limz→1

(iz/2) = i/2.

Page 11: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 11

Algebra of limits

Let f(z) and g(z) be defined in some deleted neighbourhood of z0. Then following results can beproved.

(1) If z0 = x0 + iy0 and f(z) = u(x, y) + iv(x, y), then

limz→z0

f(z) = lim(x,y)→(x0,y0)

u(x, y) + i lim(x,y)→(x0,y0)

v(x, y).

(2) limz→z0

[f(z)g(z)] = limz→z0

f(z) limz→z0

g(z).

(3) limz→z0

[f(z)± g(z)] = limz→z0

f(z)± limz→z0

g(z).

(4) limz→z0

[f(z)/g(z)] = limz→z0

f(z)/ limz→z0

g(z), provided limz→z0

g(z) 6= 0.

(5) limz→z0

[kf(z)] = k limz→z0

f(z), where k is a constant.

(6) If f(z) = a0 + a1z + .....+ anzn, then lim

z→z0f(z) = f(z0).

Limits involving infinity

It is useful to include the point at infinity (∞) in the complex plane. Such a complex plane iscalled extended complex plane. To visualize the point at infinity in the complex plane, considerthe complex plane passing through the equator of a unit sphere centred at the origin. Now, eachpoint z in the complex plane corresponds to a unique point P on the surface of unit sphere, whereP is the point of intersection of the line passing through the north pole N of the sphere and thepoint z, with the surface of the sphere. Obviously, N does not correspond to any finite point inthe complex plane. If we agree N to correspond to the point at infinity, there is a one to onecorrespondence between the points on the unit sphere and the points in the extended complexplane. Such a correspondence is called stereographic projection, and the unit sphere is calledRiemann sphere.

Let ε > 0 be a real number. Then the points z in the complex plane such that |z| > 1/εcorrespond to a circular region centred at N on the surface of sphere. This in turn suggests that|z| > 1/ε is a neighbourhood of ∞.

Some results on limits involving ∞ are given below.

(1) limz→z0

f(z) =∞ if and only if limz→z0

[1/f(z)] = 0.

(2) limz→∞

f(z) = limz→0

f(1/z)

(3) limz→∞

f(z) =∞ if and only if limz→0

f(1/z) = 0.

Ex. limz→1

z + 2i

z − 1=∞ since lim

z→1

z − 1

z + 2i= 0.

Ex. limz→∞

iz + 2

z + i= lim

z→∞

i+ 2/z

1 + i/z=i+ 0

1 + 0= i.

Page 12: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 12

Continuity

Let a function f(z) be defined in some neighbourhood of z0. Then f(z) is said to be continuous atz0 if given any real number ε > 0 (howsoever small), there exists a real number δ > 0 (dependingon ε) such that

|f(z)− f(z0)| < ε for |z − z0| < δ.

So f(z) is continuous at z0 if and only if limz→z0

f(z) = f(z0). Further, f(z) is said to be continuous

in a region if and only if it is continuous at every point of the region. Some results pertaining tocontinuous functions are given below.

(1) If f(z) and g(z) are continuous functions at z0, then so are the functions f(z)±g(z), f(z)g(z),(fog)(z) and f(z)/g(z) (g(z0) 6= 0).

(2) sin z, cos z, sinh z, cosh z, ez and polynomials all are continuous at every point in the complexplane.

(3) If f(z) is continuous and non-zero at z0, then there exists some neighbourhood of z0 suchthat f(z) is non-zero at each point of the neighbourhood.

For, f(z) is continuous at z0. Choosing ε = |f(z0)|/2, there exists some δ > 0 such that

|f(z)− f(z0)| < |f(z0)|/2 for |z − z0| < δ.

Now, if there is any point z in the δ-neighbourhood |z − z0| < δ of z0 such that f(z) = 0,then we get |f(z0)| < |f(z0)|/2, which is not true. So f(z) is non-zero at each point of theδ-neighbourhood |z − z0| < δ of z0.

(4) A function f(z) = u(x, y)+iv(x, y) is continuous at z0 = x0 +iy0 if and only if the componentfunctions u(x, y) and v(x, y) are continuous at (x0, y0).

(5) If f(z) is continuous in a closed and bounded region R, then f(z) is bounded in R, that is,there exists some constant M > 0 such that |f(z)| < M for all z ∈ R.

For, let f(z) = u(x, y) + iv(x, y). Then continuity of f(z) in R implies the continuity ofthe component functions u(x, y) and v(x, y) in R. Now, from the theory of real functions,u(x, y) and v(x, y) being continuous in the closed and bounded region R are bounded in R.So there exists constants M1 > 0 and M2 > 0 such that |u(x, y)| < M1 and |v(x, y)| < M2

for all (x, y) ∈ R. Also, |f(z)| =√

[u(x, y)]2 + [v(x, y)]2. It follows that f(z) is bounded inR.

Differentiability

Let a function w = f(z) be defined in some neighbourhood of z0. Then w = f(z) is said to be

differentiable at z0 if and only if the limit limz→z0

f(z)− f(z0)

z − z0

exists. The derivative of w = f(z) at

z0 is denoted by f ′(z0) or(dwdz

)z=z0

. So we have

f ′(z0) = limz→z0

f(z)− f(z0)

z − z0

.

Page 13: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 13

If we choose z = z0 + δz, then we have

f ′(z0) = limδz→0

f(z0 + δz)− f(z0)

δz.

Some results pertaining to differentiable functions are given below.

(1)d

dz[f(z)± g(z)] = f ′(z)± g′(z).

(2) Product rule:d

dz[f(z)g(z)] = f ′(z)g(z) + f(z)g′(z).

(3) Quotient rule:d

dz

[f(z)

g(z)

]=f ′(z)g(z)− f(z)g′(z)

[g(z)]2provided g(z) 6= 0.

(4) Chain rule:d

dz[f(g(z))] = f ′(g(z))g′(z).

(5) If f(z) and g(z) are differentiable functions at z0, then so are the functions f(z) ± g(z),f(z)g(z), (fog)(z) and f(z)/g(z) (g(z0) 6= 0).

(6) sin z, cos z, sinh z, cosh z, ez and polynomials all are differentiable at every point in thecomplex plane.

Ex. If f(z) = z2 + 1, then

f ′(2) = limδz→0

f(2 + δz)− f(2)

δz= lim

δz→0

(2 + δz)2 + 1− (22 + 1)

δz= lim

δz→0(4 + δz) = 4.

Ex. Show that f(z) = |z|2 is not differentiable at any z except z = 0.Sol. We have

f ′(z) = limδz→0

|z + δz|2 − |z|2

δz

= limδz→0

(z + δz)(z + δz)− zzδz

= limδz→0

(z + δz)(z + δz)− zzδz

= z + limδz→0

δz + z limδz→0

δz

δz

= z + lim(δx,δy)→(0,0)

(δx− iδy) + z lim(δx,δy)→(0,0)

δx− iδyδx+ iδy

= z + z1− im1 + im

, (δy = mδx)

Clearly, f ′(0) = 0 and f ′(z) depends on m if z 6= 0. Thus, f(z) = |z|2 is not differentiable at anyz except z = 0.

Page 14: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 14

Ex. If f(z) is differentiable at z0, then show that f(z) is continuous at z0. However, the converseneed not be true.Sol. If f ′(z0) exists, then we have

limz→z0

[f(z)−f(z0)] = limz→z0

[f(z)− f(z0)

z − z0

(z − z0)

]= lim

z→z0

[f(z)− f(z0)

z − z0

]. limz→z0

(z−z0) = f ′(z0).0 = 0.

This shows that f(z) is continuous at z0. However, the converse need not be true. In the previousexample, we showed that the function f(z) = |z|2 = x2 + y2 is not differentiable at any z exceptz = 0. However, it is continuous for all z as its real part u(x, y) = x2 + y2 and imaginary partv(x, y) = 0, both are continuous everywhere in the complex plane.

Necessary condition for differentiability

Let f(z) = u(x, y) + iv(x, y) be differentiable at z0 = x0 + iy0. Then first order partial derivativesof u(x, y) and v(x, y) exist at (x0, y0), and the partial differential equations, known as the Cauchy-Riemann (CR) equations,

ux = vy, uy = −vx

are satisfied at (x0, y0).Proof. We have

f ′(z0) = limδz→0

f(z0 + δz)− f(z0)

δz

= lim(δx,δy)→(0,0)

u(x0 + δx, y0 + δy) + iv(x0 + δx, y0 + δy)− u(x0, y0)− iv(x0, y0)

δx+ iδy

= lim(δx,δy)→(0,0)

u(x0 + δx, y0 + δy)− u(x0, y0)

δx+ iδy+ i lim

(δx,δy)→(0,0)

v(x0 + δx, y0 + δy)− v(x0, y0)

δx+ iδy

First solving f ′(z0) along the path δy = 0, we get

f ′(z0) = limδx→0

u(x0 + δx, y0)− u(x0, y0)

δx+i lim

δx→0

v(x0 + δx, y0)− v(x0, y0)

δx= ux(x0, y0)+ivx(x0, y0).

Next solving f ′(z0) along the path δx = 0, we get

f ′(z0) = −i limδy→0

u(x0, y0 + δx)− u(x0, y0)

δx+i lim

δy→0

v(x0, y0 + δy)− v(x0, y0)

δy= −iuy(x0, y0)+vy(x0, y0).

Since f ′(z0) exists uniquely, so its values along the paths δx = 0 and δy = 0 must be equal. Itfollows that the CR equations ux = vy and uy = −vx are satisfied at (x0, y0).

Ex. The function f(z) = z2 is differentiable throughout the complex plane as its derivativef ′(z) = 2z exists uniquely for all z. Now, let us verify the CR equations. We have f(z) = z2 =x2 − y2 + i(2xy). Therefore, u(x, y) = x2 − y2 and v(x, y) = 2xy. We find that ux = 2x = vyand uy = −2y = −vx. So CR equations are satisfied for all (x, y) in the complex plane, as expected.

Ex. We know that the function f(z) = |z|2 is differentiable only at the origin in the complexplane. Now, f(z) = |z|2 = x2 + y2. Therefore, u(x, y) = x2 + y2 and v(x, y) = 0. So ux = 2x

Page 15: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 15

uy = 2y, vx = 0 and vy = 0. We see that the CR equations are satisfied only at (0, 0), as expected.

CR equations in polar form: If z = reiθ, then f(reiθ) = u(r, θ) + iv(r, θ) and CR equations inpolar form read as rur = vθ and uθ = −rvr.Proof: We have

f(reiθ) = u(r, θ) + iv(r, θ). (1)

Differentiating (1) partially with respect to r and θ, we get

f ′(reiθ)eiθ = ur + ivr, (2)

and

f ′(reiθ)reiθi = uθ + ivθ, (3)

respectively. From (2) and (3), we obtain

ir(ur + ivr) = uθ + ivθ

or irur − rvr = uθ + ivθ

Equating real and imaginary parts, we get rur = vθ and uθ = −rvr, the CR equations in polarform.Note. If CR equations are satisfied at a point, then the function need not be differentiable at thatpoint as illustrated in the following example.

Ex. If f(z) =x3(1 + i)− y3(1− i)

x2 + y2for z = (x, y) 6= 0 and f(0) = 0, then show that CR equations

are satisfied at z = 0 but f(z) is not differentiable at z = 0.Sol. Let f(z) = u(x, y) + iv(x, y). Then we have

u(x, y) =x3 − y3

x2 + y2and v(x, y) =

x3 + y3

x2 + y2

Also, f(0) = 0 implies u(0, 0) + iv(0, 0) = 0. So u(0, 0) = 0 and v(0, 0) = 0.

∴ ux(0, 0) = limδx→0

u(δx, 0)− u(0, 0)

δx= lim

δx→0

δx

δx= 1.

uy(0, 0) = limδy→0

u(0, δy)− u(0, 0)

δy= lim

δy→0

−δyδy

= −1.

vx(0, 0) = limδx→0

v(δx, 0)− v(0, 0)

δx= lim

δx→0

δx

δx= 1.

vy(0, 0) = limδy→0

v(0, δy)− u(0, 0)

δy= lim

δy→0

δy

δy= 1.

Thus, ux(0, 0) = 1 = vy(0, 0) and uy(0, 0) = −1 = −vx(0, 0). So the CR equations are satisfied atz = 0.

Page 16: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 16

Next, we have

f ′(0) = limz→0

f(z)− f(0)

z − 0

= lim(x,y)→(0,0)

x3(1 + i)− y3(1− i)(x2 + y2)(x+ iy)

= limx→0

x3(1 + i)−m3x3(1− i)(x2 +m2x2)(x+ imx)

(along the path y = mx)

=(1 + i)−m3(1− i)(1 +m2)(1 + im)

.

This shows that the value of f ′(0) depends on m, and hence f ′(0) does not exist.

Sufficient condition for differentiability

Let f(z) = u(x, y) + iv(x, y) be defined in some neighbourhood z0 = x0 + iy0. If the first orderpartial derivatives of u(x, y) and v(x, y) exist in the neighbourhood of (x0, y0), and are continuousat (x0, y0) such that the CR equations ux = vy, uy = −vx are satisfied at (x0, y0), then f(z) isdifferentiable at z0.Proof. The continuity of the partial derivatives ux and uy at (x0, y0) implies the differentiabilityof u(x, y) at (x0, y0), that is,

u(x0 + δx, y0 + δy)− u(x0, y0) = ux(x0, y0)δx+ uy(x0, y0)δy + ε1δx+ ε2δy,

where ε1 and ε2 tend to 0 as (δx, δy)→ (0, 0). Similarly, v(x, y) is differentiable at (x0, y0), that is,

v(x0 + δx, y0 + δy)− v(x0, y0) = vx(x0, y0)δx+ vy(x0, y0)δy + ε3δx+ ε4δy,

where ε3 and ε4 tend to 0 as (δx, δy)→ (0, 0).It follows that

f(z0 + δz)− f(z0) = u(x0 + δx, y0 + δy) + iv(x0 + δx, y0 + δy) + i[u(x0, y0) + iv(x0, y0)]

= ux(x0, y0)δx+ uy(x0, y0)δy + ε1δx+ ε2δy

+i[vx(x0, y0)δx+ vy(x0, y0)δy + ε3δx+ ε4δy]

Since CR equations are satisfied at (x0, y0), so we replace uy(x0, y0) by −vx(x0, y0) and vy(x0, y0)by −ux(x0, y0) in the above expression, and then divide both sides by δz = δx+ iδy to obtain

f(z0 + δz)− f(z0)

δz= ux(x0, y0) + ivx(x0, y0) + (ε1 + iε3)

δx

δz+ (ε2 + iε4)

δy

δz

Both δxδz

and δyδz

are bounded since∣∣ δxδz

∣∣ ≤ 1 and∣∣ δyδz

∣∣ ≤ 1. So in the limit δz → 0, that is,(δx, δy)→ (0, 0), the above expression leads to

f ′(z0) = ux(x0, y0) + ivx(x0, y0).

This shows that f is differentiable at z0.

Page 17: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 17

Analyticity

A function f(z) is said to be analytic at a point z0 if it is differentiable at each point in someneighbourhood of z0.

Ex. Show that f(z) = z2 is analytic at z = 0.Sol. Consider a neighbourhood of 0, say |z| < 1. Then f ′(z) = 2z, the derivative of f(z) = z2,exists at all points of |z| < 1. So f(z) = z2 is analytic at z = 0.

Ex. Show that f(z) = |z|2 is not analytic at any point in the complex plane.Sol. Let z0 be any point in the complex plane. Since f(z) = |z|2 is nowhere differentiable exceptz = 0, so it can not be differentiable at all points of any neighbourhood of z0. So f(z) = |z|2 isnot analytic at z0, and hence it is not analytic anywhere in the complex plane.

Remarks:

1. By definition, analyticity at a point implies the differentiability at that point. However, theconverse is not true. For example, f(z) = |z|2 is differentiable at z = 0 but is not analyticat this point.

2. If a function f(z) is differentiable at each point of an open set S then it is analytic at everypoint of S since S being an open set is neighbourhood of its every point, and we say thatf(z) is analytic in the open set S. For example, f(z) = z2 is analytic in the open set |z| < 1.

In case, S is not open and we say that f(z) is analytic in S, then it should be understoodthat f(z) is analytic in some open set containing S.

3. The definition of analyticity suggests that the necessary and sufficient conditions for analyt-icity are same as of differentiability. So, if a function f(z) = u(x, y) + iv(x, y) is analytic ina domain D, then the CR equations ux = vy and uy = −vx are satisfied at all points of thedomain D. Conversely, if the CR equations ux = vy and uy = −vx are satisfied at all pointsof the domain D, and the partial derivatives ux, uy, vx and vy are continuous in D, then thefunction f(z) is analytic in D.

4. If f(z) and g(z) are analytic functions in a domain D, then so are the functions f(z)± g(z),f(z)g(z), (fog)(z) and f(z)/g(z) (g(z0) 6= 0).

5. The terms ‘regular’ and ‘holomorphic’ are synonyms of the term ‘analytic’ in the literature.

Entire function

If a function is analytic at all points in the complex plane, then it is said to be an entire function.

Ex. sin z, cos z, sinh z, cosh z, ez and polynomials all are entire functions as these are differentiableat every point in the complex plane.

Page 18: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 18

Singularity

If a function f(z) fails to be analytic at z0 but is analytic at some point in every neighbourhoodof z0, then z0 is said to be singularity or singular point of f(z).

Ex. The function f(z) =1

zis analytic everywhere except z = 0. So z = 0 is the only singular

point of f(z) =1

z.

Ex. The function f(z) = |z|2 has no singularity as it is not analytic anywhere.

Ex. The function f(z) =1

(z − 1)(z − 2)has two singularities z = 1 and z = 2.

Ex. The singularities of the function f(z) =1

sin zare z = nπ, where n is any integer.

Theorem. If f ′(z) = 0 everywhere in a domain D, then f(z) must be constant throughout D.

Proof. Let f(z) = u(x, y) + iv(x, y). Given that f ′(z) = 0 everywhere in a domain D. It impliesthat f(z) is differentiable everywhere in D, and hence f(z) is analytic everywhere in D. Thus, theCR equations ux = vy, uy = −vx are satisfied at all points in D. Also, f ′(z) = ux + ivx = vy − iuy.So f ′(z) = 0 everywhere in D implies that ux = 0, uy = 0, vx = 0 and vy = 0 everywhere in D.

Now, consider a line segment PQ inside D. Let s denote the arc length from P along PQ, andn be a unit vector along PQ in the direction of increasing s. Then directional derivative of u(x, y)along PQ reads as

du

ds= ∇u.n = (uxi+ uy j).n = 0,

for all (x, y) on PQ since ux = 0 and uy = 0 everywhere in D. This shows that u is constant forall points on the line segment PQ. Let u(x, y) = a for all (x, y) on PQ. If QR is any line segmentinside D, then using the argument as used for the line segment PQ, it follows that u is constantfor all points on the line segment QR. But value of u(x, y) is a at Q. It implies that u(x, y) = a forall (x, y) on QR. Now, D being a domain is open and connected. So any two points of D can bejoined by a finite number of line segments inside D. It follows that u(x, y) = a for all points in D.Similarly, v(x, y) is constant, say b, for all points in D. Hence, f(z) = u(x, y) + iv(x, y) = a + ib,a constant, everywhere in D.

Theorem. If a function f(z) and its conjugate f(z), both are analytic everywhere in a domainD, then f(z) is constant throughout D.

Proof. Let f(z) = u(x, y) + iv(x, y). Then f(z) = u(x, y) − iv(x, y). Given that f(z) and f(z),both are analytic everywhere in the domain D. So CR equations for f(z) = u(x, y)+ iv(x, y) givenby

ux = vy, uy = −vx,

and the CR equations for f(z) = u(x, y)− iv(x, y) given by

ux = −vy, uy = vx,

Page 19: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 19

are satisfied everywhere in D. Adding and subtracting the CR equations in pairs for f(z) andf(z), we get ux = 0, uy = 0 and vx = 0, vy = 0, respectively, everywhere in D. So by previoustheorem, f(z) is constant throughout D.

Theorem. If a function f(z) is analytic and |f(z)| is constant everywhere in a domain D, thenf(z) is constant throughout D.

Proof. Let |f(z)| = c, a constant for all z ∈ D. If c = 0, then f(z) = 0 for all z ∈ D and we arethrough. Assume that c 6= 0. Then we have c2 = |f(z)|2 = f(z)f(z) or f(z) = c2/f(z). Given thatf(z) is analytic and |f(z)| = c 6= 0 throughout D. It implies that f(z) = c2/f(z) is also analyticthroughout D. So by previous theorem, f(z) is constant throughout D.

Harmonic function

Let h(x, y) be a real valued function defined in a domain D in the xy-plane. Then h(x, y) is saidto be harmonic in D if there exist continuous partial derivatives of the first and second order ofh(x, y) throughout D, and satisfy the Laplace equation hxx + hyy = 0.

Ex. Consider the function h(x, y) = e−y sinx. Then we have

hx = e−y cosx, hy = −e−y sinx, hxx = −e−y sinx, hyy = e−y sinx.

We see that h(x, y) has continuous partial derivatives of the first and second order throughout thexy-plane. Also, hxx + hyy = −e−y sinx + e−y sinx = 0. Therefore, h(x, y) = e−y sinx is harmonicin the entire xy-plane.

Ex. If f(z) = u(x, y) + iv(x, y) is analytic in a domain D, then show that u(x, y) and v(x, y) areharmonic in D.Sol. Given that f(z) = u(x, y) + iv(x, y) is analytic in D. So CR equations are satisfied in D,that is,

ux = vy and uy = −vx.

It will be proved later that if f(z) = u(x, y) + iv(x, y) is analytic, then u(x, y) and v(x, y) possesscontinuous partial derivatives of all orders. In particular, uxy, uyx, vxy and vyx are continuous.Then from the theory of partial differentiation, it follows that uxy = uyx and vxy = vyx.

Now, differentiating the first CR equation partially with respect to x while second with respectto y, and adding the resulting equations, we get

uxx + uyy = vxy − vyx = vxy − vxy = 0.

This shows that u(x, y) is harmonic in D.

Similarly, differentiating the first CR equation partially with respect to y while second withrespect to x, and adding the resulting equations, we get

vxx + vyy = uxy − uyx = uxy − uxy = 0.

This shows that v(x, y) is harmonic in D.

Page 20: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 20

Harmonic conjugate

If two real valued functions u(x, y) and v(x, y) are harmonic in a domain D and satisfy the CRequations throughout D, then v(x, y) is known as harmonic conjugate of u(x, y) in D.

It is easy to deduce that a function f(z) = u(x, y) + iv(x, y) is analytic in a domain D if andonly if v(x, y) is harmonic conjugate of u(x, y) in D.

Note that if v(x, y) is harmonic conjugate of u(x, y), then u(x, y) need not be harmonic con-jugate of v(x, y). For instance, consider the function f(z) = z2 = x2 − y2 + i(2xy). Here,u(x, y) = x2 − y2 and v(x, y) = 2xy. So ux = 2x = vy and uy = −2y = −vx. Thus, CR equationsare satisfied. Also, uxx + uyy = 2 − 2 = 0 and vxx + vyy = 0 + 0 = 0. Hence, v(x, y) is harmonicconjugate of u(x, y). Now, let u(x, y) = 2xy and v(x, y) = x2 − y2. Then, ux = 2y 6= −2y = vy.This shows that the CR equations are not satisfied in the opposite case. Thus, u(x, y) is notharmonic conjugate of v(x, y).

Ex. Find harmonic conjugate of u(x, y) = y3 − 3x2y.Sol. Let v(x, y) be harmonic conjugate of u(x, y) = y3 − 3x2y. So by CR equations, we have

vx = −uy = −3y2 + 3x2, and vy = ux = −6xy.

Now integrating vx = −3y2 + 3x2 with respect to x, we get

v(x, y) = −3xy2 + x3 + φ(y)

Differentiating partially with respect to y, we have

vy = −6xy + φ′(y).

But from the second CR equation, vy = −6xy. It follows that φ′(y) = 0. So φ(y) = C, a constant.Thus, v(x, y) = −3xy2 + x3 + C is the required harmonic conjugate.

Page 21: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 21

Chapter 3Exponential function

Complex exponential function, denoted by ez or exp z, is defined as

ez = exeiy,

where z = x + iy. Obviously, |ez| = ex and arg(ez) = y + 2kπ, where k is any integer. Also,the complex exponential function ez reduces to the real exponential function ex for y = 0. Someproperties of ez different from ex are given below.

• ex is positive for all real values of x. However, ez can attain negative values. For instance,eiπ = cosπ + i sin π = −1.

• Since e2πi = 1, so ez+2πi = eze2πi = ez. This shows that ez is a periodic function withimaginary period 2πi. On the other hand, ex is not a periodic function.

Logarithmic function

The logarithm of a non-zero complex number z, denoted by log z is defined as the complex numberw such that ew = z. To determine w explicitly, let w = u+ iv and z = reiΘ. Then we have

eueiv = reiΘ.

It follows that

eu = r and v = Θ + 2kπ, where k is any integer.

Thus, the logarithm of z is given by

w = log z = ln r + i(Θ + 2kπ), k = 0,±1,±2, .......

Obviously, log z is a multiple valued function. The value of log z corresponding to k = 0 is calledits principal value, and is denoted by Logz, that is,

Log z = ln r + iΘ.

It is, of course, a well defined single valued function of z provided z 6= 0. It reduces to the usuallogarithm of real numbers when z is a positive real number. Now, the multiple valued functionlog z can be rewritten as

log z = Log z + 2kπi, k = 0,±1,±2, .......

Next, we have

elog z = eLog ze2kπi = eln r+iΘ.1 = eln reiΘ = reiΘ = z.

On the other hand

log ez = log(exeiy) = ln ex + i(y + 2kπ) = x+ iy + 2kπi = z + 2kπi.

Page 22: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 22

Complex exponents

Let c be any complex number. Then the function zc, where z 6= 0, is defined as

zc = ec log z.

Since log z is a multiple valued function, so is zc. For instance,

ii = ei log i = ei[ln 1+i(2kπ+π/2)] = e−(4k+1)π/2, k = 0,±1,±2, .....

Following the definition of zc, we have

cz = ez log c,

the exponential function with base c( 6= 0). It is indeed a multiple valued function. The usualinterpretation of ez occurs when the principal value of logarithm is taken into account. For theprincipal value, log e = 1.

Trigonometric functions

By Euler’s formula, we know that eix = cosx + i sinx and e−ix = cosx − i sinx. So the sine andcosine functions of the real variable x can be written as

sinx =eix − e−ix

2i, cosx =

eix + e−ix

2.

In analogy, the sine and cosine functions of a complex variable z are defined as

sin z =eiz − e−iz

2i, cos z =

eiz + e−iz

2.

Clearly, these functions reduce to sinx and cosx in case z is restricted to the real number x.This fact serves as a motivation for the above definitions of sin z and cos z. Next, we definethe other elementary trigonometric functions given by tan z = sin z/ cos z, cot z = cos z/ sin z,sec z = 1/ cos z and csc z = 1/ sin z, allowing the values of z for which the denominator of thefunction under consideration is non-zero.

Let z, z1 and z2 be any complex numbers. Then the following identities can easily be established:

(1) sin(−z) = − sin z, cos(−z) = cos z

(2) sin(z1 + z2) + sin(z1 − z2) = 2 sin z1 cos z2

(3) sin(z1 + z2) = sin z1 cos z2 + cos z1 sin z2

(4) cos(z1 + z2) = cos z1 cos z2 − sin z1 sin z2

(5) sin2 z + cos2 z = 1, 1 + tan2 z = sec2 z, 1 + cot2 z = csc2 z

(6) sin 2z = 2 sin z cos z, cos 2z = cos2 z − sin2 z

(7) sin(z + π/2) = cos z, cos(z + π/2) = − sin z

(8) sin(iy) = i sinh y, cos(iy) = cosh y, where sinh y = (ey − e−y)/2 and cosh y = (ey + e−y)/2

Page 23: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 23

(9) sin z = sin(x+ iy) = sinx cos(iy) + cos x sin(iy) = sinx cosh y + i cosx sinh y

(10) cos z = cos(x+ iy) = cos x cos(iy) + sin x sin(iy) = cos x cosh y + i sinx sinh y

(11) sin(z + 2π) = sin z, cos(z + 2π) = cos z

(12) | sin z|2 = sin2 x+ sinh2 yFor, | sin z|2 = sin2 x cosh2 y+cos2 x sinh2 y = sin2 x cosh2 y+(1−sin2 x) sinh2 y = sin2 x(cosh2 y−sinh2 y) + sinh2 y = sin2 x+ sinh2 y

(13) | cos z|2 = cos2 x+ sinh2 y

Note that the identities in (11) indicate that sin z and cos z are periodic functions with period2π each. The identities (12) and (13) tell us that sin z and cos z are unbounded functions in thecomplex plane since sinh2 y → ∞ as y → ∞ and therefore | sin z| → ∞ as well as | cos z| → ∞in the limit y → ∞. In contrast, sinx and cosx are bounded functions in their domain of realnumbers since −1 ≤ sinx ≤ 1 and −1 ≤ cosx ≤ 1 for all x ∈ R.

Inverse Trigonometric functions

If z = sinw, then w defines inverse sine of z and is denoted by sin−1 z. So w = sin−z is the inversesine function. Now, the relation

z = sinw =eiw − e−iw

2i.

yields the following quadratic equation in eiw.

(eiw)2 − 2iz(eiw)− 1 = 0.

Solving for eiw, we get

eiw = iz + (1− z2)1/2 or w = −i log[iz + (1− z2)1/2].

Thus, we have

sin−1 z = −i log[iz + (1− z2)1/2].

Note that (1 + z2)1/2 is a double valued function. Also, the logarithmic function is multiple valuedfunction. Consequently, sin−1 z is a multiple valued function.

In analogy to sin−1 z, we define inverse cosine and tangent functions denoted by cos−1 z andtan−1 z from the relations w = cos z and w = tan z, respectively. Further, we can prove that themultiple valued functions cos−1 z and tan−1 z are given by

cos−1 z = −i log[z + i(1− z2)1/2].

tan−1 z =i

2log

i+ z

i− z.

Page 24: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 24

Hyperbolic functions

The hyperbolic sine and cosine functions, denoted by sinh z and cosh z respectively, are defined as

sinh z =ez − e−z

2, cosh z =

ez + e−z

2.

These definitions are motivated by the fact that these functions reduce to their counterpartssinhx = (ex − e−x)/2 and coshx = (ex + e−x)/2 in real system when z is restricted to the realvariable x. The other elementary hyperbolic functions are defined as tanh z = sinh z/ cosh z,coth z = cosh z/ sinh z, sech z = 1/ cosh z and csch z = 1/ sinh z, allowing the values of z for whichthe denominator of the function under consideration is non-zero. Some useful identities related tothe hyperbolic functions are given below.

(1) sinh(−z) = − sinh z, cosh(−z) = cosh z

(2) cosh2 z − sinh2 z = 1

(3) −i sinh(iz) = sin z, cosh(iz) = cos z, −i sin(iz) = sinh z, cos(iz) = cosh z

(4) sinh(z1 + z2) = sinh z1 cosh z2 + cosh z1 sinh z2

(5) cosh(z1 + z2) = cosh z1 cosh z2 + sinh z1 sinh z2

(6) sinh z = sinh(x+ iy) = sinh x cosh(iy) + cosh x sinh(iy) = sinh x cos y + i coshx sin y

(7) cosh z = cosh(x+ iy) = cosh x cosh(iy) + sinh x sinh(iy) = cosh x cos y + i sinhx sin y

(8) | sinh z|2 = sinh2 x+ sin2 y

(9) | cosh z|2 = sinh2 x+ cos2 y

Inverse hyperbolic functions

If z = sinhw, then w defines inverse hyperbolic sine of z and is denoted by sinh−1 z. So w = sinh−1 zis the inverse hyperbolic sine function. Now, the relation

z = sinhw =ew − e−w

2.

yields

w = log[z + (z2 + 1)1/2].

Thus, we have

sinh−1 z = log[z + (z2 + 1)1/2].

Note that (1 + z2)1/2 is a double valued function. Also, the logarithmic function is multiple valuedfunction. Consequently, sinh−1 z is a multiple valued function.

In analogy to sinh−1 z, we define inverse hyperbolic cosine and tangent functions denoted bycosh−1 z and tanh−1 z from the relations w = cosh z and w = tanh z, respectively. Further, we canprove that the multiple valued functions cosh−1 z and tanh−1 z are given by

cosh−1 z = log[z + (z2 − 1)1/2].

tan−1 z =1

2log

1 + z

1− z.

Page 25: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 25

Chapter 4Definition . (Differentiation of a complex-valued function of real variable) If w(t) =u(t) + iv(t) is a complex-valued function of a real variable t, then its derivative with respect to tis defined as

w′(t) = u′(t) + iv′(t),

where prime denotes the derivative with respect to t.Obviously, the existence of the derivatives u′(t) and v′(t) is essential for the existence of w′(t).

Remark . Note that complex-valued functions of real variable do not respect the mean valuetheorem of differential calculus4. For, consider the function w(t) = eit, t ∈ [0, 2π]. Then w(t) iscontinuous in [0, 2π], and is differentiable in (0, 2π) since w′(t) = ieit exists for all t ∈ (0, 2π). Alsow(0) = 1 = w(2π). But |w′(t)| = 1 for all t ∈ (0, 2π). Thus, w′(t) does not vanish at any point in(0, 2π).

Definition . (Integration of a complex-valued function of real variable) Let w(t) =u(t) + iv(t) be a piecewise continuous function in [a, b]. Then the integral of w(t) = u(t) + iv(t)over [a, b] is defined as∫ b

a

w(t)dt =

∫ b

a

u(t)dt+ i

∫ b

a

v(t)dt.

Remark . Mean value theorem of integral calculus5 is also not respected by the complex-valuedfunctions of real variable. For, consider the function w(t) = eit, t ∈ [0, 2π]. Then∫ 2π

0

w(t)dt =

∫ b

a

eitdt =eit

i

]2π

0

= 0.

But |w(c)(2π − 0)| = 2π|eic| = 2π for all c ∈ (0, 2π). So∫ 2π

0

w(t)dt = 0 6= w(c)(2π − 0)

for any c ∈ (0, 2π).

Contours

Definition . (Simple Arc) The function z(t) = x(t) + iy(t), a ≤ t ≤ b, where x(t) and y(t) arecontinuous on [a, b], defines an arc in the complex plane from z(a) to z(b). The curve is traversedwith increasing values of t in [a, b], that is, from z(a) to z(b). If the curve does not cross itself,that is, z(t1) 6= z(t2) when t1 6= t2, it is said to be a simple arc or Jordan arc.

4If a function f is continuous in [a, b], differentiable in (a, b) and f(a) = f(b), then f ′(x) vanishes at least oncein (a, b).

5If a function f is continuous in [a, b], then

∫ b

a

f(x)dx = c(b− a) for some c ∈ (a, b).

Page 26: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 26

Definition . (Simple Closed Curve) If the arc z(t) = x(t) + iy(t), a ≤ t ≤ b does not crossitself except for z(a) = z(b), it is said to be simple closed curve or Jordan curve. If the simpleclosed curve traverses from z(a) to z(b) in counterclockwise direction, then it is said to be positivelyoriented.

Definition . (Smooth Arc) If z′(t) = x′(t) + iy′(t) is continuous on [a, b] and non-zero on (a, b),then the arc or curve z(t) = x(t) + iy(t), a ≤ t ≤ b is said to be a smooth arc.

0 1 2 3 4X0

1

2

3

4

Y

-1.5 -1.0 - 0.5 0.5 1.0X

-1.5

-1.0

- 0.5

0.5

1.0

Y

-1.5 -1.0 - 0.5 0.5 1.0X

-1.5

-1.0

- 0.5

0.5

1.0

Y

Figure 5: Left: z(t) = t + it, 0 ≤ t ≤ 4; Middle: z(t) = eit = cos t + i sin t, 0 ≤ t ≤ 2π; Right:z(t) = e−it = cos t− i sin t, 0 ≤ t ≤ 2π.

Example . z(t) = t+ it, 0 ≤ t ≤ 4 is a smooth arc. It is the line segment y = x, 0 ≤ x ≤ 4 (Seeleft plot in Figure 5).

Example . z(t) = eit = cos t + i sin t, 0 ≤ t ≤ 2π is a positively oriented simple closed smoothcurve. It is the unit circle x2 + y2 = 1 traversed in counterclockwise direction (See middle plot inFigure 5).

Example . z(t) = e−it = cos t− i sin t, 0 ≤ t ≤ 2π is a negatively oriented simple closed smoothcurve. It is the unit circle x2 + y2 = 1 traversed in clockwise direction (See right plot in Figure 5).

Definition . (Contour) A contour is a piecewise smooth arc, that is, an arc consisting of finitenumber of smooth arcs joined end to end. A simple closed contour is a contour that does notintersect itself except for the end points.

Example . z(t) = t+ it, 0 ≤ t ≤ 4 is a simple contour but not closed.

Example . z(t) = eit = cos t+ i sin t, 0 ≤ t ≤ 2π is a simple closed contour.

Example . Any triangle is a simple closed contour consisting of three smooth arcs (the threesides) joined end to end. Similarly, any rectangle is a simple closed contour.

Contour Integrals

Definition . (Contour Integral) Let f be a piecewise continuous function on a contour C :

z(t) = x(t) + iy(t), a ≤ t ≤ b. Then the integral of f along the contour C, denoted by

∫C

f(z)dz

is defined as∫C

f(z)dz =

∫ b

a

f [z(t)]z′(t)dt.

Page 27: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 27

Note that the piecewise continuity of f on C and the piecewise continuity of z′(t) (as C : z(t) =x(t) + iy(t) is a contour) in [a, b] imply the piecewise continuity of the integrand f [z(t)]z′(t) in[a, b], and hence ensure the existence of the contour integral.

Next, we have∫C

f(z)dz =

∫ b

a

f [z(t)]z′(t)dt = −∫ a

b

f [z(t)]z′(t)dt = −∫−C

f(z)dz.

where −C is the notation for the contour C : z(t) = x(t) + iy(t), a ≤ t ≤ b, when it is traversedfrom z(b) to z(a).

If the contour C : z(t) = x(t) + iy(t), a ≤ t ≤ b consists of two smooth arcs C1 : z1(t) =x1(t) + iy1(t) (a ≤ t ≤ c) and C2 : z2(t) = x2(t) + iy2(t) (c ≤ t ≤ b), then we have∫

C

f(z)dz =

∫ b

a

f [z(t)]z′(t)dt =

∫ c

a

f [z1(t)]z′1(t)dt+

∫ b

c

f [z2(t)]z′2(t)dt =

∫C1

f(z)dz+

∫C2

f(z)dz.

In general, if the contour C consists of n piecewise smooth arcs C1, C2, ...., Cn joined end to endin succession, then∫

C

f(z)dz =

∫C1

f(z)dz +

∫C2

f(z)dz + .....+

∫Cn

f(z)dz.

Example . Evaluate

∫C

zdz, where C : |z| = 1.

Solution . Given contour C can be written as z = eit, 0 ≤ t ≤ 2π.

∴∫C

zdz =

∫ 2π

0

e−iteit.idt =

∫ 2π

0

idt = 2πi.

Example . Evaluate

∫C

f(z)dz, where f(z) = z1/2 = exp(

12

log z), (|z| > 0, 0 < argz < 2π) and

C is the semicircular path z = 2eiθ, 0 ≤ θ ≤ π (Figure 6).

-2 -1 1 2H Θ = 0L X

1

2

Y

Figure 6: z = 2eiθ, 0 ≤ θ ≤ π.

Solution . We notice that the point z = 2 of the semicircular path C : z(θ) = 2eiθ, 0 ≤ θ ≤ π,lies on the ray θ = 0, where f(z) is not defined. So first we test the piecewise continuity of theintegrand f [z(θ)]z′(θ) in the interval [0, π]. We have

f [z(θ)] = exp

[1

2(ln 2 + iθ)

]=√

2eiθ/2,

Page 28: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 28

f [z(θ)]z′(θ) =√

2eiθ/22ieiθ = 2√

2iei3θ/2 = −2√

2 sin(3θ/2) + i2√

2 cos(3θ/2), (0 < θ ≤ π).

So the right hand limit of f [z(θ)]z′(θ) as θ → 0 is i2√

2, which is finite. This shows that f [z(θ)]z′(θ)is piecewise continuous on [0, π]. Hence the given integral exists, and is given by∫

C

f(z)dz =

∫ π

0

f [z(θ)]z′(θ)dθ = 2√

2i

∫ π

0

ei3θ/2dθ = 2√

2i2ei3θ/2

3i

]π0

= −4√

2

3(1 + i).

Boundedness of Contour Integrals

Theorem . If w(t) is a complex-valued piecewise continuous function in [a, b], then

∣∣∣∣∫ b

a

w(t)dt

∣∣∣∣ ≤∫ b

a

|w(t)|dt.

Proof. Let r0 =

∣∣∣∣∫ b

a

w(t)dt

∣∣∣∣. If r0 = 0, then the required inequality holds clearly and we have

nothing to prove. So let us assume r0 6= 0. Then we have

r0eiθ0 =

∫ b

a

w(t)dt or r0 =

∫ b

a

e−iθ0w(t)dt.

Since r0 is real, so right hand side must also be real.

∴ r0 = Re

∫ b

a

e−iθ0w(t)dt =

∫ b

a

Re[e−iθ0w(t)]dt.

Now, Re[e−iθ0w(t)] ≤ |e−iθ0w(t)| = |e−iθ0||w(t)| = |w(t)|.

∴ r0 ≤∫ b

a

|w(t)|dt or

∣∣∣∣∫ b

a

w(t)dt

∣∣∣∣ ≤ ∫ b

a

|w(t)|dt.

Theorem . If a function f is piecewise continuous on a contour C : z(t) = x(t)+ iy(t), a ≤ t ≤ b,

then

∫C

f(z)dz is bounded.

Proof. Given that f is piecewise continuous on C : z(t) = x(t) + iy(t), a ≤ t ≤ b. It implies thatf [z(t)] is piecewise continuous on [a, b]. Therefore, f [z(t)] must be bounded on [a, b], that is, thereexists a constant M such that |f [z(t)]| ≤M for all t ∈ [a, b]. The length of the contour C reads as∫ b

a

|z′(t)|dt =

∫ b

a

√x′(t)2 + y′(t)2dt = L (say).

Then, in view of the previous theorem, we have∣∣∣∣∫C

f(z)dz

∣∣∣∣ =

∣∣∣∣∫ b

a

f [z(t)]z′(t)dt

∣∣∣∣ ≤ ∫ b

a

|f [z(t)]z′(t)|dt =

∫ b

a

|f [z(t)]||z′(t)|dt ≤M

∫ b

a

|z′(t)|dt = ML.

Thus,

∫C

f(z)dz is bounded.

Page 29: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 29

Use of antiderivatives in contour integrals

Definition . (Antiderivative) Let f be continuous in a domain D (open connected set). Thenantiderivative of f is a function F such that F ′(z) = f(z) for all z ∈ D.

Theorem . If f is a continuous function in a domain D, then the following statements are equiv-alent:

(i) Antiderivative of f exists throughout D.

(ii) If C is any contour inside D from a point z1 to z2, then

∫C

f(z)dz = F (z2) − F (z1), where

F ′(z) = f(z).

(iii) Integral of f along any closed contour lying completely inside D is 0.

Remark . It should be noted that the three statements in the above theorem imply each other,and the independent existence/validity of the statements may not be true. Further, the concept ofantiderivative and path independence is very useful in evaluating contour integrals as illustratedin the examples given below.

Remark . If antiderivative of a function f exists throughout D, and C is any contour inside D

from a point z1 to z2, then we use the notation

∫ z2

z1

f(z)dz for the contour integral of f along C.

In other words, when the contour integral

∫C

f(z)dz is independent of the path joining the points

z1 and z2, we write∫C

f(z)dz =

∫ z2

z1

f(z)dz.

Example . Evaluate∫Czdz, where C is any contour extending from 0 and 1− i.

Solution . The integrand function z is continuous everywhere in the complex plane. Also, its

antiderivative is z2/2, which exists everywhere in the complex plane. It implies that

∫C

zdz is

independent of the contour C joining the points 0 and 1− i. So we have∫C

zdz =

∫ 1−i

0

zdz =z2

2

]1−i

0

=1

2(1− i)2 = i.

Example . Evaluate

∫C

1

z3dz, where C is any contour extending from 2 and i but not passing

through origin.

Solution . The integrand function 1/z3 is continuous everywhere in the complex plane except atz = 0. Also, its antiderivative is −3/z2, which exists everywhere in the complex plane except atz = 0. The given contour C extending from 2 to i does not pass through z = 0. It implies that∫C

zdz is independent of the contour C. So we have

∫C

zdz =

∫ i

2

1

z3dz = − 3

z2

]i2

= 3 +3

4=

15

4.

Page 30: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 30

Example . Use the approach of antiderivatives to evaluate

∫C

1

zdz, where C : |z| = 2.

Solution . The integrand function f(z) = 1/z is continuous everywhere in the complex planeexcept at z = 0. Also, its antiderivative is F (z) = log z = ln r + iθ (α < θ < α+ 2π), which existseverywhere in the complex plane except at z = 0 and the branch cut θ = α. Obviously, for anyvalue of α, the antiderivative F (z) does not exist at the point of intersection of the branch cutθ = α and the given contour C : z = 2eiθ, 0 ≤ θ ≤ 2π. To resolve this issue, we evaluate theintegral along C in two parts: (i) along upper half C1 : z = 2eiθ, 0 ≤ θ ≤ π and, (ii) along lowerhalf C2 : z = 2eiθ, π ≤ θ ≤ 2π. Notice that the branch cut θ = −π/2 of F (z) = log z = ln r + iθ(−π/2 < θ < 3π/2) does not intersect C1, which extends from z = 2 (θ = 0 ) to z = −2 (θ = π).So we have∫

C1

1

zdz = log z]−2

2 = log(−2)− log(2) = (ln 2 + iπ)− ln 2 = πi.

Similarly, the branch cut θ = π/2 of F (z) = log z = ln r + iθ (π/2 < θ < 5π/2) does notintersect C2, which traverses from z = −2 (θ = π ) to z = 2 (θ = 2π). So we have∫

C2

1

zdz = log z]2−2 = log(2)− log(−2) = (ln 2 + i.2π)− (ln 2 + iπ) = πi.

Finally, we have∫C

1

zdz =

∫C1

1

zdz +

∫C2

1

zdz = πi+ πi = 2πi.

Cauchy’s Theorem

Theorem . (Cauchy) If f is analytic and f ′ is continuous within and on a simple closed contour

C, then

∫C

f(z)dz = 0.

C

Figure 7: A simple closed contour C.

Page 31: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 31

Proof. Let f(z) = u(x, y) + iv(x, y) and C : z(t) = x(t) + iy(t), a ≤ t ≤ b. Then we have∫C

f(z)dz =

∫ b

a

f [z(t)]z′(t)dt (4)

=

∫ b

a

[u(x(t), y(t)) + iv(x(t), y(t))][x′(t) + iy′(t)]dt

=

∫ b

a

[u(x(t), y(t))x′(t)− v(x(t), y(t))y′(t)]dt+ i

∫ b

a

[v(x(t), y(t))x′(t)− u(x(t), y(t))y′(t)]dt

=

∫C

[u(x, y)dx− v(x, y)dy] + i

∫C

[v(x, y)dx+ u(x, y)dy]

It is given that f is analytic. So f ′(z) = ux + ivx = vy − iux, ux = vy and uy = −vx. Further, f ′ iscontinuous within and on C. It follows that u, v, ux, uy, vx and vy all are continuous within andon C. So by Green’s theorem6, (4) becomes∫C

f(z)dz =

∫∫R

(−vx−uy)dxdy+i

∫∫R

(ux−vy)dxdy =

∫∫R

(−vx+vx)dxdy+i

∫∫R

(vy−vy)dxdy = 0,

where R is the closed region carrying all points within and on C.

Cauchy-Goursat Theorem

Goursat proved that the condition of continuity of f ′, as mentioned in Cauchy’s theorem, can bedropped.

Theorem . (Cauchy-Goursat) If f is analytic within and on a simple closed contour C, then∫C

f(z)dz = 0.

It is a very useful result regarding the contour integrals. For example, suppose we wish to solve

the contour integral

∫C

ez2

dz, where C is some simple closed contour. Solving this integral directly

without the aid of Cauchy-Goursat theorem would be a tricky business (you can try!). We knowthat the function ez

2is analytic everywhere in the complex plane. So by Cauchy-Goursat theorem

it follows that

∫C

ez2

dz = 0

Simply and multiply connected domains

Definition . (Simply and multiply connected domains) A domain D is said to be simplyconnected if any closed contour inside D contains points of D only. A domain which is not simplyconnected is called multiply connected.

Example . |z| < 1 is a simply connected domain since any simple closed contour inside |z| < 1would carry points of |z| < 1 only.

6If φ, ψ, φy and ψx are continuous within and on a simple closed curve C in the XY-plane, then∫C

[φdx+ ψdy] =

∫∫R

(ψx − φy)dxdy, where R is the closed region carrying all points within and on C.

Page 32: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 32

Example . The ring shaped domain 1 < |z| < 2 is multiply connected. For, the simple closedcontour |z| = 3/2 lies inside 1 < |z| < 2. The region |z| ≤ 1 is a part of interior of |z| = 3/2.However, |z| ≤ 1 is not lying in 1 < |z| < 2.

0-1 -0.5 0.5 1X

-1

-0.5

0.5

1

Y

0-3 -2 -1 1 2X

-3

-2

-1

1

2

Y

Figure 8: Left: |z| < 1 is simply connected. Right: The ring shaped domain 1 < |z| < 2 ismultiply connected

Theorem . If a function f is analytic throughout a simply connected domain D, then

∫C

f(z)dz =

0 for every closed contour lying in D. Furthermore, f must have antiderivative everywhere in D.

Proof. If C is any simple closed contour inside D, then f is analytic within and on C. So by

Cauchy-Goursat theorem,

∫C

f(z)dz = 0. If C is closed but not simple, then C consists of a finite

number of simple closed contours, say C1, C2, ..., Cn such that the integral of f along C is equalto the sum of integrals along the simple closed contours C1, C2, ..., Cn. But integral of f along

any simple closed contour is 0. It follows that

∫C

f(z)dz = 0.

We have proved that

∫C

f(z)dz = 0 for every closed contour C inside the domain D. So from

theorem , it follows that antiderivative of f exists throughout D.

Extension of Cauchy-Goursat theorem

In the following, we discuss some theorems which pertain to the extension of Cauchy-Goursattheorem to multiply connected regions.

Theorem . (Principle of deformation of path) Suppose a positively oriented simple closedcontour C1 completely lies in the interior of a positively oriented simple closed contour C. If afunction f is analytic within and on the closed region constituted by the interior and boundary of

C, and exterior of C1, then

∫C

f(z)dz =

∫C1

f(z)dz.

Page 33: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 33

C

AB

P

QR

S

C1

Figure 9: The curve ABPQBARSA constitutes a simple closed contour as it is traversed alongthe path shown by arrowheads starting from A and ending at A.

Proof. Let AB be a line segment such that A lies on C and B lies on C1. Also, choose distinctpoints P , Q on C1 while R, S on C as shown in Figure 9. Then we see that the path ABPQBARSAconstitutes a simple closed contour within and on which the function f is analytic. So by Cauchy-Goursat theorem, we have∫

ABPQBARSA

f(z)dz = 0.

=⇒∫AB

f(z)dz +

∫BPQB

f(z)dz +

∫BA

f(z)dz +

∫ARSA

f(z)dz = 0.

=⇒∫AB

f(z)dz −∫BQPB

f(z)dz −∫AB

f(z)dz +

∫ARSA

f(z)dz = 0.

=⇒ −∫C1

f(z)dz +

∫C

f(z)dz = 0.

=⇒∫C

f(z)dz =

∫C1

f(z)dz.

This result is called principle of deformation of path in the sense that the contour C isdeformed to the contour C1 for evaluating the integral. It proves to be very useful for solving theintegrals along contours of arbitrary shape.

Theorem . Suppose two positively oriented and non-intersecting simple closed contour C1 andC2 completely lie in the interior of a positively oriented simple closed contour C. If a functionf is analytic within and on the closed region constituted by the interior and boundary of C and

exteriors of C1, C2, then

∫C

f(z)dz =

∫C1

f(z)dz +

∫C2

f(z)dz.

Proof. Let AB, DE and FG be line segments or polygonal paths connecting C and C1, C1 andC2, and C2 and C, respective as shown in the Figure 10. Choose points P , Q on Also, choosedistinct points P , Q on C1 while R, S on C2 and T , U on C as shown in Figure 10. Then we seethat the path ABPDERFGTAUGSEDQBA constitutes a simple closed contour within and onwhich the function f is analytic. So by Cauchy-Goursat theorem, we have∫

ABPDERFGTAUGSEDQBA

f(z)dz = 0.

Page 34: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 34

C

A

P

Q

U

TC1

E FGR

S

C2

B D

Figure 10: The curve ABPDERFGTAUGSEDQBA constitutes a simple closed contour as it istraversed along the path shown by arrowheads starting from A and ending at A.

=⇒∫AB

f(z)dz +

∫BPD

f(z)dz +

∫DE

f(z)dz +

∫ERF

f(z)dz +

∫FG

f(z)dz +

∫GTA

f(z)dz +∫AUG

f(z)dz +

∫GF

f(z)dz +

∫FSE

f(z)dz +

∫ED

f(z)dz +

∫DQB

f(z)dz +

∫BA

f(z)dz = 0.

=⇒∫AB

f(z)dz +

∫BPD

f(z)dz +

∫DE

f(z)dz +

∫ERF

f(z)dz +

∫FG

f(z)dz −∫ATG

f(z)dz −∫GUA

f(z)dz −∫FG

f(z)dz +

∫FSE

f(z)dz −∫DE

f(z)dz +

∫DQB

f(z)dz −∫AB

f(z)dz = 0.

=⇒∫BPD

f(z)dz+

∫DQB

f(z)dz+

∫ERF

f(z)dz+

∫FSE

f(z)dz−∫ATG

f(z)dz−∫GUA

f(z)dz = 0.

=⇒∫BPDQB

f(z)dz +

∫ERFSE

f(z)dz −∫ATGUA

f(z)dz = 0.

=⇒∫C1

f(z)dz +

∫C2

f(z)dz −∫C

f(z)dz = 0.

=⇒∫C

f(z)dz =

∫C1

f(z)dz +

∫C2

f(z)dz.

Remark . Let C be a positively oriented simple closed contour, and C1, C2, ...., Cn be positivelyoriented non-intersecting simple closed contours lying inside C. If a function f is analytic withinand on the closed region constituted by the interior and boundary of C, and exteriors of C1,C2,......., Cn, then following the analogy of theorem , we get∫

C

f(z)dz =

∫C1

f(z)dz +

∫C2

f(z)dz + ......+

∫Cn

f(z)dz.

This result is also known as Cauchy-Goursat theorem for multiply connected domains.

Example . Solve

∫C

dz

z, given that C is any contour such that a circle of radius less than 2 and

centred at origin lies inside C.

Solution . Consider the unit circle C1 : |z| = 1. Then the function 1/z is analytic in the interiorof C but exterior of C1. So by principle of deformation of path, we have∫

C

dz

z=

∫C1

dz

z=

∫ 2π

0

ieitdt

eit= 2πi.

Page 35: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 35

Cauchy Integral Formula and its extension

Theorem . (Cauchy Integral Formula) If f is analytic within and on a positively orientedsimple closed contour C and z0 is a point in the interior of C, then

f(z0) =1

2πi

∫C

f(z)dz

z − z0

. (5)

Cr

z0 C1

Figure 11:

Proof. Given that f is analytic within and on the simple closed contour C. So the function f(z)z−z0

has the only singularity z = z0 that lies inside C. Let C1 : |z− z0| = r be a circle with radius r so

small that it completely lies in the interior of C. Then the function f(z)z−z0 is analytic in the interior

of C but exterior of C1. So by principle of deformation of path, we have∫C

f(z)dz

z − z0

=

∫C1

f(z)dz

z − z0

=

∫ 2π

0

f(z0 + reit)ireitdt

reit= i

∫ 2π

0

f(z0 + reit)dt.

Here, r is at our discretion. In the limit r → 0, the continuity of f implies that∫C

f(z)dz

z − z0

= i

∫ 2π

0

f(z0)dt = 2πif(z0),

which leads to the Cauchy Integral Formula.

Note that the Cauchy Integral Formula can be generalized to obtain∫C

f(z)dz

(z − z0)n+1= 2πif (n)(z0) n!.

For, let z be a point inside C. Then by Cauchy Integral Formula, we have

f(z) =1

2πi

∫C

f(s)ds

s− z. (6)

Without any argument (in analogy of differentiation of real functions under integral sign7), let usdifferentiate both sides of (6) with respect to z to obtain

f ′(z) =1

2πi

∫C

f(s)ds

(s− z)2. (7)

7Leibniz Rule for differentiation under integral sign:d

∫ b(α)

a(α)

f(x, α)dx =

∫ b(α)

a(α)

∂αf(x, α)dx +

db

dαf(b, α) −

da

dαf(a, α)

Page 36: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 36

Now, we prove the formula obtained in (7). Let d be the smallest distance of z from points s onC and 0 < |δz| < d. Then, in view of (6), we have

f(z + δz)− f(z)

δz=

1

2πi

∫C

(1

s− z − δz− 1

s− z

)f(s)

δzds =

1

2πi

∫C

f(s)ds

(s− z − δz)(s− z). (8)

Subtracting right hand side of (7) from both sides of (8), we get

f(z + δz)− f(z)

δz− 1

2πi

∫C

f(s)ds

(s− z)2=

1

2πi

∫C

δzf(s)ds

(s− z − δz)(s− z)2. (9)

Now, let |f(s)| ≤ M on C and L be the length of C. We notice that |s− z| ≥ d and |δ| < d, andtherefore

|s− z − δz| = |(s− z)− δz| ≥ ||s− z| − |δz|| ≥ d− |δz| > 0.

Then, from (9), it follows that∣∣∣∣f(z + δz)− f(z)

δz− 1

2πi

∫C

f(s)ds

(s− z)2

∣∣∣∣ =1

∣∣∣∣∫C

δzf(s)ds

(s− z − δz)(s− z)2

∣∣∣∣ ≤ |δz|ML

(d− |δz|)d2. (10)

In the limit δz → 0, right side of the inequality (10) tends to 0 and hence we get

limδz→0

f(z + δz)− f(z)

δz− 1

2πi

∫C

f(s)ds

(s− z)2= 0.

∴ f ′(z) =1

2πi

∫C

f(s)ds

(s− z)2.

Differentiating again with respect to z and following the procedure adopted for proving (7), itcan be shown that

∴ f ′′(z) =2!

2πi

∫C

f(s)ds

(s− z)3.

Repeating the same procedure n− 2 more times, we get the general formula

f (n)(z) =n!

2πi

∫C

f(s)ds

(s− z)n+1, n = 0, 1, 2, ......

If we denote z by z0 and replace s by z, the above formula reads as

f (n)(z0) =n!

2πi

∫C

f(z)dz

(z − z0)n+1, n = 0, 1, 2, ......

We shall refer this formula to as the generalized Cauchy Integral Formula since it yields the CauchyIntegral Formula (5) for n = 0. It is very useful for evaluating contour integrals as illustrated inthe following examples.

Example . Evaluate

∫C

dz

z, C : |z| = 1.

Page 37: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 37

Solution . Comparing the given integral with

∫C

f(z)dz

(z − z0)n+1, we have f(z) = 1, z0 = 0 and

n = 0. We see that f(z) = 1 is analytic within and on C. Also, z0 = 0 lies inside C : |z| = 1. Soby Cauchy integral formula, we have∫

C

dz

z= 2πif(0) = 2πi.

Example . Evaluate

∫C

z3 + 2z2 − 1

(z − 1)3dz, C : |z| = 2.

Solution . Comparing the given integral with

∫C

f(z)dz

(z − z0)n+1, we have f(z) = z3 +2z2−1, z0 = 1

and n = 2. So f ′′(z) = 6z + 4. We see that f(z) = z3 + 2z2− 1 is analytic within and on C. Also,z0 = 1 lies inside C : |z| = 2. So by Cauchy integral formula, we have∫

C

z3 + 2z2 − 1

(z − 1)3dz = 2πif ′′(1) = 2πi(10) = 20πi.

Example . Evaluate

∫C

z3 + 2z2 − 1

(z − 1)3dz, C : |z| = 1/2.

Solution . The integrand function z3+2z2−1(z−1)3

has only one singularity z = 1 that lies outside

C : |z| = 1/2. So z3+2z2−1(z−1)3

is analytic within and on C : |z| = 1/2. So by Cauchy-Goursat theorem,the given integral vanishes.

Example . Evaluate

∫C

z2 + 2

(z − 1)(z − 4)dz, C : |z| = 3.

Solution . The given integrand functionz2 + 2

(z − 1)(z − 4)has two singularities namely z = 1 and

z = 4. But z = 4 lies outside C : |z| = 3. So rewriting the given integral as

∫C

(z2 + 2)/(z − 4)

z − 1dz

and comparing with

∫C

f(z)dz

(z − z0)n+1, we have f(z) = (z2 + 2)/(z − 4), z0 = 1 and n = 0. We see

that f(z) = (z2 + 2)/(z − 4) is analytic within and on C. Also, z0 = 1 lies inside C : |z| = 3. Soby Cauchy integral formula, we have∫

C

z2 + 2

(z − 1)(z − 4)dz = 2πif(1) = 2πi(−1) = −2πi.

Implications of Cauchy Integral Formula

In this section, we discuss some remarkable implications of the Cauchy Integral Formula.

Theorem . (Derivatives of an analytic function) If a function f is analytic at z0, thenderivatives of all orders of f are also analytic at z0.

Page 38: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 38

Proof. Given that f is analytic at z0. Therefore, f is analytic in some neighbourhood of z0, say,|z − z0| < ε. Then f is analytic within and on the circle C : |z − z0| = ε/2. So by Cauchy IntegralFormula, f ′′ exists at all points inside C. It implies that f ′ is analytic at z0. Applying the sameargument on f ′, it is easy to show that f ′′ is analytic at z0. In general, we reach to the conclusionthat derivatives of all orders of f are analytic at z0. This completes the proof.

Remark . Note that the above result is not true in case of real functions. For, consider f(x) = x3/2.Then the first derivative of f , that is, f ′(x) = (3/2)x1/2 exists at x = 0, which is f ′(0) = 0. Butthe second derivative f ′′(x) = (3/4)x−1/2 does not exists at x = 0.

Theorem . If a function f(z) = u(x, y) + iv(x, y) is analytic in a domain D, then u(x, y) andv(x, y) possess continuous partial derivatives of all orders in D.

Proof. Given that f(z) = u(x, y)+iv(x, y) is analytic D. So by theorem , derivatives of all orders off exist in D. Also, by theorem (necessary condition for differentiability), f ′(z) = ux+ivx = vy−iuy,f ′′(z) = uxx+ ivxx = vxy− iuxy and so forth. Now by theorem(?), differentiability of f in D impliescontinuity of u and v in D, differentiability of f ′ in D implies continuity of ux, uy, vx, vy in D andso forth. This completes the proof. It

Theorem . (Morera’s Theorem) If a function f is continuous in a domain D, and

∫C

f(z)dz = 0

for every closed contour C inside D, then f is analytic throughout the domain D.

Proof. Given that f is continuous in the domain D, and

∫C

f(z)dz = 0 for every closed contour C

inside D. So by the theorem of antiderivatives, there exists a function F such that F ′(z) = f(z)for all z ∈ D. It implies that F (z) is analytic in D. We know that derivative of analytic functionis also analytic. Therefore, f being derivative of F is analytic in D. This completes the proof.

Theorem . (Liouville’s Theorem) Every entire and bounded function is constant.

Proof. Let f be an entire and bounded function. Let z0 be any point in the complex plane. Thento prove the Liouville’s theorem, it is sufficient to show that f ′(z0) = 0. Now consider a circleC : |z − z0| = R in the complex plane. Then f being entire function is analytic within and on C.So by Cauchy integral formula, we have

f ′(z0) =1

2πi

∫C

f(z)

(z − z0)2dz

Now f being a bounded function there exists a constant M such that |f(z)| ≤ M for all z onC : |z − z0| = R. So we have

|f ′(z0)| =∣∣∣∣ 1

2πi

∫C

f(z)

(z − z0)2dz

∣∣∣∣ =

∣∣∣∣ 1

2πi

∫ 2π

0

f(z0 +Reit)Reitidt

R2ei2t

∣∣∣∣ =1

2πR

∫ 2π

0

|f(z0+Reit)|dt ≤ 1

2πRM.2π =

M

R.

Since R is at our discretion, in the limit R→∞, the inequality |f ′(z0)| ≤ MR

implies that f ′(z0) = 0.This completes the proof.

Ex. The function sin z is unbounded in the complex plane. For, if sin z is bounded, then sin zbeing an entire function should be constant by Liouville’s theorem.

Page 39: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 39

Remark . f If a function f is analytic within and on a positively oriented circle C : |z−z0| = R and|f(z)| ≤M for all z on C, then using the generalized Cauchy Integral Formula and the procedureadopted in last step of the proof of Liouville’s theorem, it is easy to show that |f (n)(z0)| ≤ n!M/Rn.

Theorem . (Fundamental theorem of algebra) Any polynomial of degree n ≥ 1 has at leastone zero in the complex plane.

Proof. Let Pn(z) be a polynomial of degree n ≥ 1. Then there exists constants a0, a1, ......., an−1,an 6= 0 such that Pn(z) = a0 + a1z + .........+ an−1z

n−1 + anzn. Assume, if possible, that Pn(z) has

no zero in the complex plane. Then the function 1/Pn(z) = f(z) (say) being a rational functionwith denominator non-zero for all z, is analytic throughout the complex plane. Now, we shallprove that f(z) is bounded. We have

|Pn(z)| =∣∣∣(a0

zn+

a1

zn−1+ ..........+

an−1

z+ an

)zn∣∣∣ (11)

≥(|an| −

∣∣∣a0

zn

∣∣∣− ∣∣∣ a1

zn−1

∣∣∣− ..........− ∣∣∣an−1

z

∣∣∣) |z|n (12)

We can choose a positive real number R sufficiently large such that∣∣ aizn−i

∣∣ < |an|2n

, (i = 0, 1, .., n−1),for all z with |z| > R. So we have

|Pn(z)| >(|an| −

|an|2

)Rn =

|an|2Rn.

It leads to |f(z)| = |1/Pn(z)| < 2|an|Rn for all z with |z| > R, which is turn implies that f(z) is

bounded in the exterior of the disk |z| = R. Also f(z) being an entire function is bounded withinand on the disk |z| = R. Thus f(z) is bounded function. By Liouville’s theorem, therefore, f(z)must be constant, which is not true. So our assumption that Pn(z) has no zero in the complexplane is wrong. This completes the proof.

Remark . By the above theorem, Pn(z) has at least one zero, say zn. Then z − zn is a factor ofPn(z) and consequently Pn(z) = (z − zn)Qn−1(z), where Qn−1(z) is a polynomial of degree n− 1.Again, by the above theorem, the polynomial Qn−1(z) has at least one zero, say zn−1. So z− zn−2

is a factor of Qn−1(z) and this in turn implies that Pn(z) = (z − zn)(z − zn−1)Rn−2(z), whereRn−2(z) is a polynomial of degree n − 2. Continuing the same process for n − 2 more times, wefind

Pn(z) = (z − zn)(z − zn−1).......(z − z1)an

This shows that the polynomial Pn(z) has exactly n zeros given by z1,...., zn.

Page 40: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 40

Chapter 5Theorem . (Laurent series) If a function f is analytic throughout an open annular or ringshaped domain R1 < |z−z0| < R2, and C is any positively oriented simple closed contour C insidethe ring shaped domain encircling z0, then for any z in R1 < |z − z0| < R2, f(z) has the seriesrepresentation given by

f(z) =∞∑n=0

an(z − z0)n +∞∑n=1

bn(z − z0)−n,

where

an =1

2πi

∫C

f(z)dz

(z − z0)n+1, n = 0, 1, 2, ....

bn =1

2πi

∫C

f(z)dz

(z − z0)−n+1, n = 1, 2, ....

Remark . If f is analytic throughout the domain |z−z0| < R2, then f(z)(z−z0)n−1 (n = 1, 2, ...)is analytic within and on closed the contour C. So by Cauchy Goursat theorem, it follows that

bn =1

2πi

∫C

f(z)dz

(z − z0)−n+1= 0, n = 1, 2, ....

and consequently the above Laurent series of f reduces to the Taylor series of f in the domain|z − z0| < R2.

Example . The function1

(z − 1)(z − 2)=

1

z − 2− 1

z − 1has two singularities z = 1 and z = 2.

So this function is analytic in three distinct domains |z| < 1, 1 < |z| < 2 and |z| > 2. Let us findfind series of f valid (convergent) in the three domains.

Solution . (i) For |z| < 1, we have |z/2| < 1. It follows that

1

z − 2− 1

z − 1= −1

2

1

1− z/2+

1

1− z= −1

2

∞∑n=0

(z/2)n +∞∑n=0

zn =∞∑n=0

(1− 2−n−1)zn

It is Taylor series of the given function in the domain |z| < 1. Equivalently, it is Laurent serieswith all bn = 0.

(ii) For 1 < |z| < 2, we have |z/2| < 1 and |1/z| < 1. It follows that

1

z − 2− 1

z − 1= −1

2

1

1− z/2− 1

z

1

1− 1/z= −1

2

∞∑n=0

(z/2)n− 1

z

∞∑n=0

z−n = −1

2

∞∑n=0

(z/2)n−∞∑n=1

z−n

It is Laurent series of the given function in the domain 1 < |z| < 2.

(iii) For |z| > 2, we have |2/z| < 1 and |1/z| < 1. It follows that

1

z − 2− 1

z − 1=

1

z

1

1− 2/z− 1

z

1

1− 1/z=

1

z

∞∑n=0

(2/z)n − 1

z

∞∑n=0

z−n =∞∑n=1

(2n − 1)z−n

It is Laurent series of the given function in the domain 1 < |z| < 2.

Page 41: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 41

Chapter 6

Isolated Singularity

We know that if a function fails to be analytic at z0 but is analytic at some point in each neighbour-hood of z0, then z0 is a singularity of f . Further, if f is analytic in some deleted neighbourhoodof z0, then z0 is said to be isolated singularity of f . In other words, z0 is isolated singularity of fprovided there exists some neighbourhood of z0 that contains no singularity of f other than z0.

Ex. The function 1(z−1)(z−2)

has two singularities namely z = 1 and z = 2. Both are isolated sincesingularity free deleted neighbourhoods can easily be constructed for both the singularities. Forinstance, 0 < |z − 1| < 1/2 and 0 < |z − 2| < 1/2 are deleted neighbourhoods of z = 1 and z = 2respectively, not containing any other singularity of f .

Ex. Consider the function 1sin(π/z)

. We see that z = 0 is a singularity of this function as it is

not defined at z = 0. The other singularities are given by sin(π/z) = 0 or π/z = nπ or z = 1/nwhere n is any non-zero integer. Thus, the given function has infinitely many singularities. Thesingularities z = 1/n are all isolated. But z = 0 is not isolated as each neighbourhood of 0 carriesinfinitely many singularities of the type 1/n.

Types of Isolated Singularities

Let z0 be an isolated singularity of a function f . Then there exists some deleted neighbourhood ofz0, say 0 < |z − z0| < R, in which f is analytic. So f is analytic in the ring shaped annular region0 < |z−z0| < R (We may treat z = 0 as the point circle). So Laurent series of f in 0 < |z−z0| < Rreads as

f(z) =∞∑n=0

an(z − z0)n +∞∑n=1

bn(z − z0)−n,

where

an =1

2πi

∫C

f(z)dz

(z − z0)n+1, n = 0, 1, 2, ....

bn =1

2πi

∫C

f(z)dz

(z − z0)−n+1, n = 1, 2, ....

and C is any positively oriented simple closed contour inside 0 < |z − z0| < R around z0.

The first part of Laurent series namely∞∑n=0

an(z − z0)n is called regular part while the second

part∞∑n=1

bn(z−z0)−n is called principal part. Depending on the number terms in the principal part

of the Laurent series, we classify the isolated singularity in the following three ways.

Page 42: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 42

Removable singularity

If the principal part of Laurent series contains no term, that is, bn = 0 for all n, then z0 is calledremovable singularity of f .

Ex. Consider the function sin zz

. Obviously, 0 is an isolated singularity of sin zz

. Next, we have

sin z

z=

1

z

(z − z3

3!+ .......

)= 1− z2

3!+ .......

the Laurent series of sin zz

valid in the domain 0 < |z| <∞. Note that we cancelled z in the seriesexpansion since z 6= 0 in the domain 0 < |z| < ∞. We see that principal part of the Laurentseries contains no term, and therefore 0 is a removable singularity of sin z

z. If we define the value of

sin zz

equal to 1 at z = 0, then 0 is no more a singularity of sin zz

. In other words the singularity isremoved by redefining the function. That is why the name removable singularity is there.

Pole

If the principal part of Laurent series contains finite number of terms, that is, there exists somepositive integer m such that bm = 0 and bn = 0 for all n > m, then z0 is called pole order m of f .A pole of order 1 is called simple pole.

Ex. Consider the function f(z) = 1(z−1)2

. We see that z = 1 is the only singularity of f . Also,

f(z) = (z − 1)−2 is already in the Laurent series form about z = 1 with b1 = 0, b2 = 1 and bn = 0for all n > 2. So z = 1 is a pole of order 2.

Note: Let f(z) = g(z)/(z − z0)m, where g(z) is non-zero and analytic at z0. Then z0 is a pole oforder m of f(z). For, g(z) being analytic at z0, its Taylor series about z0 reads as

g(z) =∞∑n=0

an(z − z0)n = a0 + a1(z − z0) + ......+ am(z − z0)m + am+1(z − z0)m+1 + ......

∴ f(z) = a0(z − z0)−m + a1(z − z0)−m+1 + ......+ am + am+1(z − z0) + ......

Now g(z0) = a0 6= 0 since g(z) is non-zero at z0. So from Laurent series of f(z), we observe thatz = z0 is a pole of order m.

Ex. The function f(z) = 1(z−1)(z−3)2

has two isolated singularities namely 1 and 3. To see the

behavior of the singularity 1, we rewrite f(z) as

f(z) =1/(z − 3)2

z − 1,

and notice that 1/(z − 3)2 is analytic and non-zero at z = 1. So z = 1 is a simple pole.

Again, rewriting f(z) as

f(z) =1/(z − 1)

(z − 3)2,

we see that 1/(z − 1) is analytic and non-zero at z = 3. So z = 3 is a pole of order 2.

Page 43: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 43

Essential singularity

If the principal part of Laurent series contains infinitely number of terms, then z0 is called anessential singularity of f .

Ex. The function e1/z2 has an isolated singularity at z = 0. The Laurent series of e1/z2 aboutz = 0 is given by

e1/z2 = 1 +1

z2+

1

2!

1

z4+ ...........

We see that there are infinite number of terms with negative powers of z. Hence, 0 is an essentialsingularity of e1/z2 .

Residue at Isolated Singularity

In Laurent series of f(z) about the isolated singularity z = z0, the coefficient of (z− z0)−1 is givenby

b1 =1

2πi

∫C

f(z)dz.

It is called residue of f at z0 and we shall denote it by Res[f(z), z0]. Therefore, we have

Res[f(z), z0] = b1 =1

2πi

∫C

f(z)dz.

It can be rewritten as∫C

f(z)dz = 2πi Res[f(z), z0] = 2πib1.

This shows that the value of b1 or Res[f(z), z0] can readily provide us the value of the contour

integral

∫C

f(z)dz.

Ex. Evaluate the contour integral

∫C

e1/z2dz, C : |z| = 1.

Sol. The function e1/z2 has only one singularity namely z = 0 inside C. The Laurent series ofe1/z2 is given by

e1/z2 = 1 +1

z2+

1

2!

1

z4+ ...........

We see that the coefficient of z−1 is 0, that is, b1 = 0. Hence, the value of the given integral is 0.

Remark. The above example shows that if integral of a function along a simple closed contouris 0, the function need not be analytic. On the other hand, if a function is analytic within andon a simple closed contour C, then the integral of the function along C is 0, by Cauchy-Goursattheorem.

Page 44: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 44

Residue at pole

If z0 is a pole of order m, then Laurent series of f(z) reads as

f(z) =∞∑n=0

an(z − z0)n + b1(z − z0)−1 + b2(z − z0)−2 + .....+ bm(z − z0)−m.

Multiplying both sides by (z − z0)m, we have

(z − z0)mf(z) =∞∑n=0

an(z − z0)n+m + b1(z − z0)m−1 + b2(z − z0)m−2 + .....+ bm.

Differentiating both sides m − 1 times with respect z, and evaluating the resulting two sides atz = z0, we get

φm−1(z) = b1(m− 1)!,

where φ(z) = (z − z0)mf(z).

∴ Res[f(z), z0] = b1 =φm−1(z)

(m− 1)!

Ex. Find the residues at the poles of f(z) = 1(z−1)(z−3)2

.Sol. The given function has two poles namely 1 and 3 of orders 1 and 2, respectively.Residue at the simple pole z = 1In this case, we have φ(z) = (z − 1)f(z) = 1/(z − 3)2. So φ(1) = 1/4 and

Res[f(z), 1] =φ(1)

0!= 1/4.

Residue at z = 3In this case, we have φ(z) = (z − 3)2f(z) = 1/(z − 1). So φ′(z) = −1/(z − 1)2, φ′(3) = −1/4 and

Res[f(z), 3] =φ′(3)

1!= −1/4.

Cauchy Residue Theorem

If a function is analytic within and on a positively oriented simple closed contour C except somefinite number of singular points, say z1, z2, ....., zn inside C, then∫

C

f(z)dz = 2πin∑k=1

Res[f(z), zk].

Proof. The singularities z1, z2, ....., zn being finite in number are isolated. Let us enclose thesesingularities inside non-overlapping n circles Ck : |z − zk|, (k = 1, 2, ...., n) completely lying insideC. Then f is analytic inside the contour C and outside the circles Ck. So by Cauchy-Goursattheorem, we have∫

C

f(z)dz =n∑k=1

∫Ck

f(z)dz = 2πin∑k=1

Res[f(z), zk]

Page 45: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 45

since ∫Ck

f(z)dz = 2πi Res[f(z), zk], (k = 1, 2, ...., n).

Remark. The Cauchy Residue Theorem is very useful for calculating contour integral of a func-tion having finite number of singularities inside the contour.

Ex. Use Cauchy residue theorem to evaluate

∫C

1

(z − 1)(z − 3)2dz, C : |z| = 4.

Sol. We see that the integrand f(z) = 1(z−1)(z−3)2

has two poles namely 1 and 3, both lying in the

interior of the circle C : |z| = 4. So by Cauchy residue theorem∫C

1

(z − 1)(z − 3)2dz = 2πi[Res[f(z), 1] + Res[f(z), 3]] = 2πi(1/4− 1/4) = 0

Ex. Use Cauchy residue theorem to evaluate

∫C

1

(z − 1)(z − 3)2dz, C : |z| = 2.

Sol. In this case, the pole 1 lies inside C : |z| = 2 while the pole 3 lies outside it. So by Cauchyresidue theorem∫

C

1

(z − 1)(z − 3)2dz = 2πiRes[f(z), 1] = 2πi(1/4) = πi/2.

Caution. Observe carefully the positions of singularities with respect to the given contour C. Inthe formula of Cauchy residue theorem, use residues at only those singularities which lie inside C.

Ex. Use Cauchy residue theorem to evaluate

∫C

5z − 2

z(z − 1)dz, C : |z| = 2.

Sol. We see that the integrand f(z) = 5z−2z(z−1)

has two simple poles, namely 0 and 1 both lying

inside the circle C : |z − 1| = 1/2. So by Cauchy residue theorem, we have∫C

f(z)dz = 2πi [Res[f(z), 0] + Res[f(z), 1]]

Residue at z = 0In this case, we have φ(z) = zf(z) = 5z−2

z−1. So φ(0) = 2 and

Res[f(z), 1] =φ(0)

0!= 2.

Residue at z = 3In this case, we have φ(z) = (z − 1)f(z) = 5z−2

z. So φ(1) = 3 and

Res[f(z), 1] =φ(1)

0!= 3.

∴∫C

f(z)dz = 2πi(2 + 3) = 10πi.

Page 46: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 46

Residue at Infinity

Sometimes it is useful to include the point at ∞ in the complex plane, which we call the extendedcomplex plane. If a function f is analytic in the domain R1 < |z| < ∞, then ∞ is said to be anisolated singularity of f . Further, residue of f at ∞ is defined as

Res[f(z),∞] =1

2πi

∫C0

f(z)dz, (13)

where C0 : |z| = R0 (R0 > R1) is a negatively oriented circle.Next assume that f is analytic in the entire complex plane except some finite number of singular

points inside a positively oriented simple closed contour C that lies in the interior of C1 : |z| = R1.Then f is analytic in the domain between C and C0. Therefore by principle of the deformation ofpath ∫

C

f(z)dz = −∫C0

f(z)dz = −2πiRes[f(z),∞]. (14)

Here minus sign appears since C0 is negatively oriented.The function f is analytic in R1 ≤ |z| < ∞ with isolated singularity at ∞. So the function

f(1/w) is analytic in 0 < |w| ≤ 1/R1 with isolated singularity at w = 0. Now let us use the

transformation z = 1w

in

∫C0

f(z)dz so that

∫C0

f(z)dz = −∫C∗

1

w2f

(1

w

)dw. (15)

where C∗ : |w| = 1/R1 is a circle with positive orientation since the transformation z = 1/wchanges the orientation. Now 1

w2f(

1w

)is analytic within and on the positively oriented circle C∗

except 0. So by Cauchy residue theorem∫C∗

1

w2f

(1

w

)dw = 2πiRes

[1

z2f

(1

z

), 0

]. (16)

From (14), (15) and (16), we get

Res[f(z),∞] = −Res

[1

z2f

(1

z

), 0

]. (17)

and, ∫C

f(z)dz = 2πiRes

[1

z2f

(1

z

), 0

].

This formula is more economical than the Cauchy residue theorem for evaluating the integral of falong the contour C as it involves the calculation of single residue. Remember the hypothesis forthis formula that the function f is analytic in the entire complex plane except a finite number ofpoints inside the positively oriented simple closed contour C.

Ex. Evaluate

∫C

5z − 2

z(z − 1)dz, C : |z| = 2.

Page 47: Complex Notes 2

Complex Analysis Dr. Suresh Kumar, BITS Pilani 47

Sol. We see that the integrand f(z) = 5z−2z(z−1)

is analytic in the entire complex plane except the

two singularities, namely 0 and 1, which lie inside the circle C : |z| = 2. So we have∫C

f(z)dz = 2πiRes

[1

z2f

(1

z

), 0

].

Now,

1

z2f

(1

z

)=

5− 2z

z(1− z).

We see that 0 is a simple pole of 1z2f(

1z

). Here φ(z) = z. 1

z2f(

1z

)= 5−2z

1−z and so φ(0) = 5. It followsthat ∫

C

f(z)dz = 2πi(5) = 10πi.

Zeros and Poles

Let a function f be analytic at z0. Then z0 is said to be a zero of order m of f if f(z0) =0,f (n)(z0) = 0 (n = 1, 2, ...,m− 1) and f (m)(z0) = 0. For example, z = 1 is a zero of order 2 of thefunction f(z) = (z − 1)2 since f(1) = 0, f ′(1) = 0 and f ′′(1) = 2 6= 0.

Further, it can be shown that f has a zero z0 of order m if and only if f(z) = (z − z0)mg(z),where g(z) is analytic and non-zero at z0.

We know that a function f having a pole z0 of order m can be written in the form f(z) =g(z)/(z− z0)m, where g(z) is analytic and non-zero at z0. Then the function h(z) = 1/g(z) is alsoanalytic and non-zero at z0. It then implies that the function 1/f(z) = (z − z0)mh(z) has a zeroof order m at z0.

More generally, we can conclude that if two functions p and q are analytic at z0 such thatp(z0) 6= 0 and q has a zero of order m at z0, then the function p/q has a pole of order m at z0. Incase, m = 1, that is, z0 is a simple pole of p/q, then it can easily be shown that

Res [p(z)/q(z), z0] = p(z0)/q′(z0)

Ex. Find residues at the poles of cot z.

Sol. We have cot z = cos z/ sin z. The singularities of cot z are given by sin z = 0 or z = nπ, wheren is any integer. For each integer value of n, the singularity z = nπ is a simple pole of cot z. Also,cos z is analytic and non-zero at z = nπ as cosnπ = (−1)n. So residue at z = nπ is given by

Res [cot z, nπ] = Res [cos z/ sin z, nπ] = cosnπ/ cosnπ = 1.

Ex. We know z = π is a zero of sin z. So sin z = (z − π)g(z), where g(z) is analytic and non-zeroat z = π. Determine g(z).

Sol. It is given by

g(z) = sin z/(z − π) for z 6= π and g(π) = −1.

Note that the value g(π) = −1 is defined so that g(z) is analytic at z = π.