Prove that the polynomial $$x^{2n} - 2x^{2n-1} + 3x^{2n-2}- \cdots -2nx + 2n + 1$$ has no real roots.
Here is the solution Transcribed from this image
- For $x \leq 0$ we have obviously $p(x)>0$. Let $x>0$. We transform the polynomial in the same way as a geometric series: $$ \begin{aligned} p(x) &=x^{2 n}-2 x^{2 n-1}+3 x^{2 n-2}-\cdots-2 n x+2 n+1 \\ x p(x) &=x^{2 n+1}-2 x^{2 n}+3 x^{2 n-1}-4 x^{2 n-2}+\cdots+(2 n+1) x. \end{aligned} $$ Adding, we get $$ \begin{aligned} x p(x)+p(x) &=x^{2 n+1}-x^{2 n}+x^{2 n-1}-x^{2 n-2}+\cdots,+x+2 n+1 \\ (1+x) p(x) &=x \cdot \frac{1+x^{2 n+1}}{1+x}+2 n+1. \end{aligned} $$ From here we see that $p(x)>0$ for $x>0$.
Can anyone explain how the last line of the solution implies that the polynomial has no real roots?
You've already showed that $p(x)$ can't have any negative roots, and obviously $0$ also isn't a root.
In the last equation, when $x \gt 0$, every term (except possibly $p(x)$) is strictly positive, so dividing through by $1+x$ (which is positive when $x \gt 0$) we see that in this case $p(x)$ also must be strictly positive and $p(x)$ can't have any positive roots either.
We've run out of possibilities for real roots, so $p(x)$ can't have any.