Why does $f(x)=a_nx^n+a_{n-1}x^{n-1}+\dots a_1x+a_0=a_n(x-r_1)(x-r_2)(x-r_3)\dots(x-r_n)?$ If $r$ are the roots of $f(x)?$
I believe this has something to do with the Fundamental Theorem of arithmetic - which states that any degree $n$ polynomial has exactly $n$ roots - but why do we have the factorization above? Is there some kind of proof stemming from the Fundamental Theorem??
Since I'm not familiar with polynomials, a detailed explanation along with an answer would be greatly appreciated.
If you are assuming that $f$ has $n$ roots, which are $r_1,\ldots,r_n$, then all you need is to observe that, if$$p(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0-a_n(x-r_1)\ldots(x-r_n),$$then $p(x)$ has $n$ roots ($r_1,\ldots,r_n$), but its degree is smaller than $n$. Therefore, $p(x)$ is the null polynomial.