Let $w$ and $z$ be unit complex numbers such that $Arg(z) = \theta$. Knowing that $1+z+w=0$, show that the geometrical images of $1,z$ and $w$ form an equilateral triangle.
This should be easy but I do not find a solution within your previous questions. I tried to measure the distance between the vertices.
Knowing that they are all unit complex numbers, we have $|z| = |w| = |1| = 1$. Knowing that $Arg(z) = \theta$, we can say immediately that $z= e^{i\theta} = \cos \theta + i \sin \theta$.
We also know that
$1+z+w=0 <=> w=-1-z$
Therefore, we have
$ |z-w| = |z-(-1-z)| = |z+1+z| = |2z+1| = |2(\cos \theta + i \sin \theta) + 1| = |(2 \cos \theta + 1) + i (2\sin \theta) | = \sqrt{(2 \cos \theta +1)^2 + 4 \sin^2 \theta} = \sqrt{4 \cos^2 \theta + 4 \cos \theta + 1 + 4 \sin^2 \theta } = \sqrt{4 (\cos^2 \theta + \sin^2 \theta) +4 \cos \theta + 1} = \sqrt{4 + 1 + 4 \cos \theta} = \sqrt{5+4 \cos \theta} $
$ |w-1| = |-1-z-1| = |-2-z| = |-2 - \cos \theta - i \sin \theta| = \sqrt{(-2- \cos \theta)^2 + (-\sin \theta)^2} = \sqrt{4 + 4 \cos \theta + \cos^2 \theta + sin^2 \theta} = \sqrt{4 + 4 \cos \theta + 1} = \sqrt{5 + 4 \cos \theta}$
So far so good, I have two equal sides. We have $|z-1|$ left though,
$ |z-1| = |\cos \theta + i \sin \theta - 1| = | \cos \theta - 1 + i \sin \theta| = \sqrt{(cos \theta - 1)^2 + \sin^2 \theta} = \sqrt{\cos^2 \theta - 2 \cos \theta + 1 + \sin^2 \theta} = \sqrt{\cos^2 \theta + \sin^2 \theta + 1 - 2 \cos \theta} = \sqrt{1 + 1 - 2 \cos \theta} = \sqrt{2 - 2 \cos \theta} $
Therefore, this side appears to have different length than the other two, which makes of this an isosceles triangle, not equilateral. Why is this rationale wrong and how could I prove this using only these data?
Thank you very much.
An easy computation shows that $1=|w|^2=|1+z|^2=2 +2 \cos \theta$, hence $\cos \theta=-1/2$. It follows that $5+ 4 \cos \theta=2-2 \cos \theta$ and everything is fine !