Complex 1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 67

Introduction to Complex Analysis

George Voutsadakis1

1 Mathematicsand Computer Science


Lake Superior State University

LSSU Math 413

George Voutsadakis (LSSU) Complex Analysis October 2014 1 / 67


Outline

1 Complex Numbers and the Complex Plane


Complex Numbers and Their Properties
Complex Plane
Polar Form of Complex Numbers
Powers and Roots
Sets of Points in the Complex Plane
Applications

George Voutsadakis (LSSU) Complex Analysis October 2014 2 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Subsection 1

Complex Numbers and Their Properties

George Voutsadakis (LSSU) Complex Analysis October 2014 3 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Complex Numbers

The imaginary unit i = −1 is defined by the property i 2 = −1.
Definition (Complex Number)
A complex number is any number of the form z = a + ib where a and b
are real numbers and i is the imaginary unit.
The notations a + ib and a + bi are used interchangeably.
The real number a in z = a + ib is called the real part of z and the
real number b is called the imaginary part of z.
The real and imaginary parts of a complex number z are abbreviated
Re(z) and Im(z), respectively.
Example: If z = 4 − 9i , then Re(z) = 4 and Im(z) = − 9.
A real constant multiple of the imaginary unit is called a pure
imaginary number.
Example: z = 6i is a pure imaginary number.
George Voutsadakis (LSSU) Complex Analysis October 2014 4 / 67
Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Equality of Complex Numbers

Two complex numbers are equal if the corresponding real and


imaginary parts are equal.
Definition (Equality)
Complex numbers z1 = a1 + ib1 and z2 = a2 + ib2 are equal, written
z1 = z2 , if a1 = a2 and b1 = b2 .
In terms of the symbols Re(z) and Im(z), we have

z1 = z2 if Re(z1 ) = Re(z2 ) and Im(z1 ) = Im(z2 ).

The totality of complex numbers or the set of complex numbers is


usually denoted by the symbol C.
Because any real number a can be written as z = a + 0i , the set R of
real numbers is a subset of C.

George Voutsadakis (LSSU) Complex Analysis October 2014 5 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Arithmetic Operations
If z1 = a1 + ib1 and z2 = a2 + ib2 , the operations of addition,
subtraction, multiplication and division are defined as follows:
Addition:

z1 + z2 = (a1 + ib1 ) + (a2 + ib2 ) = (a1 + a2 ) + i(b1 + b2 ).

Subtraction:

z1 − z2 = (a1 + ib1 ) − (a2 + ib2 ) = (a1 − a2 ) + i(b1 − b2 ).

Multiplication:

z1 · z2 = (a1 + ib1 )(a2 + ib2 ) = a1 a2 − b1 b2 + i(b1 a2 + a1 b2 ).

Division:
z1 a1 + ib1 a1 a2 + b1 b2 b1 a2 − a1 b2
= = 2 2 +i .
z2 a2 + ib2 a2 + b2 a22 + b22

George Voutsadakis (LSSU) Complex Analysis October 2014 6 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Laws of Arithmetic

The familiar commutative, associative, and distributive laws hold for


complex numbers:
Commutative laws:
z1 + z2 = z2 + z1
z1 z2 = z2 z1

Associative laws:
z1 + (z2 + z3 ) = (z1 + z2 ) + z3
z1 (z2 z3 ) = (z1 z2 )z3

Distributive law:
z1 (z2 + z3 ) = z1 z2 + z1 z3

In view of these laws, there is no need to memorize the definitions of


addition, subtraction, and multiplication.

George Voutsadakis (LSSU) Complex Analysis October 2014 7 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

How to Add, Subtract and Multiply


Addition, Subtraction, and Multiplication can be performed as
follows:
(i) To add (subtract) two complex numbers, simply add (subtract) the
corresponding real and imaginary parts.
(ii) To multiply two complex numbers, use the distributive law and the fact
that i 2 = −1.
Example: If z1 = 2 + 4i and z2 = −3 + 8i , find
(a) z1 + z2 ; (b) z1 z2 .
(a) By adding real and imaginary parts, the sum of the two complex
numbers z1 and z2 is
z1 + z2 = (2 + 4i) + (−3 + 8i) = (2 − 3) + (4 + 8)i = − 1 + 12i.
(b) By the distributive law and i 2 = −1, the product of z1 and z2 is
z1 z2 = (2 + 4i)(−3 + 8i) = (2 + 4i)(−3) + (2 + 4i)(8i)
= − 6 − 12i + 16i + 32i 2 = (−6 − 32) + (16 − 12)i
= − 38 + 4i.

George Voutsadakis (LSSU) Complex Analysis October 2014 8 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Zero and Unity

The zero in the complex number system is the number 0 + 0i ;


The unity is 1 + 0i .
The zero and unity are denoted by 0 and 1, respectively.
The zero is the additive identity in the complex number system: For
any complex number z = a + ib,

z + 0 = (a + ib) + (0 + 0i ) = a + ib = z.

Similarly, the unity is the multiplicative identity: For any complex


number z = a + ib, we have

z · 1 = (a + ib)(1 + 0i ) = a + ib = z.

George Voutsadakis (LSSU) Complex Analysis October 2014 9 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Conjugates

Definition (Conjugate)
If z is a complex number, the number obtained by changing the sign of its
imaginary part is called the complex conjugate, or simply conjugate, of
z and is denoted by the symbol z̄. In other words, if z = a + ib, then its
conjugate is z̄ = a − ib.

Example: If z = 6 + 3i , then z̄ = 6 − 3i . If z = −5 − i , then


z̄ = − 5 + i .
If z is a real number, then z̄ = z.
The conjugate of a sum and difference of two complex numbers is the
sum and difference of the conjugates:

z1 + z2 = z̄1 + z̄2 , z1 − z2 = z̄1 − z̄2 .

George Voutsadakis (LSSU) Complex Analysis October 2014 10 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

More Properties of Conjugates


Moreover, we have the following three additional properties:
 
z1 z̄1
z1 z2 = z̄1 z̄2 , = , z̄¯ = z.
z2 z̄2
The sum and product of a complex number z with its conjugate z̄ is a
real number:
z + z̄ = (a + ib) + (a − ib) = 2a;
z z̄ = (a + ib)(a − ib) = a2 − i 2 b 2 = a2 + b 2 .
The difference of a complex number z with its conjugate z̄ is a pure
imaginary number:
z − z̄ = (a + ib) − (a − ib) = 2ib.

We obtain
z + z̄ z − z̄
Re(z) = ; Im(z) = .
2 2i

George Voutsadakis (LSSU) Complex Analysis October 2014 11 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

How to Divide

To divide z1 by z2 :
z1
multiply the numerator and denominator of z2 by the conjugate of z2 .

z1 z1 z̄2 z1 z̄2
= · = ;
z2 z2 z̄2 z2 z̄2

Then use the fact that z2 z̄2 is the sum of the squares of the real and
imaginary parts of z2 .
z1
Example: If z1 = 2 − 3i and z2 = 4 + 6i , find z2 .

z1 2 − 3i 2 − 3i 4 − 6i 8 − 12i − 12i + 18i 2


= = · =
z2 4 + 6i 4 + 6i 4 − 6i 42 + 62
−10 − 24i 10 24 5 6
= = − − i= − − i.
52 52 52 26 13

George Voutsadakis (LSSU) Complex Analysis October 2014 12 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Additive and Multiplicative Inverses


In the complex number system, every number z has a unique additive
inverse: The additive inverse of z = a + ib is its negative, −z, where
−z = −a − ib.
For any complex number z, we have z + (−z) = 0.
Similarly, every nonzero complex number z has a multiplicative
inverse: For z 6= 0, there exists one and only one nonzero complex
number z −1 such that zz −1 = 1. The multiplicative inverse z −1 is the
same as the reciprocal z1 .
Example: Find the reciprocal of z = 2 − 3i and put the answer in the
form a + ib.
1 1 1 2 + 3i 2 + 3i 2 + 3i
= = · = = .
z 2 − 3i 2 − 3i 2 + 3i 4+9 13
1 2 3
Therefore, = z −1 = + i.
z 13 13

George Voutsadakis (LSSU) Complex Analysis October 2014 13 / 67


Complex Numbers and the Complex Plane Complex Numbers and Their Properties

Comparison with Real Analysis

Many of the properties of the real number system R hold in the


complex number system C, but there are some truly remarkable
differences as well:
(i) For example, the concept of order in the real number system does not
carry over to the complex number system: We cannot compare two
complex numbers z1 = a1 + ib1 , b1 6= 0, and z2 = a2 + ib2 , b2 6= 0, by
means of inequalities.
(ii) Some things that we take for granted as impossible in real analysis,
such as e x = −2 and sin x = 5 when x is a real variable, are perfectly
correct and ordinary in complex analysis when the symbol x is
interpreted as a complex variable.

George Voutsadakis (LSSU) Complex Analysis October 2014 14 / 67


Complex Numbers and the Complex Plane Complex Plane

Subsection 2

Complex Plane

George Voutsadakis (LSSU) Complex Analysis October 2014 15 / 67


Complex Numbers and the Complex Plane Complex Plane

Complex Numbers and Points

A complex number z = x + iy is uniquely determined by an ordered


pair of real numbers (x, y ).
The first and second entries of the ordered pairs correspond, in turn,
to the real and imaginary parts of the complex number.
Example: The ordered pair (2, −3) corresponds to the complex
number z = 2 − 3i . Conversely, z = 2 − 3i determines the ordered
pair (2, −3). The numbers 7, i and −5i are equivalent to
(7, 0), (0, 1), (0, −5) respectively.
Because of the correspondence between a
complex number z = x + iy and one and
only one point (x, y ) in a coordinate plane,
we shall use the terms complex number
and point interchangeably.

George Voutsadakis (LSSU) Complex Analysis October 2014 16 / 67


Complex Numbers and the Complex Plane Complex Plane

Complex Numbers and Vectors: Modulus

A complex number z = x + iy can also


be viewed as a two-dimensional position
vector, i.e., a vector whose initial point is
the origin and whose terminal point is the
point (x, y).

Definition (Modulus of a Complex Number)


The modulus
p of a complex number z = x + iy , is the real number
|z| = x 2 + y 2 .

The modulus |z| of a complex number z is also called the absolute


value of z.
p √
Example: If z = 2 2
p2 − 3i , then |z| = 2 + (−3) = 13. If z = −9i ,
then | − 9i | = (−9)2 = 9.

George Voutsadakis (LSSU) Complex Analysis October 2014 17 / 67


Complex Numbers and the Complex Plane Complex Plane

Properties of the Modulus

For any complex number z = x + iy , the product z z̄ is the sum of the


squares of the real and imaginary parts of z:

z z̄ = x 2 + y 2 .

This yields the relations:



|z|2 = z z̄ and |z| = z z̄.

The modulus of a complex number z has the additional properties:



z1 |z1 |
|z1 z2 | = |z1 ||z2 | and = .
z2 |z2 |

In particular, when z1 = z2 = z, we get |z 2 | = |z|2 .

George Voutsadakis (LSSU) Complex Analysis October 2014 18 / 67


Complex Numbers and the Complex Plane Complex Plane

Addition and Subtraction Geometrically


The addition of complex numbers z1 = x1 + iy1 and z2 = x2 + iy2
takes the form (x1 , y1 ) + (x2 , y2 ) = (x1 + x2 , y1 + y2 ), i.e., it is simply
the component definition of vector addition.

The difference z2 − z1 can be drawn either starting from the terminal


point of z1 and ending at the terminal point of z2 , or as the position
vector with terminal point (x2 − x1 , y2 − y1 ).
Thus, the distance between z1 = x1 + iy1 and z2 = x2 + iy2 is the
same as the distance between the origin and (x2 − x1 , y2 − y1 ).
George Voutsadakis (LSSU) Complex Analysis October 2014 19 / 67
Complex Numbers and the Complex Plane Complex Plane

Sets of Points in the Complex Plane

Example: Describe the set of points z in the complex plane that


satisfy |z| = |z − i |.
The given equation asserts that the distance from a point z to the
origin equals the distance from z to the point i . Thus, the set of
points z is a horizontal
p line: p
|z| = |z − i | ⇔ x + y 2 = x 2 + (y − 1)2 ⇔ x 2 + y 2 =
2

x 2 + (y − 1)2 ⇔ x 2 + y 2 = x 2 + y 2 − 2y + 1.

Thus, y = 12 , which is an equation of


a horizontal line. Complex numbers sat-
isfying |z| = |z − i | can be written as
z = x + 12 i .

George Voutsadakis (LSSU) Complex Analysis October 2014 20 / 67


Complex Numbers and the Complex Plane Complex Plane

Comparing Moduli

Since |z| is a real number, we can compare the absolute values of two
complex numbers.
Example: If z1 = 3 + 4i and z2 = 5 − i , then
√ √
|z1 | = 25 = 5 and |z2 | = 26

and, consequently, |z1 | < |z2 |.


A geometric interpretation of the last in-
equality is that the point (3, 4) is closer to
the origin than the point (5, −1).

George Voutsadakis (LSSU) Complex Analysis October 2014 21 / 67


Complex Numbers and the Complex Plane Complex Plane

The Triangle Inequality

Consider the triangle


The length of the side of the triangle corre-
sponding to z1 + z2 cannot be longer than
the sum of the lengths of the remaining
two sides. In symbols

|z1 + z2 | ≤ |z1 | + |z2 |.

From the identity z1 = z1 + z2 + (−z2 ), we get


|z1 | = |z1 + z2 + (−z2 )| ≤ |z1 + z2 | + | − z2 | = |z1 + z2 | + |z2 |. Hence
|z1 + z2 | ≥ |z1 | − |z2 |. Because z1 + z2 = z2 + z1 ,
|z1 + z2 | = |z2 + z1 | ≥ |z2 | − |z1 | = − (|z1 | − |z2 |). Combined with
the last result, this implies
|z1 + z2 | ≥ ||z1 | − |z2 ||.
George Voutsadakis (LSSU) Complex Analysis October 2014 22 / 67
Complex Numbers and the Complex Plane Complex Plane

The Triangle Inequality: More Consequences

We have shown that

||z1 | − |z2 || ≤ |z1 + z2 | ≤ |z1 | + |z2 |.

By replacing z2 by −z2 , we get


|z1 + (−z2 )| ≤ |z1 | + |(−z2 )| = |z1 | + |z2 |, i.e.,

|z1 − z2 | ≤ |z1 | + |z2 |.


Replacing z2 by −z2 , we also find

|z1 − z2 | ≥ ||z1 | − |z2 ||.

The triangle inequality extends to any finite sum of complex numbers:

|z1 + z2 + z3 + · · · + zn | ≤ |z1 | + |z2 | + |z3 | + · · · + |zn |.

George Voutsadakis (LSSU) Complex Analysis October 2014 23 / 67


Complex Numbers and the Complex Plane Complex Plane

Establishing Upper Bounds



−1
Find an upper bound for z 4 −5z+1 if |z| = 2.
Since the absolute value
of a quotient
is the quotient of the absolute
−1 1
values and | − 1| = 1, z 4 −5z+1 = |z 4−5z+1| . Thus, we want to find a
1
positive real number M such that |z 4 −5z+1| ≤ M. To accomplish this
task we want the denominator as small as possible. We have
|z 4 − 5z + 1| = |z 4 − (5z − 1)| ≥ ||z 4 | − |5z − 1||.
To make the difference in the last expression as small as possible, we
want to make |5z − 1| as large as possible. We have
|5z − 1| ≤ |5z| + | − 1| = 5|z| + 1.
Using |z| = 2,
|z 4 −5z +1| ≥ ||z 4 |−|5z −1|| ≥ ||z|4 −(5|z|+1)| = ||z|4 −5|z|−1| = 5.
1
Hence for |z| = 2, we have |z 4 −5z+1|
≤ 15 .
George Voutsadakis (LSSU) Complex Analysis October 2014 24 / 67
Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Subsection 3

Polar Form of Complex Numbers

George Voutsadakis (LSSU) Complex Analysis October 2014 25 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Polar Coordinates
A point P in the plane whose rectangular coordinates are (x, y ) can
also be described in terms of polar coordinates.
The polar coordinate system consists of
a point O called the pole;
the horizontal half-line emanating from the pole called the polar axis.
If
r is the directed distance from the pole to P,
θ an angle (in radians) measured from the polar axis to the line OP,
then the point P can be described by the ordered pair (r , θ), called
the polar coordinates of P:

George Voutsadakis (LSSU) Complex Analysis October 2014 26 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

The Polar Form of a Complex Number

Suppose that a polar coordinate system is


superimposed on the complex plane with
the pole O at the origin;
the polar axis coinciding with the
positive x-axis.

Then x, y , r and θ are related by x = r cos θ, y = r sin θ.


These equations enable us to express a nonzero complex number
z = x + iy as

z = (r cos θ) + i (r sin θ) or z = r (cos θ + i sin θ).

This is called the polar form or polar representation of the complex


number z.

George Voutsadakis (LSSU) Complex Analysis October 2014 27 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

The Polar Form of a Complex Number


In the polar form z = r (cos θ + i sin θ), the coordinate r can be
interpreted as the distance from the origin to the point (x, y ).
We adopt the convention that r is never negative so that we can take
r to be the modulus of z: r = |z|.
The angle θ of inclination of the vector z, always measured in radians
from the positive real axis, is positive when measured
counterclockwise and negative when measured clockwise.
The angle θ is called an argument of z and is denoted by θ = arg(z).
An argument θ of a complex number must satisfy the equations
x y
cos θ = and sin θ = .
r r

An argument of a complex number z is not unique since cos θ and


sin θ are 2π-periodic.
George Voutsadakis (LSSU) Complex Analysis October 2014 28 / 67
Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Example: Expressing a Complex Number in Polar Form



Express − 3 − i in polar form.

With x = − 3 and y = −1, we obtain
q √
r = |z| = (− 3)2 + (−1)2 = 2.
y −1 √1 .
Now x = √
− 3
We know that tan π6 =
= 3
√1 .
3

However, the point (− 3, −1) lies in
the third quadrant, whence, we take the
solution of tan θ = −−1
√ = √1 to be
3 3
π 7π
θ = arg(z) = 6 +π = 6 .

It follows that a polar form of the number is z = 2(cos 7π 7π


6 + i sin 6 ).

George Voutsadakis (LSSU) Complex Analysis October 2014 29 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

The Principal Argument


The symbol arg(z) represents a set of values, but the argument θ of a
complex number that lies in the interval −π < θ ≤ π is called the
principal value of arg(z) or the principal argument of z.
The principal argument of z is unique and is represented by the
symbol Arg(z), that is,
−π < Arg(z) ≤ π.
Example: If z = i , some values of arg(i ) are π2 , 5π 3π
2 , − 2 , and so on.
However, Arg(i ) = π2 .

Similarly, the argument of − 3 − i that lies in the interval (−π, π),
the principal argument of z, is Arg(z) = π6 − π = − 5π 6 . Using Arg(z),
we can express this complex number in the alternative polar form:
z = 2(cos (− 5π 5π
6 ) + i sin (− 6 )).
In general, arg(z) and Arg(z) are related by
arg(z) = Arg(z) + 2πn, n = 0, ±1, ±2, . . . .

George Voutsadakis (LSSU) Complex Analysis October 2014 30 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Multiplying and Dividing in Polar Form


Suppose z1 = r1 (cos θ1 + i sin θ1 ) and z2 = r2 (cos θ2 + i sin θ2 ), where
θ1 and θ2 are any arguments of z1 and z2 , respectively.
Then
z1 z2 = r1 r2 [cos θ1 cos θ2 − sin θ1 sin θ2 + i (sin θ1 cos θ2 + cos θ1 sin θ2 )]
z1 r1
= [cos θ1 cos θ2 + sin θ1 sin θ2 + i (sin θ1 cos θ2 − cos θ1 sin θ2 )].
z2 r2
From the addition formulas for the cosine and sine, we get
z1 z2 = r1 r2 [cos (θ1 + θ2 ) + i sin (θ1 + θ2 )]
and z1 r1
= [cos (θ1 − θ2 ) + i sin (θ1 − θ2 )].
z2 r2
The lengths of z1 z2 and zz12 are the product of the lengths of z1 and z2
and the quotient of the lengths of z1 and z2 , respectively.
The arguments of z1 z2 and zz12 are given by
arg(z1 z2 ) = arg(z1 ) + arg(z2 ) and arg( zz12 ) = arg(z1 ) − arg(z2 ).
George Voutsadakis (LSSU) Complex Analysis October 2014 31 / 67
Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Example of Multiplication and Division in Polar Form


We have seen that for z1 = i and z2 = − 3 − i , Arg(z1 ) = π2 and
Arg(z2 ) = − 5π
6 , respectively. Thus, arguments for the product and
√ √ √
3
quotient z1 z2 = i (− 3 − i ) = 1 − 3i and zz12 = −√i3−i = −1 4 − 4 i
are:
π 5π π
arg(z1 z2 ) = + (− ) = −
2 6 3
and  
z1 π 5π 4π
arg = − (− ) = .
z2 2 6 3

George Voutsadakis (LSSU) Complex Analysis October 2014 32 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Integer Powers of a Complex Number


We can find integer powers of a complex number z from the
multiplication and division formulas.
If z = r (cos θ + i sin θ), then
z 2 = r 2 [cos (θ + θ) + i sin (θ + θ)] = r 2 (cos 2θ + i sin 2θ).
Since z 3 = z 2 z, we also get
z 3 = r 3 (cos 3θ + i sin 3θ), and so on.
For negative powers, taking arg(1) = 0,
1
= z −2 = r −2 [cos (−2θ) + i sin (−2θ)].
z2
A general formula for the n-th power of z, for any integer n, is
z n = r n (cos nθ + i sin nθ).

When n = 0, we get z 0 = 1.
George Voutsadakis (LSSU) Complex Analysis October 2014 33 / 67
Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Calculating the Power of a Complex Number


Compute z 3 for z = − 3 − i .
A polar form of the given number is z = 2[cos ( 7π 7π
6 ) + i sin ( 6 )].

Using the previous formula, with r = 2, θ = 6 , and n = 3, we get

z3 = (− 3 − i )3 
3 7π 7π
= 2 cos (3 ) + i sin (3 )
 6 6
7π 7π
= 8 cos ( ) + i sin ( )
2 2
= − 8i ,

7π 7π
since cos ( ) = 0 and sin ( ) = − 1.
2 2

George Voutsadakis (LSSU) Complex Analysis October 2014 34 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

De Moivre’s Formula

When z = cos θ + i sin θ, we have |z| = r = 1, whence, we obtain de


Moivre’s Formula:

(cos θ + i sin θ)n = cos nθ + i sin nθ.



3 1 3
Example: If z = 2 + 2 i , calculate z .

3
Since cos π6 = π 1
2 and sin 6 = 2 , we get:

z3 = ( 23 + 12 i )3
= (cos π6 + i sin π6 )3
= cos (3 π6 ) + i sin (3 π6 )
= cos π2 + i sin π2
= i.

George Voutsadakis (LSSU) Complex Analysis October 2014 35 / 67


Complex Numbers and the Complex Plane Polar Form of Complex Numbers

Some Remarks

(i) It is not true, in general, that Arg(z1 z2 ) = Arg(z1 ) + Arg(z2 ) and


Arg( zz12 ) = Arg(z1 ) − Arg(z2 ).
(ii) An argument can be assigned to any nonzero complex number z.
However, for z = 0, arg(z) cannot be defined in any way that is
meaningful.
(iii) If we take arg(z) from the interval (−π, π), the relationship between
a complex number z and its argument is single-valued; i.e., every
nonzero complex number has precisely one angle in (−π, π).
But there is nothing special about the interval (−π, π).
For the interval (−π, π), the negative real axis is analogous to a
barrier that we agree not to cross (called a branch cut). If we use
(0, 2π) instead of (−π, π), the branch cut is the positive real axis.
(iv) The “cosine i sine” part of the polar form of a complex number is
sometimes abbreviated cis, i.e., z = r (cos θ + i sin θ) = r cisθ.
George Voutsadakis (LSSU) Complex Analysis October 2014 36 / 67
Complex Numbers and the Complex Plane Powers and Roots

Subsection 4

Powers and Roots

George Voutsadakis (LSSU) Complex Analysis October 2014 37 / 67


Complex Numbers and the Complex Plane Powers and Roots

n-th Complex Roots of a Complex Number

Recall from algebra that −2 and 2 are said to be square roots of the
number 4 because (−2)2 = 4 and (2)2 = 4.
In other words, the two square roots of 4 are distinct solutions of the
equation w 2 = 4.
Similarly, w = 3 is a cube root of 27 since w 3 = 33 = 27.
In general, we say that a number w is an n-th root of a nonzero
complex number z if w n = z, where n is a positive integer.
√ √ √ √
Example: w1 = 12 2 + 12 2i and w2 = − 12 2 − 12 2i are the two
square roots of the complex number z = i .
We will demonstrate that there are exactly n solutions of the equation
w n = z.

George Voutsadakis (LSSU) Complex Analysis October 2014 38 / 67


Complex Numbers and the Complex Plane Powers and Roots

Roots of a Complex Number


Suppose z = r (cos θ + i sin θ) and w = ρ(cos φ + i sin φ) are polar
forms of the complex numbers z and w .
w n = z becomes ρn (cos nφ + i sin nφ) = r (cos θ + i sin θ).
We can conclude that ρn = r and cos nφ + i sin nφ = cos θ + i sin θ.

Let ρ = n r be the unique positive n-th root of the real number r > 0.
The definition of equality of two complex numbers implies that
cos nφ = cos θ and sin nφ = sin θ. Thus, the arguments θ and φ are
related by nφ = θ + 2kπ, where k is an integer, i.e., φ = θ+2kπ n .
As k takes on the successive integer values k = 0, 1, 2, . . . , n − 1, we
obtain n distinct n-th roots of z.

These roots have the same modulus n r but different arguments.
The n nth roots of a nonzero complex number z = r (cos θ + i sin θ)
are given by

    
n
θ + 2kπ θ + 2kπ
wk = r cos + i sin , k = 0, 1, . . . , n − 1.
n n

George Voutsadakis (LSSU) Complex Analysis October 2014 39 / 67


Complex Numbers and the Complex Plane Powers and Roots

Example: Finding Cube Roots

Find the three cube roots of z = i .


We are solving w 3 = i . With r = 1, θ = arg(i ) = π2 , a polar form of
the given number is given by z = cos ( π2 ) + i sin ( π2 ). From the
previous work, with n = 3, we then obtain
√ π π
3 2 + 2kπ 2 + 2kπ
wk = 1(cos + i sin ), k = 0, 1, 2.
3 3
Hence the three roots are,

3
k = 0, w0 = cos π6 + i sin π6 = 2 + 12 i ;

k = 1, w1 = cos 5π 5π
6 + i sin 6 = − 2
3
+ 12 i ;
k = 2, w2 = cos 3π 3π
2 + i sin 2 = − i .

George Voutsadakis (LSSU) Complex Analysis October 2014 40 / 67


Complex Numbers and the Complex Plane Powers and Roots

The Principal n-th Root

The symbol arg(z) really stands for a set of arguments for a complex
number z.
Similarly, z 1/n is n-valued and represents the set of n n-th roots wk of
z.
The unique root of a complex number z obtained by using the
principal value of arg(z), with k = 0, is referred to as the principal
n-th root of w .
√ π
+2kπ π
+2kπ
Example: Since Arg(i ) = π2 and wk = 3 1(cos 2 3 + i sin 2 3 ),
k = 0, 1, 2, √
3 1
w0 = + i
2 2
is the principal cube root of i .
The choice of Arg(z) and k = 0 guarantees that when z is a positive

real number r , the principal n-th root is n r .
George Voutsadakis (LSSU) Complex Analysis October 2014 41 / 67
Complex Numbers and the Complex Plane Powers and Roots

Geometry of the n Complex n-th Roots

Since the roots have the same modulus, the n n-th roots of a nonzero

complex number z lie on a circle of radius n r centered at the origin
in the complex plane.
Since the difference between the arguments of any two successive
roots wk and wk+1 is 2π n , the n nth roots of z are equally spaced on
this circle, beginning with the root whose argument is nθ .
To illustrate, look at the three cube roots of i :

3 1
w0 = 2 √+ 2 i ;
w1 = − 23 + 12 i ;
w2 = −i .

George Voutsadakis (LSSU) Complex Analysis October 2014 42 / 67


Complex Numbers and the Complex Plane Powers and Roots

Example: Fourth Roots of a Complex Number

The four fourth roots of z = 1 + i .



r = 2 and θ = arg(z) = π4 . From our formula, with n = 4, we obtain
 π π
√ 4 + 2kπ 4 + 2kπ
 
8
wk = 2 cos + i sin , k = 0, 1, 2, 3.
4 4

We calculate

8 π π
k = 0, w0 = 2(cos 16 + i sin 16 );

k = 1, w1 = 8
2(cos 9π 9π
16 + i sin 16 );

k = 2, w2 = 8
2(cos 17π 17π
16 + i sin 16 );

k = 3, w3 = 8
2(cos 25π 25π
16 + i sin 16 ).

George Voutsadakis (LSSU) Complex Analysis October 2014 43 / 67


Complex Numbers and the Complex Plane Powers and Roots

Remarks on Complex Roots

(i) The complex number system is closed under the operation of


extracting roots. This means that for any z ∈ C, z 1/n is also in C.
The real number system does not possess a similar closure property
since, if x is in R, x 1/n is not necessarily in R.
(ii) Geometrically, the n nth roots of a complex number z can also be
interpreted as the vertices of a regular polygon with n sides that is

inscribed within a circle of radius n r centered at the origin.
(iii) When m and n are positive integers with no common factors, then we
may define a rational power of z, i.e., z m/n : It can be shown that the
set of values (z 1/n )m is the same as the set of values (z m )1/n . This
set of n common values is defined to be z m/n .

George Voutsadakis (LSSU) Complex Analysis October 2014 44 / 67


Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Subsection 5

Sets of Points in the Complex Plane

George Voutsadakis (LSSU) Complex Analysis October 2014 45 / 67


Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Circles
Suppose z0 = x0 + iy0 .
The distance between the points z = x + iy and z0 = x0 + iy0 is
q
|z − z0 | = (x − x0 )2 + (y − y0 )2 .

Thus, the points z = x + iy that satisfy the


equation
|z − z0 | = ρ, ρ > 0,
lie on a circle of radius ρ centered at the point
z0 .

Example:
(a) |z| = 1 is an equation of a unit circle centered at the origin.
(b) By rewriting |z − 1 + 3i| = 5 as |z − (1 − 3i)| = 5, we see that the
equation describes a circle of radius 5 centered at the point z0 = 1 − 3i.
George Voutsadakis (LSSU) Complex Analysis October 2014 46 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Disks and Neighborhoods


The points z that satisfy the inequality |z − z0 | ≤ ρ can be either on
the circle |z − z0 | = ρ or within the circle.
We say that the set of points defined by |z − z0 | ≤ ρ is a disk of
radius ρ centered at z0 .
The points z that satisfy the strict inequality |z − z0 | < ρ lie within,
and not on, a circle of radius ρ centered at the point z0 . This set is
called a neighborhood of z0 .
Occasionally, we will need to use a neighborhood of z0 that also
excludes z0 . Such a neighborhood is defined by the simultaneous
inequality 0 < |z − z0 | < ρ and called a deleted neighborhood of z0 .
Example: |z| < 1 defines a neighborhood of the origin, whereas
0 < |z| < 1 defines a deleted neighborhood of the origin;
|z − 3 + 4i | < 0.01 defines a neighborhood of 3 − 4i , whereas the
inequality 0 < |z − 3 + 4i | < 0.01 defines a deleted neighborhood of
3 − 4i .
George Voutsadakis (LSSU) Complex Analysis October 2014 47 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Open Sets
A point z0 is called an interior point of a set S of the complex plane
if there exists some neighborhood of z0 that lies entirely within S.
If every point z of a set S is an interior point, then S is said to be an
open set.

Example: The inequality Re(z) > 1 defines a right half-plane, which


is an open set. All complex numbers z = x + iy for which x > 1 are
in this set. E.g., if we choose z0 = 1.1 + 2i , then a neighborhood of
z0 lying entirely in the set is defined by |z − (1.1 + 2i )| < 0.05.
Example: The set S of points in the complex plane defined by
Re(z) ≥ 1 is not open because every neighborhood of a point lying on
the line x = 1 must contain points in S and points not in S.
George Voutsadakis (LSSU) Complex Analysis October 2014 48 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Additional Examples of Open Sets

George Voutsadakis (LSSU) Complex Analysis October 2014 49 / 67


Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Boundary and Exterior Points


If every neighborhood of a point z0 of a set S contains at least one
point of S and at least one point not in S, then z0 is said to be a
boundary point of S.
Example: For the set of points defined by Re(z) ≥ 1, the points on
the vertical line x = 1 are boundary points.
Example: The points that lie on the circle |z − i | = 2 are boundary
points for the disk |z − i | ≤ 2 as well as for the neighborhood
|z − i | < 2 of z = i .
The collection of boundary points of S is called the boundary of S.
Example: The circle |z − i | = 2 is the boundary for both the disk
|z − i | ≤ 2 and the neighborhood |z − i | < 2 of z = i .
A point z that is neither an interior point nor a boundary point of a
set S is said to be an exterior point of S, i.e., z0 is an exterior point
of a set S if there exists some neighborhood of z0 that contains no
points of S.
George Voutsadakis (LSSU) Complex Analysis October 2014 50 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Interior, Boundary and Exterior Points

Typical set S with interior, boundary, and exterior.

An open set S can be as simple as the complex plane with a single


point z0 deleted.
The boundary of this “punctured plane” is z0 ;
The only candidate for an exterior point is z0 . However, S has no
exterior points since no neighborhood of z0 lies entirely outside the
punctured plane.

George Voutsadakis (LSSU) Complex Analysis October 2014 51 / 67


Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Annulus
The set S1 of points satisfying the inequality ρ1 < |z − z0 | lie exterior
to the circle of radius ρ1 centered at z0 .
The set S2 of points satisfying |z − z0 | < ρ2 lie interior to the circle of
radius ρ2 centered at z0 .
Thus, if 0 < ρ1 < ρ2 , the set of points satisfying the simultaneous
inequality ρ1 < |z − z0 | < ρ2 is the intersection of the sets S1 and S2 .
This intersection is an open circular ring centered at z0 , called an
open circular annulus.

By allowing ρ1 = 0, we obtain a deleted neighborhood of z0 .


George Voutsadakis (LSSU) Complex Analysis October 2014 52 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Connected Sets and Domains


If any pair of points z1 and z2 in a set S can be connected by a
polygonal line that consists of a finite number of line segments joined
end to end that lies entirely in the set, then the set S is said to be
connected.

An open connected set is called a domain.


Example: The set of numbers z satisfying Re(z) 6= 4 is an open set
but is not connected: it is not possible to join points on either side of
the vertical line x = 4 by a polygonal line without leaving the set.
Example: A neighborhood of a point z0 is a connected set.
George Voutsadakis (LSSU) Complex Analysis October 2014 53 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Region
A region is a set of points in the complex plane with all, some, or
none of its boundary points.
Since an open set does not contain any boundary points, it is
automatically a region.
A region that contains all its boundary points is said to be closed.
Example: The disk defined by |z − z0 | ≤ ρ is an example of a closed
region and is referred to as a closed disk.
Example: A neighborhood of a point z0 defined by |z − z0 | < ρ is an
open set or an open region and is said to be an open disk.
If the center z0 is deleted from either a closed disk or an open disk,
the regions defined by 0 < |z − z0 | ≤ ρ or 0 < |z − z0 | < ρ are called
punctured disks. A punctured open disk is the same as a deleted
neighborhood of z0 .
A region can be neither open nor closed.
Example: The annular region defined by 1 ≤ |z − 5| < 3 contains only
some of its boundary points, and so it is neither open nor closed.
George Voutsadakis (LSSU) Complex Analysis October 2014 54 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

General Annular Regions

We have defined a circular annular region given by ρ1 < |z − z0 | < ρ2 .

In a more general interpretation, an annulus or annular region may


have the appearance shown on the right.

George Voutsadakis (LSSU) Complex Analysis October 2014 55 / 67


Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Bounded Sets
We say that a set S in the complex plane is bounded if there exists a
real number R > 0 such that |z| < R every z in S, i.e., S is bounded
if it can be completely enclosed within some neighborhood of the
origin.
Example: The set S shown below is bounded because it is contained
entirely within the dashed circular neighborhood of the origin.

A set is unbounded if it is not bounded.


Example: The sets on the rightmost figures above are unbounded.
George Voutsadakis (LSSU) Complex Analysis October 2014 56 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Extended Real Number System

On the real line, we have exactly two directions and we represent the
notions of “increasing without bound” and “decreasing without
bound” symbolically by x → +∞ x → −∞, respectively.
We can avoid ±∞ by dealing with an“ideal point” called the point
at infinity, which is denoted simply by ∞.
We identify any real number a with a point (x0 , y0 ):

The farther the point (a, 0) is from the origin,


the nearer (x0 , y0 ) is to (0, 1). The only point
on the circle that does not correspond to a real
number a is (0, 1). We identify (0, 1) with ∞.

The set consisting of the real numbers R adjoined with ∞ is called


the extended real-number system.
George Voutsadakis (LSSU) Complex Analysis October 2014 57 / 67
Complex Numbers and the Complex Plane Sets of Points in the Complex Plane

Extended Complex Number System


Since C is not ordered, the notions of z either “increasing” or
“decreasing” have no meaning.
By increasing the modulus |z| of a complex number z, the number
moves farther from the origin.
In complex analysis, only the notion of ∞ is used because we can
extend the complex number system C in a manner analogous to that
just described for the real number system R.
We associate a complex number with a point on a unit sphere called
the Riemann sphere:
Because the point (0, 0, 1) corresponds
to no number z in the plane, we corre-
spond it with ∞. The system consist-
ing of C adjoined with the “ideal point”
∞ is called the extended complex-
number system.

George Voutsadakis (LSSU) Complex Analysis October 2014 58 / 67


Complex Numbers and the Complex Plane Applications

Subsection 6

Applications

George Voutsadakis (LSSU) Complex Analysis October 2014 59 / 67


Complex Numbers and the Complex Plane Applications

Complex Roots of Quadratic Equations


Consider the quadratic equation
ax 2 + bx + c = 0,
where the coefficients a 6= 0, b and c are real.
Completion of the square in x yields the quadratic formula:

−b ± b 2 − 4ac
x= .
2a
When D = b 2 − 4ac < 0, the roots of the equation are complex.
Example: The two roots of x 2 − 2x + 10 = 0 are
p √
−(−2) ± (−2)2 − 4(1)(10) 2 ± −36
x= = .
2(1) 2
√ √ √
−36 = 36 −1 = 6i . Therefore, the complex roots of the
equation are
z1 = 1 + 3i , z2 = 1 − 3i .
George Voutsadakis (LSSU) Complex Analysis October 2014 60 / 67
Complex Numbers and the Complex Plane Applications

The Quadratic Formula for Complex Coefficients


The quadratic formula is perfectly valid when the coefficients a 6= 0, b
and c of a quadratic polynomial equation
az 2 + bz + c = 0
are complex numbers.
Although the formula can be obtained in exactly the same manner,
we choose to write the result as
−b + (b 2 − 4ac)1/2
z= .
2a
When D = b 2 − 4ac 6= 0, the symbol (b 2 − 4ac)1/2 represents the set
of two square roots of the complex number b 2 − 4ac.
Thus, the formula gives two complex solutions.
In the sequel to keep notation clear, we reserve the use of the symbol
√ √
to real numbers where a denotes the nonnegative root of the
real number a ≥ 0.
George Voutsadakis (LSSU) Complex Analysis October 2014 61 / 67
Complex Numbers and the Complex Plane Applications

Using the Quadratic Formula


Solve the quadratic equation z 2 + (1 − i )z − 3i = 0.
Apply the quadratic formulas, with a = 1, b = 1 − i and c = −3i :
−(1 − i ) + [(1 − i )2 − 4(−3i )]1/2 1
z= = [−1 + i + (10i )1/2 ].
2 2
To compute (10i )1/2 we rewrite in polar form with r = 10, θ = π2 ,
and use √ θ + 2kπ θ + 2kπ
wk = r (cos + i sin ), k = 0, 1.
2 2
Thus,√the two square roots of√10i are: √ √
w0 = 10(cos π4 + i sin π4 ) = 10( √12 + √12 i ) = 5 + 5i and
√ √ √ √
w1 = 10(cos 5π 5π
4 + i sin 4 ) = 10(− √12 − √12 i ) = − 5 − 5i .
Going back to the quadratic formula, we obtain
1 √ √ 1 √ √
z1 = [−1 + i + ( 5 + 5i )], z2 = [−1 + i + (− 5 − 5i )],
2 2
√ √ √ √
or z1 = 2 ( 5 − 1) + 2 ( 5 + 1)i , z2 = − 12 ( 5 + 1) − 12 ( 5 − 1)i .
1 1

George Voutsadakis (LSSU) Complex Analysis October 2014 62 / 67


Complex Numbers and the Complex Plane Applications

Factoring a Quadratic Polynomial

By finding all the roots of a polynomial equation we can factor the


polynomial completely.
If z1 and z2 are the roots of az 2 + bz + c = 0, then az 2 + bz + c
factors as
az 2 + bz + c = a(z − z1 )(z − z2 ).
Example: We found that the quadratic equation x 2 − 2x + 10 = 0 has
roots z1 = 1 + 3i and z2 = 1 − 3i . Thus, the polynomial x 2 − 2x + 10
factors as
x 2 − 2x + 10 = [x − (1 + 3i )][x − (1 − 3i )] = (x − 1 − 3i )(x − 1 + 3i ).
Example: 2 + (1 − i )z − 3i = (z − z )(z − z ) =
Similarly, z√
√ √ 1 √ 2
[z − 12 ( 5 − 1) − 12 ( 5 + 1)i ][z + 12 ( 5 + 1) + 12 ( 5 − 1)i ].

George Voutsadakis (LSSU) Complex Analysis October 2014 63 / 67


Complex Numbers and the Complex Plane Applications

Differential Equations: The Auxiliary Equation

The first step in solving a linear second-order ordinary differential


equation ay ′′ + by ′ + cy = f (x) with real coefficients a, b and c is to
solve the associated homogeneous equation ay ′′ + by ′ + cy = 0.
The latter equation possesses solutions of the form y = e mx .
To see this, we substitute y = e mx , y ′ = me mx , y ′′ = m2 e mx into
ay ′′ + by ′ + cy = 0:
ay ′′ + by ′ + cy = am2 e mx + bme mx + ce mx = e mx (am2 + bm + c) = 0.
From e mx (am2 + bm + c) = 0, we see that y = e mx is a solution of
the homogeneous equation whenever m is root of the polynomial
equation am2 + bm + c = 0.
This equation is known as the auxiliary equation.

George Voutsadakis (LSSU) Complex Analysis October 2014 64 / 67


Complex Numbers and the Complex Plane Applications

Differential Equations: Complex Roots of the Auxiliary


When the coefficients of a polynomial equation are real, the complex
roots of the equation must always appear in conjugate pairs.
Thus, if the auxiliary equation possesses complex roots α + i β,
α − i β, β > 0, then two solutions of ay ′′ + by ′ + cy = 0 are complex
exponential functions y = e (α+i β)x and y = e (α−i β)x .
In order to obtain real solutions of the differential equation, we use
Eulers formula e i θ = cos θ + i sin θ, θ real.
We obtain e (α+i β)x = e αx e i βx = e αx (cos βx + i sin βx) and
e (α−i β)x = e αx e −i βx = e αx (cos βx − i sin βx).
Since the differential equation is homogeneous, the linear
combinations y1 = 12 (e (α+i β)x + e (α−i β)x ),
y2 = 2i1 (e (α+i β)x − e (α−i β)x ) are also solutions.
These expressions are real functions
y1 = e αx cos βx and y2 = e αx sin βx.

George Voutsadakis (LSSU) Complex Analysis October 2014 65 / 67


Complex Numbers and the Complex Plane Applications

Solving a Differential Equation


Solve the differential equation y ′′ + 2y ′ + 2y = 0.
We apply the quadratic formula to the auxiliary equation
m2 + 2m + 2 = 0.
We obtain the complex roots m1 = − 1 + i and m2 = m1 = − 1 − i .
With the identifications α = − 1 and β = 1, the preceding formulas
give the two solutions
y1 = e −x cos x and y2 = e −x sin x.
The general solution of a homogeneous linear n-th-order differential
equations consists of a linear combination of n linearly independent
solutions.
Thus, the general solution of the given second-order differential
equation is
y = c1 y1 + c2 y2 = c1 e −x cos x + c2 e −x sin x,
where c1 and c2 are arbitrary constants.
George Voutsadakis (LSSU) Complex Analysis October 2014 66 / 67
Complex Numbers and the Complex Plane Applications

Exponential Form of a Complex Number


In general, the complex exponential e z is the complex number defined
by e z = e x+iy = e x (cos y + i sin y ).
The definition can be used to show that the familiar law of exponents
e z1 e z2 = e z1 +z2 holds for complex numbers.
This justifies the results presented on differential equations.
Euler’s formula is a special case of this definition.
Euler’s formula provides a notational convenience for several concepts
considered earlier in this chapter, e.g., the polar form of z
z = r (cos θ + i sin θ)
can now be written compactly as z = re i θ . This convenient form is
called the exponential form of a√complex number z.
Example: i = e πi /2 and 1 + i = 2e πi /4 .
Finally, the formula for the n nth roots of a complex number becomes

z 1/n = n r e i (θ+2kπ)/n , k = 0, 1, 2, . . . , n − 1.

George Voutsadakis (LSSU) Complex Analysis October 2014 67 / 67

You might also like