Chapter 2 Analysis 1
Chapter 2 Analysis 1
Complex numbers
Example 2.1
1. 2 + 4i is a complex number whose real part is 2 and imaginary part is 4.
√ √
2. π + 2i is a complex number which real part is π and imaginary part is 2.
3. 3i is pure imaginary.
Complex numbers follow the same rules as the four operations on real numbers (addition,
subtraction, multiplication and division).
1. Equality: Two complex numbers z = x + iy and z prime = a + ib are equal if
(x, y) = (a, b). pay attention: there is no inequality in C.
2. addition, multiplication: Let be two complex numbers z = x + iy and
z ′ = a + ib. (
z + z ′ = (x + a) + i(y + b)
zz ′ = (xa − yb) + i(xb + ay).
1
Chapter 02 Complex numbers
Example 2.2
For example, the conjugate of z = 2 − 3i est z̄ = 2 + 3i
Proposition 2.1
1. z=z
2. z + z′ = z + z′
3. z.z ′ = z.z ′
4. z + z = 2 × Re(z)
5. z − z = 2i × Im(z)
z z
6. ( ′ ) = ′ with z ′ ̸= 0
z z
For any complex number z = x + iy, the real number r = |z|, defined by:
q
r = |z| = x2 + y 2
Example 2.3
√ q √ √
The modulus of the complex number z = 2 − 2i is |z| = 22 + ( 2)2 = 6.
Proposition 2.2
1. |z| ≥ 0
2. |z| = |z|
3. z.z = |z|2
4. |z| = 0 ⇐⇒ z = 0
5. |z.z ′ | = |z||z ′ |
6. |Re(z)| ≤ |z| and |Im(z)| ≤ |z|
7. |z n | = |z|n , n ∈ N
8. |z + z ′ | ≤ |z| + |z ′ | et ||z| − |z ′ || ≤ |z − z ′ |
2
Chapter 02 Complex numbers
Example 2.4
√
for z = 1 + 3i, we have:
√
z =1+ 3i
√
1 3
= 2( + )
2 2
π π
= 2(cos + sin )
3 3
π
in this example arg(z) = θ = and r = |z| = 2
3
Proposition 2.3
3
Chapter 02 Complex numbers
Definition 2.5
Any non-zero complex number z can be written in exponential form
z = |z|ei arg(z)
Example 2.5
π √ √
i π π 2 2
1. e 4 = cos + i sin = +i
4 4 2 2
√
2. For z = 1 + i 3, we have:
√
z =1+i 3
√
1 3
= 2( + i )
2 2
π π
= 2(cos + i sin )
3 3
π
i
= 2e 3
Or
(eiθ )n = einθ
Euler’s Formulas
for all x ∈ R and all n ∈ Z we have
eix + e−ix
1. cos x =
2
eix − e−ix
2. sin x =
2i
e + e−inx
inx
3. cos nx =
2
einx − e−inx
4. sin nx =
2i
It consists in transforming the powers cosn (x), sinn (x) into sums and multiples of expres-
sions of the type sin(kx) and cos(k.x) . To do this, we use Euler’s formulas and Newton’s
binomial (a + b)n .
4
Chapter 02 Complex numbers
Example 2.6
From Euler’s formula
1 ix
cos(x) = e + e−ix
2
We have:
1.
(a + b)2 = a2 + b2 + 2ab
1
2 1 i2x −i2x ⇒ cos2 (x) = (2 cos(2x) + 2)
cos (x) = (e + e + 2) 4
4
which implies that:
1
cos2 (x) = (cos(2x) + 1)
2
2.
(a + b)3 = a3 + b3 + 3a2 b + 3ab2
1
1 i3x −i3x ix −ix ⇒ cos3 (x) = (2 cos(3x) + 6 cos(x))
cos3 (x) = (e + e + 3e + 3e ) 8
8
which implies that:
1
cos3 (x) = (cos(3x) + 3 cos(x))
4
3.
(a + b)4 = a4 + 4a3 b + 6a2 b2 + 4ab3 + b4
1 i4x
cos4 (x) = (e + e−i4x + 4ei2x + 4e−i2x + 6)
16
1
⇒ cos4 (x) = (2 cos(4x) + 8 cos(2x) + 6)
16
which implies that:
1
cos4 (x) = (cos(4x) + 4 cos(2x) + 3)
8
4.
(a + b)5 = a5 + 5a4 b + 10a3 b2 + 10a2 b3 + 5ab4 + b5
1 i5x
cos5 (x) = (e + e−i5x + 5(ei3x + e−i3x ) + 10(eix + e−ix ))
32
which implies that:
1
cos5 (x) = (cos(5x) + 5 cos(3x) + 10 cos(x))
16
5.
(a + b)6 = a6 + 6a5 b + 15a4 b2 + 20a3 b3 + 15a2 b4 + 6ab5 + b6
1 i6x
cos6 (x) = (e + e−i6x + 6(ei4x + e−i4x ) + 15(ei2x + e−i2x ) + 20)
64
which implies that:
1
cos6 (x) = (cos(6x) + 6 cos(4x) + 15 cos(2x) + 10)
32
5
Chapter 02 Complex numbers
Example 2.7
a. 1 + i and −1 − i are the square roots of 2i because (1 + i)2 = (−1 − i)2 = 2i.
Remark 2.2
To determine the square roots of z = x + iy it is sometimes simpler to proceed by
identification, i.e. to find the real numbers α and β such that (x + iy) = (α + iβ)2 we
obtain:
2 2
α −β
=x
2αβ = y√
2 2
α + β = x2 + y 2
Definition 2.7
Let n ∈ N∗ , a ∈ C. The complex number z such that z n = a is called an n-th root of a.
Example 2.8
√ √
a = 2, b = −1 − i 3, c = −1 + i 3 : these are the cubic roots of 8 in C, also known as
the third roots of 8.