Calculus/Fundamental Theorem of Calculus

From testwiki
Jump to navigation Jump to search

Template:Calculus/Top Nav

The fundamental theorem of calculus is a critical portion of calculus because it links the concept of a derivative to that of an integral. As a result, we can use our knowledge of derivatives to find the area under the curve, which is often quicker and simpler than using the definition of the integral.

As an illustrative example see § Template:Calculus/map page for the connection of natural logarithm and 1/x.

Mean Value Theorem for Integration

We will need the following theorem in the discussion of the Fundamental Theorem of Calculus.

Template:Calculus/Def

Proof of the Mean Value Theorem for Integration

f(x) satisfies the requirements of the Extreme Value Theorem, so it has a minimum m and a maximum M in [a,b] . Since

abf(x)dx=limnk=1nf(xk*)ban=limnbank=1nf(xk*)

and since

mf(xk*)M for all xk*[a,b]

we have

limnbank=1nmlimnbank=1nf(xk*)limnbank=1nMlimnmnbanabf(x)dxlimnMnbanlimnm(ba)abf(x)dxlimnM(ba)m(ba)abf(x)dxM(ba)m1baabf(x)dxM

Since f is continuous, by the Intermediate Value Theorem there is some f(c) with c[a,b] such that

1baabf(x)dx=f(c)

Fundamental Theorem of Calculus

Template:Wikipedia

Statement of the Fundamental Theorem

Suppose that f is continuous on [a,b] . We can define a function F by

F(x)=axf(t)dtfor x[a,b]

Template:Calculus/Def

When we have such functions F and f where F(x)=f(x) for every x in some interval I we say that F is the antiderivative of f on I.

Template:Calculus/Def

Figure 1

Note: a minority of mathematicians refer to part one as two and part two as one. All mathematicians refer to what is stated here as part 2 as The Fundamental Theorem of Calculus.

Proofs

Proof of Fundamental Theorem of Calculus Part I

Suppose x(a,b) . Pick Δx so that x+Δx(a,b) . Then

F(x)=axf(t)dt

and

F(x+Δx)=ax+Δxf(t)dt

Subtracting the two equations gives

F(x+Δx)F(x)=ax+Δxf(t)dtaxf(t)dt

Now

ax+Δxf(t)dt=axf(t)dt+xx+Δxf(t)dt

so rearranging this we have

F(x+Δx)F(x)=xx+Δxf(t)dt

According to the Mean Value Theorem for Integration, there exists a c[x,x+Δx] such that

xx+Δxf(t)dt=f(c)Δx

Notice that c depends on Δx . Anyway what we have shown is that

F(x+Δx)F(x)=f(c)Δx

and dividing both sides by Δx gives

F(x+Δx)F(x)Δx=f(c)

Take the limit as Δx0 we get the definition of the derivative of F at x so we have

F(x)=limΔx0F(x+Δx)F(x)Δx=limΔx0f(c)

To find the other limit, we will use the squeeze theorem. c[x,x+Δx] , so xcx+Δx . Hence,

limΔx0[x+Δx]=xlimΔx0c=x

As f is continuous we have

F(x)=limΔx0f(c)=f(limΔx0c)=f(x)

which completes the proof.

Proof of Fundamental Theorem of Calculus Part II

Define P(x)=axf(t)dt . Then by the Fundamental Theorem of Calculus part I we know that P is differentiable on (a,b) and for all x(a,b)

P(x)=f(x)

So P is an antiderivative of f . Since we were assuming that F was also an antiderivative for all x(a,b) ,

P(x)=F(x)P(x)F(x)=0(P(x)F(x))=0

Let g(x)=P(x)F(x) . The Mean Value Theorem applied to g(x) on [a,ξ] with a<ξ<b says that

g(ξ)g(a)ξa=g(c)

for some c in (a,ξ) . But since g(x)=0 for all x in [a,b] , g(ξ) must equal g(a) for all ξ in (a,b) , i.e. g(x) is constant on (a,b) .

This implies there is a constant C=g(a)=P(a)F(a)=F(a) such that for all x(a,b) ,

P(x)=F(x)+C

and as g is continuous we see this holds when x=a and x=b as well. And putting x=b gives

abf(t)dx=P(b)=F(b)+C=F(b)F(a)

Notation for Evaluating Definite Integrals

The second part of the Fundamental Theorem of Calculus gives us a way to calculate definite integrals. Just find an antiderivative of the integrand, and subtract the value of the antiderivative at the lower bound from the value of the antiderivative at the upper bound. That is

abf(x)dx=F(b)F(a)

where F(x)=f(x) . As a convenience, we use the notation

F(x)|ab

to represent F(b)F(a)

Integration of Polynomials

Using the power rule for differentiation we can find a formula for the integral of a power using the Fundamental Theorem of Calculus. Let f(x)=xn . We want to find an antiderivative for f . Since the differentiation rule for powers lowers the power by 1 we have that

ddxxn+1=(n+1)xn

As long as n+10 we can divide by n+1 to get

ddx(xn+1n+1)=xn=f(x)

So the function F(x)=xn+1n+1 is an antiderivative of f . If 0[a,b] then F is continuous on [a,b] and, by applying the Fundamental Theorem of Calculus, we can calculate the integral of f to get the following rule.

Template:Calculus/Def

Notice that we allow all values of n , even negative or fractional. If n>0 then this works even if [a,b] includes 0 .

Template:Calculus/Def

Examples
  • To find 12x3dx we raise the power by 1 and have to divide by 4. So
12x3dx=x44|12=244144=154
  • The power rule also works for negative powers. For instance
13dxx3=13x3dx=x22|13=12(3212)=12(1321)=12(191)=1289=49
  • We can also use the power rule for fractional powers. For instance
05xdx=05x12dx=xx32|05=23(532032)=1053
  • Using linearity the power rule can also be thought of as applying to constants. For example,
=3117dx=3117x0dx=7311x0dx=7x|311=7(113)=56
  • Using the linearity rule we can now integrate any polynomial. For example
03(3x2+4x+2)dx=(x3+2x2+2x)|03=33+232+230=27+18+6=51

Exercises

Template:Question-answer

Template:Question-answer

Template:Question-answerTemplate:Question-answerTemplate:Question-answer

Template:Question-answer Template:Question-answerTemplate:Question-answerTemplate:Question-answer

Template:Question-answer Template:Noprint

Template:Calculus/Top Nav Template:Calculus/TOC