Compute $\operatorname{Re}\left(\frac{1}{z+1}\right)$ when when $|z| = 1$.
The only way I could think to go about this is to simply go by definitions. If $z\in \Bbb C$, then $z\bar z$ = $|z|^2$. Now $$z=\frac{|z|^2}{\bar z}$$and$$z=\frac{1^2}{\bar z}.$$ So $z$ must be the inverse of the conjugate of $z$ which can be written as $$z=\frac{z}{\bar z z}$$ I don't know how to proceed from here. Is this even a good approach?
Note that$$\frac1{z+1}=\frac{\overline{z+1}}{\left(z+1\right)\left(\overline{z+1}\right)}=\frac{\overline z+1}{\lvert z+1\rvert^2}$$and therefore\begin{align}\operatorname{Re}\left(\frac1{z+1}\right)&=\frac{\operatorname{Re}(z+1)}{\lvert z+1\rvert^2}\\&=\frac{\operatorname{Re}(z)+1}{\lvert z\rvert^2+2\operatorname{Re}(z)+1}\\&=\frac{\operatorname{Re}(z)+1}{2\operatorname{Re}(z)+2}\text{ (since $\lvert z\rvert=1$).}\\&=\frac12.\end{align}