6

I wonder if there is a geometric proof or a short proof of the following:

let $z_1,z_2,z_3$ be three complex numbers of modulus $r$. prove that the number $$ \frac{r^4+z_1z_2+z_2z_3+z_3z_1}{z_1+z_2+z_3+z_1z_2z_3} $$ is also of modulus $r$.

I wrote everything in trigonometric form and after a page of calculations the result was clear. I wonder if there is a more elegant and shorter proof, maybe using geometry or another approach.

Beni Bogosel
  • 23,381

2 Answers2

9

If you multiply the denominator by $\bar{z_1}\bar{z_2}\bar{z_3}$, a complex number of modulus $r^3$, you get $$\bar{z_1}z_1 \bar{z_2}\bar{z_3} + \bar{z_2}z_2 \bar{z_1}\bar{z_3} + \bar{z_3}z_3 \bar{z_2}\bar{z_1} + z_1\bar{z_1}z_2\bar{z_2}z_3\bar{z_3}$$ $$= r^2\bar{z_2}\bar{z_3} + r^2\bar{z_1}\bar{z_3} + r^2\bar{z_1}\bar{z_2} + r^6$$ Note this is $r^2$ times the complex conjugate of the numerator, and thus has magnitude $r^2$ times that of the numerator. Thus the original denominator has magnitude ${1 \over r}$ times that of the numerator, and therefore the original fraction has magnitude $r$.

Zarrax
  • 44,950
0

Hint:

With $z_k = r\cdot t_k$, $|t_k|=1$, $k=1,3$, we get

$$\frac{r^2( r^2+ t_1 t_2 + t_1 t_3 + t_2 t_3}{r( t_1 + t_2 + t_3 + r^2 t_1 t_2 t_3} = \frac{r}{t_1 t_2 t_3}\cdot \frac{ r^2+ t_1 t_2 + t_1 t_3 + t_2 t_3}{r^2 + \frac{1}{t1 t_2} + \frac{1}{t_1 t_3} + \frac{1}{t_2 t_3}}=\\ = \frac{r}{t_1 t_2 t_3}\cdot \frac{ r^2+ t_1 t_2 + t_1 t_3 + t_2 t_3}{r^2 +\bar t_1 \bar t_2 + \bar t_1 \bar t_3 + \bar t_2 \bar t_3}$$

orangeskid
  • 53,909