Calculus/Mean Value Theorem for Functions

From testwiki
Revision as of 03:52, 4 March 2008 by imported>Zginder (Definition of Derivative: {{Calculus:TOC}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Mean Value Theorem

If f(x)  is continuous on the closed interval [a,b]  and differentiable on the open interval (a,b) , there exists a number, c , in the open interval ]a,b[  such that

f(c)=ddx[f(c)]=f(b)f(a)ba.

Examples

What does this mean? As usual, let us utilize an example to grasp the concept. Visualize (or graph) the function f(x)=x3. Choose an interval (anything will work), but for the sake of simplicity, [0,2]. Draw a line going from point (0,0) to (2,8). Between the points x = 0 and x = 2 exists a number x = c, where the derivative of f at point c is equal to the slope of the line you drew.

Solution:

1:Using the definition of the mean value theorem

f(b)f(a)ba insert values. Our chosen interval is [0,2]. So,

we have f(2)f(0)20 = 82 =4

2: By the definition of the mean value theorem, we know that somewhere in the interval exists a point that has the same slope as that point. Thus, let us take the derivative to find this point x = c.

dydx=3x2. Now, we know that the slope of the point is 4. So, the derivative at this point c is 4. Thus, 4=3x2. The square root of 4/3 is the point.

Example 2: Find the point that satisifes the mean value theorem on the functionF(x)=sin(x) and the interval [0,pi]

Solution:

1: Always start with the defintion: f(b)f(a)ba.

so, sin(π)sin(0)π0 = 0. (Remember, sin(π) and sin(0) are both 0).

2: Now that we have the slope of the line, we must find the point x=c that has the same slope. We must now get the derivative!

dsin(x)dx =cos(x) = 0. The Cosine function is 0 at π/2+πn. Remember, we are bound by the interval [0,π], so π/2 is the point c that satisfies the Mean Value Theorem.


To expand on this, the "Mean" in Mean Value Theorem refers to the average rate of change along the interval. The line (it is a "secant line", as it touches in two places, the two endpoints) has a slope that is the average slope value along that curve bounded by the endpoints [a,b].

Proof that f'(c) is actually the average rate of change over the interval [a,b]:

Let f'(k) be the average rate of change over the interval [a,b] for n number of estimations. Then

f(k) 1n(f(x1)+f(x2)+...+f(xn1)+f(xn))
1ni=1nf(xi)

Taking the limit of the expression above yields the precise value for f'(k)

f(k)=limn1ni=1nf(xi)

Multiply the top and bottom of the summation argument by b-a

f(k)=limn1ni=1nf(xi)(baba)

Regroup the factors in a convenient manner

f(k)=limn1bai=1nf(xi)(ban)

Notice that ban=Δx. Then

f(k)=limn1bai=1nf(xi)Δx

By definition of the definite integral

f(k)=1baabf(x)dx

And by the Fundamental Theorem of Calculus

f(k)=1ba(f(b)f(a)) and
f(c)=f(b)f(a)ba=f(k)


Differentials

Assume a function y=f(x) that is differentiable in the open interval (a,b) that contains x. Δy=dydx Δx

The "Differential of x" is the Δx. This is an approximate change in x and can be considered "equivalent" to dx. The same holds true for y. What is this saying? One can approximate a change in y by knowing a change in x and a change in x at a point very nearby. Let us view an example.

Example: A schoolteacher has asked her students to discover what 4.12 is. The students, bereft of their calculators, are too lazy to multiply this out by hand or in their head and desire to utilize calculus. How can they approximate this?

1: Set up a function that mimics the procedure. What are they doing? They are taking a number (Call it x) and they are squaring it to get a new number (call it y). Thus, y = x^2 Write yourself a small chart. Make notes of values for x, y, Δx, Δy, and dydx. We are seeking what y really is, but we need the change in y first.

2: Choose a number close by that is easy to work with. Four is very close to 4.1, so write that down as x. Your δx is .1 (This is the "change" in x from the approximation point to the point you chose.)

3: Take the derivative of your function.

dydx=2x. Now, "split" this up (This is not really what is happening, but to keep things simple, assume you are "multiplying" dx over.)

3b. Now you have dy=2xdx. We are assuming dy and dx are approximately the same as the change in x, thus we can use Δx and y.

3c. Insert values: dy=24.1. Thus, dy =.8.

4: To find F(4.1), take F(4)+dy to get an approximation. 16 + .8 = 16.8; This approximation is nearly exact (The real answer is 16.81. This is only one hundredth off!)

Definition of Derivative

The exact value of the derivative at a point is the rate of change over an infinitely small distance, approaching zero. Therefore, if h approaches 0 and the function is f(x):

f(x)=f(x+h)f(x)(x+h)x

If h approaches 0, then:

f(x)=limh0f(x+h)f(x)h

Template:Calculus:TOC