Nombres Complexes - Révisions
Module, Arguments, Exponentielle, Formules Essentielles
Révisions Intensives
Prof : I. Fouad
27 novembre 2025
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 1 / 17
Plan de Révision
1 Propriétés Fondamentales
2 Module
3 Argument et Forme Trigonométrique
4 Forme Exponentielle
5 Formules d’Euler
6 Formule de Moivre
7 Formule du Binôme de Newton
8 Formule de l’Angle Moitié
9 Linéarisation
10 Racines n-ièmes de l’Unité
11 Équations du Second Degré
12 Méthodes et Astuces
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 2 / 17
Forme Algébrique et Conjugué
Définition
Tout z ∈ C s’écrit : z = a + bi avec (a, b) ∈ R2
Re(z) = a (partie réelle)
Im(z) = b (partie imaginaire)
z̄ = a − bi (conjugué)
Propriétés du Conjugué
z1 + z2 = z̄1 + z̄2
z1 · z2 = z̄1 · z̄2
z + z̄ = 2Re(z) et z − z̄ = 2iIm(z)
z ∈ R ⇔ z̄ = z
Exemple : Si z = 3 + 4i, alors z̄ = 3 − 4i
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 3 / 17
Module d’un Complexe
Définition
√ p
|z| = z · z̄ = a2 + b 2
Propriétés Essentielles
1 |z1 · z2 | = |z1 | · |z2 |
z1 |z1 |
2
z2 = |z2 | (si z2 ̸= 0)
3 |z n | = |z|n pour n ∈ Z
4 |z̄| = |z|
5 Inégalité triangulaire : ||z1 | − |z2 || ≤ |z1 + z2 | ≤ |z1 | + |z2 |
Exemples :
√
|3 + 4i| = 9 + 16 = 5
√
|1 + i| = 2
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 4 / 17
Argument d’un Complexe
Définition
Pour z ̸= 0, arg(z) est l’angle θ (modulo 2π) tel que :
x
cos(θ) = |z|
y y
y ou tan(θ) = ⇐⇒ θ = arctan
sin(θ) =
x x
|z|
Propriétés
1 ·z2 ) ≡ arg(z1 ) + arg(z2 ) (mod 2π)
arg(z
1
2 arg zz12 ≡ arg(z1 ) − arg(z2 ) (mod 2π)
3 arg(z n ) ≡ n · arg(z) (mod 2π)
4 arg(z̄) ≡ − arg(z) (mod 2π)
Exemples classiques :
arg(1) ≡ 0 (mod 2π) = 0 + 2kπ avec k ∈ Z
arg(i) ≡ π2 (mod 2π) = π2 + 2kπ avec k ∈ Z
arg(−1) ≡ π (mod 2π) = π + 2kπ avec k ∈ Z
π
arg(1 + i) ≡ π4 (mod 2π) = + 2kπ avec k ∈ Z
4
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 5 / 17
Exponentielle Complexe
Définition Fondamentale
e iθ = cos θ + i sin θ
Forme Exponentielle
Pour z ̸= 0 :
z = |z| · e iθ
où θ = arg(z) et |z| est le module de z
Propriétés Cruciales
1 e iθ1 · e iθ2 = e i(θ1 +θ2 )
2 1
e iθ
= e −iθ
3 (e iθ )n = e inθ
4 |e iθ | = 1 pour tout θ ∈ R
5 e iθ = e −iθ
Exemples :
√
1 + i = 2 · e iπ/4
−1 = e iπ
i = e iπ/2
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 6 / 17
Formules d’Euler
Formules Essentielles (⋆⋆)
e iθ + e −iθ
cos θ =
2
e iθ − e −iθ
sin θ =
2i
Applications
1. Linéarisation : Transformer cosp θ ou sinp θ en somme de cos(kθ) et sin(kθ)
2. Calcul de sommes trigonométriques
Exemple : Linéariser cos2 θ
2
e + e −iθ e 2iθ + 2 + e −2iθ 2 e 2iθ + e −2iθ
iθ
cos2 θ = = = +
2 4 4 4
−2iθ
2iθ
1 1 e +e 1 1 1 + cos(2θ)
= + = + cos(2θ) =
2 2 2 2 2 2
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 7 / 17
Formule de Moivre
Formule de Moivre
(cos θ + i sin θ)n = cos(nθ) + i sin(nθ)
Ou encore : (e iθ )n = e inθ
Applications
1 Exprimer cos(nθ) et sin(nθ) en fonction de cos θ et sin θ
2 Utiliser le binôme de Newton puis identifier parties réelle et imaginaire
Exemple : Calculer cos(3θ) et sin(3θ)
cos(3θ) + i sin(3θ) = (cos θ + i sin θ)3 (Formule de Moivre)
= cos θ + 3i cos θ sin θ − 3 cos θ sin2 θ − i sin3 θ
3 2
= cos3 θ − 3 cos θ sin2 θ + i 3 cos2 θ sin θ − sin3 θ
Donc : cos(3θ) = cos3 θ − 3 cos θ sin2 θ et sin(3θ) = 3 cos2 θ sin θ − sin3 θ
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 8 / 17
Formule du Binôme de Newton
Formule
n
X n n−k k
∀(a, b) ∈ C2 , ∀n ∈ N∗ : (a + b)n = a b
k
k=0
n n!
où k = k!(n−k)!
Cas Particuliers
(a + b)2 = a2 + 2ab + b 2
(a + b)3 = a3 + 3a2 b + 3ab 2 + b 3
Exemple avec complexes : (1 + i)4
4 4 4 4 2 4 3 4 4
(1 + i) = + i+ i + i + i
0 1 2 3 4
= 1 + 4i − 6 − 4i + 1 = −4
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 9 / 17
Formule de l’Angle Moitié
Objectif
Calculer le module et l’argument de 1 + e iα
Méthode : Factorisation par e iα/2
1 + e iα = e iα/2 (e −iα/2 + e iα/2 )
α
= e iα/2 · 2 cos
2
Si cos(α/2) > 0 :
α α
|1 + e iα | = 2 cos et arg(1 + e iα ) ≡ (mod 2π)
2 2
Si cos(α/2) < 0 : α
1 + e iα = 2 cos e i(π+α/2)
2
√
Exemple : 1 + e iπ/3 = e iπ/6 · 2 cos(π/6) = 3 · e iπ/6
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 10 / 17
Linéarisation
Principe
Exprimer cosp θ ou sinp θ comme combinaison linéaire de cos(kθ) et sin(kθ)
Méthode
Utiliser les formules d’Euler :
e iθ + e −iθ e iθ − e −iθ
cos θ = sin θ =
2 2i
Puis développer avec le binôme de Newton
Exemple : cos3 θ
3
e iθ + e −iθ
1 3iθ
3
cos θ = (e + 3e iθ + 3e −iθ + e −3iθ )
=
2 8
1 3
= (e 3iθ + e −3iθ ) + (e iθ + e −iθ )
8 8
1 3
= cos(3θ) + cos θ
4 4
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 11 / 17
Racines n-ièmes de l’Unité
Définition
ω est une racine n-ième de l’unité si ω n = 1
Théorème Fondamental
Il existe exactement n racines n-ièmes de l’unité :
zk = e 2ikπ/n avec k ∈ {0, 1, 2, ..., n − 1}
Propriétés
z0 = 1
z1 = e 2iπ/n (racine primitive)
zk = (z1 )k pour tout k
z0 + z1 + ... + zn−1 = 0
Exemples :
Racines carrées : {1, −1}
Racines cubiques : {1, j = e 2iπ/3 , j 2 = e 4iπ/3 }
Racines 4èmes : {1, i, −1, −i}
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 12 / 17
Résolution de z n = µ
Méthode Générale
Pour résoudre z n = µ où µ ∈ C∗ :
1 Écrire µ sous forme exponentielle : µ = re iα avec r = |µ|
√
2 Une solution particulière : z0 = n r · e iα/n
3Les n solutions : zk = z0 · e 2ikπ/n pour k ∈ {0, ..., n − 1}
√
Exemple : Résoudre z 3 = 1 − i 3
√ √
|1 − i 3| = 2 et arg(1 − i 3) = −π/3
√
Donc 1 − i 3 = 2e −iπ/3
√
Solution particulière : z0 = 3 2 · e −iπ/9
√
Les 3 solutions : zk = 3 2 · e i(−π/9+2kπ/3) pour k ∈ {0, 1, 2}
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 13 / 17
Équations du Second Degré dans C
Cas Réel (∆ < 0)
Pour az 2 + bz + c = 0 avec (a, b, c) ∈ R3 et ∆ = b 2 − 4ac < 0 :
√ √
−b + i −∆ −b − i −∆
z1 = et z2 = z̄1 =
2a 2a
Cas Complexe
Pour (a, b, c) ∈ C3 , calculer ∆ = b 2 − 4ac, puis :
1 Trouver δ tel que δ 2 = ∆ (racine carrée complexe)
2 Solutions : z1 = −b+δ
2a et z2 = −b−δ
2a
Exemple : z 2 + 2z + (1 − i) = 0
∆ = 4 − 4(1 − i) = 4i
On cherche δ = x + iy tel que
√
|δ 2 | = |∆|
2 2
x + y = 4
x = ±√ 2
δ 2 = ∆ ⇐⇒ x 2 − y 2 = 0 ⇐⇒ x 2 − y 2 = 0 =⇒ y =± 2
2xy = 4 2xy = 4
xy = 2 ( x et y ont le même signe)
√ √ √ √
Donc,δ = 2 + i 2 ou δ = − 2 − i 2
√ √
−2 + 2(1 + i) −2 − 2(1 + i)
z1 = et z2 =
2 2
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 14 / 17
Calcul de Sommes Trigonométriques
Méthode
Pn Pn
Pour calculer cos(kθ) ou k=0 sin(kθ) :
k=0
Pn
1 Calculer S = k=0 e ikθ (somme géométrique)
2 Identifier partie réelle et imaginaire
Somme Géométrique
Si θ ̸= 2kπ :
n
X 1 − e i(n+1)θ sin((n + 1)θ/2)
e ikθ = = e inθ/2 ·
1 − e iθ sin(θ/2)
k=0
Résultat :
n n
1 − e i(n+1)θ 1 − e i(n+1)θ
X X
cos(kθ) = Re et sin(kθ) = Im
1 − e iθ 1 − e iθ
k=0 k=0
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 15 / 17
Formules à Connaı̂tre PAR CŒUR
Indispensables
e iθ = cos θ + i sin θ
e iθ +e −iθ e iθ −e −iθ
cos θ = 2 et sin θ = 2i (Euler)
2
|z| = z · z̄
(e iθ )n = e inθ (Moivre)
1 + e iα = e iα/2 · 2 cos(α/2) (angle moitié)
Racines n-ièmes de l’unité : e 2ikπ/n pour k = 0, ..., n − 1
Pn
(a + b)n = k=0 kn an−k b k (Binôme)
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 16 / 17
Bon Courage pour vos Examens !
Révisions Intensives Prof : I. Fouad Nombres Complexes - Révisions 27 novembre 2025 17 / 17