Show that complex numbers satisfying $z_1 + z_2 + z_3 = z_1^2 + z_2^2 + z_3^2 = 0$ have equal module $|z_1|=|z_2|=|z_3|$

105 Views Asked by At

I have 3 complex number $z_1,\> z_2, \>z_3$ from C and i know that: $$z_1 + z_2 + z_3 = 0 , \>\>\>\>\> z_1^2 + z_2^2 + z_3^2 = 0$$ I have to show that $$|z_1|=|z_2|=|z_3|$$

2

There are 2 best solutions below

4
On BEST ANSWER

From the given,

$$ z_1z_2 + z_2z_3 +z_3z_1 =\frac12 \left[(z_1 + z_2 + z_3)^2 - (z_1^2 + z_2^2 + z_3^2) \right]= 0 $$

Substitute lhs with $z_3=-(z_1 + z_2)$,

$$z_1z_2 - (z_1 +z_2)^2 = 0 \implies z_1^2 + z_1z_2 + z_2^2 =0$$

which yields $ {z_1} = \frac12(-1\pm\sqrt3 i){z_2}=e^{i \pi \pm i\frac\pi3}{z_2}\implies \left|{z_1}\right| = |{z_2}|$ and likewise $|{z_1}|= |{z_3}|$. Thus,

$$|z_1|=|z_2|=|z_3|$$

0
On