How to solve $z^4 + 4i\bar{z} = 0$ (efficiently)?
I managed to compute the radius of $z$:
Denote $z = rcis(\theta)$
Rearranged the equation to $z^4 = -4i\bar{z}$
Taken absolute value on both sides $r^4 = 16r$
And found $r=0$ or $r = \sqrt[3]{16}$
How can we calculate $\theta$ from here?
Or is there a better way to solve this?