0

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?

Travis
  • 3,396
  • 6
  • 23
  • 44

4 Answers4

2

$x^4+1=x^4+2x^2+1-2x^2=(x^2+1)^2-2x^2=(x^2+\sqrt2x+1)(x^2-\sqrt2x+1)$

and solve two quadratic equations.

1

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]$

Travis
  • 3,396
  • 6
  • 23
  • 44
  • 1
    Just something extra, but the square root of $i$ isn't well defined. So assume $\sqrt{i}=a+bi$ and solve for $a,b$. – Frank Jan 20 '17 at 18:15
0

Actually, $x=\pm\sqrt{\pm\sqrt{-1}} \Rightarrow x=\pm\sqrt{\pm i}$. So, you have the two roots of plus-or-minus $i$, which are $\pm\frac{\sqrt{2}}{2}\pm\frac{\sqrt{2}i}{2}$.

0

Noticing that $x^2 = \pm i$ which means that $x^2 \in \left \{ e^{i\pi/2}, e^{3i\pi/2} \right \}$. Noticing that $-1 = e^{i\pi}$. We have that

$$ x \in \left \{ \sqrt{i}, - \sqrt{i}, \sqrt{-i}, - \sqrt{-i} \right \} $$

which we can write in polar form as

$$ \sqrt{i} \;\; =\;\; e^{i\pi/4} \\ -\sqrt{i} \;\; =\;\; e^{i\pi} e^{i\pi/4} \;\; =\;\; e^{5i\pi/4} \\ \sqrt{-i} \;\; =\;\; \sqrt{e^{i\pi} e^{i\pi/2}} \;\; =\;\; e^{3i\pi/4} \\ -\sqrt{-i} \;\; =\;\; e^{i\pi} e^{3i\pi/4} \;\; =\;\; e^{7i\pi/4}. $$

Mnifldz
  • 12,880