If $r(x)$ is an $n$th degree polynomial of the form $r(x) = a_0+a_1x+\cdots+a_nx^n$ with $n$ odd, prove that $r(x)$ has at least one real root. In what case does equality hold?
Attempt:
We have that $r(x) = a_nx^n+(a_{n-1}x^{n-1}+\cdots+a_1x+a_0) = a_nx^n + O(x^{n-1})$ as $x \to \pm \infty$. Thus there exists a point $x_0$ such that $r(x_0) > 0$ and a point $x_1$ such that $r(x_1)<0$. Therefore since $r(x)$ is continuous, it follows by the intermediate value theorem that $r(x)$ has at least one real root.
Equality holds when a real root has odd multiplicity and the rest of the roots are imaginary. That is, $$r(x) = (x-a)^{2m+1}Q(x)$$ where $Q(x)$ is an $n-2m-1$ degree polynomial with all roots imaginary for some $a$ and $m$.
Questions: Does my proof look good and also for the case of equality is there a way to simplify it even more than that?
Your proof for the first part looks good.
– Mark Schultz-Wu May 03 '16 at 03:44