Chapter2 Complexeة
Chapter2 Complexeة
S. ARICHE
FACULTY OF SCIENCES
Contents
1. Definitions 1
2. Algebraic operations on complex numbers 2
3. Conjugate of a complex number 2
4. Modulus of a complex number 3
5. Geometrical representation of complex numbers 3
6. Polar form 4
7. De Moivre formula 5
1. Definitions
Consider the equation
x2 + 1 = 0.
The question is: Is there any real solution for this equation? The answer is no there is
no real number which satisfies x2 = −1. In other words, we can say that there is no real
number whose square is -1. In order√ to solve such equations, let us imagine that there
exist a number "i" which equal to −1.
In 1748, a great mathematician, L. Euler named a number "i" as Iota whose square is −1.
This Iota or "i" is defined as imaginary unit. With the introduction of the new symbol
"i", we can interpret the square root of a negative number as a product of a real number
with i. Therefore, we can denote√the solution of equation above as x = ± i.
Thus, for example, −4 = 4i2 ⇒ −4 = 2i.
Definition 1.1. Any√number which can be expressed in the form a + bi where a, b are
real numbers and i = −1, is called a complex number, denoted generally by the letter z,
where
• a is called the real part of z and is written as <z,
(6) The addition of a complex number and its conjugate is a real number, i.e.
∀z ∈ C, z + z̄ = 2<z.
(7) The subtraction of a complex number and its conjugate is an imaginary number,
i.e.
∀z ∈ C, z − z̄ = 2i=z.
2−i
Example: Simplify 1+3i .
Multiplying and deviding by the conjugate of (1 + 3i), we obtain
2−i (2 − i)(1 − 3i) −1 − 7i −1 7
= = = −i .
1 + 3i (1 + 3i)(1 − 3i) 1+9 10 10
4. Modulus of a complex number
Definition 4.1. Let z = a + ib be a complex number. We call the modulus or absolute
value of a complex number z and we denote it by |z| the formula
√
|z| = a2 + b2 .
p
For example, if z = −3 + 4i then |z| = (−3)2 + 42 = 5.
Proposition 4.2. The modulus of a complex number z satifies these properties:
• |z| = 0 ⇔ z = 0.
• |z| = |z̄| and |z| = | − z|.
• If =z = 0 then z 2 = |z|2 .
|z|
• ∀z, w ∈ C, |zw| = |z||w| and | wz | = |w| (if w 6= 0).
Remark 5.1. If M1 is the point of affix z, the point M2 of affix z̄ is the symetric of the
point M1 with, respect to the X-axis.
• A circle
In the complex plane, a circle of radius r and center z0 = x0 + iy0 , is defined by the
equation
|z − z0 | = r.
Example: Let A : {z ∈ C, |z − i| < 3}.
As explained above, |z − i| = 3 represents the circle of radius 3 and center z0 = i, we
deduce then that A represents the inside of the ball of radius 3 and center (0, 1).
4 S. ARICHE
6. Polar form
Let P (a, b) represent the complex number z = a + bi, a ∈ R, b ∈ R, and OP makes an
angle θ with the positive direction of x-axis. Draw P M ⊥ OX, let OP = r, then
a = r cos θ and b = r sin θ.
As a consequence,z = a + ib can be written as
(6.1) z = r(cos θ + i sin θ),
√
where r = a2 + b2 and tan θ = ab .
The formula (6.1) is known as the polar form of the complex number z, and r and θ are
respectively called the modulus and argument √ of the complex number.
Example 1:√Find the polar form of z = 3 + i.
We have |z| = 4 = 2 and √
3 1
cos θ = , sin θ = ,
2 2
then θ = π6 , and the polar form is given by
π π
z = 2 cos( ) + i sin( ) .
6 6
Example 2: Find √ the polar formula of z = 1 − i.
We have |z| = 2 and
√ √
1 2 −1 − 2
cos θ = √ = , sin θ = √ = ,
2 2 2 2
then θ = −π4
, and the polar form is given by
√ −π −π
z = 2 cos( ) + i sin( ) .
4 4
. Example 3: Find the polar formula of z = − cos( π5 ) + i sin( π5 ).
We have |z| = 1 and
π π π π
cos θ = − cos( ) = cos(π − ), sin θ = sin( ) = sin(π − ),
5 5 5 5
π 4π
then θ = π − 5 = 5 , and the polar form is given by
4π 4π
z = cos( ) + i sin( ).
5 5
Remark 6.1. If −π ≤ θ ≤ π, then θ is called the principal argument, denoed by arg z,
we have then θ = arg z + 2kπ, k ∈ Z.
Proposition 6.2. Let z, z be two complex nembers, we have the following properties:
• arg(zz 0 ) = arg(z) + arg(z 0 ) + 2kπ.
CHAPTER 2: COMPLEX NUMBERS 5
7. De Moivre formula
If
z1 = r1 (cos θ1 + i sin θ1 ) and z2 = r2 (cos θ2 + i sin θ2 ),
then
z1 z2 = r1 r2 cos(θ1 + θ2 ) + i sin(θ1 + θ2 ) ,
If z1 = z2 = z, this leads to,
2
z 2 = r(cos θ + i sin θ = r2 cos(2θ) + i sin(2θ) .