Difference between revisions of "Rolle's Theorem"

(Statement)
Line 1: Line 1:
'''Rolle's theorem'' is an important theorem among the class of results regarding the value of the derivative on an interval.
+
'''Rolle's theorem''' is an important theorem among the class of results regarding the value of the derivative on an interval.
  
 
==Statement==
 
==Statement==
Line 9: Line 9:
  
 
Then <math>\exists</math> <math>c\in (a,b)</math> such that <math>f'(c)=0</math>
 
Then <math>\exists</math> <math>c\in (a,b)</math> such that <math>f'(c)=0</math>
 +
 +
==Proof==
 +
The result is trivial for the case <math>f([a,b])=\{f(a)\}</math>. Hence, let us assume that <math>f</math> is a non-constant function.
 +
 +
Let <math>M=\sup\{f([a,b]\}</math> and <math>m=\inf\{f([a,b]\}</math>
 +
Without loss of generality, we can assume that <math>M\neq f(a)</math>
 +
 +
By the [[Extremum value theorem]], <math>\exists c\in (a,b)</math> such that <math>f(c)=M</math>
 +
 +
Assume if possible <math>f'(c)>0</math>
 +
 +
Let <math>\epsilon=\frac{f'(c)}{2}</math>
 +
 +
Hence, <math>\exists \delta>0</math> such that <math>x\in V_{\delta}(c)\implies |\frac{f(x)-f(c)}{x-c}-f'(c)|<\epsilon</math>
 +
 +
i.e. <math>\forall x\in V_{\delta}(c)</math>, <math>\frac{f(x)-f(c)}{x-c}>0</math>
 +
 +
Thus we have that <math>f(x)>f(c)</math> if <math>x\in (c,c+\delta)</math>, contradicting the assumption that <math>f(c)</math> is a maximum.
 +
 +
Similarly we can show that <math>f'(c)<0</math> leads to contradiction.
 +
 +
Therefore, <math>f'(c)=0</math>
 +
<P ALIGN=RIGHT>QED</P>
 +
 +
==See Also==
 +
<UL>
 +
<LI>[[Lagrange's mean value theorem]]</LI>
 +
<LI>[[Calculus]]</LI>
 +
</UL>

Revision as of 22:46, 14 February 2008

Rolle's theorem is an important theorem among the class of results regarding the value of the derivative on an interval.

Statement

Let $f:[a,b]\rightarrow\mathbb{R}$

Let $f$ be continous on $[a,b]$ and differentiable on $(a,b)$

Let $f(a)=f(b)$

Then $\exists$ $c\in (a,b)$ such that $f'(c)=0$

Proof

The result is trivial for the case $f([a,b])=\{f(a)\}$. Hence, let us assume that $f$ is a non-constant function.

Let $M=\sup\{f([a,b]\}$ and $m=\inf\{f([a,b]\}$ Without loss of generality, we can assume that $M\neq f(a)$

By the Extremum value theorem, $\exists c\in (a,b)$ such that $f(c)=M$

Assume if possible $f'(c)>0$

Let $\epsilon=\frac{f'(c)}{2}$

Hence, $\exists \delta>0$ such that $x\in V_{\delta}(c)\implies |\frac{f(x)-f(c)}{x-c}-f'(c)|<\epsilon$

i.e. $\forall x\in V_{\delta}(c)$, $\frac{f(x)-f(c)}{x-c}>0$

Thus we have that $f(x)>f(c)$ if $x\in (c,c+\delta)$, contradicting the assumption that $f(c)$ is a maximum.

Similarly we can show that $f'(c)<0$ leads to contradiction.

Therefore, $f'(c)=0$

QED

See Also