Mean value theorem

Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


For any function that is continuous on [a, b] and differentiable on (a, b) there exists some c in the interval (a, b) such that the secant joining the endpoints of the interval [a, b] is parallel to the tangent at c.
For any function that is continuous on [ab] and differentiable on (ab) there exists some c in the interval (ab) such that the secant joining the endpoints of the interval [ab] is parallel to the tangent at c.

In calculus, the mean value theorem states, roughly, that given a section of a smooth curve, there is a point on that section at which the derivative (slope) of the curve is equal (parallel) to the "average" derivative of the section.[1] It is used to prove theorems that make global conclusions about a function on an interval starting from local hypotheses about derivatives at points of the interval.

This theorem can be understood concretely by applying it to motion: if a car travels one hundred miles in one hour, so that its average speed during that time was 100 miles per hour, then at some time its instantaneous speed must have been exactly 100 miles per hour.

An early version of this theorem was first described by Parameshvara (1370–1460) from the Kerala school of astronomy and mathematics in his commentaries on Govindasvāmi and Bhaskara II.[2] The mean value theorem in its modern form was later stated by Augustin Louis Cauchy (1789–1857). It is one of the most important results in differential calculus, as well as one of the most important theorems in mathematical analysis, and is essential in proving the fundamental theorem of calculus. The mean value theorem can be used to prove Taylor's theorem, of which it is a special case.

Formal statement

Template:Calculus

Let f : [a, b] → R be a continuous function on the closed interval [a, b], and differentiable on the open interval (a, b), where Then there exists some c in (a, b) such that
<math>f ' (c) = \frac{f(b) - f(a)}{b - a}.</math>

The mean value theorem is a generalization of Rolle's theorem, which assumes f(a) = f(b), so that the right-hand side above is zero.

The mean value theorem is still valid in a slightly more general setting, one only needs to assume that f : [a, b] → R is continuous on [a, b], and that for every x in (a, b) the limit

<math>\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}</math>

exists as a finite number or equals +∞ or −∞. If finite, that limit equals f' (x). An example where this version of the theorem applies is given by the real-valued cube root function mapping x to x1/3, whose derivative tends to infinity at the origin.

Proof

The expression (f(b) − f(a)) / (b − a) gives the slope of the line joining the points (a,f(a)) and (b,f(b)), which is a chord of the graph of f, while f ′(x) gives the slope of the tangent to the curve at the point (x,f(x)). Thus the Mean value theorem says that given any chord of a smooth curve, we can find a point lying between the end-points of the chord such that the tangent at that point is parallel to the chord. The following proof illustrates this idea.

Define g(x) = f(x) + rx, where r is a constant. Since f is continuous on [a, b] and differentiable on (a, b), the same is true of g. We now want to choose r so that g satisfies the conditions of Rolle's theorem. But

<math>\begin{align}g(a)=g(b)&\Leftrightarrow f(a)+ra=f(b)+rb\\&\Leftrightarrow r=-\frac{f(b)-f(a)}{b-a}\cdot\end{align}</math>

By Rolle's theorem, since g is continuous and g(a) = g(b), there is some c in (a, b) for which g '(c) = 0, and it follows from the equality g(x) = f(x) + rx that,

<math>f '(c)=g '(c)-r=0-r=\frac{f(b)-f(a)}{b-a}</math>

as required.

Cauchy's mean value theorem

Cauchy's mean value theorem, also known as the extended mean value theorem, is the more general form of the mean value theorem. It states: If functions f and g are both continuous on the closed interval [a,b], and differentiable on the open interval (a, b), then there exists some c ∈ (a,b), such that

File:Cauchy.png
Geometrical meaning of Cauchy's theorem.
<math>(f(b)-f(a))g'(c)=(g(b)-g(a))f'(c).\,</math>

Of course, if g(a) ≠ g(b) and if g′(c) ≠ 0, this is equivalent to:

<math>\frac{f'(c)}{g'(c)}=\frac{f(b)-f(a)}{g(b)-g(a)}\cdot</math>

Geometrically, this means that there is some tangent to the graph of the curve

<math>\begin{array}{ccc}[a,b]&\longrightarrow&\mathbb{R}^2\\t&\mapsto&\bigl(f(t),g(t)\bigr),\end{array}</math>

which is parallel to the line defined by the points (f(a),g(a)) and (f(b),g(b)). However Cauchy's theorem does not claim the existence of such a tangent in all cases where (f(a),g(a)) and (f(b),g(b)) are distinct points, since it might be satisfied only for some value c with f′(c) = g′(c) = 0, in other words a value for which the mentioned curve is stationary; in such points no tangent to the curve is likely to be defined at all. An example of this situation is the curve given by

<math>t\mapsto(t^3,1-t^2),</math>

which on the interval [−1,1] goes from the point (−1,0) to (1,0), yet never has a horizontal tangent; however it has a stationary point (in fact a cusp) at t  = 0.

Cauchy's mean value theorem can be used to prove l'Hôpital's rule. The mean value theorem is the special case of Cauchy's mean value when <math>g(t) = t</math>.

Proof of Cauchy's mean value theorem

The proof of Cauchy's mean value theorem is based on the same idea as the proof of the mean value theorem. First we define a new function h from [a,b] into R and then we aim to transform this function so that it satisfies the conditions of Rolle's theorem. Let

<math>h(x)=(f(b)-f(a))(g(x)-g(a))-(g(b)-g(a))(f(x)-f(a)).\,</math>

Since h is continuous and h(a) = h(b), by Rolle's theorem, there exists some c in (a, b) such that h′(c) = 0. But

<math>\begin{align}h'(c)=0&\Leftrightarrow (f(b)-f(a))g'(c)-(g(b)-g(a))f'(c)=0\\&\Leftrightarrow (f(b)-f(a))g'(c)=(g(b)-g(a))f'(c).\end{align}</math>

Mean value theorems for integration

The first mean value theorem for integration states

If G : [a, b] → R is a continuous function and φ : [a, b] → R is an integrable positive function, then there exists a number x in (a, b) such that
<math>\int_a^b G(t)\varphi (t) \, dt=G(x) \int_a^b \varphi (t) \, dt.</math>

In particular for φ(t) = 1, there exists x in (a, b) such that

<math>\int_a^b G(t) \, dt=\ G(x)(b - a).\,</math>

There are various slightly different theorems called the second mean value theorem for integration. A commonly found version is as follows:

If G : [a, b] → R is a positive monotonically decreasing function and φ : [a, b] → R is an integrable function, then there exists a number x in (a, b] such that
<math> \int_a^b G(t)\varphi(t)\,dt = G(a+0) \int_a^x \varphi(t)\,dt. </math>

Here G(a + 0) stands for limx↓aG(x), the existence of which follows from the conditions. Note that it is essential that the interval (a, b] contains b. A variant not having this requirement is:

If G : [a, b] → R is a monotonic (not necessarily decreasing and positive) function and φ : [a, b] → R is an integrable function, then there exists a number x in (a, b) such that
<math> \int_a^b G(t)\varphi(t)\,dt = G(a+0) \int_a^x \varphi(t)\,dt + G(b-0) \int_x^b \varphi(t)\,dt. </math>

This variant was proved by Hiroshi Okamura in 1947.[citation needed]

See also

References

External links

ar:مبرهنة القيمة الوسطى cs:Věta o střední hodnotě diferenciálního počtu da:Middelværdisætningen de:Mittelwertsatz der Differentialrechnung et:Lagrange'i keskväärtusteoreem eu:Batazbesteko balioaren teorema it:Teorema di Lagrange he:משפט הערך הממוצע של לגראנז' lt:Lagranžo vidutinės reikšmės teorema hu:Lagrange-féle középértéktétel mk:Теореми за средна вредност nl:Middelwaardestelling sl:Izrek o povprečni vrednosti fi:Differentiaalilaskennan väliarvolause sv:Medelvärdessatsen th:ทฤษฎีบทค่าเฉลี่ย uk:Теорема Лагранжа


Template:WikiDoc Sources