I am having trouble proving the next problem:
Prove that (∀$z$∈ℂ \ {1,-1} : |$z$|=1)(∃x∈ℝ) where $z=\frac{x+i}{x-i}$
What have I done:
I observed complex number $z$ as dots on a circle with radius of 1, because |$z$|=1=$r$ (but $z$ cannot be 1 or -1)
I changed the form of $z$ to $z=\frac{(x^2-1)}{x^2+1}$+$\frac{(2x)}{x^2+1}i$
After that, I tried to calculate modul of $z$, but it gave me no new information: $|z|=\left(\sqrt\frac{(x^2-1)^2+(2x)^2}{(x^2+1)^2}\right)=1$
It only proved that, yes, |$z$|=1, which is already stated. What am I supposed to conclude based on given information? What am I not 'seeing'? Any help would be greatly appreciated.
So, an angle would be tanα=2x / x^2-1
(I, also, forgot to mention x is not equal to i.)
– Asleen May 26 '16 at 02:03