4

Let $f : [a, b] \to \Bbb R$ be $n$ times differentiable and have $n+1$ distinct roots (i.e. solutions of $f(x) = 0$) in $[a,b]$. Show that there is an $x \in [a, b]$ s. t. the $n^{\text{th}}$ derivative of $f$ has a root in $[a,b]$.

I know that you need to use Rolle's Theorem for this problem. Do I prove by induction? So for the base case $(n=1)$ then $f$ has $2$ distinct roots, then by Rolle's Theorem $f'(x)$ must have a root? How would I do the inductive case? Thanks

PinkyWay
  • 4,565

2 Answers2

2

Between each of the $n$ pairs of neighbouring roots, there is an $x$ such that $f'(x)=0$. Hence there are at least $n$ values of $x$ that $f'(x) = 0$. By inductive assumption, the $(n-1)$th derivative of $f'(x)$ has a root in $[a,b]$.

peterwhy
  • 22,256
  • Does this prove it for the nth derivative though? – Jacob Rodgers Dec 13 '14 at 16:03
  • It is known that $f$ is $n$ times differentiable, so $f'(x)$ is at least $(n-1)$ times differentiable; and the $(n-1)$th derivative of $f'(x)$ is the $n$th derivative of $f(x)$. – peterwhy Dec 13 '14 at 16:04
2

Suppose $f$ is $n$ times differentiable and has $n+1$ distinct roots in $[a,b]$. Then, by Rolle's theorem, between each consecutive root there must be a point where $f'$ is $0$. Therefore, $f'$ is an $n-1$ times differentiable function with $n$ distinct roots in $[a,b]$.

Michael Biro
  • 13,757