1

If:

  1. $|z|=|w|=1$

  2. $1 + zw \neq 0$

Then $\dfrac{z+w}{1+zw}$ is real. How can prove that.

Jorge
  • 227

2 Answers2

5

Hint: Take the complex conjugate then multiply top and bottom by $zw$.

André Nicolas
  • 507,029
1

Let $z=e^{ia}$ and $w=e^{ib}$ for some $a,b \in [0,2\pi)$. This takes care of condition 1. Then $1+zw \neq 0$ means $1+e^{i(a+b)} \neq 0$, which is the same as saying $a+b$ is not an odd multiple of $\pi$.

Now consider \begin{align*} \dfrac{z+w}{1+zw} & = \frac{e^{ia}+e^{ib}}{1+e^{i(a+b)}} \end{align*} Rationalize the denominator and see what happens.

Anurag A
  • 41,067