I'm trying to solve this exercise:
Find all the complex numbers $z$ such that $\displaystyle w=\frac{z-1-i}{z+1+i}$ is a complex number that satisfies $|w|=1.$
The first thing that I did here was isolate $z$:
$$\displaystyle z=\frac{(w+1)+i\cdot(w+1)}{1-w}$$
If we define $w=a+bi$, the assumption is $a^2+b^2=1$, so we can isolate $a$ or $b$ and plug it into the expression of $z(w)$ to solve the system.
But I think that this is very ugly, so possibly there's another way to do this kind of exercises.
Thanks.
Hint. $|w|=1$ implies that $$|z-(1+i)|=|z+(1+i)|$$ that is $z$ has the same distance from $(1+i)$ and $-(1+i)$. What is the locus of such complex number $z$?
P.S. You may also let $z=x+iy$ and then solve $$(x-1)^2+(y-1)^2=|z-(1+i)|^2=|z+(1+i)|^2=(x+1)^2+(y+1)^2.$$