If $f(x)$ has $n$ distinct roots in $R$, then $f'(x)$ has $n-1$ distinct roots in $R$ Without Rolle's Theorem

1.4k Views Asked by At

Prove that: If $f(x)$ has $n$ distinct roots in $R$, then $f'(x)$ has $n-1$ distinct roots in $R$ Without Rolle's Theorem.

I know in this topic, There is proof with Rolle's theorem. It uses that if we sort the roots such that $x_i < x_{i+1}$,then $\exists c_i\in(x_i,x_{i+1}) ; f'(c_i) = \frac{f(x_{i+1}) - f(x_i)}{x_{i+1} - x_i} =0$ where $i = \{ 1 , 2 ,... , n-1\}$.

But I want to know is there any way to prove this without Rolle's theorem. Maybe using Intermediate value theorem. if there isn't repetitive roots, I can prove that with intermediate value theorem. (i.e. the power of each term in factorization of $f(x)$ is $1$). In this solution, I find that $sgn( f'(x_1)) = (-1)^{n-1},~~ sgn(f'(x_2)) = (-1)^{n-2} , ...$ ($x_i$ are sorted) and I find distinct roots using IVT. But If the power of each root get higher than one, this method doesn't work. So Is there any way to prove that generally without Rolle's Theorem?

By IVT, I mean this: (link to wikipedia)

1

There are 1 best solutions below

0
On BEST ANSWER

Let's prove that between any two consecutive roots of a polynomial lies a root of its derivative. We will use the fact that a polynomial as well as its derivative are continuous and satisfy intermediate value property.

Let $a, b$ with $a < b$ be two consecutive roots of a polynomial $p(x) $. Then we have $$p(x) =(x-a) ^m(x-b) ^nq(x) $$ where $m, n$ are positive integers and $q(x) $ is a polynomial having no roots in $[a, b] $. Then $$p'(x) =q'(x) (x-a) ^m(x-b) ^n+\{m(x-b)+n(x-a)\}(x-a)^{m-1}(x-b)^{n-1}q(x)$$ This can be further written as $$p'(x) =(x-a) ^{m-1}(x-b)^{n-1}r(x)$$ where $$r(x) =(x-a) (x-b) q'(x) +\{m(x-b) +n(x-a) \}q(x) $$ Then $r(x)$ is a polynomial such that $$r(a) r(b) =-mn(a-b) ^2q(a)q(b)<0$$ (note that $q$ maintains a constant sign in $[a, b] $ as it has no roots in $[a, b] $). It follows from IVT that $r(x) $ has a root $c\in(a, b) $ and since $r(x) $ is a factor of $p'(x) $ it follows that $p'(x) $ has a root $c\in(a, b) $.

Historical Note: The above result is exactly what Michael Rolle was trying to prove using some heuristic / geometrical arguments. It is a bit ironical that Rolle was highly critical of the methods of calculus and his proof for the case of polynomials was not rigorous and yet a key theorem in calculus is named after him.