According to the fundamental theorem of algebra, any polynomial: $ax^w + bx^v + cx^u \ldots$ has exactly $n$ zeroes, $n$ being the highest power of any term.
How can $y=x^4+1$ have 4 zeroes? There must be something I'm missing. My solving works as follows:
$$0=x^4+1 \\ -1 = x^4 \\ x = \pm \sqrt[4]{-1}$$
Isn't this just two solutions: $x= 0.707106781 + 0.707106781 i$ and $x= -0.707106781 - 0.707106781 i$? Where do the other two come from?
Thanks to all of you in the comments, I've come up with a fully solved relatively elementary answer.
$$0=x^4+1 \\ -1 = (x^2)^2 \\ x^2 = \pm i \\ x=\pm\sqrt{\pm i} \\ or \\x= \pm\sqrt{i}, \pm \sqrt{-i} \\ or \\ x= \sqrt{i}, \sqrt{-i}, -\sqrt{i}, -\sqrt{-i}$$
So the 4 solutions are $\left[ \sqrt{i}, \sqrt{-i}, -\sqrt{i}, -\sqrt{-i} \right]$