Section 1 Complex Numbers
Section 1 Complex Numbers
Complex numbers were defined in XVI century and became an answer for a question about roots of
algebraic equations. It is well known that even quadratic equations, for instance, 𝑥 2 + 1 = 0, have no solution
in ℝ – in our example a quantity √−1 makes no sense in ℝ. Therefore the cumberstone of the theory of
complex numbers was to give meaning to the roots of negative numbers.
The theory was formulated first by Italian mathematician R. Bombelli in 1572 (paper L’Algebra). In
1748 L. Euler, a Swiss mathematician introduced this idea to analytical calculus. German C.F. Gauss and Irish
W.R. Hamilton developed a strict theory of complex numbers independently in the XIX century. Nowadays
complex numbers are a common tool in mathematics, physics and technical sciences.
1.1 Construction of set of complex numbers
𝑧1
Example 1.1 Given 𝑧1 = 1 + 𝑖, 𝑧2 = 2 − 𝑖 find: 𝑧1 + 𝑧2 , −𝑧2 , 𝑧1 − 𝑧2 , 𝑧1 ⋅ 𝑧2, 𝑧2−1 , .
𝑧2
Beata Ciałowicz 1
Mathematical Analysis and Linear Algebra - lecture Section 1 Complex numbers
Remarks.
1. If 𝑧1 , 𝑧2 ∈ ℝ, i.e. Im 𝑧1 = Im 𝑧2 = 0, then the above definitions lead to the standard operations of
addition and multiplication in ℝ.
2. Set of complex numbers ℂ may be identified with the Cartesian plane ℝ2 .
Example 1.2. Let 𝑧 = 2 + 3𝑖. Find 𝑧̅ and calculate 𝑧̅𝑧, 𝑧 + 𝑧̅, 𝑧 − 𝑧̅.
Beata Ciałowicz 2
Mathematical Analysis and Linear Algebra - lecture Section 1 Complex numbers
Im z
z=(a,b)
b
|z|
Re z
0 a
-b
z=(a,-b)
Remarks.
1. Set of complex numbers ℂ may be identified with a real vector space ℝ × ℝ = ℝ2 of dimension two
called a Cartesian (or complex) plane with operations:
(𝑎, 𝑏) + (𝑐, 𝑑) = (𝑎 + 𝑐, 𝑏 + 𝑑)
(𝑎, 𝑏) ∙ (𝑐, 𝑑) = (𝑎𝑐 − 𝑏𝑑, 𝑎𝑑 + 𝑏𝑐)
2. In a rectangular coordinate system, we were plotting points based on an ordered pair of (𝑥, 𝑦).
3. In a polar coordinate system each point on a plane is determined by a distance from a reference point and
an angle from a reference direction.
Trigonometric form of a complex number is extremely useful in finding powers and roots of it.
Beata Ciałowicz 3
Mathematical Analysis and Linear Algebra - lecture Section 1 Complex numbers
𝑧1
Example 1.3. a) Let 𝑧1 = 1 − 𝑖√3, 𝑧2 = 1 + 𝑖. Find their trigonometric forms and numbers 𝑧1 ⋅ 𝑧2 , .
𝑧2
𝑧1
Example 1.3. b) Find exponential forms for numbers 𝑧1 , 𝑧2 , 𝑧1 ⋅ 𝑧2 , , where 𝑧1 = 1 − 𝑖√3, 𝑧2 = 1 + 𝑖.
𝑧2
Beata Ciałowicz 4
Mathematical Analysis and Linear Algebra - lecture Section 1 Complex numbers
1.3 Power and root of complex number
𝑧 1 = 𝑧, 𝑧 𝑘+1 = 𝑧 ⋅ 𝑧 𝑘 for 𝑘 ∈ ℕ
It is possible to extend this definition for (negative) integer exponent, if 𝑧 ≠ 0:
𝑧 −𝑘 = (𝑧 −1 )𝑘 for 𝑘 ∈ ℕ
The following theorem provides a tool to find quickly any power (especially large) of a complex number.
24
Example 1.4. Find (1 − 𝑖√3) .
Remark. Each complex number 𝑧 has precisely 𝑛 distinct roots of 𝑛th degree.
Theorem 1.6. (de Moivre’s formula for roots) Let 𝑛 ∈ ℕ, 𝑧 ∈ ℂ, 𝑧 = |𝑧|(cos 𝜑 + 𝑖 sin 𝜑).
Then there exist 𝑛 solutions to the equation 𝑥 𝑛 = 𝑧, which are given by
𝑛 𝜑 + 2𝑘𝜋 𝜑 + 2𝑘𝜋
𝑥𝑘 = √|𝑧| (cos + 𝑖 sin ), 𝑘 ∈ {0,1, … , 𝑛 − 1}.
𝑛 𝑛
𝑛 2𝜋
Remark. For any 𝑘 ∈ {0,1, … , 𝑛 − 1} |𝑥𝑘 | = √|𝑧| and arguments of successive roots increase by ,
𝑛
therefore all roots 𝑥𝑘 are equally spaced around the circle of radius |𝑥𝑘 |.
3
Example 1.5. Find √−1.
Beata Ciałowicz 5
Mathematical Analysis and Linear Algebra - lecture Section 1 Complex numbers
1.4 Solution to polynomial equation in ℂ
Beata Ciałowicz 6