Complex Numbers - MDB
Complex Numbers - MDB
COMPLEX NUMBERS
When we are solving quadratic equations with real roots, the roots of the equations exhibit
three cases: two distinct real roots, a double root or no real roots. To accommodate the case of no
real roots, i.e., to provide solutions to those quadratic equations, the concept of complex numbers
was invented. One may expect that as complex numbers are never encountered in our daily routines,
the studies of complex numbers are impractical. However, complex numbers are actually extremely
useful tools in many applications like factorization and proofs of trigonometric identities. In this set
of notes, we will illustrate the basic concepts and some of the applications of complex numbers with
examples.
As noted, the interests in complex numbers originated from studies of the roots of quadratic
equations. As an illustration, consider the equation x 2 + 1 = 0 . This equation does not admit real
roots because for all real number x, x 2 + 1 ≥ 0 + 1 = 1 > 0 . Yet, if we set i = −1 , then
i 2 + 1 = −1 + 1 = 0 is a root of the equation.
Based on the imaginary unit, we develop a set of numbers called the complex numbers. The
general form of a complex number z is z = a + bi, where a and b are real numbers.
Illustration. If z = 3 + 5i, then the real part of z is 3 and the imaginary part is 5. We write Re(z) = 3
and Im(z) = 5.
Illustration. All real numbers x can be represented in the form of a complex number by setting a =
Page 1 of 25
Mathematical Database
x and b = 0. Hence, ⊂ , where represents the set of real numbers and the set of complex
numbers.
In general, we cannot compare complex numbers with each other as in real numbers. For
example, we say 6 > 4, but we cannot say which of 6i and 4i is larger or smaller. However, we can
say that they are unequal. In fact, two complex numbers are said to be equal iff both their real parts
and imaginary parts are equal.
2. Arithmetic Operations
z1 − z2 = ( a1 + b1i ) − ( a2 + b2i ) = ( a1 − a2 ) + ( b1 − b2 ) i ,
and if z2 ≠ 0 ,
=
( a1a2 + b1b2 ) + ( a2b1 − a1b2 ) i = a1a2 + b1b2 + a2b1 − a1b2 i.
a2 2 + b2 2 a2 2 + b2 2 a2 2 + b2 2
Example 2.1.
∑
∞
Suppose zk = 3− k + 2− k i for k = 0, 1, 2, … . Evaluate k =0
zk .
Solution.
Evaluating the real and imaginary parts separately and applying the formula for geometric series,
we have
Page 2 of 25
Mathematical Database
∞ ∞ ∞ ∞
∑ zk = ∑ ( 3− k + 2− k i ) = ∑ 3− k + i∑ 2− k =
1 1 3
+ i= + 2i .
1 1 2
k =0 k =0 k =0 k =0
1− 1−
3 2
Example 2.2.
Suppose zk = ak + bk i for k = 1, 2, where ak , bk ∈ . Let z1 = 3 z2 and z1 = (1 + 2i ) . Find a2 and b2 .
4
Solution.
We shall evaluate z1 first:
z1 = (1 + 2i ) = ⎡(1 + 2i ) ⎤ = (1 + 4i + 4i 2 ) = (1 − 4 + 4i ) = ( −3 + 4i )
4 2 2 2 2 2
⎣ ⎦
= 9 − 24i + 16i 2 = 9 − 24i − 16 = −7 − 24i
Then, −7 − 24i = z1 = 3 z2 = 3 ( a2 + b2i ) = 3a2 + 3b2i . Equating the real and imaginary parts, we have
7
a2 = − and b2 = −8 .
3
Example 2.3.
1 + i tan θ
Express the complex number in the general form.
1 − i tan θ
Solution.
= = =
1 − i tan θ (1 − i tan θ )(1 + i tan θ ) 12 − ( i tan θ )
2
1 + tan 2 θ
1 − tan 2 θ + 2i tan θ 1 − tan 2 θ 2i tan θ
= = + = ( cos 2 θ − sin 2 θ ) + 2i sin θ cos θ
sec θ
2
sec θ
2
sec θ
2
= cos 2θ + i sin 2θ
Exercise
1
1. Express in the general form.
cos θ − i sin θ
2. Suppose z = a + 2i is a root of the equation x 2 + 6 x + k = 0 , where both a and k are real. Find a
Page 3 of 25
Mathematical Database
and k.
Maybe it is too abstract to just talk about complex numbers. A better understanding of this
number system can be obtained by drawing diagrams. In this section, we will discuss the Argand
diagrams of complex numbers. The Argand diagrams are also of core importance in the application
of complex numbers on some geometry problems.
An Argand diagram consists of two axes: a horizontal one, like the x-axis in the rectangular
coordinate system, called the real axis, and a vertical one, like the y-axis, called the imaginary axis.
The point (x, y) in an Argand diagram represents the complex number x + yi.
In figure 1, the complex numbers represented by the points A, B, C and D are 1 + i, 2 – 3i, 3 –
2i and -3 + i respectively. By convention the number zero is represented by the origin O. Another
way to interpret Argand diagrams is by way of vectors. For example, the complex numbers
mentioned above are said to be associated with the vectors OA , OB , OC and OD respectively.
Readers might have noticed that 1 + i + 2 – 3i = 3 – 2i, which in the notation of vectors is
represented by OA + OB = OA + AC = OC .
Im
3
D A
1
-4 -3 -2 -1 0 1 2 3 4 Re
-1
-2
C
-3
B
-4
Page 4 of 25
Mathematical Database
From the perspectives of the Argand diagram and vectors, we can define some more properties
of complex numbers. The length of the vector in the Argand diagram, r, is called the modulus of the
associated complex number, while the angle the vector made with positive real axis, θ , is said to be
an argument of the complex number. Hence we have, if z ≠ 0 ,
x + yi = r = x 2 + y 2 ,
Since cos θ = cos (θ + 2kπ ) and sin θ = sin (θ + 2kπ ) for any integer k, there are infinitely
many possible values for the argument of a complex number. And this leads to the following
definition.
Definition 3.1.
The principal value of the argument of a complex number z = x + yi is the angle θ such that
r cos θ = x , r sin θ = y and −π < θ ≤ π .
¾ We usually denote the principal argument by Arg z, and the set of arguments by arg z = Arg z +
2kπ .
Example 3.1.
Find the modulus and the principal value of the argument of the complex number 1 + i.
Solution.
Exercise
Page 5 of 25
Mathematical Database
1. Find the moduli and principal arguments of the following complex numbers:
(a) 3 +i
(b) 1 − 3i
(c) −3 − 3i
(d) sin θ − i cos θ , where 0 ≤ θ ≤ π2 .
⎛ π π ⎞⎛ π π⎞
2. (a) Evaluate ⎜ cos + i sin ⎟⎜ cos + i sin ⎟ .
⎝ 6 6 ⎠⎝ 3 3⎠
π π π π
(b) Suppose z1 = cos + i sin and z2 = cos + i sin
. Draw the points Z1 and Z 2 ,
6 6 2 2
representing z1 and z2 respectively, on the Argand diagram. What is the relationship
between OZ1 and OZ 2 ?
The concepts of modulus and argument are important in dealing with representations of
complex numbers. In this section, we will introduce the polar form and the exponential form, both
of which are associated with representing complex numbers in terms of their moduli and arguments.
⎛ π π⎞
Illustration. The polar form of the complex number 1 + i is 2 ⎜ cos + sin ⎟ , or in short,
⎝ 4 4⎠
π
2 cis .
4
Example 4.1.
Express, in polar form, the following complex numbers:
Page 6 of 25
Mathematical Database
(a) 3 +i
π 3π
(b) 1 + sin θ − i cos θ for − ≤θ ≤ .
2 2
Solution.
( 3)
2
(a) Let z = 3 + i . Then r = + 12 = 3 + 1 = 2 .
1 5π π
tan θ = ⇒θ = − (rejected) or
3 6 6
⎛ π π⎞
Hence, the polar form of z is rcisθ = 2 ⎜ cos + i sin ⎟ .
⎝ 6 6⎠
The polar form of representation is especially useful when we perform multiplication and
division of complex numbers.
Theorem 4.1.
Let z1 and z2 be two complex numbers. Then for arg ( zi ) ≠ 0 ,
z1 z ⎛z ⎞
2. If z2 ≠ 0 , = 1 and arg ⎜ 1 ⎟ = arg ( z1 ) − arg ( z2 ) .
z2 z2 ⎝ z2 ⎠
Page 7 of 25
Mathematical Database
z1
For property 2, let z1 ' = . Then using the results of the above proof, we have
z2
z1 ⎛z ⎞
z1 ' z2 = z1 ' z2 = z2 and arg ( z1 ' z2 ) = arg ( z1 ') + arg ( z2 ) = arg ⎜ 1 ⎟ + arg ( z2 ) .
z2 ⎝ z2 ⎠
z1
On the other hand, z1 ' z2 = ⋅ z2 = z1 . Hence,
z2
z1 z 'z z ⎛z ⎞
= 1 2 = 1 and arg ⎜ 1 ⎟ = arg ( z1 ' z2 ) − arg ( z2 ) = arg ( z1 ) − arg ( z2 ) .
z2 z2 z2 ⎝ z2 ⎠
Q.E.D.
Theorem 4.1. can be applied to the exponential form easily with the law of indices. For
property 1, by definition 4.2, z1 z2 = r1eθ1 ir2 eθ2 = r1r2 ei(θ1 +θ2 ) . Hence, z1 z2 = r1r2 = z1 z2 and
z1 r1eiθ1 r1 i(θ1 −θ2 )
arg ( z1 z2 ) = θ1 + θ 2 = arg ( z1 ) + arg ( z2 ) Similarly, for property 2, = = e . So,
z2 r2 eiθ2 r2
z1 r1 z ⎛z ⎞
= = 1 and arg ⎜ 1 ⎟ = θ1 − θ 2 = arg ( z1 ) − arg ( z2 ) .
z2 r2 z2 ⎝ z2 ⎠
Theorem 4.2.
1. eiθ + e −iθ = 2 cos θ .
2. eiθ − e− iθ = 2i sin θ .
Page 8 of 25
Mathematical Database
Proof. For property 1, eiθ + e −iθ = ( cos θ + i sin θ ) + ⎡⎣cos ( −θ ) + i sin ( −θ ) ⎤⎦ = 2 cos θ .
Q.E.D.
Example 4.2.
1 + sin θ + i cos θ
Simplify the fraction .
1 − sin θ + i cos θ
Solution.
Notice that
⎛π ⎞
⎛π ⎞ ⎛π ⎞ i⎜ −θ ⎟
sin θ + i cos θ = cos ⎜ − θ ⎟ + i sin ⎜ − θ ⎟ = e ⎝ 2 ⎠ ,
⎝2 ⎠ ⎝2 ⎠
⎛ π⎞
⎛π ⎞ ⎛π ⎞ ⎛ π⎞ ⎛ π ⎞ i⎜θ − ⎟
sin θ − i cos θ = cos ⎜ − θ ⎟ − i sin ⎜ − θ ⎟ = cos ⎜ θ − ⎟ + i sin ⎜ θ − ⎟ = e ⎝ 2 ⎠ .
⎝2 ⎠ ⎝2 ⎠ ⎝ 2⎠ ⎝ 2⎠
Hence,
⎡ i⎛⎜ θ2 − π4 ⎞⎟ i⎛⎜ π4 −θ2 ⎞⎟ ⎤
⎛π θ ⎞
i⎜ − ⎟
⎛π ⎞ e ⎢e ⎝ ⎠ + e ⎝ ⎠ ⎥
⎝ 4 2⎠ ⎛θ π ⎞
i ⎜ −θ ⎟
⎛π ⎞ 2 cos ⎜ − ⎟
1 + sin θ + i cos θ 1 + e ⎝2 ⎠
⎢⎣ ⎥⎦ i ⎜ −θ ⎟ ⎝ 2 4⎠
= = ⎛θ π ⎞ ⎛ π θ ⎞ =e ⎝2 ⎠
1 − sin θ + i cos θ ⎛ π⎞
i⎜θ − ⎟ i⎜ − ⎟ ⎡ i⎜ − ⎟ i⎜ − ⎟ ⎤
⎛θ π ⎞
⎛π θ ⎞
1 − e ⎝ ⎠ e ⎝ 2 4 ⎠ ⎢e ⎝ 4 2 ⎠ − e ⎝ 2 4 ⎠ ⎥
2 2i sin ⎜ − ⎟
⎢⎣ ⎥⎦ ⎝ 4 2⎠
⎛θ π ⎞
⎛π ⎞ cos ⎜ − ⎟ ⎛π ⎞ ⎛π ⎞ π
i ⎜ −θ ⎟
⎝ 2 4⎠ i ⎜ −θ ⎟
⎛ θ π ⎞ i⎜⎝ 2 −θ ⎟⎠ i i 2 ⎛θ π ⎞
=e ⎝2 ⎠
=e ⎝2 ⎠
⋅ i cot ⎜ − ⎟ = e ⋅ e cot ⎜ − ⎟
⎛θ π ⎞ ⎝2 4⎠ ⎝2 4⎠
−i sin ⎜ − ⎟
⎝2 4⎠
⎛θ π ⎞ ⎛θ π ⎞
= ei(π −θ ) cot ⎜ − ⎟ = cot ⎜ − ⎟ cis (π − θ ) .
⎝2 4⎠ ⎝2 4⎠
Exercise
3 + 3 3i
1. Simplify the fraction .
1− i
Page 9 of 25
Mathematical Database
5. Complex Conjugates
Thus the complex conjugate of a complex number is the mirror image of the original number
across the real axis. There are some nice properties associated with complex conjugate pairs.
Theorem 5.1.
For any complex number z, we have
1. z = z.
2. arg ( z ) = − arg ( z ) .
3. z + z = 2 Re ( z ) .
4. z − z = 2i Im ( z ) .
zz = z .
2
5.
6. z = z.
Proof. The theorem follows easily from the definition and its proof is left as an exercise.
Q.E.D.
Example 5.1.
Page 10 of 25
Mathematical Database
1
Suppose w = 1 and z = w + . Prove that z is a real number.
w
Solution.
1
By property 5 of theorem 5.1, we have ww = w = 12 = 1 . Hence, w = as w ≠ 0 . Therefore,
2
w
1
z = w+ = w + w = 2 Re ( w ) must be a real number.
w
Theorem 5.2.
For complex numbers z1 and z2 , we have
1. z1 + z2 = z1 + z2 .
2. z1 − z2 = z1 − z2 .
3. z1 ⋅ z2 = z1 ⋅ z2 .
⎛ z1 ⎞ z1
4. ⎜ ⎟ = , if z2 ≠ 0 .
⎝ z2 ⎠ z 2
Proof. The proofs of the first two properties are left as an exercise.
For property 3, we let z1 = a1 + b1i and z2 = a2 + b2i . Then z1 = a1 − b1i and z2 = a2 − b2i . Hence,
⎛z ⎞ z
z2 ⋅ ⎜ 1 ⎟ = z2 ⋅ 1 = z1 .
⎝ z2 ⎠ z2
Example 5.2.
Let z = x + yi. If z − 6 = 5 and z = 5 , find the possible values of x and y.
Solution.
From property 5 of theorem 5.1 and property 3 of theorem 5.2,
Page 11 of 25
Mathematical Database
( )
52 = z − 6 = ( z − 6 ) z − 6 = ( z − 6 )( z − 6 ) ,
2
25 = zz − 6 z − 6 z + 36 = z − 6 ( z + z ) + 36
2
= 52 − 6 ⋅ 2 Re ( z ) + 36.
Hence, 12 Re ( z ) = 36 ⇒ x = Re ( z ) = 3 .
We started our discussion of complex numbers on solving algebraic equations. In fact, there is
a nice relationship between the complex conjugates in solving equations.
Theorem 5.3.
have ak = ak . Then,
an ( z ) + an −1 ( z )
n −1
+ a0 = an z n + an −1 z n −1 + a0 = an z n + an −1 z n −1 +
n
a0
= an z n + an −1 z n −1 + a0 = 0 = 0
This theorem implies that for a real polynomial, either both members of a complex conjugate
pair are the zeros, or both are not. In fact, a real polynomial can only have an even number of
complex zeros.
Example 5.3.
Given that 3 + i is a root of the equation x 4 − 5 x3 + 10 x 2 + ax + b = 0 , where a and b are real
numbers. Find a and b.
Solution.
Page 12 of 25
Mathematical Database
Exercise
6. De Moivre’s Theorem
Performing multiplications and divisions on complex numbers can be very tedious and error-
prone, as we have to deal with both the real and imaginary parts. If we employ the polar form and
exponential form, the operations will be much simpler. Furthermore, if the operations involve
rational powers of complex numbers, the operations can be eased with the De Moivre’s theorem.
Proof. We shall prove the theorem for non-negative n by induction first. For n = 0 or 1, the result is
obvious.
Page 13 of 25
Mathematical Database
So, by mathematical induction, the theorem is true for all non-negative integer n.
Example 6.1.
Redo Example 2.3 using De Moivre’s theorem.
Solution.
π
If cos θ = 0 , then θ = kπ + . Hence, we have tan θ = ∞ , cos 2θ = cos ( 2kπ + π ) = −1 and
2
sin 2θ = sin ( 2kπ + π ) = 0 . So,
1 + i tan θ
= −1 = cos 2θ + i sin 2θ .
1 − i tan θ
For cos θ ≠ 0 ,
1 + i tan θ (1 + i tan θ )( cos θ ) cos θ + i sin θ cos θ + i sin θ
= = =
1 − i tan θ (1 − i tan θ )( cos θ ) cos θ − i sin θ cos ( −θ ) + i sin ( −θ )
cisθ −1
= = cisθ ⎡⎣cis ( −θ ) ⎤⎦ = cisθ ( cisθ ) = ( cisθ ) = cis2θ
2
cis ( −θ )
= cos 2θ + i sin 2θ .
The De Moivre’s theorem for integral index is often used in proving trigonometric identities.
In fact, many identities can be proved with the help of some direct results of the theorem: for
z = cisθ ,
1
zn + = cisnθ + cis ( − nθ ) = 2 cos nθ ,
zn
1
zn − = cisnθ − cis ( − nθ ) = 2i sin nθ .
zn
Page 14 of 25
Mathematical Database
Example 6.2.
Show that cos 5θ = cos5 θ − 10 cos3 θ sin 2 θ + 5cos θ sin 4 θ .
Hence prove that cos 5θ = 16 cos5 θ − 20 cos3 θ + 5cos θ .
Solution.
According to the De Moivre’s theorem, ( cos θ + i sin θ ) = cos 5θ + i sin 5θ . However, by the
5
binomial theorem,
( cos θ + i sin θ )
5
= cos5 θ + 5cos 4 θ ( i sin θ ) + 10 cos3 θ ( i sin θ ) + 10 cos 2 θ ( i sin θ ) + 5cos θ ( i sin θ ) + ( i sin θ )
2 3 4 5
= cos5 θ + 5i cos 4 θ sin θ − 10 cos3 θ sin 2 θ − 10i cos 2 θ sin 3 θ + 5cos θ sin 4 θ + i sin 5 θ .
Equating the real parts of both equations, we get cos 5θ = cos5 θ − 10 cos3 θ sin 2 θ + 5cos θ sin 4 θ .
Example 6.3.
1 1
Let z = cisθ . By using the relations z + = 2 cos θ and z − = 2i sin θ , deduce that
z z
1 1 1 1
sin 2 θ cos 4 θ = − cos 6θ − cos 4θ + cos 2θ + .
32 16 32 16
Solution.
Substituting with the given relations,
2 4
( 2i sin θ ) ( 2 cos θ ) = ⎛⎜ z − ⎞⎟ ⎛⎜ z + ⎞⎟
2 4 1 1
⎝ z⎠ ⎝ z⎠
−64sin 2 θ cos 4 θ = z 6 + 2 z 4 − z 2 − 4 − z −2 + 2 z −4 + z −6
= ( z 6 + z −6 ) + 2 ( z 4 + z −4 ) − ( z 2 + z −2 ) − 4
= 2 cos 6θ + 4 cos 4θ − 2 cos 2θ − 4.
Hence,
Page 15 of 25
Mathematical Database
1 1 1 1
sin 2 θ cos 4 θ = − cos 6θ − cos 4θ + cos 2θ + .
32 16 32 16
1
Proof. We let rcisα = ( cisθ ) n , where r is the modulus of the complex number. Then
r n cisnα = ( rcisα ) = cisθ . Taking the modulus on both sides, we get r n = 1 , i.e., r = 1 as r must be
n
2kπ + θ
Therefore, nα = θ + 2kπ , where k = 0, 1, 2, … , n – 1. Thus, α = , i.e.,
n
1
2 kπ + θ
( cisθ ) n = rcisα = cis .
n
Q.E.D.
2kπ + mθ
m 1 1
( cisθ ) = ⎡( cisθ ) ⎤ = ( cismθ ) n = cis
m n
n
⎣ ⎦ n
where k = 0, 1, 2, … , n – 1.
With the De Moivre’s theorem for rational index, we can easily evaluate the nth roots of
complex numbers without dealing with tedious multiplications. We will illustrate this with an
example.
Example 6.4.
Find the cube roots of the complex number 1 + 3i .
Page 16 of 25
Mathematical Database
Solution.
First of all, we transform the complex number into its polar form:
⎛1 3 ⎞ π
1 + 3i = 2 ⎜⎜ + i ⎟⎟ = 2cis .
⎝2 2 ⎠ 3
Thus,
π
1 1
2 kπ +
π ⎞3 ⎛ π ⎞3
(1 + 3i )
1
⎛
1 1
3
= ⎜ 2cis ⎟ = 2 3 ⎜ cis ⎟ = 2 3 cis 3
⎝ 3⎠ ⎝ 3⎠ 3
for k = 0, 1, 2, i.e.,
π 7π 13π
( )
1 1 1 1
1 + 3i 3
= 2 3 cis or 2 3 cis or 2 3 cis .
9 9 9
The nth roots of the number 1 are given the special name the nth roots of unity.
The n distinct roots of the equation z n = 1 are called the nth roots of unity.
2 kπ + 0 2 kπ
Suppose w is a nth root of unity. Thus wn = 1 = cis0 . Hence, w = cis = cis , where k
n n
= 0, 1, 2, … , n – 1. Furthermore, if w ≠ 1 ,
wn − 1 0
1 + w + w2 + wn −1 = = =0.
w −1 w −1
Example 6.5.
Factor the polynomial z 7 − 1 into a product of linear and quadratic polynomials with real
coefficients.
Solution.
The roots of the equation z 7 − 1 = 0 are the 7th roots of unity:
2π 4π 6π 8π 10π 12π
1, cis , cis , cis , cis , cis and cis .
7 7 7 7 7 7
Then,
Page 17 of 25
Mathematical Database
⎛ 2π ⎞ ⎛ 4π ⎞⎛ 6π ⎞⎛ 8π ⎞ ⎛ 10π ⎞ ⎛ 12π ⎞
z 7 − 1 = ( z − 1) ⎜ z − cis ⎟ ⎜ z − cis ⎟⎜ z − cis ⎟⎜ z − cis ⎟ ⎜ z − cis ⎟ ⎜ z − cis ⎟
⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠
⎛ 2π ⎞ ⎛ 4π ⎞⎛ 6π ⎞⎛ −6π ⎞ ⎛ −4π ⎞ ⎛ −2π ⎞
= ( z − 1) ⎜ z − cis ⎟ ⎜ z − cis ⎟⎜ z − cis ⎟⎜ z − cis ⎟ ⎜ z − cis ⎟ ⎜ z − cis ⎟
⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠⎝ 7 ⎠
3
⎛ 2 kπ ⎞ ⎛ −2 k π ⎞ 3
⎛ 2 2 kπ ⎞
= ( z − 1) ∏ ⎜ z − cis ⎟⎜ z − cis ⎟ = ( z − 1) ∏ ⎜ z − 2 zcos + 1⎟ .
k =1 ⎝ 7 ⎠⎝ 7 ⎠ k =1 ⎝ 7 ⎠
Exercise
By considering the real parts of the equation cos 2nθ + i sin 2nθ = ( cisθ )
2n
3. , prove that
n
cos 2nθ = ∑ ( −1) C22kn cos 2 n − 2 k θ sin 2 kθ .
k
k =0
7. Applications
As shown in the last section, complex numbers find their use in proving trigonometric
identities. Besides, it is also useful in solving geometry problems. This application arises from the
geometric representation of complex numbers on the Argand diagram.
For instance, the complex number z = x + yi can represent the vector OZ = xi + y j . On the
other hand, the resultant vector from the subtraction of vectors can also be represented by the
subtraction of the corresponding complex numbers. The modulus of the resulting complex number
is the length of the resultant vector and the argument represents the angle between the resultant
vector and the x-axis.
In this section, we will illustrate the applications of complex numbers with a couple of
examples.
Example 7.1.
Page 18 of 25
Mathematical Database
If the points A1 , A2 , B1 and B2 are associated with the complex numbers a1 , a2 , b1 and b2
respectively, express the angle between the line segments A1 B1 and A2 B2 in terms of a1 , a2 , b1 and
b2 .
Solution.
Refering to Figure 2,
y
A1
A2
B2
B1
θ2 θ1
x
Figure 2
Example 7.2.
Let O = (0, 0) and A = (6, 8). Prove that for every point P (other than O and A) on the circle
represented by x 2 + y 2 − 6 x − 8 y = 0 , we have OP ⊥ PA .
Page 19 of 25
Mathematical Database
Solution.
Let p = x + yi. Then OP is represented by p and PA is represented by p – (6 + 8i). Then, following
from the result of Example 7.1,
OP ⊥ PA
π 3π
⇔ angle between OP and PA is or
2 2
⎛ p ⎞ π 3π
⇔ arg ⎜⎜ ⎟⎟ = or
⎝ p − ( 6 + 8i ) ⎠ 2 2
p
⇔ is purely imaginary
p − ( 6 + 8i )
p ⎡ p ⎤ ⎛ p ⎞
⇔ +⎢ ⎥ = 2 Re ⎜⎜ ⎟⎟ = 0.
p − ( 6 + 8i ) ⎣ p − ( 6 + 8i ) ⎦ ⎝ p − ( 6 + 8i ) ⎠
Notice that
p ⎡ p ⎤ p p x + yi x − yi
+⎢ ⎥= + = +
p − ( 6 + 8i ) ⎣ p − ( 6 + 8i ) ⎦ p − ( 6 + 8i ) ⎡ p − ( 6 + 8i ) ⎤ ( x − 6 ) + ( y − 8 ) i ( x − 6 ) − ( y − 8 ) i
⎣ ⎦
2 x ( x − 6 ) − 2 y ( y − 8) i 2 2 ( x2 + y2 − 6x − 8 y )
= = = 0.
( x − 6 ) + ( y − 8) ( x − 6 ) + ( y − 8)
2 2 2 2
Hence, OP ⊥ PA .
We conclude this set of notes with a discussion on the triangle inequality, a well-known
theorem which can be readily applied to complex numbers as well.
Proof. In a triangle Z1Z 2O , the sum of lengths of any two sides is greater than the length of the
third side, i.e., we have Z1O + Z 2 ' O ≥ Z1Z 2 ' , where equality holds iff Z1 , Z 2 ' and O are collinear,
and Z1 and Z 2 ' are on the opposite side of O. In terms of complex numbers,
z1 + z2 ' ≥ z1 − z2 ' .
Page 20 of 25
Mathematical Database
Q.E.D.
Example 7.3.
1
Suppose wn z + wn −1 z 2 + + wz n = 1 for some w such that w ≤ 1 . Prove that z > .
2
Solution.
1
Suppose z ≤ , applying the Triangle Inequality,
2
1 = 1 = wn z + wn −1 z 2 + + wz n ≤ wn z + wn −1 z 2 + + wz n
n −1
= wn z + wn −1 z 2 + + w zn = w z + w z + +w z
n 2 n
1 1 1 1 1 1
≤ 1n ⋅ + 1n −1 ⋅ 2 + + 1⋅ n = + 2 + +
2 2 2 2 2 2n
1⎛ 1 ⎞
⎜1 − n ⎟
= ⎝
2 2 ⎠ 1
= 1 − n < 1.
1 2
1−
2
1
which is a contradiction. Therefore, we must have z > .
2
Exercise
1. For each of the following conditions, find the locus of z (take z = x + yi):
a. z − ( 2 + 3i ) = 6 .
2z 1
b. is purely imaginary, where z ≠ − .
3z + 1 3
c. z −1 = z + 1 + 1.
Page 21 of 25
Mathematical Database
a −b x− y a −b x− y
2. Prove that ∆ABC ∼ ∆XYZ iff = or = .
c −b z − y c −b z − y
2kπ
3. Suppose z0 , z1 , … , zn −1 are complex numbers such that zk = cis for k = 0, 1, …, n – 1.
n
n −1
Prove that for any complex number z, ∑ z−z
k =0
k ≥n.
8. Solutions to Exercise
Arithmetic Operations
1. cos θ + i sin θ .
2. Since a + 2i is a root of x 2 + 6 x + k = 0 ,
0 = ( a + 2i ) + 6 ( a + 2i ) + k = ( a 2 + 4ai + 4i 2 ) + ( 6a + 12i ) + k
2
= ( a 2 − 4 + 6a + k ) + ( 4a + 12 ) i.
Equating the real and imaginary parts of both sides, we have a 2 − 4 + 6a + k = 0 and 4a + 12 =
0. Therefore, a = –3 and k = 13.
2. (a) i
π
(b) OZ 2 is obtained by rotating OZ1 by about O anticlockwise.
3
Page 22 of 25
Mathematical Database
Complex conjugates
1. Applying property 5 of theorem 5.1,
( )
z + k = ( z + k ) z + k = ( z + k )( z + k ) = zz + k ( z + z ) + k 2
2
= z + k ( z + z ) + k 2 ⋅1 = 1 + k ( z + z ) + k 2 z
2 2
= 1 + k ( z + z ) + k 2 zz = ( kz + 1)( kz + 1) = ( kz + 1)( kz + 1)
= kz + 1 .
2
However, x 4 + 3x 2 + ax + b = ( x 2 − 2 x + 10 )( x 2 + 2 x − 3) + ( a − 26 ) x + ( b + 30 ) . Hence, a = 26
and b = –30. Thus, x 4 + 3x 2 + ax + b = ( x 2 − 2 x + 10 )( x 2 + 2 x − 3) = ( x − 1)( x + 3) ( x 2 − 2 x + 10 ) .
De Moivre’s theorem
Page 23 of 25
Mathematical Database
⎛ 3 1 ⎞ ⎛ −π ⎞
2. Note 3 − i = 2 ⎜⎜ − i ⎟⎟ = 2cis ⎜ ⎟ . Hence,
⎝ 2 2 ⎠ ⎝ 6 ⎠
⎛ −π ⎞
⎜ + 2 kπ ⎟
( )
1 1
3 −i 4
= 2 cis ⎜ 6
4
⎟
⎜ 4 ⎟
⎝ ⎠
for k = 0, 1, 2, 3. Thus,
2n
cos 2nθ + i sin 2nθ = ( cisθ ) = ∑ Ck2 n ( cos θ ) ( i sin θ )
2n k 2n−k
3. .
k =0
n n
cos 2nθ + i sin 2nθ = ∑ C22kn ( cos θ ) ( i sin θ ) + ∑ C22kn−1 ( cos θ ) ( i sin θ )
2k 2n−2k 2 k −1 2 n − 2 k +1
k =0 k =1
n n
= ∑ C22kn cos 2 k θ sin 2 n − 2 k θ ( −1) + i ∑ C22kn−1 cos 2 k −1 θ sin 2 n − 2 k +1 θ ( −1)
n−k n−k
.
k =0 k =1
k =0 k =0
Applications
1. (a) x 2 + y 2 − 4 x − 6 y − 23 = 0 .
2z 1
(b) is purely imaginary iff z ≠ − , z ≠ 0 , and
3z + 1 3
⎛ 2z ⎞ 2z ⎛ 2z ⎞ 2 x + 2 yi 2 x − 2 yi 4 ( 3x 2 + 3 y 2 + x )
0 = 2 Re ⎜ ⎟= +⎜ ⎟= + =
⎝ 3 z + 1 ⎠ 3z + 1 ⎝ 3z + 1 ⎠ ( 3x + 1) + 3 yi ( 3 x + 1) − 3 yi ( 3x + 1) + ( 3 y )
2 2
⎛ 1 ⎞
Thus 3x 2 + 3 y 2 + x = 0 excluding the points ( x, y ) = ⎜ − , 0 ⎟ or ( 0, 0 ) .
⎝ 3 ⎠
Page 24 of 25
Mathematical Database
( x − 1) + yi = ( x + 1) + yi + 1
( x − 1) + y2 = ( x + 1) + y2 +1
2 2
( x − 1) + y 2 = ( x + 1) + y 2 + 2 ( x + 1) + y2 + 1
2 2 2
( x + 1) + y 2
4 x + 1 = −2
2
16 x 2 + 8 x + 1 = 4 ( x + 1) + 4 y 2 .
2
AB XY
2. Note that ∆ABC ∼ ∆XYZ ⇔ = and ∠ABC = ∠XYZ . However,
CB ZY
AB XY a −b a −b x− y x− y
= ⇔ = = = ,
CB ZY c−b c−b z−y z− y
⎛ a −b ⎞ ⎛ x− y⎞
∠ABC = ∠XYZ ⇔ arg ⎜ ⎟ = ± arg ⎜ ⎟.
⎝ c −b ⎠ ⎝ z−y⎠
a −b x− y a −b x− y
These two conditions together implies = or = .
c −b z − y c −b z − y
a −b x− y a −b x− y
Hence ∆ABC ∼ ∆XYZ iff = or = .
c −b z − y c −b z − y
3. The key to this problem is to use the formulae for geometric series to obtain
n
⎛ − 2π i ⎞
2 kπ
1− ⎜ e n ⎟
n −1
1 − e − 2π i 1−1
= ⎝ 2π ⎠ =
−
∑e
i
n
2π
= 2π
= 0.
k =0 − i − i − i
1− e n
1− e n
1− e n
k =0 k =0 k =0 k =0
2 kπ 2 kπ 2 kπ
n −1 ⎛ i⎞ − n −1 − n −1 ⎛ − 2 knπ i ⎞
= ∑ ⎜ z − e n ⎟ie n = ∑ ze n − 1 ≥ ∑
i i
⎜ ze − 1⎟
k =0 ⎝ ⎠ k =0 k =0 ⎝ ⎠
n −1 2 kπ n −1 2 kπ
− −
∑ ze −n = z ∑ e
i i
= n n
− n = 0 − n = n.
k =0 k =0
Page 25 of 25