I've been trying to solve the following equation for $\Theta$ and $r$: $z^{3}=icon(z)|z|$
where $con(z)$ is the complex conjugate of z.
The steps I've followed are:
Convert to exponential form: $ z = re^{i\Theta}, z^3 = r^3e^{3i\Theta}, con(z)=re^{-i\Theta}$
By substituting I get:
$$re^{i3\Theta}=ie^{-i\Theta}$$
Solving for $r$:
$$r=ie^{-4i\Theta}$$
How should I proceed from this point?