[Math] Proof polynomial has only one real root.

calculuspolynomials

I need to prove that this polynomial equation:
$$x^5-(3-a)x^4+(3-2a)x^3-ax^2+2ax-a=0\quad\text{ for }\quad a\in(0,\frac{1}{2}).$$
has only one root. That it has one real root is obvious because it is of odd degree. But Descartes rules here fails to bound the number of roots to one.

Best Answer

Consider $$p(x) = x^5-(3-a)x^4+(3-2a)x^3-ax^2+2ax-a$$ First, we note that if $x< 0$, each term is negative, hence there are no negative roots. Also, $p(0) = -a < 0$. Further,

$$p'(x) = 5x^4-4(3-a)x^3+3(3-2a)x^2-2ax+2a$$

So it is sufficient to show that $p'(x) > 0$ for $x > 0, \; a \in (0, \frac12)$.

For this, note that by AM-GM inequality, $\frac12 ax^2+2a \ge 2ax$, so it is sufficient to show that: $5x^4+\frac12(18-13a)x^2 > 4(3-a)x^3$. By AM-GM we again have: $$5x^4+\tfrac12(18-13a)x^2 \ge 2\sqrt{\frac{5(18-13a)}2}x^3$$

So it is enough to show $5(18-13a) > 8(3-a)^2 \iff 8a^2+17a < 18$, which is true for $a \in (0, \frac12)$.

Related Question