Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Chapitre 2: nombres complexes

Chapitre 2: nombres complexes

Ensemble des nombres complexes

Existence admise:

Notation: C\mathbb{C}
Tout nombre complexe zCz \in \mathbb{C} s’écrit sous la forme z=a+biz = a + biaR,bRa \in \mathbb{R}, b \in \mathbb{R} et i2=1i^2 = -1. Cette écriture est

z=a+biz = a + bi

partie réelle. \uparrow de zz notée Re(z)\operatorname{Re}(z), partie imaginaire de zz notée Im(z)\operatorname{Im}(z)

Représentation dans le plan complexe
φ:R2C\varphi: \mathbb{R}^2 \rightarrow \mathbb{C}
(a;b)a+bi(a ; b) \mapsto a + bi
est une bijection

On peut aussi voir les éléments du plan comme des vecteurs et dans ce cas: OM\overrightarrow{OM} est le vecteur image du nombre complexe z=a+biz = a + bi

L’axe (0,u)(0, \vec{u}): axe réel
L’axe (0,v)(0, \vec{v}): axe imaginaire
L’écriture z=a+biz = a + bi d’un nombre complexe est

z=z ssi {Re(z)=Re(z)Im(z)=Im(z)z = z' \text{ ssi } \left\{\begin{array}{l} \operatorname{Re}(z) = \operatorname{Re}(z') \\ \operatorname{Im}(z) = \operatorname{Im}(z') \end{array}\right.

Opérations
Soit z=a+biCz = a + bi \in \mathbb{C}

z=a+biCz' = a' + b'i \in \mathbb{C}

z+z:=(a+a)+(b+b)iz + z' := (a + a') + (b + b')i

Re(z+z)=Re(z)+Re(z)Im(z+z)=Im(z)+Im(z)\begin{aligned} & \operatorname{Re}(z + z') = \operatorname{Re}(z) + \operatorname{Re}(z') \\ & \operatorname{Im}(z + z') = \operatorname{Im}(z) + \operatorname{Im}(z') \end{aligned}
z×z=(a+bi)×(a+bi)=(aabb)+(ab+ab)i\begin{aligned} z \times z' & = (a + bi) \times (a' + b'i) \\ & = (aa' - bb') + (ab' + a'b)i \end{aligned}

Exemple:

(1+i3)3=1+33i333i=8(1 + i\sqrt{3})^3 = 1 + 3\sqrt{3}i - 3 - 3\sqrt{3}i = -8
(a+bi)(abi)=a2+b2(a + bi)(a - bi) = a^2 + b^2
2+3i1+i=(2+3i)(1i)2=22i+3i+32=5+i2=52+12i\frac{2 + 3i}{1 + i} = \frac{(2 + 3i)(1 - i)}{2} = \frac{2 - 2i + 3i + 3}{2} = \frac{5 + i}{2} = \frac{5}{2} + \frac{1}{2}i

Conjugaison
Soit z=a+biCz = a + bi \in \mathbb{C}
Le conjugué de zz est: zˉ=abi\bar{z} = a - bi
La conjugaison est l’application $\sigma: \left\l...