Notes On Complex Numbers: Math 170: Ideas in Mathematics (Section 002)
Notes On Complex Numbers: Math 170: Ideas in Mathematics (Section 002)
Imaginary Numbers
The set of real algebraic numbers, A, consists of the real numbers that are solution
to polynomial equations with rational coefficients.
Examples:
√
i. 2 ∈ A since it is a solution to the polynomial equation x2 − 2 = 0.
√
ii. −2 + 3 ∈ A since it is a solution to the polynomial equation x2 + 4x + 1 = 0.
However, there are many polynomial equations whose solutions cannot be found
anywhere in the set of real numbers. For example, consider the simple polynomial
equation x2 + 2 = 0. A solution to this, x, should be such that x2 = −2. However
the square of any real number cannot be negative. So we introduce new numbers in
our number system:
2 + 1 = 0, and for
We take the simplest of such polynomial equations, x√
a solution to this equation define a new number: i = −1.
This new number, i, that we just defined is called imaginary due to historic
reasons. However, in the light of modern mathematics this is no more “imaginary”
than the rational numbers, real algebraic numbers or the transcendental numbers —
each of which were introduced in our number system in order to complete some
structure, operation or properties on the number system. For example, when we
introduced the rationals, we saw that some ratio of integers, such as 36 , −21 7 , etc. do
3 7 20
lie in the set of integers themselves. But the ratios like 2 , 9 , 6 , etc do not find a
place in Z. So we introduced new numbers in the system – every number of the
form qp for p, q ∈ Z – and called this new set of numbers rational numbers, Q.
Likewise, now we introduce new numbers for solution to polynomial equations that
clearly do not have solution on the real line, R.
Since it is clear that this number, i, does not lie on R, we place it somewhere
outside the number line. It is also clear that if a solution to the equation of x2 +1 = 0
is written as i, then there will be polynomial equations whose solutions will be
multiples of i. For example, for the polynomial equation x2 + 4 = 0, a solution is
√ √ √ 2 2
q
2
x = −4 = 4 −1 = 2i. As another example, a solution to x + 9 is x = − − 9 =
1
√
− 32 i. These multiples of i are called “imaginary numbers”, although as mentioned
earlier, there is absolutely nothing “imaginary” about them. It’s just a name given
to these numbers.
(“imaginary” line)
-3i -2i -1i 0 i 2i 3i
(real line)
-3 -2 -1 0 1 2 3
Thus, now we have two number lines in our number system: one is our usual
real number line, R, and the other is the imaginary line containing the multiples of
i (Figure 1).
Complex numbers
However, the next thing that we observe is that the solutions to some polynomial
equations come in form of a sum of a real number and an imaginary number. For
example, consider the polynomial equation x2 − 2x + 3 = 0, which can be re-written
√
as (x − 1)2 + 2 = 0. Thus, a solution to this equation is given by x − 1 = −2 =
√ √ √
2i ⇒ x = 1 + 2i. Thus, the number 1 + 2i is a solution to a polynomial
equation. In general, one can get arbitrary numbers of the form a + bi, where a, b ∈
R, as solutions to polynomial equations. These numbers are essentially made up
of two real numbers, a and b (the later being the coefficient of i), and are called
complex numbers.
We emphasize once again that complex numbers are numbers that are made up
of nothing but pairs of real numbers, (a, b), written in the peculiar form a + bi.
Thus complex numbers an be represented as points on a plane, which by definition,
is R × R = R2 , consisting pairs of real numbers as its elements (recall the definition
of a Cartesian product). This plane of the complex numbers is called the complex
plane, C, and just as we mentioned, this is nothing but R2 . So the complex number
a + bi can be drawn as point on the complex plane with a projection of a on the
horizontal axis (called the real axis) and a projection of b on the vertical axis (called
the imaginary axis). This is illustrated in Figure 2.
3i
2i
2.2 + 1.5 i
i
1.5
(real axis)
-3 -2 -1 0 1 2 3
2.2
-i
-2i
-3i
√
a + ib, where (a, b) ∈ R2 . But what is so special about −1? What about √ the
polynomial equation x4 + 1 = 0? A solution to this equation
√ seems to be 4
−1.
Do we have to define another new number, say j = 4 −1, for a solution to this
polynomial?
It turns out that we need not define any more new numbers for writing solution
to polynomial equations with any real coefficients. It can in fact be shown that a
solution to the aforesaid equation, x4 + 1 = 0, is actually x = √12 + √12 i (a complex
number). We can verify that very easily: If x = √1 + √12 i, then,
2
2
1 2
2
2 1 1 1 1 1 1 1 1
x = √ +√ i = √ +2 √ √ i + √ i = +2 i− = i
2 2 2 2 2 2 2 2 2
3
Complex Algebra
In this section we will describe the rules for addition, multiplication and division of
complex numbers:
Addition: (a + bi) + (p + qi) = (a + p) + (b + q)i.
Example: (2 + 3i) + (1 − 1.4i) = 3 + 1.6i.
Subtraction: (a + bi) − (p + qi) = (a − p) + (b − q)i.
Example: (2 + 3i) − (1 − 1.4i) = 1 + 4.4i.
Multiplication: (a + bi)(p + qi) = ap + bpi + aqi + (bi)(qi) = (ap − bq) + (bp +
aq)i.
Example: (2 + 3i)(1 − 1.4i) = 6.2 + 0.2i.
a+bi (a+bi)(p−qi) (ap+bq)+(bp−aq)i
Multiplication: p+qi = (p+qi)(p−qi) = p2 +q2
.
2+3i −5+7i
Example: 1−2i = 5 = −1 + 75 i.
Euler’s Formula
(“imaginary” axis)
a + bi
b 1
θ (real axis)
-1 0 1
a
-i
Consider the circle centered at the origin in the complex plane and having a
radius of 1 (Figure 2). This is called the unit circle. A point a + bi (a complex
number) lying on that circle will be at a distance of 1 from the origin. Looking at
4
the right angle triangle with the base angle θ as shown in Figure 2, one can use
trigonometry to immediately observe that a = cos(θ ) and b = sin(θ ). This lets us
write a + bi = cos(θ ) + i sin(θ ). The Euler’s formula gives another description of
this number: eiθ .