Top Banner
8 | The Definite Integral Chapter 2 The Definite Integral 2.1 Introduction to Area Two problems, both from geometry, motivate the two most important ideas in calculus. The problem of finding the tangent line led us to the derivative. The problem of finding area will lead us to the definite integral. For polygons (closed plane regions hounded by line segments), the problem of finding area is hardly a problem at all. We start by defining the area of a rectangle to be the familiar length times width, and from this we successively derive the formulas for the area of a parallelogram, a triangle, and any polygon. The sequence of figures in Figure 1 suggests how this is done. Even in this simple setting, it is clear that area should satisfy five properties. 1. The area of a plane region is a nonnegative (real) number. 2. The area of a rectangle is the product of its length and width (both measured in the same units). The result is in square units, for example, square feet or square centimeters. 3. Congruent regions have equal areas. 4. The area of the union of two regions that overlap only in a line segment is the sum of the areas of the two regions.
56
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 2

8 | T h e D e f i n i t e I n t e g r a l

Chapter 2

The Definite Integral

2.1 Introduction to Area

Two problems, both from geometry, motivate the two most important ideas in

calculus. The problem of finding the tangent line led us to the derivative. The

problem of finding area will lead us to the definite integral. For polygons (closed

plane regions hounded by line segments), the problem of finding area is hardly a

problem at all. We start by defining the area of a rectangle to be the familiar length

times width, and from this we successively derive the formulas for the area of a

parallelogram, a triangle, and any polygon. The sequence of figures in Figure 1

suggests how this is done. Even in this simple setting, it is clear that area should

satisfy five properties.

1. The area of a plane region is a nonnegative (real) number.

2. The area of a rectangle is the product of its length and width (both measured

in the same units). The result is in square units, for example, square feet or

square centimeters.

3. Congruent regions have equal areas.

4. The area of the union of two regions that overlap only in a line segment is the

sum of the areas of the two regions.

5. If one region is contained in a second region, then the area of the first region

is less than or equal to that of the second.

Figure 1

Page 2: Chapter 2

9 | T h e D e f i n i t e I n t e g r a l

When we consider a region with a curved boundary, the problem of assigning

area is more difficult. However, over 2000 years ago Archimedes provided the key

to a solution. Consider a sequence of inscribed polygons that approximate the curved

region with greater and greater accuracy. For example, for the circle of radius 1,

consider regular inscribed polygons P1 , P2 , P3 … with 4 sides, 8 sides, 16 sides, ... ,

as shown in Figure 2. The area of the circle is the limit as n → ∞ of the areas of Pn .

Thus, if A(F) denotes the area of a region F. Then

A(circle)¿ limn → ∞

A (P)

Figure 2

Archimedes went further, considering also circumscribed polygons T 1 , T 2, T 3 , . .

(Figure 3). He showed that you get the same value for the area of the circle of radius

1 (what we call π) whether you use inscribed or circumscribed polygons. It is just a

small step from what he did to our modern treatment of area.

Figure 3

Page 3: Chapter 2

10 | T h e D e f i n i t e I n t e g r a l

Sigma Notation

Our approach to finding the area of a curved region R will involve the

following steps:

1. Approximate the region R by n rectangles where the n rectangles taken together

either contain R. producing a circumscribed polygon, or are contained in R,

producing an inscribed polygon.

2. Find the area of each rectangle.

3. Sum the areas of the n rectangles.

4. Take the limit as n → ∞

If the limit of areas of inscribed and circumscribed polygons is the same, we call this

limit the area of the region R. Step 3, involving summing the areas of rectangles,

requires us to have a notation for summation, as well as some of its properties.

Consider, for example, the following sums:

12+22+32+42+…+1002

and

a1+a2+a3+a4+…+an

To indicate these sums in a compact way. We write these sums as

∑i=1

100

i2∧∑i=1

n

ai

respectively. Here ∑ (capital Greek sigma), which corresponds to the English S,

says that we are to sum (add) all numbers of the form indicated as the index i runs

through the positive integers, starting with the integer shown below and ending with

the integer above ∑ . Thus,

If all the c i in ∑i=1

n

ci have the same value, say c, then

Page 4: Chapter 2

11 | T h e D e f i n i t e I n t e g r a l

As a result,

In particular,

Properties of ∑Thought of as an operator,∑ operates on sequences, and it does so in a linear way

Teorema 2.1: Linearity of ∑

Proof

The proofs are easy; we consider only (i)

EXAMPLE 2.1

SOLUTION

Page 5: Chapter 2

12 | T h e D e f i n i t e I n t e g r a l

EXAMPLE 2.2

Show that :

SOLUTION

a. Here we should resist our inclination to apply linearity and instead write out the

sum, hoping for some nice cancellations

b. This follows immediately from part (a).

The symbol used for the index does not matter. Thus,

and all of these are equal to a1+a2+…+an. For this reason, the index is sometimes

called a dummy index.

Some Special Sum Formulas

When finding areas of regions we will often need to consider the sum of the

first a positive integers, as well as the sums of their squares, cubes, and so on. There

are nice formulas for these; proofs are discussed after Example 2.4.

Page 6: Chapter 2

13 | T h e D e f i n i t e I n t e g r a l

EXAMPLE 2.3

Find a formula for ∑j=1

n

( j+2 )( j−5)

SOLUTION We make use of linearity and Formulas 1 and 2 from above.

EXAMPLE 2.4

How many oranges are in the pyramid shown in Figure 4?

Figure 4

SOLUTION

Page 7: Chapter 2

14 | T h e D e f i n i t e I n t e g r a l

Proofs of Special Sum Formulas

To prove Special Sum Formula 1, we start with the identity

( i+1 )2 — i2=2i+1, sum both sides, apply Example 2 on the left, and use linearity on

the right.

Area by Inscribed Polygons

Consider the region R bounded by the parabola y=f (x )=x2, the x-axis,

and the vertical line x=2 (Figure 5). We refer to R as the region under the curve

y=12between x=0 and x=2. Our aim is to calculate its area A(R) .

Figure 5 Figure 6

Partition (as in Figure 6) the interval [0, 2] into n subintervals, each of length

∆ x=2/n by means of the n+1 points

Page 8: Chapter 2

15 | T h e D e f i n i t e I n t e g r a l

Thus

Consider the typical angle with base [ xi−1 , x i] and height f ( x i−1 ] ≠ x x−12 . Its area is f

(x i−1) ∆ x (see the upper-left part of Figure 7), The union k of all such rectangles

forms the inscribed polygon shown in the lower-right part of Figure 7, The area A( Rn

) can be calculated by summing the areas of these rectangles.

Now

Thus,

Page 9: Chapter 2

16 | T h e D e f i n i t e I n t e g r a l

We conclude that

Figure 7

The diagrams in Figure 8 should help you to visualize what is happening as a gets

larger and larger.

Figure 8

Page 10: Chapter 2

17 | T h e D e f i n i t e I n t e g r a l

Area by Circumscribed Polygons

Perhaps you are still not convinced that A ( R )=83

. We can give more evidence.

Consider the rectangle with base [ x i−1 , xi ] and height f (x i)=x i2 (shown at the upper

left in Figure 9). Its area is f (x i)∆ x. The union S, of all such rectangles forms a

circumscribed polygon for the region R, as shown at the lower right in Figure 9.

Figure 9

The area A(Sn) is calculated in analogy with the calculation of A(Rn)

As before,

and so

Again, we conclude that

Page 11: Chapter 2

18 | T h e D e f i n i t e I n t e g r a l

Exercises 2.1

In Problems 1-5, find the value of the indicated sum

1. ∑k =1

5

(2 k−1¿)¿

2. ∑n=1

61

n+1

3. ∑k =1

7 (−1)k 2k

k+1

4. ∑n=1

6

n cos(nπ)

5. ∑n=1

6

n sin ( nπ /2 )

In Problems 6-9, write the indicated sum in sigma notation

6. 1+3+5+…+51

7. 2+4+6+…+50

8. 1+ 12+ 1

3+…+ 1

100

9. 1−12+ 1

3−1

4+…− 1

100

In Problems 10-13, suppose that

∑i=1

10

ai=40 dan∑i=1

10

bi=50

Calculate each of the following

10. ∑i=1

10

(a i+bi)

11. ∑k =1

10

(3 a¿¿ k−2 bk)¿

Page 12: Chapter 2

19 | T h e D e f i n i t e I n t e g r a l

In Problem 12-15, use Special Sum Formula 1-4 to find each

12. ∑i=1

100

(3 i+2)

13. ∑k =1

10

( k3−k2 )

14. ∑i=1

10

[ (i−1 ) ( 4 i+3 ) ]

15. ∑n=1

100

5n2(n+4 )

Page 13: Chapter 2

20 | T h e D e f i n i t e I n t e g r a l

2.2 The Definite Integral

All the preparations have been made; we are ready to define the definite integral. The

Definite Integral Both Newton and Leibniz introduced early versions of this concept.

However, it was Georg Friedrich Bernhard Riernann (1826-1866) who gave us the

modern definition. In formulating this definition, we are guided by the ideas we

discussed in the previous section. The first notion is that of a Riemann sum.

Rieffiami Sums

Consider a function f defined on a closed interval [a, b]. It may have both positive

and negative values on the interval, and it does not even need to be continuous. Its

graph might look something like the one in Figure 1.

Figure 1

Consider a partition P of the interval [a, h] into n subintervals (not necessarily

of equal length) by means of points a=x0<x1<x2<⋯<xn−1<x0=b , and let

∆ x i=x i−x i−1 . On each subinterval [x i−1 , x i], pick an arbitrary point x i (which may

be an end point); we call it a sample point for the ith subinterval. An example of

these constructions is shown in Figure 2 for n = 6.

A Partition of [a,b] with Sample points x6

Figure 2

Page 14: Chapter 2

y

21 | T h e D e f i n i t e I n t e g r a l

We call the sum

Rp=∑i=1

n

f x i∆ x i

a Riemann sum for f corresponding to the partition P. Its geometric interpretation

is shown in Figure 3.

A Riemann sum interpreted as an algebraic sum of areas

∑i=1

6

f ( x i ) ∆ xi=A1+¿ A2+A3+ A4+A5+ A6 ¿

Figure 3

EXAMPLE 3.1

Evaluate the Riemann sum for f ( x )=x2+1 on the interval [-1, 2] using the equally

spaced partition points -1 < -0.5 < 0 < 0.5 < 1 < 1.5 < 2, with the sample point x i

being the midpoint of the ith subinterval.

SOLUTION

Note the picture in Figure 4.

Page 15: Chapter 2

22 | T h e D e f i n i t e I n t e g r a l

Figure 4

Rp=∑i=1

n

f x i∆ x i

¿ [ f (−0.75 )+f (−0.25 )+ f (0.25 )+ f (0.75 )+f (1.25 )+ f (1.75 ) ] (0.5 )

¿ [1.5625+1.0625+.0625+1.5625+2.5625+4.0625¿(0.5)]

¿5.9375

The functions in Figures 3 and 4 were positive. As a consequence of this, the

Riernann sum is simply the surn of the areas of the rectangles, But what iff , is

negative? In this case, a sample point x i with the property that f (x i)<0 will lead to a

rectangle that is entirely below the x-axis, and the product f (x i)∆ x i will be negative.

This means that the contribution of such a rectangle to the Riemann sum is negative.

Figure 5 illustrates this.

A Riemann sum interpreted as an algebraic sum of areas

Figure 5

Page 16: Chapter 2

23 | T h e D e f i n i t e I n t e g r a l

EXAMPLE 2.2 Evaluate the Riemann sum Rp for

f ( x )= (x+1 ) ( x−2 ) ( x−4 )=x3−5 x2+2x+8

on the interval [0, 5] using the partition P with partition points 0 < 1.1 < 2 < 3.2 < 4 <

5 and the corresponding sample points x1=0.5 , x2 = 1.5, x3 = 2.5, x4 =3.6, x5=5

SOLUTION

Rp=∑i=1

5

f ( x i ) ∆ xi

¿ f ( x1 ) ∆ x1+f ( x2 ) ∆ x2+ f ( x3 ) ∆ x3+ f ( x4 ) ∆ x4+ f ( x5 ) ∆ x5

¿ f (0,5 ) (1.1 — 0 )+f (1.5 ) (2 —1.1 )+ f (2.5 ) (3.2 — 2 )+¿

f (3+6)(4 — 3+2)+ f (5)(5 — 4)

= (7.875)(1.1) + (3.125)(O.9) + (-2.625)(1.2) + (-2.944)(0.8) + 18(1)

= 23.9698

The corresponding geometric picture appears in Figure 6.

Figure 6

Definition of the Definite Integral

Suppose now that P , ∆ x i ,and x i have the meanings discussed above. Also let ‖P‖,

called the norm of P, denote the length of the longest of the subintervals of the

partition P. For instance, in Example 1, ‖P‖= 0,5; in Example 2,‖P‖= 3,2 - 2 = 1,2.

Definition 3.1 Definite Integral

Page 17: Chapter 2

24 | T h e D e f i n i t e I n t e g r a l

Let f be a function that is defined on the closed interval [a,b]. If

lim‖P‖→ 0

∑i=1

n

f (¿¿x i)∆ x i ¿¿

exists, we say f that is iniegrable on [a,b]. Moreover, ∫a

b

f ( x )dx , called the definite

integral (or Riemann integral) of f from a to b, is then given by

∫a

b

f ( x )dx=¿ lim‖P‖→0

∑i=1

n

f (¿¿xi)∆ x i¿¿¿

The heart of the definition is the final line. The concept. captured in that

equation grows out of our discussion of area in the previous section. However, we.

Have considerably modified the notion presented there. For example, we now allow

f to be negative on part or all of [a,b], we use partitions with subintervals that may he

of unequal length, and we allow to be any point on the ith subinterval. Since we have

made these changes, it is important to state precisely how the definite integral relates

to area. In general,∫a

b

f (x )dx gives the signed area of the region trapped between the

curve y = f(x) and the x-axis on the interval [a, b], meaning that a positive sign is

attached to areas of parts above the x-axis, and a negative sign is attached to areas of

parts below the x-axis. In symbols,

∫a

b

f ( x )dx=Aup−Adown

where Aup and Adown are as shown in Figure 7.

Figure 7

The meaning of the word limit in the definition of the definite integral is

more general than in earlier usage and should be explained. The equality

Page 18: Chapter 2

25 | T h e D e f i n i t e I n t e g r a l

lim‖P‖→ 0

∑i=1

n

f ( xi ) ∆ x i=L

means that corresponding, to each ε>O, there is a δ > 0 such that

|∑i=1

n

f ( x i ) ∆ xi−L|<ε

for all Riernann sums ∑i=1

n

f xi ∆ x ifor f on [a, b] for which the norm ‖P‖= of the

associated partition is less than 6. In this case, we say that the indicated limit exists

and has the value L.

That was a mouthful, and we are not going to digest it just now. We simply

assert that the usual limit theorems also hold for this kind of limit.

Returning to the symbol ∫a

b

f (x )dx , we might call a the lower end point and b'

the upper end point for the integral. However, most authors use the terminology

lower limit of integration and upper limit of integration, which is tine provided we

realize that this usage of the word limit has nothing to do with its more technical

meaning.

In our definition of ∫a

b

f (x )dx , we implicitly assumed that a < b. We remove

that restriction with the following definitions.

∫a

b

f ( x )dx=0

∫a

b

f ( x )dx=−∫b

a

f ( x ) dx , a>b

Thus.

∫2

2

x3 dx=0 ,∫6

2

x3dx=−∫2

6

x3dx

Page 19: Chapter 2

26 | T h e D e f i n i t e I n t e g r a l

Finally, we point out that x is a dummy variable in the symbol ∫a

b

f (x )dx . By

this lyre mean that x can be replaced by any other letter (provided, of course, that it is

replaced in each place where. it occurs). Thus,

∫a

b

f (x )dx=¿∫a

b

f (t )dt=∫a

b

f (u)du¿

What Functions Are Integrable? Not every function is integrable on a closed

interval [a1 b]. For example., the unbounded function

f ( x )={ 1

x2

1

if x≠ 0if x=0

which is graphed in Figure 8, is not integrable on [-2, 2], It can be shown that for

this unbounded function, the Riemann sum can be made arbitrarily large. Therefore,

the limit of the Riemann sum over [-2, 2] does not exist.

y=f ( x )={1/x2 , x≠ 01 , x=0

Figure 8

Even some bounded functions can fail to be integrable, but they have to be pretty

complicated (see Problem 39 for one example). Theorem 3.1 (below) is the most

important theorem about integrability. Unfortunately.. it is too difficult to prove here:

we leave that for advanced calculus books.

Page 20: Chapter 2

27 | T h e D e f i n i t e I n t e g r a l

Theorem 3.1 Integrability Theorem

If f is bounded on[a,b] and if it is continuous there except at a finite number of points, then f is integrable on [a,b]. In particular, if f is continuous on the whole interval [a,b], it is integrable on [a,b].

As a consequence of this theorem, the following functions are integrable on

every closed interval [a, b].

1. Polynomial functions

2. Sine and cosine functions

3. Rational functions, provided that the interval [a, b ] contains no points where the. denominator is 0.

Calculating Definite Integrals

Knowing that a function is integrable allows us to calcalte its integral by using a

regular partition (i.e., a partition with equal-length subintervals) and by picking the

sample points 1 in any way that is convenient for us. Examples 3 and 4 involve

polynomials, which we just learned are integrable.

EXAMPLE 3 Evaluate ∫−2

3

( x+3 ) dx

SOLUTION Partition the interval [-2,3] into n equal subintervals, each of length

∆ x=5n

.In each subinterval [xi _ j, xj. use ,Ti = xi as the sample point.

Then

x0=−2

x1=−2+∆ x=−2+5n

x2=−2+2∆ x=−2+2 (5n )

x i=−2+i ∆ x=−2+i( 5n )

xn=−2+n ∆ x=−2+n( 5n )=3

Page 21: Chapter 2

28 | T h e D e f i n i t e I n t e g r a l

Thus, f ( x i )=xi+3=1+i( 5n ) ,∧so

∑i=1

n

f ( x i ) ∆ xi=∑i=1

n

f ( x i ) ∆ x

¿∑i=1

n [1+i( 5n )] 5

n

¿ 5n∑i=1

n

1+ 25n2 ∑

i=1

n

i

¿ 5n

(n )+ 25n2 [ n(n+1)

2 ] (Spesial∑ Formula 1)

¿5+ 252 (1+ 1

n )Since P is a regular partition,‖P‖→ 0 is equivalent to n → ∞.We conclude that

∫−2

3

( x+3 ) dx=¿ lim‖P‖→ 0

∑i=1

n

f ( x i ) ∆ x i ¿

¿ limn→ ∞ [5+ 25

2 (1+ 1n )]=35

2

We can easily check our answer, since the required integral gives the area of

the trapezoid in Figure 9, The familiar trapezoidal area formula A=12

(a+b )h gives

12

(1+6 ) 5=35 /2.

Page 22: Chapter 2

29 | T h e D e f i n i t e I n t e g r a l

∫−2

3

( x+3 ) dx=A=352

Figure 9

EXAMPLE 4 Evaluate ∫−1

3

(2 x¿¿2−8)dx ¿

SOLUTION No formulas from elementary geometry will help here. Figure 10

suggests that the integral is equal to −A1+ A2, where A1and A2 are the areas of the

regions below and above the x-axis.

Figure 10

Let P be a regular partition of [-1, 3] into n equal subintervals, each of length

∆ x= 4n

. In each subinterval ¿ ],choose x ito be the. right end point, so x i=x i. Then

x i=−1+i ∆ x=−1+i( 4n )

and

Page 23: Chapter 2

30 | T h e D e f i n i t e I n t e g r a l

f ( x i )=2x i2−8=2[−1+i( 4

n )]2

−8 ¿−6−16 in

+ 32 t2

n2

Consequently,∑i=1

n

f ( x i ) ∆ xi=∑i=1

n

f ( x i ) ∆ x

¿∑i=1

n [−6−16n

i+ 32t 2

n2 ] 4n

¿−24n∑i=1

n

1−¿ 64n2 ∑

i=1

n

i+ 128n3 ∑

i=1

n

i2¿

=−24

n(n )−64

n2

n(n+1)2

+128

n3

n (n+1 )(2n+1)6

¿−24−32(1+1n )+ 128

6 (2+3n+

1

n2 )We conclude that

∫−1

3

(2 x2−8 ) dx=¿ lim‖P‖→0

∑i=1

n

f ( x i ) ∆ xi ¿

¿ limn → ∞ [−24−32(1+ 1

n )+ 1286 ](2+ 3

n+ 1

n2 ) ¿−24−32+128

3=−40

3

That the answer is negative is not surprising, since the region below the. x-axis

appears to be larger than the one above the x-axis (Figure 10), Our answer is close to

the estimate given in the margin note COMMON SENSE; this reassures us that our

answer is likely to he correct

The Interval Additive Property

Our definition of the definite integral was motivated by the problem of area for

curved regions. Consider the two curved regions R1 and R2 in Figure 11 and let

R = R1 U R2. It is clear that

Page 24: Chapter 2

31 | T h e D e f i n i t e I n t e g r a l

Figure 11

A(R) = A ( R1U R2) = A( R1) + A( R2)

which suggests that

∫a

c

f ( x )dx=¿∫a

b

f ( x )dx+∫b

c

f (x ) dx ¿

We quickly point out that this does not constitute a proof of this fact about integrals,

since, first of all, our discussion of area in Section 4.1 was rather informal and,

second, our diagram supposes that f is positive.. which it need not be. Nevertheless,

definite in do satisfy this in additive property, and they do it no matter how the three

points a, b, and c are arranged. We leave the rigorous proof to more advanced works.

Theorem 3.2 Interval Additive property

If f is integrable on an interval containing the points a, b, and c, then

∫a

c

f ( x )dx=¿∫a

b

f ( x )dx+∫b

c

f (x ) dx ¿

no matter what the order of a, b, and c.

For example,

∫0

2

x2 dx=¿∫0

1

x2dx+∫1

2

x2 dx¿

which most people readily believe. But it is also true that

∫0

2

x2 dx=¿∫0

3

x2dx+∫3

2

x2 dx¿

Page 25: Chapter 2

32 | T h e D e f i n i t e I n t e g r a l

which may seem surprising. If you mistrust the theorem, you might actually evaluate

each of the above integrals to see that the equality holds.

Velocity and Position

Near the end of Section 4.1 we explained how the area under the velocity curve is

equal to the distance traveled, provided the velocity function v(t) is positive. In

general, the position (which could be positive , or negative) is equal to the definite

integral of the velocity function (which could he positive or negative). More

specifically, if v(t) is the velocity of an object at time t, where t ≥ 0, and. if the object

is at position 0 at time 0, then the position of the object at time a is ∫0

A

v (t)dt .

EXAMPLE 5 An object at the origin at time t = 0 has velocity, measured in meters

per second.

v (t )={ t /202

5−t /20

if ≤ t ≤ 40if <t ≤ 60if t>60

Sketch the velocity curve. Express the object's position at t = 140 as a definite

integral and evaluate it using formulas from plane geometry.

SOLUTION

Figure 12 shows the velocity curve. The position at time 140 is equal to the definite

integral∫0

140

v (t )dt . ,which we can evaluate using formulas for the area of a triangle

and a rectangle and using the Interval Additive Property (Theorem 3.2):

Page 26: Chapter 2

33 | T h e D e f i n i t e I n t e g r a l

Figure 12

∫0

140

v ( t )dt=¿∫0

40t

20dt+∫

40

60

2 dt+∫60

140

(5− t20 )dt ¿

¿40+40+40+40=80

Exercises 2.2

In Problems 1 and 2, calculate the Riemann sum suggested by each figure

Page 27: Chapter 2

34 | T h e D e f i n i t e I n t e g r a l

In Problem 3-6, calculate the Riemann sum ∑i=1

n

f (¿ x i)∆ x i ¿

3. f ( x )=x−1; P :3<3,75<4,25<5,5<6<7 ; x1=3 , x2=4 , x3=4,75 , x4=6 , x5=6,5

4. f ( x )=−x2

+3; P :−3<−1,3<0<0,9<2 ; x1=−2 , x2=−0,5 ,

x3=0 , x4=2.

In Problems 5-7, use the given values of a and b and express the given limit as a

definite integral.

5. lim‖P‖→ 0

∑i=1

n

( x i )3∆ x i; a=1 , b=3

6. lim‖P‖→ 0

∑i=1

n

( x i+1 )3 ∆ x i; a=0 , b=2

7. lim‖P‖→ 0

∑i=1

n

(sin x i )2∆ x i;a=0 , b=π

Evaluate the definite integral using the definition, as in Examples 3.3 and 3.4.

8. ∫0

2

( x+1 ) dx

9. ∫−2

1

(2 x+π )dx

10. ∫−2

1

(3 x2+2 ) dx

2.3 The First Fundamental Theorem of Calculus

Page 28: Chapter 2

35 | T h e D e f i n i t e I n t e g r a l

Calculus is the study of limits, and the two most important limits that you have

studied so far are the derivative and the definite integral. The derivative of a function

f is

f ' ( x )=limh →0

f ( x+h )−f (x)h

and the definite integral is

∫a

b

f ( x )dx= lim‖p‖→ 0

∑i=1

n

f (x i)∆ x i

These two kinds of limits appear to have no connection whatsoever. There is,

however, a very close. connection, as we shall see in this section.

Newton and Leibniz are usually credited with the. simultaneous but

independent discovery of calculus. Yet, the concepts of the slope of a tangent line

(which led to the derivative) were known earlier, having been studied by Blaise

Pascal and Isaac Barrow years before Newton and Leibniz, And Archimedes had

studied areas of curved regions 1800 years earlier, in the third century B.C. by then

do Newton and Leibniz get the credit? They understood kind exploited the intimate

relationship between antiderivatiTves and definite integrals. This important

relationship is called the First Fundamental Theorem of Calculus.

The First Fundamental Theorem

You have likely net several “fundo-m e n tal theorems" in your mathematical career.

The Fundamental Theorem of Arithmetic says that a whole number factors uniquely

into a product of primes. The Fundamental 'Theorem of Algebra says that an nth-

egree polynomial has n roots, counting complex roots and multiplicities. Any

"fundamental theorem" should be studied carefully, and then permanently committed

to memory.

Near the end of Section 4.1, we studied a problem in which the velocity of an

object at time t is given by v=f ( t )= 1

4 t 3+1. We found that the distance traveled from

time t = 0 to time t = 3 is equal to

limn → ∞

∑i=1

n

f (t i ) ∆ t=12916

Page 29: Chapter 2

36 | T h e D e f i n i t e I n t e g r a l

Using the terminology from Section 4.2, we now see that the distance traveled from

time t = 0 to time t = 3 is equal to the definite integral

limn → ∞

∑i=1

n

f (t i ) ∆ t=∫0

3

f (t ) dt

(Since the velocity is positive for all t ≥ 0, the distance traveled through time t is

equal to the position of the object at time t, If the velocity were negative for some

value of t, then the object would be traveling backward at that time t; in such a case,

distance traveled would not equal position.) We could use the same. Reasoning to

find that the distance s traveled from time t = 0 to time t = x is

s ( x )=∫0

x

f ( t ) dt

The question we now pose is this: What is the derivative of s?

Since the derivative of distance traveled (as long as the velocity is always

positive) is the velocity, we have

s' (x )=v=f (x )

In other words,

ddx

s ( x )= ddx

∫0

x

f ( t ) dt=¿ f (x )¿

Now, define A(x) to be the area under the graph of y=13

t+ 23

, y + above the

i-axis, and between the vertical lines t = 1 and t= x, where x≥ 1 (see Figure 1). A

function such as this is called an accumulation function because it accumulates area

under a curve from a fixed value (t = 1 in this case) to a variable value (t = x in this

case). What is the derivative of A?

The area A(x) is equal to the definite integral

A ( x )=∫1

x

( 23+ 1

3t)dt

In this case we can evaluate this definite integral using a geometrical argument; A(x)

is just the area of a trapezoid, so

A ( x )=( x−1 )1+( 2

3+ 1

3x )

2=1

6x2+ 2

3x−5

6

Page 30: Chapter 2

37 | T h e D e f i n i t e I n t e g r a l

With this done, we see that the derivative of A is

A' ( x )= ddx ( 1

6x2+ 1

6x−5

6 )=13

x+ 23

In other words,

ddx

∫1

x

( 23+ 1

3t)dt=2

3+ 1

3x

Let's define another accumulation function B as the area under the curve

y=t2, above the t-axis, to the right of the origin, and to the left of the line t=x.

Figure 2

where x≥ 0¿see Figure 2). This area is given by the definite integral ∫0

x

t 2 dt. To find

this area, we first construct a Rie.mann sum. We use a regular partition of [0,x] and

evaluate the. function at the right end point of each subinterval. Then ∆ t= xn

and the

right end point of the ith interval is t i=0+i ∆ t = ix/n. The Riemann sum is therefore

∑i=1

n

f (t i) ∆ t=∑i=1

n

f ( ixn ) x

n

¿ xn∑i=1

n

( ixn )

2

¿ x3

n3 ∑i=1

n

i2

¿ x3

n3

n (n+1 )(2n+1)6

Page 31: Chapter 2

38 | T h e D e f i n i t e I n t e g r a l

The definite integral is the limit of these Riemann sums.

∫0

x

t 2 dt=limn →∞

∑i=1

n

f (t i ) ∆ t

¿limn→ ∞

x3

n3

n (n+1 )(2n+1)6

¿ x3

6

limn → ∞

2n3+3 n2+n

n3

¿ x3

6∙ 2= x3

3

Thus, B(x) = x3

3, so the derivative of B is

B' ( x )= ddx

x3

3=x2

In other words,

ddx

∫0

x

t 2dt=x2

The results of the last three boxed equations suggest that the derivative of an

accumulation function is equal to the function being accumulated. But is this always

the. case? And by should this be the case?

Suppose that we are using a -retractable" paintbrush to paint the region under

a curve, (By retractable, we mean that the brush becomes wider or narrower as it

moves left to right so that it just covers the height to be painted. The brush is wide

when the integrancl values are large and narrow when the integrand values are small.

See Figure 3.) With this analogy, the accumulated area is the painted area, and the

rate of accumulation is the rate at which the. paint is being applied. But the rate at

which paint is being applied is equal to the width of the brush.. in effect, the height

of the function. We can restate this result as follows,

The rate of accumulation at t = x is equal to the value of the function being

accumulated at t = x.

Page 32: Chapter 2

39 | T h e D e f i n i t e I n t e g r a l

Figure 3

This, in a nu[shell, is the First Fundamental Theorem of Calculus it is fUndamental

because it links the derivative and the definite integral, the most important kinds

of limits you have studied so far.

Theorem 3.3 First Fundamental Theorem of Calculus

Let f be continuous on the closed interval [a,b] and let x be a (variable) point in (a,b). Then

ddx

∫a

x

f ( t ) dt=f ( x)

Sketch or Proof For now. we present a sketch of the proof. This sketch shows the important features of the proof, but a complete proof must wait until after we have

established a few other results. For x in [a, b], define F ( x )=∫a

x

f ( t ) dt . Then for x in

(a ,b)

ddx

∫a

x

f (t)dt=F' (x )

¿ limh→ 0

F ( x+h )−F( x)h

¿ limh→ 0

1h [∫

a

x+h

f (t)dt−∫a

x

f (t)dt ]¿ lim

h→ 0

1h∫

x

x+h

f ( t)dt

The last line follows from the Interval Additive Property (Theorem 4.2B). Now,

when h is small., f does not change. much over the interval [x, x + h]. On this

Page 33: Chapter 2

40 | T h e D e f i n i t e I n t e g r a l

interval, f is roughly equal to ,f( x) the value of f evaluated at the left end point of the

interval (see Figure 4). The area under the curve y=f ( t )from x to x + h is

approximately equal to the area of the rectangle with width h and height f(x);

that is

∫x

x+h

f (t)dt ≈ hf ( x ) .Therefore ,

ddx

∫a

x

f (t)dt ≈ limh→ 0

1h

[h f ( x ) ]=f (x)

Of course, the flaw in this argument is that h is never 0, so we cannot claim

that f does riot change over the interval [x, x + h].. We will give a complete proof

later in this section.

Comparison Properties Consideration of the areas of the regions R1and R2 in

Figure 5 suggests another property of definite integrals.

Theorem 3.4 Comparison Property

If f and g are integrable on [a,b] and if f (x)≤ g (x) for all x in [a,b], then

∫a

b

f ( x )dx ≤∫a

b

g ( x ) dx

In informal but descriptive language, we say that the definite integral preserves

inequalities.

Proof

Let P :a=x0<x1<x2<⋯<xn=b be an arbitrary partition of [a,b], and for each i let x i

be any sample point on the ith subinterval [x i−1,x i]. We may conclude successively

that

f (x i)≤ g (xi)

f (x i)∆ x i≤ g(x i)∆ x i

∑i=1

n

f ( x i ) ∆ xi ≤∑i=1

n

g ( xi ) ∆ x i

lim‖P‖→ 0

∑i=1

n

f ( xi ) ∆ x i ≤ lim‖P‖→ 0

∑i=1

n

g ( x i ) ∆ x i

Page 34: Chapter 2

41 | T h e D e f i n i t e I n t e g r a l

∫a

b

f ( x )dx ≤∫a

b

g ( x ) dx

Theorem 3.5 Boundedness Property

If f is integrable on [a,b] and m ≤ f (x)≤ M for all x in [a,b], then

m(b−a)≤∫a

b

f ( x )dx ≤ M (b−a)

Proof

The picture in Figure 6 helps us to understand the theorem. Note that m(b — a) is the

area of the lower, small rectangle. M (b — a) is the area of the large rectangle, and

∫a

x

f (x )dx is the area under the curve.

To prove the right-hand inequality, let g(x )=M for all x in [a,b]. Then, by

Theorem 3.4,

∫a

b

f ( x )dx ≤∫a

b

g ( x ) dx

However, ∫a

b

g ( x ) dx is aqual to the area of a rectangle with wideth b-a and height M.

Thus.

∫a

b

g ( x ) dx=M (b−a)

The left-hand inequality is handled similarly.

The Definite Integral is a Linear Operator

Earlier we learned that D x ,∫⋯ dx ,and ∑ are linear operators. You can add ∫a

b

⋯ dx

to the list.

Theorem 3.5 Linearity of the Definite Integral

Suppose that f and g are integrable on [a,b] and that k is a constant. Then kf and

f + g are integrable and

(i) ∫a

b

kf (x ) dx=k∫a

b

f ( x )dx

Page 35: Chapter 2

42 | T h e D e f i n i t e I n t e g r a l

(ii) ∫a

b

[ f ( x )+g ( x ) ] dx=∫a

b

f ( x ) dx+∫a

b

g (x ) dx

(iii) ∫a

b

[ f ( x )−g (x ) ]dx=∫a

b

f ( x )dx−∫a

b

g ( x ) dx

Proof The proofs of (i) and (ii) depend on the linearity of and the properties of limits.

We show (ii).

∫a

b

[ f ( x )+g ( x )]dx= lim‖p‖→ 0

∑i=1

n

[ f ( x i )+g ( x i )]∆ x i

¿ lim‖p‖→0

[∑i=1

n

f ( x i )+∑i=1

n

g ( x i )¿ ∆ xi]¿

¿ lim‖p‖→0

∑i=1

n

f ( x i ) ∆ xi+ lim‖p‖→0

∑i=1

n

g ( xi ) ∆ x i

¿∫a

b

f ( x ) dx+∫a

b

g (x ) dx

Part (iii) follows from (i) and (ii) on writing f ( x )−g ( x ) as f (x )+(−1 ) g ( x ) . Proof of

the First Fundamental Theorem of Calculus With these results in hand, we are

now ready to prove the First Fundamental Theorem of Calculus.

Proof In the sketch of the proof presented earlier. we defined f ( x )=∫a

x

f ( t )dt , and we

established the fact that

F ( x+h )−F ( x )=∫a

b

f ( t ) dt

Assume. for the moment that h > 0 and let m and M be the minimum value

and maximum value., respectively, of f on the interval [x,x + h] (Figure 6). By

Theorem 3.5 ,

mh ≤ ∫x

x+h

f (t ) dt ≤ Mh

or

mh ≤ F (x+h )−F ( x ) ≤ Mh

Page 36: Chapter 2

43 | T h e D e f i n i t e I n t e g r a l

Figure 6

Dividing by h, we obtain

m ≤F ( x+h )−F ( x )

h≤ M

Now m and M really depend on h. Moreover, since f is continuous, both m and M

must approach f (x)as h→0. Thus, by the Squeeze Theorem.

limh → 0

F (x+h )−F ( x )

h=f (x)

The case where h < 0 is handled similarly.

One theoretical consequence of this theorem is that every continuous function

f has an antiderivative F given by the accumulation function

F (x)=∫a

b

f ( t )dt

However, this fact is not helpful in getting a simple formula for any particular

antiderivative.

EXAMPLE 5 Find ddx [∫

1

x

t 3 dt ]SOLUTION By the First Fundamental Theorem of Calculus,

ddx [∫

a

x

t 2dt ]=x3

Page 37: Chapter 2

44 | T h e D e f i n i t e I n t e g r a l

EXAMPLE 6 Find ddx [∫2

xt3 /2

√ t2+17dt ]

SOLUTION We challenge anyone to do this example by first evaluating the

integral. However, by the. First Fundamental Theorem of Calculus, it is a trivial

problem.

ddx [∫2

xt3 /2

√ t2+17dt ]= x3 /2

√x2+17

EXAMPLE 7 Find ddx [∫

x

4

tan2ucosu du] , π2< x< 3 π

2.

SOLUTION Use of the dummy variable rather than t should not bother anyone.

However, the fact that x is the lower limit, rather than the upper limit, is troublesome.

Here. is how we handle this difficulty.

ddx [∫

x

4

tan2ucosu du]= ddx [−∫

4

x

tan2 u cosu du]¿− d

dx [∫4

x

tan 2u cosu du ]=−tan2 x cos x

The interchange of the upper and lower limits is allowed if we prefix a negative sign.

(Recall that by definition ∫b

a

f ( x )dx=¿−∫a

b

f (x ) dx .¿

EXAMPLE 8 Find D x [∫1

x2

(3 t−1 ) dt ] in two ways

SOLUTION One way to find this derivative is to apply the First Fundamental

Ilieorem of Calculus, although riow we have a new complication:, the upper limit is

x2 rather than x. This problem is handled by the Chain Rule. We may think of the

expression in brackets as

∫1

u

(3 t−1 ) dt whereu=x2

Page 38: Chapter 2

45 | T h e D e f i n i t e I n t e g r a l

By the Chain Rule, the derivative with respect to x of this composite function is

Du[∫1

x2

(3 t−1 ) dt ] . Dx u=(3 u−1 ) (2 x )=(3 x2−1 ) (2 x )=6 x3−2 x

Another way to find this derivative is to evaluate the definite integral first and

then use our rules for derivatives. The definite integral ∫1

x2

(3 t –1)dt is the area below

the tine y = 3t – 1 between t = 1 and t = x2(see. Figure 7). Since. the area of this

trapezoid is x2−12

[2+(3 x2−1 ) ]=32

x4−x2−12

∫1

x2

(3 t−1 ) dt=32

x4−x2−12

Thua ,

D x∫1

x2

(3 t−1 ) dt=Dx ( 32

x4−x2−12 )=6 x3−2 x

Position as Accumulated Velocity In the last section we saw how the position of an

object, initially at the origin, is equa[ to the definite integral of the velocity function,

This often leads to accumulation functions, as the next example illustrates.

2.4 The Second Fundamental Theorem of Calculus and Method of Subtitution

The First Fundamental Theorem of Calculus, given in the previous section, gives the inverse relationship between definite integrals and derivatives. Although it is not yet apparent, this relationship gives us a powerful tool for evaluating definite integrals. This tool is called the Second Fundamental Theorem of Calculus, and we will apply it much more often than the First Fundamental Theorem of Calculus.

Theorem 3.6 Second Fundamental Theorem of Calculus

Let f be continuous (hence integrable) on [a, b], and let F be any antiderivative of f

on [a, b]. Then

Proof For x in the interval [a, b] define G(x )=∫a

x

f ( t ) dt. Then, by the First

Fundamental Theorem of Calculus, G' (x) = f(x) for all in (a, b). Thus. G is an

Page 39: Chapter 2

46 | T h e D e f i n i t e I n t e g r a l

antiderivative off; but F is also an antiderivative of f, we conclude that since F'(x)=

G'(x), the functions F and G differ by a constant. Thus, for all x in (a, b)

F(x) = G(x) + C

Since the function F and G are continuous on the closed interval [a,b], we have F(a)

= G(a) + C and F(b)=G(b) + C. Thus, F(x) = G(x) + C on the closed interval [a,b].

Since G (a )=∫a

a

f ( t )dt=0, we have

F ( a )=G (a )+C=0+C=C

Therefore,

F (b )−F ( a )=[G (b )+C ]−C=G (b )=∫a

b

f (t ) dt

EXAMPLE 9 Show that ∫a

b

kdx=k (b−a), where k is a constant.

SOLUTION f ( x )=kx is an antiderivative of f (x) = k. Thus, by the Second

Fundamental Theorem of Calculus,

∫a

b

kdx=F (b )−F ( a )=kb−ka=k (b−a).

EXAMPLE 10 Show that ∫a

b

xdx=b2

2−a2

2.

SOLUTION F ( x )= x2

2 is an antiderivative f ( x )=x . Therefore,

∫a

b

xdx=F (b )−F (a )=b2

2−a2

2.

EXAMPLE 11 Show that if r is a rational number different from -1. Then

∫a

b

xr dx= br+1

r+1− ar+1

r+1

SOLUTION F ( x )= xr+1

r+1 is an antiderivative of f ( x )=xr. Thus, by the Second

Fundamental Theorem of Calculus.

∫a

b

xr dx=F (b )−F (a )=br+1

r+1− ar+1

r+1

Page 40: Chapter 2

47 | T h e D e f i n i t e I n t e g r a l

If r < 0, we require that 0 not be in [a, b]. Why?

It is convenient to introduce a special symbol for F(b) - F (a). We write

F (b )−F ( a )=[ F (x) ]ab

With this notation,

∫2

5

x2 dx=[ x3

3 ]2

5

=125

3−

83=

1173

=39.

EXAMPLE 12 Evaluate ∫−1

2

( 4 x−6 x2 ) dx

SOLUTION

∫−1

2

( 4 x−6 x2 ) dx=[2 x2−2 x3 ]−1

2=(8−16 )−(2+2 )=−12.

Theorem 3.7 Substitution Rule for Indefinite Integrals

Let g be a differentiable function and suppose that F is an antiderivative of f. Then

∫ f ( g (x ) ) g' (x ) dx=F ( g (x ) )+C

Proof All we need to do to prove this result is to show that the derivative of the right

side is equal to the integrand of the integral on the left_This is a simple application of

the Chain Rule.

D x [ F ( g ( x ) )+C ]=F ' ( g ( x ) ) g ' ( x )=f ( g ( x ) ) g' ( x )

We normally apply Theorem 3.7 as follows. In an integral such as ∫ f ( g (x ) ) g' (x ) dx,

we let u = g(x), so that du /dx=g' (x ) . Thus, du = g' (x) dx. The integral then becomes

Thus, if we can find an antiderivative for f (x), we can evaluate ∫ f ( g (x ) ) g' (x ) dx.

The trick to applying the method of substitution is to choose the right substitution to

make. In some cases this substitution is obvious; in other cases it is not so obvious.

Proficiency in applying the method of substitution comes from practice.

Page 41: Chapter 2

48 | T h e D e f i n i t e I n t e g r a l

EXAMPLE 13 Evaluate ∫sin 3 x dx.

SOLUTION The obvious substitution here is u = 3x, so that du = 3 dx. Thus

∫sin 3 x dx=∫ 13

sin (3 x )3 dx

¿13∫sin u du=−1

3cosu+C=−¿ 1

3cos3 x+C ¿

Notice how we had to multiply by 13

. 3 in order to have the expression 3dx = du in

the integral.

EXAMPLE 14 Evaluate ∫ x sin x2dx.

SOLUTION Here the appropriate substitution is u=x2. This gives us sin x2=sin u

in the integrand, but more importantly, the extra x in the integrand can be put with

the differential, because du = 2x dx. Thus

∫ x sin x2dx=∫ 12

sin ¿¿

¿ 12∫ sin u dy=−1

2cosu+C=−1

2cos x2+C .

EXAMPLE 15 Evaluate ∫0

4

√x2+ x (2 x+1 )dx.

SOLUTION Let u=x2+x; then du=(2 x+1 ) dx. Thus,

∫√x2+ x (2 x+1 )dx=∫ u1/2du=23

u3 /2+C=23

( x2+x )3 /2+C

Therefore, by the Second Fundamental Theorem of Calculus,

∫0

4

√x2+ x (2 x+1 )dx=[ 23

( x2+ x )3/2+C ]

0

4

¿ [ 23

(20 )3/2+C ]−[ 0+C ]

¿23

(20 )3 /2 ≈ 59,63

Theorem 3.7 Substitution Rule for Definite Integrals

Page 42: Chapter 2

49 | T h e D e f i n i t e I n t e g r a l

Let g have a continuous derivative on [a, b], and let f be continuous on the range of

g. Then

∫a

b

f ( g (x ) ) g' (x ) dx=∫g(a)

g(b)

f (u ) du

where u=g (x).

Proof Let F be an antiderivative of f . Then, by the Second Fundamental Theorem

of Calculus,

∫g (a)

g (b)

f (u ) du=[ F (u)]g (a)g (b )

=F (g (b )−g ( a ))

On the other hand, by the Substitution Rule for Indefinite Integrals

∫ f ( g (x ) ) g' (x ) dx=F ( g (x ) )+C

and so, again by the Second Fundamental Theorem of Calculus,

∫a

b

f ( g (x ) ) g' (x ) dx= [F (g ( x ))]ab=F ( g (b ) )−F ( g (a )).

EXAMPLE 16 Evaluate ∫0

1x+1

( x2+2 x+6 )2dx.

SOLUTION Let u=x2+2 x+6, so du=2 x+2 dx=2(x+1), and note that u=6 when

x = 0 and u = 9 when x = 1. Thus,

∫0

1x+1

( x2+2 x+6 )2dx=1

2∫0

12(x+1)

( x2+2 x+6 )2 dx

¿ 12∫

6

9

u−2 du=[−12

1u ]

6

9

=−118

−(−112 )= 1

36

Exercises 2.4

In Problems 1 - 5, use the Second Fundamental Theorem of Calculus to evaluate

each definite integral.

1. ∫−1

2

(3 x2−2 x+4 ) dx

2. ∫−4

−2

( y2+ 1y3 )dy

Page 43: Chapter 2

50 | T h e D e f i n i t e I n t e g r a l

3. ∫1

4s4−8

s2 ds

4. ∫0

π /2

cos x dx

5. ∫1

32t 3 dt

In Problem 6 – 10, use the method subtitition to find each of the following indefinite

integrals.

6. ∫√3 x−2 dx

7. ∫sin (4 x+3)dx

8. ∫ x2(x3+7)9 dx

9. ∫ x sin ( x2+5 ) dx

10. ∫ u cos ( 3√u2+3 )¿¿ ¿