I'm trying to solve for all z values where $z^3 = 4\bar{z}$.
I tried using $z^3 = |z|(\cos(3\theta)+i\sin(3\theta)$ and that $|z| = \sqrt{x^2+y^2}$ so: $$z^3 = \sqrt{x^2+y^2}(\cos(3\theta)+\sin(3\theta))$$ and $$4\bar z = 4x-4iy = 4r\cos(\theta)-i4r\sin(\theta)$$ but I have no idea where to go from there.