[Math] Why does degree determine the amount of zeros

linear algebrapolynomialsroots

We just learned about complex numbers in my math class and I have a question. Why does the degree of a polynomial equal the amount of zeros it has?

The degree of $f(x) = x^3 – x^2 + x – 1$ is $3$, but there is only $1$ real zero, $x=1$.

There are 3 complex zeros, $x=1$,$i$,$-i$, which equals the degree number. I just don't understand why there isn't a case where a fifth-degree polynomial has the zeros $x=1$,$i$,$-i$ but none other. Why should it have to have five zeros?

I asked my teacher and she said, "polynomials are closed under the complex numbers," but I don't know what that means. ._.

Best Answer

Hint: $\alpha$ is a root of $f(x)$ if and only if $(x-\alpha)$ divides $f(x)$.

The complex numbers $\mathbb{C}$ are algebraically closed (which is what your teacher probably meant).

This mean that a polynomial $p(x)$ of degree $n$with coefficients in $\mathbb{C}$ always "factors completely" as \begin{equation} p(x)=a(x-\alpha_{1})\dots(x-\alpha_{n}), \end{equation} where $a,\:\alpha_{1},\dots,\:\alpha_{n}\in\mathbb{C}$ and the roots of course can be repeated.