Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

The question is as follows:

Give 3 information:

(1) f is a polynomial (thus I claim f is continuous at every point)

(2) $f(a) = f'(a) = f''(a) = f'''(a) = 0$

(3) $f(b) = 0$

Goal: use Rolle's Theorem to show that there is c satisfying $a < c < b$ such that $f^4(c) = 0$

Here is my attempt:

1/ Recall Rolle's Theorem:

If f is continuous on $[a,b]$ and f is differentiable on $(a,b) $

[ i.e: f'(x) exists in a < x < b ], and $f(a) = f(b)$

Then there is c such that $a < c < b$ and $f'(c) = 0$

2/ By condition (2) and (3), $f(a) = f(b) = 0.$
So there is k satisfying $a < k < b$ and $f'(k) = 0$ by Rolle's

Now $f'(k) = f'(a) = 0$, then use Rolle's again, there is m satisfying $a < m < k < b$ and $f''(m) = 0$

Continue up to the 3rd derivative, where I should get $f'''(n) = f'''(a) = 0$ where $a < n < m < k < b$. Then use Rolle's again, I say there is c satisfying $a < c < n < m < k < b$ such that $f^4(c) = 0$. c definitely satisfies a < c < b, since c < something < b, that "something" namely is n, m, k.

**Would someone please check my proof for any mistakes? Somehow I feel my proof is a bit too obvious to be true >_< But since the problem asks me to specifically use Rolle's Theorem, this approach is the first way that I can think of.

Thank you in advance ^_^

share|improve this question
Thanks for thoroughly explaining your work. – Stefan Smith May 5 at 23:29

2 Answers

up vote 2 down vote accepted

The proof that you sketched is exactly what I was thinking after I read the 3 points together with the request to use Rolle's theorem. So in principle, it looks OK to me :-).

share|improve this answer

It's a perfect proof but what is lacking is to learn to use $\LaTeX$.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.