For example:
The locus of satisfying $\arg(z)=\frac{\pi}{3}$ is ?
My Attempt: $$ z =x+iy = |z| \left[ \cos \left( \frac{\pi}{3} \right) + \sin \left( \frac{\pi}{3} \right) \right] = |z| \left[ \frac{1}{2} +i\frac{\sqrt{3}}{2} \right] \\ \implies \tan \left( \frac{\pi}{3} \right) = \sqrt{3}= \frac{y}{x} \implies y= \sqrt{3}x \\ |z|\ge 0 \implies x \ge 0 \quad \& \quad y \ge 0 \\ x=0 \quad \& \quad y=0 \implies \frac{y}{x}=\frac{0}{0} \ne \sqrt{3} \quad \text{($0/0$ is undefined)} $$ So the locus is a straight line $y=\sqrt{3}x$ in the first quadrant, except at origin.
If $\arg(z)=0$ then $$ z =x+iy= |z|[ \cos0+i\sin0 ]= |z|+i0 \\ \implies \tan0= \frac{0}{|z|}= 0= \frac{y}{x} \implies y=0 \\ |z| \ge 0 \implies x \ge 0 \ \ x=0 \quad \& \quad y=0 \implies \frac{y}{x} = \frac{0}{0} = \frac{0}{|z|} $$ Here the locus is $+x$ axis including the origin. For any value of $\arg(z) \ne 0$, $z$ is not defined at origin.
Does this mean that a complex number $z$ can be defined at origin only if $\arg(z)=0$, i.e. $\arg(0)=0$?
Is my approach correct ?