Lycée · Terminale · Spécialité Mathématiques
Nombres complexes
Forme algébrique, module, argument et représentation dans le plan complexe — programme de Terminale spécialité
À propos de cette page
L'ensemble ℂ des nombres complexes — définition et forme algébrique
L'ensemble des réels ne permet pas de résoudre toutes les équations polynomiales : par exemple, $x^2 + 1 = 0$ n'a pas de solution dans $\mathbb{R}$. Pour y remédier, on construit l'ensemble des nombres complexes $\mathbb{C}$.
$$i^2 = -1$$
Tout nombre complexe $z$ s'écrit de manière unique sous la forme algébrique :
$$z = a + ib, \quad a \in \mathbb{R},\; b \in \mathbb{R}$$
$a$ est la partie réelle de $z$, notée $\text{Re}(z)$.
$b$ est la partie imaginaire de $z$, notée $\text{Im}(z)$.
On a les inclusions $\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R} \subset \mathbb{C}$.
$z = 7$ est réel : $\text{Re}(z)=7$, $\text{Im}(z)=0$.
$z = 4i$ est imaginaire pur : $\text{Re}(z)=0$, $\text{Im}(z)=4$.
$$a + ib = a' + ib' \iff a = a' \text{ et } b = b'$$
Opérations sur les nombres complexes
Les opérations sur $\mathbb{C}$ s'effectuent comme dans $\mathbb{R}$, en utilisant $i^2 = -1$.
Soient $z = a + ib$ et $z' = a' + ib'$.
| Opération | Formule |
|---|---|
| Addition | $z + z' = (a+a') + i(b+b')$ |
| Soustraction | $z - z' = (a-a') + i(b-b')$ |
| Multiplication | $z \times z' = (aa' - bb') + i(ab' + ba')$ |
$z + z' = 3 + 2i$
$z \times z' = (2)(1) + (2)(-i) + (3i)(1) + (3i)(-i) = 2 - 2i + 3i - 3i^2 = 2 + i + 3 = 5 + i$
$i^0=1,\; i^1=i,\; i^2=-1,\; i^3=-i,\; i^4=1,\ldots$
Le motif se répète avec période 4 : $i^n = i^{n \bmod 4}$.
Division. Pour calculer $\dfrac{z}{z'}$, on multiplie numérateur et dénominateur par le conjugué de $z'$ (voir section 3).
Conjugué et module
Deux notions fondamentales permettent de décrire un nombre complexe : son conjugué et son module.
$$\bar{z} = a - ib$$
Géométriquement, $\bar{z}$ est le symétrique de $z$ par rapport à l'axe réel.
$$|z| = \sqrt{a^2 + b^2}$$
On a toujours $|z| \geq 0$, et $|z| = 0 \iff z = 0$.
Propriété fondamentale : $z \times \bar{z} = a^2 + b^2 = |z|^2$.
$\bar{z} = 3 + 4i$
$|z| = \sqrt{9 + 16} = \sqrt{25} = 5$
$z \cdot \bar{z} = (3-4i)(3+4i) = 9 + 16 = 25 = |z|^2$ ✓
$\overline{z+z'} = \bar{z} + \bar{z'}$ ; $\overline{z \cdot z'} = \bar{z} \cdot \bar{z'}$ ; $\overline{\left(\frac{z}{z'}\right)} = \frac{\bar{z}}{\bar{z'}}$ ; $\bar{\bar{z}} = z$.
De plus : $\text{Re}(z) = \dfrac{z + \bar{z}}{2}$ et $\text{Im}(z) = \dfrac{z - \bar{z}}{2i}$.
En revanche : $|z \cdot z'| = |z| \cdot |z'|$ et $\left|\dfrac{z}{z'}\right| = \dfrac{|z|}{|z'|}$.
Représentation dans le plan complexe (plan d'Argand)
On associe à chaque nombre complexe $z = a + ib$ un point du plan muni d'un repère orthonormal $(O, \vec{u}, \vec{v})$.
L'axe des abscisses est l'axe réel, l'axe des ordonnées est l'axe imaginaire.
Le module $|z|$ est la distance $OM$.
$M_1 = (2, 3)$, $M_2 = (-1, -2)$, $M_3 = (0, 4)$.
Argument d'un nombre complexe
Pour tout nombre complexe non nul, on définit son argument, qui représente l'angle que fait le vecteur $\overrightarrow{OM}$ avec la direction positive de l'axe réel.
$$\cos \theta = \frac{\text{Re}(z)}{|z|}, \quad \sin \theta = \frac{\text{Im}(z)}{|z|}$$
L'argument est défini modulo $2\pi$. On note $\theta = \arg(z)$.
L'argument principal est l'unique argument appartenant à $\left]-\pi ; \pi\right]$.
$|z| = \sqrt{1 + 3} = 2$.
$\cos \theta = \dfrac{-1}{2}$, $\sin \theta = \dfrac{\sqrt{3}}{2}$ → $\theta = \dfrac{2\pi}{3}$ (2e quadrant).
| Nombre | Module | Argument principal |
|---|---|---|
| $1$ | $1$ | $0$ |
| $-1$ | $1$ | $\pi$ |
| $i$ | $1$ | $\frac{\pi}{2}$ |
| $-i$ | $1$ | $-\frac{\pi}{2}$ |
| $1+i$ | $\sqrt{2}$ | $\frac{\pi}{4}$ |
| $1-i$ | $\sqrt{2}$ | $-\frac{\pi}{4}$ |
Forme trigonométrique et exponentielle
Connaître le module $r$ et l'argument $\theta$ d'un nombre complexe suffit à le caractériser entièrement (à condition que $r \gt 0$).
$$z = r(\cos \theta + i \sin \theta), \quad r = |z| \gt 0, \quad \theta = \arg(z)$$
$$e^{i\theta} = \cos \theta + i \sin \theta$$
D'où la forme exponentielle :
$$z = r\,e^{i\theta}$$
$e^{i\pi} = -1$ (identité d'Euler) ; $e^{i\pi/2} = i$ ; $e^{-i\pi/2} = -i$ ; $e^{i \cdot 2\pi} = 1$.
$$\cos \theta = \frac{e^{i\theta} + e^{-i\theta}}{2}, \quad \sin \theta = \frac{e^{i\theta} - e^{-i\theta}}{2i}$$
$r = |z| = 2$, $\theta = \dfrac{2\pi}{3}$ (calculé à la section 5).
Donc $z = 2e^{i \cdot 2\pi/3}$.
Écrire $z = 3e^{i\pi/4}$ sous forme algébrique.
$z = 3\left(\cos\dfrac{\pi}{4} + i\sin\dfrac{\pi}{4}\right) = 3\left(\dfrac{\sqrt{2}}{2} + i\dfrac{\sqrt{2}}{2}\right) = \dfrac{3\sqrt{2}}{2} + i\dfrac{3\sqrt{2}}{2}$
Règles de calcul : module et argument
La forme exponentielle rend les produits et quotients très simples à calculer.
- $|z \cdot z'| = |z| \cdot |z'|$ et $\arg(z \cdot z') = \arg(z) + \arg(z') \pmod{2\pi}$
- $\left|\dfrac{z}{z'}\right| = \dfrac{|z|}{|z'|}$ et $\arg\left(\dfrac{z}{z'}\right) = \arg(z) - \arg(z') \pmod{2\pi}$
- $|z^n| = |z|^n$ et $\arg(z^n) = n \cdot \arg(z) \pmod{2\pi}$
$$\left(\cos \theta + i \sin \theta\right)^n = \cos(n\theta) + i \sin(n\theta)$$
Ou sous forme exponentielle : $\left(e^{i\theta}\right)^n = e^{in\theta}$.
$1 + i = \sqrt{2}\,e^{i\pi/4}$.
$(1+i)^8 = (\sqrt{2})^8 e^{i \cdot 8\pi/4} = 16\,e^{2i\pi} = 16 \times 1 = 16$.
Applications géométriques
Les nombres complexes permettent de traduire élégamment des propriétés géométriques du plan.
- $AB = |z_B - z_A|$ (distance)
- $\arg(z_B - z_A)$ = angle de $\overrightarrow{AB}$ avec l'axe réel
- $\arg\left(\dfrac{z_C - z_A}{z_B - z_A}\right) = \left(\overrightarrow{AB}, \overrightarrow{AC}\right)$ (angle orienté)
- Translation de vecteur $\overrightarrow{w}$ (affixe $t$) : $z \mapsto z + t$
- Rotation de centre $\Omega$ (affixe $\omega$), angle $\theta$ : $z \mapsto \omega + (z - \omega)e^{i\theta}$
- Homothétie de centre $\Omega$, rapport $k$ : $z \mapsto \omega + k(z - \omega)$
- Similitude directe : $z \mapsto az + b$ avec $a \in \mathbb{C}^*$, $b \in \mathbb{C}$
Image de $z = 3 + i$ : $z' = i(3+i) = 3i + i^2 = -1 + 3i$. Le point $(3,1)$ est envoyé sur $(-1, 3)$ ✓
- Tout $z \in \mathbb{C}$ s'écrit $z = a + ib$ avec $a = \text{Re}(z)$, $b = \text{Im}(z)$, $i^2 = -1$.
- Conjugué : $\bar{z} = a - ib$ ; Module : $|z| = \sqrt{a^2+b^2}$, $z\bar{z} = |z|^2$.
- Forme exponentielle : $z = r\,e^{i\theta}$ avec $r = |z|$, $\theta = \arg(z)$.
- Formule d'Euler : $e^{i\theta} = \cos\theta + i\sin\theta$.
- Produit : $|zz'| = |z||z'|$, $\arg(zz') = \arg(z) + \arg(z') \pmod{2\pi}$.
- Formule de Moivre : $(e^{i\theta})^n = e^{in\theta}$.
- Géométrie : $AB = |z_B - z_A|$, angle $= \arg\left(\frac{z_C - z_A}{z_B - z_A}\right)$.
Cours particuliers de spécialité mathématiques à Marseille, en présentiel ou à distance — un prof qui s'adapte à ton rythme et reprend ce qui coince.
Prof de maths à Marseille · Cours particuliers au lycée · Aide aux devoirs