I just want to check whether I understand the basic algebra of complex numbers.
I have to find solution to: $z^3 = i * \frac{|z^5|}{z* \bar z}$.
So I transform that expression into: $z^3 = i * \frac{|z^5|}{|z^2|} \iff z^3 = i * |z^3|$.
Then I take trigonometric form of $z^3$: $|z^3|[\cos(3\alpha) + \sin(3\alpha) i] = i * |z^3| \iff \cos(3\alpha) + \sin(3\alpha) i = i \iff 3\alpha = \frac{\pi}{2} \iff \alpha = \frac{\pi}{6}$
So ultimately I get $|z|(\frac{\sqrt{3}}{2}+\frac{1}{2}i)$. Is that the final solution? Did I get it right?