I'm not quite sure how to determine whether the semicircle is below or above the x-axis, because in $\arg\dfrac{z-2}{z+2} = \dfrac\pi2$, it lay above the x-axis with a locus of $(4-x^2)^{1/2}$.
Asked
Active
Viewed 38 times
1
-
Do you mean $\arg(\frac{z-2}{z+2})$ ? – Matti P. Nov 20 '18 at 11:58
-
Yeah that = pi/2 – Ben Gillham Nov 20 '18 at 12:00
1 Answers
2
$$\dfrac{x-2-iy}{x+2+iy}=\dfrac{(x-iy)^2-4}{(x+2)^2+y^2}=\dfrac{x^2-y^2-4-2xyi}{(x+2)^2+y^2}$$
Using atan2, $$x^2-y^2-4=0$$ and $$-2xy>0\iff xy<0$$
lab bhattacharjee
- 274,582