I'm reading a bit on complex numbers, but haven't deal with trigonometry a lot before, so here's my question; how do I calculate the argument of a complex number when the sin and cos of the argument aren't "recognizeable"?
I know I can take arccos.... but don't I need to take arccos and arcsin? What if they give me two different numbers?
if $z = a + ib$, $a,b \in \mathbb{R}$, then $$\theta = \begin{cases} \arctan \frac ba, & \text{if a > 0} \\ \pi + \arctan \frac ba, & \text{if a < 0} \end{cases}$$