I am trying to convert the following problem to polar form:
$$z=-j10.$$
Using this equation, where $|z|=r=\sqrt{x^2+y^2}$ and $\arg z=\theta=\arctan(y/x).$
$$\eqalign{z&=|z|e^{j\arg z}\\ &=re^{j\theta}\\&=r\angle\theta.}$$
I determined that x = 0 and y = -10. However, if I plug x and y into arctan(y/x), the result would be indetermined since we're dividing by 0. The solution to that problem is 10<-90degrees.
Could someone give me some insight on how to convert the above cartesian to polar form?