Calculus/Some Important Theorems

From testwiki
Jump to navigation Jump to search

Template:Calculus/Top Nav

This section covers three theorems of fundamental importance to the topic of differential calculus: The Extreme Value Theorem, Rolle's Theorem, and the Mean Value Theorem. It also discusses the relationship between differentiability and continuity.

Extreme Value Theorem

Classification of Extrema

We start out with some definitions. Template:Calculus/Def Template:Calculus/Def Maxima and minima are collectively known as extrema.

The Extreme Value Theorem

Template:Calculus/Def The Extreme Value Theorem is a fundamental result of real analysis whose proof is beyond the scope of this text. However, the truth of the theorem allows us to talk about the maxima and minima of continuous functions on closed intervals without concerning ourselves with whether or not they exist. When dealing with functions that do not satisfy the premises of the theorem, we will need to worry about such things. For example, the unbounded function f(x)=x has no extrema whatsoever. If f(x) is restricted to the semi-closed interval [0,1) , then f has a minimum value of 0 at x=0 , but it has no maximum value since, for any given value c[0,1) , one can always find a larger value of f(x) for x[0,1) , for example by forming f(d) , where d is the average of c with 1. The function g(x)=1x has a discontinuity at x=0 . g(x) fails to have any extrema in any closed interval around x=0 since the function is unbounded below as one approaches 0 from the left, and it is unbounded above as one approaches 0 from the right. (In fact, the function is undefined for x=0 . However, the example is unaffected if g(0) is assigned any arbitrary value.)

The Extreme Value Theorem is an existence theorem. It tells us that global extrema exist if certain conditions are met, but it doesn't tell us how to find them. We will discuss how to determine the extrema of continuous functions in the section titled Extrema and Points of Inflection.

Rolle's Theorem

Template:Calculus/Def Rolle's Theorem is important in proving the Mean Value Theorem. Intuitively it says that if you have a function that is continuous everywhere in an interval bounded by points where the function has the same value, and if the function is differentiable everywhere in the interval (except maybe at the endpoints themselves), then the function must have zero slope in at least one place in the interior of the interval.

Proof of Rolle's Theorem

If f is constant on [a,b] , then f(x)=0 for every x[a,b] , so the theorem is true. So for the remainder of the discussion we assume f is not constant on [a,b] .

Since f satisfies the conditions of the Extreme Value Theorem, f must attain its maximum and minimum values on [a,b] . Since f is not constant on [a,b] , the endpoints cannot be both maxima and minima. Thus, at least one extremum exists in (a,b) . We can suppose without loss of generality that this extremum is a maximum because, if it were a minimum, we could consider the function f instead. Let f(c) with c(a,b) be a maximum. It remains to be shown that f(c)=0 .

By the definition of derivative, f(c)=limh0f(c+h)f(c)h . By substituting h=xc , this is equivalent to limxcf(x)f(c)xc . Note that f(x)f(c)0 for all x[a,b] since f(c) is the maximum on [a,b] .

limxcf(x)f(c)xc0 since it has non-positive numerator and negative denominator.

limxc+f(x)f(c)xc0 since it has non-positive numerator and positive denominator.

The limits from the left and right must be equal since the function is differentiable at c , so limxcf(x)f(c)xc=0=f(c) .

Exercise

Template:Question-answer

Mean Value Theorem

Template:Calculus/Def

The Mean Value Theorem is an important theorem of differential calculus. It basically says that for a differentiable function defined on an interval, there is some point on the interval whose instantaneous slope is equal to the average slope of the interval. Note that Rolle's Theorem is the special case of the Mean Value Theorem when f(a)=f(b) .

In order to prove the Mean Value Theorem, we will prove a more general statement, of which the Mean Value Theorem is a special case. The statement is Cauchy's Mean Value Theorem, also known as the Extended Mean Value Theorem.

Cauchy's Mean Value Theorem

Template:Calculus/Def

To prove Cauchy's Mean Value Theorem, consider the function

h(x)=f(x)(g(b)g(a))g(x)(f(b)f(a))f(a)g(b)+f(b)g(a)

Since both f and g are continuous on [a,b] and differentiable on (a,b) , so is h .

h(x)=f(x)(g(b)g(a))g(x)(f(b)f(a))

Since h(a)=h(b) (see the exercises), Rolle's Theorem tells us that there exists some number c(a,b) such that h(c)=0 . This implies that

f(c)(g(b)g(a))=g(c)(f(b)f(a))

which is what was to be shown.

Exercises

Template:Question-answer

Template:Question-answer

Template:Question-answer

Template:Question-answer Template:Noprint

Differentiability Implies Continuity

If f(x0) exists then f is continuous at x0 . To see this, note that limxx0(xx0)f(x0)=0 . But

limxx0(xx0)f(x0)=limxx0(xx0)f(x)f(x0)xx0=limxx0(f(x)f(x0))=limxx0f(x)f(x0)

This implies that limxx0f(x)f(x0)=0 or limxx0f(x)=f(x0) , which shows that f is continuous at x=x0 .

The converse, however, is not true. Take f(x)=|x| , for example. f is continuous at 0 since limx0|x|=limx0x=0 and limx0+|x|=limx0+x=0 and |0|=0 , but it is not differentiable at 0 since limh0|0+h||0|h=limh0hh=1 but limh0+|0+h||0|h=limh0+hh=1 .

Template:Calculus/Top Nav Template:Calculus/TOC