[Math] Finding argument of complex number and conversion into polar form

complex numberstrigonometry

How do I find the argument of a complex number, for example $z = 3 + 4i$?

I know the polar form of $z$ is $r(\cos\theta + i\sin\theta)$ where $r$ is the modulus of $z$ ($\sqrt{3^2+4^2}$) which would leave me with $z = 5(\cos\theta+i\sin\theta)$, I'm just unsure how to deduce $\theta$ here.

The textbook says two things: $\theta = \arg(z)$ and $\tan\theta = b/a$, I'm not sure how these help.

Best Answer

Hint: irrespective of $|z|$, you will get $\tan(\theta)=\frac{4}{3}$. So, taking the inverse will give you $\theta$ in radians.

Related Question