I have this problem :
if $n$ is natural odd number then the polynom : $P(x)=x^n+ax^2+b$ has at the most 3 different roots.
$$P(x)=x^n+ax^2+b$$ $$P'(x)=nx^{n-1}+2ax$$ $$P''(x)=n(n-1)x^{n-2}+2a$$
I understand that I need to use Rolle's theorem in order to proof it, but I don't understand why P''(x) has only one root? why doesn't P''(x) has more roots than one?
Any ideas?
Thanks!
We have: $$P''(x)=n(n-1)x^{n-2}+2a$$
But $x^{n-2}$ is strictly increasing, so $P''$ is strictly increasing, so $P''$ can have at most one zero. It also clearly has at least one root.