Solve $z^4+1=0$ algebraically

I know the result and how to solve it using trigonometry and De Moivre.

However, given that the complex number $z$ can be rewritten as $a+bi$, how can I solve it algebraically?


Wouldn't you just write $$ z^4+1=0\\ \Updownarrow\\ w^2=-1,z^2=w $$ And conclude that $z^2=w=\pm i$. Then with $z=a+bi$ the equation $z^2=i$ becomes $$ (a+bi)^2=i\\ \Updownarrow\\ a^2-b^2+2abi=i $$ leads to $a^2-b^2=0$ and thus $a=\pm b$ and then $2abi=i$ gives us $ab=\frac{1}{2}$. So either $a=b=\pm\frac{\sqrt{2}}{2}$ or $a=-b$ which then yields non-real $a,b$ which is absurd.

Then you can repeat the strategy from above for the case $z^2=-i$ to get the other two solutions.


Inserting $z = a + bi$ we get $$ a^4 - 6a^2b^2 + b^4 + 1 + ab(a - b)(a+b)i = 0 $$ which becomes two real equations $$ a^4 - 6a^2b^2 + b^4 + 1 = 0 \quad \wedge\quad ab(a-b)(a+b) = 0 $$ The second one is already factored for you, giving you four specific cases to work with, two without real solutions. The first one can be seen as a quadratic equation in $a^2$ or $b^2$, depending on which case you choose from the second equation.


Using polar form is the standard method, but there is another trick. Some creative rewriting gives:

$$z^4 + 1 = (z^2+1)^2 - 2z^2 = (z^2 + z\sqrt 2 + 1)(z^2 - z\sqrt 2 +1)$$

and you can reduce the problem to solving two quadratic equations.


$$ z^4 + 1 = 0 \Rightarrow z^4 + 2z^2 + 1 - 2z^2 = 0 $$

$$ \Rightarrow (z^2 + 1)^2 -(\sqrt{2}z)^2 = 0 $$

$$ \Rightarrow (z^2 - \sqrt{2} z + 1)( z^2 + \sqrt{2}z + 1 ) = 0 $$

use $$ ax^2 + bx + c = 0 \Rightarrow x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$