Art of Problem Solving

Mean Value Theorem: Difference between revisions

Zsp (talk | contribs)
mNo edit summary
Flyrain (talk | contribs)
No edit summary
Line 4: Line 4:


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>.
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>.
[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}}

Revision as of 15:39, 19 November 2016

The Mean Value Theorem states that if $a < b$ are real numbers and the function $f:[a,b] \to \mathbb{R}$ is differentiable on the interval $(a,b)$, then there exists a value $c$ in $(a,b)$ such that

\[f(c)=\dfrac{1}{b-a}\int_{a}^{b}f(x)dx.\]

In words, there is a number $c$ in $(a,b)$ such that $f(c)$ equals the average value of the function in the interval $[a,b]$.

[b]Proof:[/b]


[b]Other:[/b]

Rolle's Theorem is a sub-case of this theorem. It states that if $f(a)=f(b)=0$ for two real numbers a and b, then there is a real number c such that $a<c<b$ and $f'(c)=0$.

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