Correction détaillée de l'exercice (version imprimable)
Rappel du problème
Plan muni d'un repère orthonormé. À tout nombre complexe z on associe :
M d'affixe z, M' d'affixe z+i, M'' d'affixe iz.
1) Pour quel z O et M' sont confondus ?
O a pour affixe 0. Donc z + i = 0 => z = -i.
2) Pour quel z M' et M'' sont confondus ?
z + i = i z
z - i z = -i
z(1 - i) = -i
z = -i / (1 - i) = (1 - i)/2
3a) Condition d'alignement O, M', M''
Avec affixes 0, a = z + i, b = i z.
Trois points O, A, B (0,a,b) sont alignés <=> a/b est réel (b != 0).
Ici : (z + i) / (i z) est réel.
3b) Calcul de la partie imaginaire de (z + i) / (i z), z = x + i y
z + i = x + i(y + 1)
i z = -y + i x
(z + i) / (i z) = (x + i(y+1)) / (-y + i x)
Multiplier numérateur et dénominateur par le conjugué (-y - i x) :
Numerateur = (x + i(y+1))(-y - i x)
= [-xy + x(y+1)] + [-i(x^2 + y^2 + y)]
= x + -i(x^2 + y^2 + y)
Dénominateur = x^2 + y^2
Donc (z + i) / (i z) = x/(x^2 + y^2) + i * [-(x^2 + y^2 + y)/(x^2 + y^2)]
Partie imaginaire = - (x^2 + y^2 + y) / (x^2 + y^2)
4a) Ensemble C des z tels que O, M', M'' sont deux à deux distincts et alignés
Condition imaginaire = 0 => x^2 + y^2 + y = 0
Completer le carré : x^2 + (y + 1/2)^2 = 1/4
C = cercle de centre (0, -1/2) et rayon 1/2, privé des points z = 0, z = -i, z = (1 - i)/2
(car pour ces valeurs, deux points parmi O, M', M'' coïncident).
Points vérification :
z = 0 -> x=0,y=0 -> 0 + (0+1/2)^2 = 1/4 OK
z = -i -> x=0,y=-1 -> 0 + (-1+1/2)^2 = 1/4 OK
z = (1-i)/2 -> x=1/2,y=-1/2 -> (1/2)^2 + 0 = 1/4 OK
Fin de la correction.