The following was a midterm exam question in an abstract algebra course I was not able to solve:
Let $z \in \mathbb{C}$ with $\left| z \right| = 1$ and $z \neq -1$. Show that the following holds true:
$z = \left(\frac{1 +z}{\left|1 + z\right|} \right)^2$
Hint: This is a possible definition for a "principal root" of $z$.
In the exam, I tried to attack this using the fact that if $\left| z \right| = 1$ holds true, I can write $z$ as $\exp(it)$ for some $t\in \left[0, 2\pi \right[$. I tried to work on the left side of the equation using the properties of $\exp$, but didn't know how to deal with the norm in the denominator.
In hindsight, how can this be solved? Is the hint actually helpful?
How about this:
$$\frac{(1+z)^2}{|1+z|^2}=\frac{(1+z)^2}{(1+z)\overline{(1+z)}}=\frac{1+z}{\overline{(1+z)}}=\frac{1+z}{1+\overline z},$$ where we used the fact that $z\neq -1$.
Replace $z=e^{i\theta}$ as you suggest, and obtain
$$\frac{1+ e^{i\theta}}{1+ e^{-i\theta}}=\frac{e^{i\theta}\left(e^{-i\theta}+ 1\right)}{1+ e^{-i\theta}}= e^{i\theta} = z.$$
Thanks to Peter for the further simplification.