Art of Problem Solving

Mean Value Theorem: Difference between revisions

mNo edit summary
Zsp (talk | contribs)
mNo edit summary
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 [[continuous]] 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''' 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


<cmath>f(c)=\dfrac{1}{b-a}\int_{a}^{b}f(x)dx.</cmath>
<cmath>f(c)=\dfrac{1}{b-a}\int_{a}^{b}f(x)dx.</cmath>

Revision as of 11:03, 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]$.

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