3

If $z_1,z_2,z_3 \in \mathbb{C}$ and $|z_1|=|z_2|=|z_3|$ and $z_1+z_2+z_3=0$. Prove that $z_1,z_2,z_3$ are points of a isosceles triangle that is on a unit circle with the center in the coordinate beginning.

The answer is given in the following manner:$$z_1=|z_1|e^{i\varphi_1}\\ z_2=|z_2|e^{i\varphi_2} \\ z_3=|z_3|e^{i\varphi_3}\\ |z_1|=|z_2|=|z_3|=|z|$$

It goes on to state that this needs to be true, which I understand why: $$|z_1-z_2|=|z_2-z_3|=|z_3-z_1|=\sqrt{3}|z|$$ and then finding $$|z_1-z_2|=....$$

$$2|z|\left|\sin\left(\frac{\varphi_1-\varphi_2}{2}\right)\right|=2|z|\left|\sin\left(\frac{ \pi }{3}\right)\right|????$$

How can we assume this??

UmbQbify
  • 889
  • See http://math.stackexchange.com/questions/1397066/clarification-regarding-a-question – lab bhattacharjee Oct 05 '15 at 15:57
  • Obviously, the points lie on a circle centered at the origin. And the second condition means that the centroid is also at the origin. Now show that if circumcentre and centroid coincide then triangle is equilateral – najayaz Oct 05 '15 at 16:02
  • Also, if you know about the euler line, you can see that the orthocentre too conincides with the centroid. – najayaz Oct 05 '15 at 17:34

2 Answers2

3

From the point of view of complex addition and absolute value the complex numbers behave like vectors. If the lengths of the vectors are the same and if the resulting vector is $0$ then the vectors (the first one is originated at $0$) form a triangle. A triangle with sides of equal length cannot be anything else but an equilateral triangle.

enter image description here

zoli
  • 20,817
1

Suppose $i,j,k$ is a permutation of $1,2,3$. Then we have

\begin{eqnarray} \bar{z}_i (z_i+z_j+z_k) &=& |z_i|^2+ \bar{z}_i z_j+\bar{z}_i z_k= 0 \\ \overline{\bar{z}_j (z_i+z_j+z_k)} &=& |z_j|^2+ \bar{z}_i z_j+z_j \bar{z}_k= 0 \end{eqnarray} Subtracting and using the fact that $|z_i|=|z_j|$ gives $\bar{z}_i z_k = z_j \bar{z}_k$.

Since $|z_m-z_n|^2 = |z_m|^2+|z_n|^2- 2 \operatorname{re} (z_m \bar{z}_n)$, and all the quantities on the right hand side are invariant as long as $m\neq n$, we obtain the desired result.

copper.hat
  • 178,207