Difference between revisions of "Mean Value Theorem"

m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''Mean Value Theorem''' states that if <math>a < b</math> are [[real number]]s and the [[function]] <math>f:[a,b] \to \mathbb{R}</math> is [[differentiable]] on the [[interval]] <math>(a,b)</math>, then there exists a value <math>c</math> in <math>(a,b)</math> such that
+
The Mean Value Theorem (often abbreviated MVT) is considered one of the most important results in [[real analysis]]. An elegant proof of the [[Fundamental Theorem of Calculus]] can be given using Mean Value Theorem.
  
<cmath>f(c)=\dfrac{1}{b-a}\int_{a}^{b}f(x)dx.</cmath>
+
== Statement ==
 +
Let <math>f:[a,b]\rightarrow\mathbb R</math> be differentiable function on the [[interval]] <math>(a,b)</math>. The '''Mean Value Theorem''' states there exists a point <math>c\in(a,b)</math> such that <cmath>f'(c)=\frac{f(b)-f(a)}{b-a}.</cmath>
  
In words, there is a number <math>c</math> in <math>(a,b)</math> such that <math>f(c)</math> equals the average value of the function in the interval <math>[a,b]</math>.
+
== Proof ==
 
+
Note that <math>\frac{f(b)-f(a)}{b-a}</math> is the slope of the [[secant]] [[line]] which passes through the graph of <math>f</math> at points <math>(a,f(a))</math> and <math>(b,f(b))</math>. Let <math>g(x)=f(x)-\frac{f(b)-f(a)}{b-a}(x-a)</math>. As <math>g</math> is continuous on <math>[a,b]</math> since it is the linear combinatoin of the continuous functions <math>f(x)</math> and <math>(x-a)</math>, and that <cmath>g'(x)=f'(x)-\frac{f(b)-f(a)}{b-a}.</cmath> Since <math>g</math> is differentiable on <math>(a,b)</math> and <math>g(a)=g(b)=f(a)</math>, by [[Rolle's Theorem]], there exists some <math>c\in(a,b)</math> such that <math>g'(c)=0</math>. Thus <cmath>f'(c)=g'(c)+\frac{f(b)-f(a)}{b-a}=\frac{f(b)-f(a)}{b-a}</cmath> as desired. <math>\fbox{}</math>
[b]Proof:[/b]
 
 
 
 
 
 
 
[b]Other:[/b]
 
 
 
Rolle's Theorem is a sub-case of this theorem. It states that if <math>f(a)=f(b)=0</math> for two real numbers a and b, then there is a real number c such that <math>a<c<b</math> and <math>f'(c)=0</math>.
 
  
 
{{stub}}
 
{{stub}}

Latest revision as of 18:19, 18 September 2020

The Mean Value Theorem (often abbreviated MVT) is considered one of the most important results in real analysis. An elegant proof of the Fundamental Theorem of Calculus can be given using Mean Value Theorem.

Statement

Let $f:[a,b]\rightarrow\mathbb R$ be differentiable function on the interval $(a,b)$. The Mean Value Theorem states there exists a point $c\in(a,b)$ such that \[f'(c)=\frac{f(b)-f(a)}{b-a}.\]

Proof

Note that $\frac{f(b)-f(a)}{b-a}$ is the slope of the secant line which passes through the graph of $f$ at points $(a,f(a))$ and $(b,f(b))$. Let $g(x)=f(x)-\frac{f(b)-f(a)}{b-a}(x-a)$. As $g$ is continuous on $[a,b]$ since it is the linear combinatoin of the continuous functions $f(x)$ and $(x-a)$, and that \[g'(x)=f'(x)-\frac{f(b)-f(a)}{b-a}.\] Since $g$ is differentiable on $(a,b)$ and $g(a)=g(b)=f(a)$, by Rolle's Theorem, there exists some $c\in(a,b)$ such that $g'(c)=0$. Thus \[f'(c)=g'(c)+\frac{f(b)-f(a)}{b-a}=\frac{f(b)-f(a)}{b-a}\] as desired. $\fbox{}$

This article is a stub. Help us out by expanding it.