Suppose $x$ and $y$ are points on the unit circle such that the line through $x$ and $y$ intersects the real axis. Show that if $z$ is the point where this line intersects the real axis, then $z = \dfrac{x+y}{xy+1}$.
How should I go about attempting this problem? I am currently struggling to find a starting point (and going through with the entire proof).
Any help is appreciated!

The points $x$, $y$ and $z$ are col-linear iff $$\operatorname{Im}(\overline{x}y+\overline{y}z+\overline{z}x) = 0$$ $$\overline{x}y+\overline{y}z+\overline{z}x-\overline{y}x-\overline{z}y-\overline{x}z = 0$$ since $z=\bar{z}$, $\bar{x}=\dfrac{1}{x}$ and $\bar{y}=\dfrac{1}{y}$ \begin{eqnarray} z(\overline{y}+x-y-\overline{x})&=& -\overline{x}y+\overline{y}x\\ z(x-y+\dfrac{x-y}{xy}) &=& \dfrac{x}{y}-\dfrac{y}{x}\\ z(\dfrac{(x-y)(1+xy)}{xy})&=& \dfrac{(x-y)(x+y)}{xy}\\ z &=& \dfrac{x+y}{1+xy} \end{eqnarray}