If I know the limits to $\arg z$, how can I find the complex numbers those arguments stem from.
If I had to find $p$ and $$\frac{\pi}{4} < \arg ( z + p ) < \frac{3\pi}{4}$$ To solve this I need to find what complex numbers arg$\dfrac{\pi}{4}$ and arg $\dfrac{3\pi}{4}$ could stem from.
If I treat $\arg x$ (any argument) as the angle of a triangle made by the modulus and that $\arg$'s complex number then I can use the sin rule...
assume complex number is $a + bi$ then $$\dfrac{\pi}{4} =\sin ^ {-1}\frac{ b}{ \sqrt{b^2 + a^2} } $$
which simplifies to: $$0.5 ( b^2 + a^2 ) = b^2$$ which shows that $b^2 = a^2$, however I still don't know how to find $b$ (or $a$).
Is there a methord I am unaware of?