0% found this document useful (0 votes)
5 views4 pages

Understanding Complex Numbers Basics

The document provides an introduction to complex numbers, explaining their form, basic operations, and representation on the complex plane. It covers concepts such as absolute value, argument, trigonometric and exponential forms, complex conjugates, and De Moivre's Theorem. Additionally, it includes examples and problems related to complex numbers and their applications.

Uploaded by

hxajkzzz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views4 pages

Understanding Complex Numbers Basics

The document provides an introduction to complex numbers, explaining their form, basic operations, and representation on the complex plane. It covers concepts such as absolute value, argument, trigonometric and exponential forms, complex conjugates, and De Moivre's Theorem. Additionally, it includes examples and problems related to complex numbers and their applications.

Uploaded by

hxajkzzz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Complex Numbers

by Chaang Tze Shen Tristan


April 2, 2018

1 Introduction
Before this we have been working with a field of numbers called the reals. However, if numbers are only real numbers,
equations like

x2 + 1 = 0 (1)

are not solvable since −1 is not defined on the real number line. Therefore, humans have invented the new number i,
symbolizing the fundamental unit of complex numbers.
Complex numbers may sound intriguing at first, but it is really the same logic as the time you had first learned negative
numbers - they look extraneous but they are actually really useful.

2 What is a complex number?


All complex numbers come in the form

a + bi

where a, b are reals. a is called the real part; b is the imaginary part. Here i = −1. Two complex numbers are equal if
and only if their real parts AND imaginary parts are equal.

3 The Four Basic Operations


1. (4 + i) + (3 − 10i) =
2. (4 + i)(3 − 10i) =
4+i
3. 3−10i =

4 The Complex Plane (Argand Diagram)


Just like the way every real number can be associated with a point on the real number line, every complex number can
be associated with a point on the complex number plane. Similar to the Cartesian Plane, the horizontal axis is called
the real axis (Re) while the vertical axis is called the imaginary axis (Im).
The complex plane:

Exercise: Plot 3 + 4i, −2 + i, π − 2i on your plane.

1
4.1 Absolute Value of Complex Numbers
Some of you learned absolute value as ”switch if negative, remain if positive”. But the actual definition of absolute
values (or modulus) is how far the number is from the origin. For example, −3 is three units away from the origin, thus
| − 3| = 3. Now it is easy to figure out why the absolute value of a complex number is
p
|a + bi| = a2 + b2

The common letter for it is r.

4.2 Argument of Complex Numbers


This is a new thing in complex numbers. Since a complex number associates with a point on the Argand Plane, this
point creates some angle from the horizontal axis at the origin. This angle is called the argument of the number and the
symbol for it is
b
arg(a + bi) = tan−1
a
The common letter for it is θ.

You have learnt the basics of the complex plane. Now let’s study new methods of writing complex numbers.

5 The Trigonometric Form


Make sure that you are familiar with the definition of trigonometric functions. Now figure out why can we write complex
numbers in this form:

a + bi = r(cosθ + isinθ)

where r is the absolute value and θ is the argument.

6 The Exponential Form


The proof of this writing form involves the MacLaurin series or integrals, so beginners won’t really care about them. The
form is:

a + bi = reiθ

where r is the absolute value and θ is the argument.

7 Complex Conjugates
The complex conjugate of a + bi is equal to a + bi = a − bi.

8 Solving Equations
Back to (1), we get

x2 = −1

x = ± −1
x = ±i

Note that there are no more ”positive roots” in complex numbers since (1 − i)2 = (−1 + i)2 = −2i but 1 − i and −1 + i
cannot be determined whether which is positive. Some more examples:
1. Solve for reals k and j in 5 − ki = j + 4i

2. (1 + i)(2 + i)(3 + i) =

3. Solve for x ∈ C in (x + 1)(x + 2)(x + 3)(x + 4) = 15.

We will discover more examples after we learn the following important theorem.

2
9 De Moivre’s Theorem
De Moivre’s Theorem states that when two complex numbers are multiplied to each other, their modulus multiply and
their arguments add up. In maths terms, if A, B ∈ C,

|AB| = |A||B|
argAB = argA + argB

Proof:
Let A = r1 eiθ1 , B = r2 eiθ2 . Then,

AB = r1 r2 ei(θ1 +θ2 )

which literally proves the statement.

10 More Problems
Before the examples, let’s study a 2008 problem in the Chinese National Team Training Test.

Consider an infinite triangular tiling made up with equilateral triangles with side length 1. Let the intersection points be
vertices; and vertices with distance 1 be adjacent.
Two frogs A and B are playing a jumping game. ”One jump” means a jump to an adjacent vertex. Starting with A,
both frogs jump by the following rules:
• Rule (1): A jumps to any adjacent vertex, then B jumps either one time the direction how A jumps; or jumps two
time the direction opposite how A jumps.
• Rule (2): If A and B are adjacent to each other, they can undergo rule (1), or A jumps two times keeping adjacent
to B while B stays put.
If A and B are adjacent at the beginning, can they undergo a limited number of jumps such that at last, both land on
the opponent’s starting point?

Solution 1 √
Let ω = 21 + 23 .
Denote A and B as the variable of the positions of A and B respectively. At the beginning, let A = 0, B = 1. Note that
the possible movements can be written by
1. ∆(A − B) = 0 Let there be a of them.
2. ∆(A − B) = 3 Let there be b of them.
3. ∆(A − B) = 3ω Let there be c of them.
4. ∆(A − B) = 3ω 2 Let there be d of them.

5. ∆(A − B) = 3i Let there be e of them.

6. ∆(A − B) = 3iω Let there be f of them.

7. ∆(A − B) = 3iω 2 Let there be g of them.
In the end we want to have A = 0, B = 1, which means ∆(A − B) = −2 Therefore adding up we have
√ √ √
0a + 3b + 3ωc + 3ω 2 d + 3ie + 3iωf + 3iω 2 g = −2

Comparing real parts,


3 3 3 3
3b + c + d + f + g = −2
2 2 2 2
Multiplying by 2 on both sides and we get that: the LHS is a multiple of 3, but the RHS is not, a contradiction! Therefore
it cannot happen. (Q.E.D)

Solution 2 WLOG let B be directly right of A. Assign each vertex a number, either 1, ω, or ω 2 (ω = − 21 + 23 ).
Let A = 1, B = ω, and every equilateral triangle in the grid will have vertices 1, ω, ω 2 . Every time the frogs move, coin-
cidentally the ratio A B does not change (A and B denotes the value of positions of frogs A and B). At the start, the ratio
is ω1 ; if they switched places in the end, the ratio would be ω1 . They are not equal, thus proving it is not possible. (Q.E.D)

Here are some easier problems:

3
1. Three squares are adjacently placed with each other as in the diagram. What is the value of α + β + γ?

1
2. x + x = −1. What is the value of x10 + x2 ? (2017/HuaLuoGeng)
3. Consider a right-angled triangle 4ABC with AC = 3 and BC = 4 and C = 90◦ . Erect a square from its hypotenuse.
Let the corner of the square outside the triangle but closer to A be D. Find the length of CD.
4. Let n be a natural number. Prove that the equation

z n+1 − z n − 1 = 0

has complex roots with modulo 1 if and only if n + 2 is divisible by 6. (1987/CMO)


5. Prove Napoleon’s Theorem: For any triangle S, erect three equilateral triangles on the three sides of S, and let the
centres of these equilateral triangles be P, Q, R. Then 4P QR is an equilateral triangle.

You might also like