I need to find all of the solutions of:
$4(\overline{z})^4+z^2=0$
$\overline{z}$ is the conjugation of z.
I know that $z=a+ib$ and $\overline{z}=a-ib$, then: $4(\overline{z})^4+z^2=4(-z)^4+z^2=4z^4+z^2=0$
and from here, I can factor it like so: $4z^4+z^2=z^2(4z^2+1)$ and then I can seperate it into two equations:
- $z^2=0 \Leftrightarrow z=0$
- $z^4-1=0 \Leftrightarrow z=-\frac{i}{2},z=\frac{i}{2}$.
But I'm still missing 3 more complex solutions (According to WolframAlpha):
- $z = \frac{1}{4}(\sqrt(3) + -i)$
- $z = \frac{1}{4}(-\sqrt(3) + i)$
- $z = \frac{1}{4}(-\sqrt(3) + -i)$
And I'm unsure how to get them.
Also, somebody pointed it out to me that the way I did it is wrong, so I was thinking on substituting like so: $4(a-ib)^4+(a+ib)^2=0$, but it gives completely different result...
Let $z=re^{i\theta}$ as usual. Taking the modulus of both sides in the equation $4(\bar z)^4=-z^2$, we get $4r^4=r^2$. So, $r=0$ or $r=\frac12$. If $r=0$, $z=0$. But, $z=0$ is not interesting solution. So, $z=\frac12e^{i\theta}$ and hence we get $e^{-4\theta i}+e^{2\theta i}=0$ that is $e^{6\theta i}=-1$. So, $\theta=\frac\pi 6+\frac{k}{3}\pi$ where $k$ can be $0,1,2,3,4,5$. Hence all, $7$, solutions are $$\{0,\frac{\sqrt 3+i}{4},\frac{i}{2},\frac{-\sqrt 3+i}{4},\frac{-\sqrt 3-i}{4},-\frac{i}{2},\frac{\sqrt 3-i}{4}\}.$$