thomas49th
- 645
- 0
Find the loci represented by
\arg(\frac{z+1}{z-1}) = \frac{\pi}{2}
Working from inside the arg operator (it is an operator right?):
let z = x + iy
multiply num and denom by z+1
seperate into real and imag bits and you should get to
\frac{(x^{2}-1 + y^{2})-2iy}{(x-1)^{2}+y^{2}}
Call this w
as arg(w) = arctan(Im(w)/Re(w))
\frac{2y}{x^{2}+y^{2}-1} = \tan(\frac{\pi}{2})
but now I reach a point where my equation equals an undefined number
What should I do (or should of done)?
Thanks
Thomas
\arg(\frac{z+1}{z-1}) = \frac{\pi}{2}
Working from inside the arg operator (it is an operator right?):
let z = x + iy
multiply num and denom by z+1
seperate into real and imag bits and you should get to
\frac{(x^{2}-1 + y^{2})-2iy}{(x-1)^{2}+y^{2}}
Call this w
as arg(w) = arctan(Im(w)/Re(w))
\frac{2y}{x^{2}+y^{2}-1} = \tan(\frac{\pi}{2})
but now I reach a point where my equation equals an undefined number
What should I do (or should of done)?
Thanks
Thomas
Last edited: