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?