Prove that the polynomial below has at least one nonreal complex root
$$x^5+\frac{x^4}2+ \frac{x^3}3+\frac{x^2}4+\frac x{24}+\frac 1{120}$$
I have tried to prove that there exist $k\in \Bbb R$, such that the above polynomial can be factored into $(x^2+k)P(x)$, where deg$(P)=3$. But somehow I couldn't work it out.
Between any two real roots of a polynomial there should be at least one root of its derivative. So the maximum possible number of roots in the polynomial is the number of roots of the derivative plus one.
In this case, we have $f(x)=x^5+x^4/2+x^3/3+x^2/4+x/24+1/120$, and $$ f'''=60x^2+12x+2, $$ which has no real roots. So $f''$ has at most one real root; $f'$ has at most two real roots, and finally $f$ has at most three real roots. We conclude that $f$ has at least two complex roots.