I have two complex numbers, $z_1$ and $z_2$, that both have the modules equal to 1 and their arguments are $\theta_1$ and $\theta_2$, respectively.
I'd like to verify that $$\frac{(z_1+z_2)^2}{z_1\cdot z_2}$$ is a real number or equal to zero.
So we have $$z_1=\cos{\theta_1}+i\sin{\theta_1}\quad\text{and}\quad z_2=\cos{\theta_2}+i\sin{\theta_2}.$$ I figured out I should to something like this: $$\frac{(z_1+z_2)^2}{z_1\cdot z_2} \geq 0 \rightarrow \frac{z_1^2+2z_1z_2+z{_2}^2}{z_1\cdot z_2} \geq 0$$
I'm stuck and I think plugging in the values above in the inequality below isn't ideal. Any hints on what's the best approach?
Now, see that:
So:
$$\frac{\left(z_1+z_2\right)^2}{z_1\cdot z_2}=\frac{2e^{(\theta_1+\theta_2)i}+e^{2\theta_1i}+e^{2\theta_2i}}{e^{\left(\theta_1+\theta_2\right)i}}=$$ $$\frac{2e^{(\theta_1+\theta_2)i}}{e^{\left(\theta_1+\theta_2\right)i}}+\frac{e^{2\theta_1i}}{e^{\left(\theta_1+\theta_2\right)i}}+\frac{e^{2\theta_2i}}{e^{\left(\theta_1+\theta_2\right)i}}=$$ $$2+\frac{e^{2\theta_1i}}{e^{\theta_1i}\cdot e^{\theta_2i}}+\frac{e^{2\theta_2i}}{e^{\theta_1i}\cdot e^{\theta_2i}}=$$ $$2+\frac{e^{\theta_1i}}{e^{\theta_2i}}+\frac{e^{\theta_2i}}{e^{\theta_1i}}=$$ $$2+e^{(\theta_1-\theta_2)i}+e^{(\theta_2-\theta_1)i}=$$ $$2+\cos(\theta_1-\theta_2)+\sin(\theta_1-\theta_2)i+\cos(\theta_2-\theta_1)+\sin(\theta_2-\theta_1)i=$$ $$2+2\cos(\theta_1-\theta_2)+0i=$$ $$2\left(1+\cos(\theta_1-\theta_2)\right)$$