2.1 Revision On Complex Numbers
2.1 Revision On Complex Numbers
Complex Numbers
Complex numbers play a significant role in mathematics, physics, engineering and many other disciplines. We
shall study both the algebraic and geometric properties of complex numbers in this chapter.
Goals
By completing this section, students should be able to
• recall what complex numbers are, including their real parts and imaginary parts;
• recall and perform addition, subtraction, multiplication of complex numbers;
• recall and perform division of complex numbers with the help of complex conjugation;
• express real part and imaginary part of a complex number with the help of complex conju-
gation;
• recall formulas relating complex conjugation and complex arithmetic.
√
A number of the form z = a + b −1, where a and b are reals, is called a complex number. The reals a and b are
called the real part and the imaginary part of z respectively. We write also R(z) = a and I(z) = b.1
√
If b = 0, then z = a is indeed a real number. Meanwhile, if a = 0, then z = b −1 is a purely imaginary number.
The set of all complex numbers is denoted by C.
Question
Why complex numbers?
11
CHAPTER 2. COMPLEX NUMBERS
It may be natural to ‘define’ the quotient of two complex numbers by the formula
√
z1 a1 + b1 −1 √
= √ provided that a2 + b2 −1 ≠ 0.
z2 a2 + b2 −1
However, what are the real part and the imaginary part of this expression?
These numbers can be obtained via a ‘rationalization’ of the denominator of this expression.
√
Definition 2.1.3. Let z = a + b −1. Its complex conjugate is the complex number
√
z ∶= a − b −1.
z=z
z1 ± z2 = z1 ± z2
z1 ⋅ z2 = z1 ⋅ z2
z1 /z2 = z1 /z2 provided that z2 ≠ 0.
12
MATH1013/LN/2019 Sem 1 2.2. GEOMETRIC REPRESENTATION OF COMPLEX NUMBERS
Goals
By completing this section, students should be able to
• identify every complex number with a point in a plane, and compute its magnitude;
• recall and apply basic properties of modulus;
• solve the graphs of some simple complex equations involving modulus and argument;
• convert between standard(Cartesian) form and polar form of complex numbers;
{(x, y) ∈ C ∶ y = 0} ↔ R
while the vertical y–axis is identified with the set of all purely imaginary numbers:
√
{(x, y) ∈ C ∶ x = 0} ↔ {y −1 ∶ y ∈ R} .
√ √
Example 2.2.1. Given complex numbers z1 = 2 + 3 −1, z2 = −4 + −1.
1. Mark z1 and z2 in the Argand plane.
2. Compute z1 + z2 and mark the sum in the the diagram.
3. Can you conjecture a geometric relation between these
points and 0 (the origin)?
You may explore with the aid of GeoGebra by clicking
the figure on the right. You may enter z1=2+3i into the
input bar and the corresponding point will appear in the
graph. You may drag the point and move around. The
origin may be defined by O=0+0i.
2.2.1 Modulus
√
Definition 2.2.2. The modulus of a complex number z = a + b −1 is defined by
√ √
∣z∣ ∶= zz = a2 + b2 .
Question
Modulus of a complex number measures its magnitude. Can you give a geometric interpretation
of ∣z∣? It is indeed an extension of a notion for real numbers, can you recognize it?
1. ∣z∣ = ∣z∣;
13
CHAPTER 2. COMPLEX NUMBERS
4. ∣z1 z2 ∣ = ∣z1 ∣∣z2 ∣, and ∣z1 /z2 ∣ = ∣z1 ∣/∣z2 ∣ provided that z2 ≠ 0;
Proof. The first three have quite transparent geometric reasoning. The second part of the fourth one comes from
the first part. While one can verify the first part of the fourth one by direct calculation, there is a shortcut with the
help of complex conjugation:
A similar trick would establish the triangle inequality and the last one is a consequence of this inequality. Their
verifications are left as exercise.
{z ∈ C ∶ F (z) = 0}
Example 2.2.4. Find the graph of the equation ∣z − 1∣ = 2 in the Argand plane.
∣z∣2 − (z + z) + 1 = 4
x2 + y 2 − 2x + 1 = 22
(x − 1)2 + y 2 = 22
14
MATH1013/LN/2019 Sem 1 2.2. GEOMETRIC REPRESENTATION OF COMPLEX NUMBERS
θ is called the principal value or principal argument of z, and is denoted by arg z.2
√ √
If we set r = ∣z∣ = a2 + b2 , then every non–zero complex number z = a + b −1 defines a pair of real number
(r, θ) ∈ (0, +∞) × [0, 2π) satisfying
(a, b) = (r cos θ, r sin θ) .
Conversely, it’s clear that every ordered pair (r, θ) ∈ (0, +∞) × [0, 2π) defines a non–zero complex number by the
formula √
z = r cos θ + r sin θ −1.
This representation of z is called the polar form of z, and it is usually abbreviated to
1. z = 4cis (π/6).
2. z = 2cis (−2π/3).
Since z is in the first quadrant, arg z = . It follows that the polar form of z is .
√
Similarly, the polar form of z = −2 + −1 is .
15
CHAPTER 2. COMPLEX NUMBERS
√ √
Solution. Let z = x + y −1. Then z + 1 = (x + 1) + y −1 and
y
= tan(π/4) = 1
x+1
y = x + 1.
However, note the graph of the equation is NOT the whole straight line. Can you name extra condition(s) which
are satisfied by (x, y)?
So the graph is
Remark 2.2.10. Since θ + 2nπ, where n ∈ Z, and θ define the same angle at standard position, we define extended
argument of z = rcis θ to be the set
arg z = {θ + 2nπ ∶ n ∈ Z} .
When a complex number z is written in polar form, we shall employ the principal argument of z in general.
However, one can use any member from arg z during calculation.
The first application of polar form is to give a geometric interpretation of multiplication and division of complex
numbers.
Let’s consider two complex numbers in polar form
√
zi = ri (cos θi + −1 sin θi ) , i = 1, 2.
Then
√ √
z1 z2 = r1 r2 (cos θ1 + −1 sin θ1 ) (cos θ2 + −1 sin θ2 )
R(z1 z2 ) = r1 r2 (cos θ1 cos θ2 − sin θ1 sin θ2 )
= r1 r2 cos(θ1 + θ2 );
I(z1 z2 ) = r1 r2 (sin θ1 cos θ2 + cos θ1 sin θ2 )
= r1 r2 sin(θ1 + θ2 ).
As a result, when a complex number z1 is multiplied by a complex number z2 , we scale the length of z1 by a
factor ∣z2 ∣ and rotate the point representing z1 counterclockwise by an angle arg z2 in the Argand plane.
Similarly, when a complex number z1 is divided by a nonzero complex number z2 , we scale the length of z1 by a
factor 1/∣z2 ∣ and rotate the point representing z1 clockwise by an angle arg z2 in the Argand plane.
16
MATH1013/LN/2019 Sem 1 2.2. GEOMETRIC REPRESENTATION OF COMPLEX NUMBERS
If z2 ≠ 0, then
z1 ∣z1 ∣ √
= [cos(arg z1 − arg z2 ) + −1 sin(arg z1 − arg z2 )] .
z2 ∣z2 ∣
Note that arg z1 ± arg z2 may not be in the interval [0, 2π).
√ √ √ √
Example 2.2.12. Let z1 = 1 − −1, z2 = 3 + −1 and z3 = −1 − −3. Compute their polar forms and then
z1 z2 /z3 .
Thus,
z1 z2 7π π 4π 7π
= 2 2 +1−1 cis (
1
+ − ) = 21/2 cis .
z3 4 6 3 12
Theorem 2.2.14 (Principle of Mathematical Induction). Given a sequence of statements S(1), S(2), S(3), . . . , S(n), . . ..
Suppose that
(ii) for any positive integer k, statement S(k + 1) is true whenever statement S(k) is true.
Proof of Theorem 2.2.13 (Optional). We first prove by induction on n that the formula is true for n ∈ N. Clearly,
the formula is true when n = 1. Now suppose it is valid when n = k. Then apply Theorem 2.2.11 to get
By the principle of mathematical induction, the formula is valid for all n ∈ N. Now if n = −m for some m ∈ N,
then
z0 1 ⋅ cis 0
zn = m = = cis (0 − m)θ = cis (nθ).
z cis (mθ)
17
CHAPTER 2. COMPLEX NUMBERS
z n = rn cis (nθ).
√
Example 2.2.15. Compute (1 + −1)2017 .
√
Solution. The polar form of 1 + −1 is
π
z = 21/2 cis .
4
By De Moivre theorem,
2017π π π √
z 2017 = 22017/2 cis = 22017/2 cis (252(2π) + ) = 22017/2 cis = 21008 (1 + −1) .
4 4 4
It follows that
5 √
sin 5θ = I(z 5 ) = I [ ∑ ( −1)5−r 5 Cr cosr θ sin5−r θ]
r=0
= 5 C4 cos
4
θ sin1 θ − 5 C2 cos2 θ sin3 θ + 5 C0 cos0 θ sin5 θ.
Question √ √
What do you mean by saying that a complex number z = a + b −1 is a square root of −1?
To appreciate the power of de Moivre theorem, let’s try to solve the problem below without using this theorem.
√ √
Example 2.2.17. Suppose that (a + b −1)2 = −1. Then
√
R ((a + b√ −1)2 ) = = 0
{
I ((a + b −1)2 ) = = 1
Quest √
Can you use the same method to find the cube roots, fourth roots of −1 (if any)?
18
MATH1013/LN/2019 Sem 1 2.2. GEOMETRIC REPRESENTATION OF COMPLEX NUMBERS
Definition 2.2.18. Let n ∈ N ∖ {1} and α ∈ C ∖ {0}. Any solution of the equation
zn − α = 0
is called an n–th root of the complex number α.
In particular, if α = 1, then these roots are called the n–th roots of unity.
Question √
Let α = 3 + 4 −1 and z is a square root of α.
1. What is ∣z∣?
2. Can you determine the principal argument of z?
Theorem 2.2.19 (n–th Roots of Complex Number). Let α = rcis θ where r > 0 and θ ∈ [0, 2π). Then for any
n ∈ N ∖ {1}, the equation z n − α = 0 has n distinct roots
θ + 2kπ
zk = r1/n cis , k = 0, 1, . . . , n − 1.
n
Corollary 2.2.20 (n–th Roots of Unity). For any n ∈ N ∖ {1}, the n–th roots of unity are
1 = ωn0 , ωn = ωn1 , ωn2 , . . . , ωnn−1
2π k
where ωn = cis and ωnk = (ωn ) is the k–th power of ωn .
n
Proof of Theorem 2.2.19 (Optional). It’s clear that each zk is a solution. In addition, it’s readily seen that 0 ≤
argz0 < argz1 < . . . < argzn−1 < 2π.
Conversely, suppose that r0 cis θ0 is a solution. By De Moivre theorem
n
rcis θ = α = (r0 cis θ0 ) = r0n cis (nθ0 ).
It follows that r0 = r1/n (why?) and
nθ0 ∈ argα = {θ + 2mπ ∶ m ∈ Z} .
Suppose that nθ0 = θ + 2mπ for some m ∈ Z. Then there are q ∈ Z and k ∈ {0, 1, . . . , n − 1} such that m = nq + k.
As a result,
θ + 2mπ θ + 2nqπ + 2kπ θ + 2kπ
θ0 = = = + 2qπ.
n n n
√
Example 2.2.21. Find the cube roots of α = 1 + −1.
19
CHAPTER 2. COMPLEX NUMBERS
In this subsection, we shall define ez where z ∈ C. Our approach is heuristic. A rigorous and general discussion
of z1z2 , with z1 , z2 ∈ C, would be in MATH3404. Recall that for x ∈ R,
1 1
ex = 1 + x + x2 + ⋯ + xn + ⋯
2 n!
√
If we take x = θ −1, a purely imaginary number, then
√ √ 1 1 √
−1
eθ = 1 + θ −1 − θ2 − θ3 −1 + ⋯
2 3!
1 2 1 4 1 6
= (1 − θ + θ − θ + ⋯)
2 4! 6!
1 3 1 5 1 7 √
+ (θ − θ + θ − θ + ⋯) −1
3! 5! 7!
√
= cos θ + sin θ −1
Suppose that u(x) and v(x) are real–valued functions (i.e., the codomain is R). Then
√
f (x) ∶= u(x) + v(x) −1
20
MATH1013/LN/2019 Sem 1 2.4. REFERENCES
The functions u and v are respectively the real part and the imaginary part of the function f .
√
If u and v are differentiable, then define the derivative of the complex–valued function f = u + v −1 by
df d √ du(x) dv(x) √
= (u(x) + v(x) −1) = + −1.
dx dx dx dx
It is readily check that for any α ∈ C and complex–valued functions fi (x),
d
f ′ (x) = ( )
dx √
= (a + b −1)f (x) = αf (x).
df d √ d √ df
(x) = (u(x) + v(x) −1) = (u(x) + v(x) −1) = .
dx dx dx dx
2.4 References
• Bayin, S˛. Selc˛uk, Essentials of Mathematical Methods in Science and Engineering, John Wiley & Sons,
Inc., Hoboken, NJ, USA, 2008, pp.331–338.
• Fryres ; Jr. ; Phi. Schmidt, Schaum’s outline of theory and problems of college mathematics: algebra,
discrete mathematics, precalculus, introduction to calculus, McGraw-Hill, USA, 2003. Chapter 34.
21