$\Re\frac{z+1}{z-1}=0$
I've tried so many methods, they all end up with two variables $a, b$.
I tried setting $z= a+ib$. This give me the equality $2\cdot\Re\frac{z+1}{z-1} = \frac{(a+1)+ib}{(a-1)+ib} + \frac{(a+1)-ib}{(a-1)-ib}$ which I'd then cross multiply.
I've tried so many methods and they all end up with something like $$\frac{1}{2}\times\frac{(a^2+b^2-2 i b-1)}{(a^2-2a+1+b^2)} = 0$$
And that makes no sense at all.
According to Wolfram, the answer to $\Re\frac{z+1}{z-1}=0$ is $-1$
Multiply and divide by the conjugate of the denominator to find $$\frac{z+1}{z-1} \cdot \frac{\bar z - 1}{\bar z -1} = \frac{(z+1)(\bar z -1)}{|z-1|^2} = \frac{z\bar z - z + \bar z - 1}{|z-1|^2}.$$
Now writing $z=x+iy$ we have:
$$\frac{z\bar z - z + \bar z - 1}{|z-1|^2} = \frac{x^2 + y^2 - (x + iy) + (x-iy) - 1}{(x-1)^2 + y^2} = \frac{x^2+y^2-1}{(x-1)^2+y^2}+i\frac{-2y}{(x-1)^2+y^2}$$