Definite Integrals
Definite Integrals
2 (3/20/08)
y v
y = f (x) y = f (x)
A
b b
a c x a t
B
FIGURE 1 FIGURE 2
180
Section 6.2, The definite integral p. 181 (3/20/08)
of the interval [a, b]. It divides [a, b] into N subintervals, [x0 , x1 ], [x1 , x2 ], . . . , [xN −1 , xN ]. The jth
subinterval is [xj−1 , xj ] for j = 1, 2, 3, . . . , N (Figure 3). We let ∆xj denote its width:
We also pick, for each j, a point cj in the jth subinterval that is in the domain of f .
Figure 4 shows the graph of the function f of Figures 1 and 2, and five rectangles that correspond
to a partition a = x0 < x1 < x2 < x3 < x4 < x5 = b of [a, b] into five subintervals and to points
c1 , c2 , c3 , c4 and c5 in the subintervals. For j = 1 and 2 on the left, f (cj ) is positive, the base of the
rectangle is the jth subinterval on the x-axis, and its top is at y = f (cj ). For j = 3, 4, and 5 on the right,
f (cj ) is negative, the top of the rectangle is the jth subinterval on the x-axis and its base is at y = f (cj ).
y
y = f (x)
c3 c4 c5
x3 x4 x5 = b
a = x0 x1 x
c1 c2
x2
FIGURE 4
We use the same procedure to construct rectangles for a general partition (1). For each
j = 1, 2, . . . , N , we pick a point cj in the jth subinterval such that f (cj ) is defined. For those values of j
for which f (cj ) is positive or zero we construct a rectangle with its bottom formed by the jth subinterval
and with top at y = f (cj ) (Figure 5). For those values of j for which f (cj ) negative, we use the jth
subinterval as the top of the rectangle and put its bottom at y = f (cj ) (Figure 6). Then the height of
the rectangle is f (cj ) if f cj ) is ≥ 0 and is −f (cj ) if f (c1 ) < 0. In all cases the width of the jth rectangle
is the width ∆xj of the subinterval. Consequently,
(
f (cj )∆xj if f (cj ) ≥ 0
[Area of the jth rectangle] = (2)
−f (cj )∆xj if f (cj ) < 0.
p. 182 (3/20/08) Section 6.2, The definite integral
y y = f (x) y y = f (x)
∆xj
∆xj
xj−1 cj xj
x
f (cj )
−f (cj )
xj−1 cj xj x
FIGURE 5 FIGURE 6
Because of formulas (2), the sum of the areas of the rectangles above the x-axis minus the areas
of the rectangles below the x-axis is given by the expression,
Area of the rectangles Area of the rectangles
−
above the x-axis below the x-axis
Notice that no minus are needed in (3): the areas of the rectangles below the x-axis are automatically
subtracted because the values f (cj ) are negative for those rectangles.
To express the sum on the right of (3) more concisely, we use summation notation and write
Area of the rectangles Area of the rectangles
−
above the x-axis below the x-axis
N
X
= f (cj )∆xj (4)
j=1
N
X
The symbol f (cj )∆xj in (4) represents the sum of the quantities f (cj )∆xj for j = 1, 2, 3, . . . , N
j=1
that is given in (3). Summation notation is further illustrated in the following example.
6
X
Example 1 (a) Write out the sum j 2 . (Do not perform the calculations.)
j=1
1 1 1 1 1 1 1
(b) Express 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 with summation notation.
6
X
Solution (a) j 2 denotes the sum of the numbers j 2 with j = 1, 2, 3, 4, 5, 6. Consequently, it
j=1
equals 12 + 22 + 32 + 42 + 52 + 62 .
(b) We write 1 as 11 and let j denote the denominators of the fractions and obtain
8
X
1 1 1 1 1 1 1 1
1+ 2 + 3 + 4 + 5 + 6 + 7 + 8 = .
j
j=1
Section 6.2, The definite integral p. 183 (3/20/08)
The sum (4) is called a Riemann sum, and the definite (or Riemann) integral of f from a to
b, is defined to be a limit of such sums:†
Definition 1 (Riemann sums and definite integrals) (a) Consider a function y = f (x) defined
Z b
at all or at all but a finite number of points in [a, b]. A Riemann sum for the integral f (x) dx
a
corresponding to a partition a = x0 < x1 < x2 < · · · < xn = b of [a, b] is a sum of the form,
N
X
f (cj )∆xj
j=1
where for each j = 1, 2, 3, . . . , N , cj is a point in the jth subinterval where f is defined and
∆xj = xj − xj−1 is the width of the jth subinterval.
(b) The definite integral of f from a to b is the limit of Riemann sums,
Z b N
X
f (x) dx = lim f (cj )∆xj (5)
a j=1
as the number N of subintervals in the partitions tends to infinity and their widths tend to zero, provided
that the limit exists and is finite.‡
Definition 2 The function y = f (x) is piecewise continuous on [a, b] if it is defined at all but possibly
a finite number of points in [a, b] and there is a partition of the interval such that f is continuous on the
interior of each subinterval and has finite limits from the right at the left endpoints of the subintervals
and finite limits from the left at the right endpoints.
According to this definition, a piecewise continuous function might not be defined or might be
discontinuous at a finite number of other points in the interval.
The function g of Figure 7 is piecewise continuous on the interval [0, 7] because the partition
0 < 3 < 5 < 7 divides it into three continuous pieces with finite one-sided limits at their endpoints: the
function g is defined for all x in [0, 7] except at x = 3; it is continuous on the open intervals (0, 3), (3, 5),
and (5, 7); and it has finite limits as x → 0+ , as x → 3− , as x → 3+ , as x → 5− , as x → 5+ , and as
x → 7− .
† Riemann sums and Riemann integrals are named after the German mathematician G. F. B. Riemann (1826–1866), who
formulated the modern definition of the integral.
‡ This type of limit has an δ -formulation: the number I is the limit of the Riemann sums if for every positive , no matter
how small, there is a positive δ such that the Riemann sums differ from I by less than for all partitions into subintervals of widths
less than δ .
p. 184 (3/20/08) Section 6.2, The definite integral
y
y = g(x)
8
FIGURE 7
2 3 5 7 x
The existence of definite integrals of piecewise continuous functions is established by the next
theorem, which is proved in advanced courses,
Z b
Theorem 1 The Riemann integral f (x) dx is defined if f is piecewise continuous on the interval
a
[a, b].
y
y = f (x)
Z b a b x
[Area A] = f (x) dx
a
FIGURE 8
Definition 3 (Areas) If f is piecewise continuous and its values are ≥ 0 on [a, b], then the area of the
Z b
region between the graph y = f (x) and the x-axis for a ≤ x ≤ b equals the integral f (x) dx.
a
This definition is consistent with other definitions of area if the region consists of rectangles,
triangles, or other figures for which there are area formulas from geometry, and it defines the area in
other cases.
Section 6.2, The definite integral p. 185 (3/20/08)
If f has negative, or positive and negative, values in [a, b], then Riemann sum approximations of
Z b
f (x) dx equal the area of rectangles that approximate the region between the graph and the x-axis
a
where f (x) is positive, minus the area of rectangles that approximate the region between the graph and
the x-axis where f (x) is negative. This leads to the following general result relating integrals to areas.
Theorem 2 (Integrals as areas) (a) If f is piecewise continuous and its values are ≤ 0 on [a, b], then
Z b
the integral f (x) dx equals the negative of the area of the region between the graph y = f (x) and
a
the x-axis for a ≤ x ≤ b (Figure 9).
(b) If f is piecewise continuous and has positive and negative values on [a, b], then the integral
Z b
f (x) dx equals the area of the region above the x-axis and below the graph where f (x) is positive,
a
minus the area of the region below the x-axis and above the graph where f (x) is negative. (Figure 10).
y y
y = f (x)
y = f (x)
a b A
x b
B
a c x
B
Z Z b
b
f (x) dx = − [Area B] f (x) dx
a
a
= [Area A] − [Area B]
FIGURE 9 FIGURE 10
In the next example the value of an integral is found by using Theorem 2 and a formula from
geometry.
p. 186 (3/20/08) Section 6.2, The definite integral
Z 3
Example 2 Use the formula for the area of a triangle to evaluate (x + 1) dx.
−3
Solution The graph of y = x + 1 is the line of slope 1 in Figure 11, which intersects the x-axis
at x = −1. By Theorem 2, the integral equals the area of triangle B above the x-axis,
minus the area of triangle A below the x-axis. Since triangle B is 4 units wide and 4
units high, its area is 21 (4)(4) = 8, and since triangle A is 2 units wide and 2 units high,
its area is 12 (2)(2) = 2. Therefore,
Z 3
(x + 1) dx = [Area B] − [Area A] = 8 − 2 = 6.
−3
y y =x+1
4
3
2
B
−3
A −1 1 2 3 x
FIGURE 11 −2
Example 4 Calculate (a) the right Riemann sum, (b) the left Riemann sum, and (c) the
Z 1
midpoint Riemann sum for x2 dx corresponding to the partition of [0, 1] into five
0
equal subintervals. Draw the curve y = x2 with the rectangles whose areas give the
Riemann sums.
Solution (a) Because [0, 1] has width 1, each of the five subintervals in the partition has width
∆x = 51 = 0.2, and the partition is 0 < 0.2 < 0.4 < 0.6 < 0.8 < 1. The right endpoints
are 0.2, 0.4, 0.6, 0.8, and 1, and the rectangles which give the right Riemann sum touch
the curve y = x2 in Figure 12 at their upper right corners. The right Riemann sum is
y y = x2 y y = x2 y y = x2
1 1 1
1 x 1 x 1 x
(b) The left endpoints of the partition are 0, 0.2, 0.4, 0.6, and 0.8 and the left Riemann
sum equals the area of the rectangles in Figure 13. It equals
(02 )(0.2) + (0.22 )(0.2) + (0.42 )(0.2) + (0.62 )(0.2) + (0.82 )(0.2))
= [(0)2 + (0.2)2 + (0.4)2 + (0.6)2 + (0.8)2 ](0.2)
= (0 + 0.04 + 0.16 + 0.36 + 0.64)(0.2) = 0.24.
(c) The midpoint Riemann sum is given by the areas of the rectangles in Figure 14.
Since the midpoints of the subintervals are 0.1, 0.3, 0.5, 0.7, and 0.9, the midpoint
Riemann sum is
(0.12 )(0.2) + (0.32 )(0.2) + (0.52 )(0.2) + (0.72 )(0.2) + (0.92 )(0.2))
= [(0.1)2 + (0.3)2 + (0.5)2 + (0.7)2 + (0.9)2 ](0.2)
= (0.01 + 0.09 + 0.25 + 0.49 + 0.81)(0.2) = 0.33.
A midpoint Riemann sum with equal subintervals, as in Example 4c, is known as a Midpoint
Rule approximation.
The right Riemann sum (Figure 12) in Example 4 is greater than the left Riemann (Figure 13)
bcause y = x2 is increasing for 0 < x < 1. The midpoint Riemann sum (Figure 14) is the most accurate
of the three approximations of the integral.
p. 188 (3/20/08) Section 6.2, The definite integral
We will derive all of the formulas for definite integals we will need by using formulas for derivatives
and the Fundamental Theorem of Calculus that we discuss in the next section. Some definite integrals
can be also calculated directly from Definition 1 and formulas from algebra, as in the next example.
Example 5 The formula
12 + 22 + 32 + · · · + N 2 = 1 3
3N + 21 N 2 + 16 N (6)
for the sum of the square of the first N positive integers is is derived in Exercise 50.
Use it and Definition 1 with right Riemann sums and partitions into equal subintervals
Z 1
to find the value of x2 dx.
0
Solution For any positive integer N , the partition of [0, 1] into N equal subintervals is
1 2 3 N −1
0< < < < ··· < < 1.
N N N N
The width of each subinterval is ∆x = 1/N , and the right endpoint of the jth
Z 1
subinterval is xj = j/N . Therefore, the right Riemann sum for x2 dx with this
0
partition is
N
" 2 2 2 2 #
X 2 1 2 3 N 1
(xj ) ∆x = + + + ··· +
N N N N N
j=1
1
= 3
(12 + 22 + · · · N 2 ).
N
N
X 1 1 1
(xj )2 ∆x = 3
1 3
3N + 12 N 2 + 61 N = 1
3 + + (7)
j=1
N N 6N 2
Z 1 N
X
2 2 1 1 1 1
x dx = lim (xj ) ∆x = lim 3 + + = 3.
0 N →∞
j=1
N →∞ N 6N 2
Section 6.2, The definite integral p. 189 (3/20/08)
Z 10 Z 1
2
Example 6 (a) What is the value of x dx? (b) In Example 5 we found that x2 dx = 1
3.
Z 10 0
0
What is the value of x2 dx?
1
Z 10
Solution (a) x2 dx = 0 by part (a) of Definition 4.
Z100 Z 1
2
(b) x dx = − x2 dx = − 31 by part (b) of the definition.
1 0
Partial proof: Formula (10) holds for a < b < c because a Riemann sum for the integral from a to b
plus a Riemann sum from b to c is a Riemann sum for the integral from a to c and the integrals are the
limits of the Riemann sums.
Formula (10) in other cases follows by applying Definition 4. For instance, if a < c < b, then by (9)
and (10),
Z b Z c Z b
f (x) dx = f (x) dx + f (x) dx
a a c
Z c Z c
= f (x) dx − f (x) dx.
a b
Z c
Adding f (x) dx to both sides of this equation gives (10) in this case. QED
b
p. 190 (3/20/08) Section 6.2, The definite integral
Theorem 3 for a < b < c and a positive function f has the geometric interpretation illustrated
in Figure 15. The left side of equation (9) is equal to the area between the graph and the x-axis for
a ≤ x ≤ c, the integrals on the right are equal to the areas for a ≤ x ≤ b and for b ≤ x ≤ c, and the area
of the whole region is equal to the sum of the area of its two parts.
y
y = f (x)
FIGURE 15 a b c x
Example 7 What is the integral of g from 1 to 8 if its integral from 1 to 5 is −7 and its integral
from 5 to 8 is 9?
Z 8 Z 5 Z 8
Solution g(x) dx = g(x) dx + g(x) dx = −7 + 9 = 2
1 1 5
Proof: Any Riemann sum for the integral of y = Af (x) + Bg(x) equals A multiplied by a Riemann
sum for the integral of f , plus B multiplied by a Riemann sum for the integral of g:
N
X N
X N
X
[Af (cj ) + Bg(cj )]∆x = A f (cj )∆x + B g(cj )∆x.
j=1 j=1 j=1
Formula (11) follows since the integrals are the limits of their respective Riemann sums. QED
Z 35 Z 35 Z 35
Example 8 What is [2p(x) − 3q(x)] dx if p(x) dx = 10 and q(x) dx = 20?
−35 −35 −35
Solution With (11) we obtain
Z 35 Z 35 Z 35
[2p(x) − 3q(x)] dx = 2 p(x) dx − 3 q(x) dx
−35 −35 −35
= 2(10) − 3(20) = −40.
Section 6.2, The definite integral p. 191 (3/20/08)
Unbounded functions
A function f is bounded on an interval [a, b] if there is a constant M such that |f (x)| ≤ M for all x in
the interval where f (x) is defined. Piecewise continuous functions, which are the type of functions we use
in definite integrals, are bounded on finite intervals.†
Z b Z 1
1
The Riemann integral dx
f (x) dx is not defined if f is not bounded on [a, b]. For example,
a 0 x
is not defined as a Riemann integral because 1/x → ∞ as x → 0+ and consequently y = 1/x is not
bounded on the interval of integration [0, 1] (Figure 16). The Riemann sums for this integral cannot
have a finite limit because (as is illustrated in Exercise 5 below) arbitrarily large Riemann sums can be
constructed for any partition by choosing c1 sufficiently close to 0.
y
1
y=
x
FIGURE 16
c 1 x1 1 x
We will see in Section 7.7 that integrals of certain unbounded functions can be defined as improper
integrals. These are limits of Riemann integrals.
C
Riemann sum programs
Programs or other procedures are available for many graphing calculators and computer calculus software
for calculating Riemann sums. Many of these programs and procedures also generate the graphs of
functions with the rectangles whose areas give the Riemann sums.‡
C
Example 9 (a) Use a Riemann sum program or procedure on a calculator or computer to find the
Z 1
midpoint Riemann sum for x3 dx with partitions of [0, 1] into 10, 20, 50, and 100
0
equal subintervals. Use the window −0.25 ≤ x ≤ 1.25, −0.25 ≤ y ≤ 1.25 if the program
or precedure generates graphs. (b) Use the results of part (a) to predict the exact
Z 1
value of x3 dx.
0
† If f is piecewise continuous on [a, b], then in the interior of each subinterval of a partition a = x0 < x1 < · · · < xN = b,
it is equal to a function that is is continuous in the closure of that subinterval. The latter function is bounded on the subinterval by
the Extreme Value Theorem, so f is bounded on [a, b].
‡ Riemann sum programs for Texas Instruments calculators can be found at the web site for the text,
www.math.ucsd.edu/ e ashenk/.
p. 192 (3/20/08) Section 6.2, The definite integral
Solution (a) The midpoint Riemann sum is 0.24875 for N = 10, is 0.2.496875 for N = 20, is
0.24995 for N = 50, and is 0.2499875 for N = 100. The rectangles for N = 10 and 20
are shown in Figures 17 and 18.
(b) It appears that the Riemann sums are approaching 14 as N increases, so we predict
Z 1
that x3 dx = 1
4. (We could confirm this with integration formulas that we will derive
0
in Section 6.5.)
y y = x3 y y = x3
1 1
1 x 1 x
FIGURE 17 FIGURE 18
100
50
FIGURE 19
0.5 1 1.5 2 x
† In
the published text the interactive solutions of these examples will be on an accompanying CD disk which can be run by
any computer browser without using an internet connection.
Section 6.2, The definite integral p. 193 (3/20/08)
4. Use three rectangles of equal width with the graph y = f (x) in Figure 20 to find the approximate
Z 15
value of f (x) dx.
0
y y = f (x)
75
50
25
5 10 15 x
−25
FIGURE 20
−50
C
5. Use at least three Riemann sums, calculated with a Riemann sum procedure on a calculator or
Z 4
√
computer to predict the value of (15 x − 9x) dx.
0
Z 1 Z 4 Z 4
6. What is the value of F (x) dx if F (x) dx = −4 and F (x) dx = 6?
3 1 3
Exercises 6.2
A O C
Answer provided. Outline of solution provided. Graphing calculator or computer required.
CONCEPTS:
1. (a) Draw the region between the curve y = 1−x2 and the x-axis for 0 ≤ x ≤ 1 and the rectangles
Z 1
that give the left, right, and midpoint Riemann sums for the integral (1 − x2 ) relative to the
0
partition 0 < 0.25 < 0.5 < 0.75 < 1. (b) Explain why the left Riemann sum is less than the
integral, why the right Riemann sum is greater than the integral, and why of the three sums the
midpoint Riemann sum gives the best approximation of the integral.
Z 5 Z 5 Z 15 Z 5
2. Express the equations (a) 2k dx = 2 k dx and (b) k dx = 3 k dx for positive
0 0 0 0
constants k as statements about areas of rectangles.
Z 4 Z 6 Z 4
3. Rewrite the the equation f (x) dx = f (x) dx+ f (x) dx for a positive function y = f (x)
1 1 6
so that it becomes a statement about areas.
4. Derive (10) in the case of a < c < b and a positive continuous f by considering areas.
Z 1
1 1
5. Suppose that x1 = 3 dx can be
in Figure 16. Illustrate the fact that Riemann sums for
0 x
arbitrarily large by finding values of c1 such that the rectangle in that drawing (a) has area 10,
(b) has area 100, and (c) has area 1000.
BASICS:
Z 3
6. Use the formula for the area of a triangle to find the value of (x − 1) dx.
0
√
7. Use the fact that the curve y = 16 − x2 is the upper half of the circle x2 + y 2 = 16 of radius 4
Z 0 p
with its center at the origin to find the exact value of 16 − x2 dx.
−4
p. 194 (3/20/08) Section 6.2, The definite integral
Z (
6 −1 for 1<x<3
8. Use areas to evaluate P (x) dx whereP (x) = 3 for 3<x<4
1 2 for 4 < x < 6.
6
X
9.O Calculate j(j − 1)(j − 2).
j=1
10. O
Express 1 + 22 + 32 + · · · + 992 with summation notation.
2
5
X 5
X 5
X
A j A 12 j
11. Calculate (a ) , (b ) , (c) 1− , and
12 j 5
j=1 j=1 j=1
6
" 2 #
X j j 1
(d) − .
6 6 6
j=1
1 2 3 4 175 5 5 5 5
12. Express (aA ) 3 + 4 + 5 + 6 + ··· + 177 , (b) 5 + 4 + 9 + 16 + ··· + 121 , and
3
2 3
2 3
2 3 2
(c) 23 + 2 + 3 + 4 + ··· + with summation notation.
N
Z 2
13. O
Calculate the right Riemann sum for (4x − x2 ) dx corresponding to the partition
0
0 < 0.5 < 1 < 1.5 < 2.
14.O Follow the instructions in Exercise 13, but with the left Riemann sum.
Z 9
O √
15. Calculate the left Riemann sum for x dx for the partition 0 < 3 < 5 < 9 of [0, 9]. (Notice
0
the unequal subintervals.)
Z 10
16. What is the right Riemann sum for x2 dx for the partition 0 < 5 < 9 < 10 of [0, 10].. (Notice
0
the unequal subintervals.)
Z 2
17.A Calculate (a) the left and (b) the right Riemann sums for P (x) dx relative to the partition
0
of [0, 2] into four equal subintervals, where y = P (x) is the function whose graph is shown in
Figure 21.
y
y = P (x)
150
100
50
FIGURE 21
0.5 1 1.5 2 x
Section 6.2, The definite integral p. 195 (3/20/08)
Z 40
18.A The graph of y = R(x) is shown in Figure 22. What is the midpoint Riemann sum for R(x) dx
0
corresponding to the partition of [0, 40] into four equal subintervals?
y
y = R(x)
400
300
200
100
FIGURE 22
10 20 30 40 x
Z 2
C
19.O Predict the value of (4x − x2 ) dx by using a Riemann-sum procedure on a calculator or
0
computer to calculate midpoint Riemann sums with 20, 50, and 200 equal subintervals. Use the
window 0 ≤ x ≤ 2, −1 ≤ y ≤ 5.
Use at least three Riemann sums, calculated with a Riemann sum procedure on a calculator or computer,
to predict the values of the integrals in Exercises 20 through 23.
Z 4 Z 4
C O 1 C 1
20. dx 22. dx
1 x2 1 x2
Z 1 Z 5
C
21.A
π sin(πx) dx C
23. (100x − 4x3 ) dx
0 0
Z 7 Z 7 Z 7
O
24. What is [6f (x) + 3g(x)] dx if f (x) dx = 4 and g(x) dx = −5?
−7 −7 −7
Z 6 Z 2 Z 6
O
25. What is h(x) dx if h(x) dx = 10 and h(x) dx = 7?
1 1 2
In Exercises 26 through 34 use areas formula from basic geometry to find the values of the integrals.
Draw the region(s) whose area(s) give the integral.
Z 1 Z 0 p
O A
26. (−2x) dx 30. 1 − x2 dx
−2 −1
Z 40 Z 5 p
27.A x dx 31. − 25 − x2 dx
−20 −5
Z 5 Z 1
28. 6 dx 32.O 7 dx
−10 3
Z 5.72 Z 0
29. 0 dx 33. x dx
−3.96 5
Z 3 √
4 − x2 for −2 ≤ x ≤ 0
34.A H(x) dx where H(x) =
−2 √
− 9 − x2 for 0<x≤3
Z 0 Z 12 Z 12
35.O What is Q(x) dx if Q(x) dx = 35 and Q(x) dx = 20?
10 0 10
p. 196 (3/20/08) Section 6.2, The definite integral
Z 0 Z 4 Z 3
36.A What is Y (x) dx if Y (x) dx = 100 and Y (x) dx = −25?
3 0 4
Z 10 Z 5 Z 5
37. What is P (x) dx if P (x) dx = 100 and P (x) dx = −25?
1 10 1
Z 3 Z 3 Z 3
38.O What is [2f (x) − 4g(x)] dx if f (x) dx = 100 and g(x) dx = 200?
0 0 0
Z 5 Z 5 Z 5
39. What is [50r(x) + 25s(x)] dx if r(x) dx = 2 and s(x) dx = 3?
−5 −5 −5
EXPLORATION:
Z 2 p
A
40. Use the formulas for areas of rectangles and circles to evaluate (5 − 3 4 − x2 ) dx.
0
Z 5
41.O Give the right Riemann sum for (1 + x2 ) dx corresponding to the partition of [0, 5] into N
0
equal subintervals.
Z π
42. Give the left Riemann sum for sin x dx corresponding to the partition of [0, π] into N equal
0
subintervals.
Z 3
43.A Give the general Riemann sum for (x + x5 ) dx.
−3
Z π/4
44. Give the general Riemann sum for sec x dx.
−π/4
Z 4
C A 4
45. The integral dx has the value 70. Use a Riemann-sum procedure and trial and
8x +
0.5 x2
error to find a positive integer N such that the midpoint Riemann sum with N equal subintervals
for the integral differs from the integral by less than 0.1 and more than 0.09.
C
46. Use the Riemann-sum program and trial and error to find a positive integer N such that the left
Z 4 p
and right Riemann sums with N equal subintervals for 1 + x3 dx differ by more than 1
0
and less than 1.2.
Z 2
C
47.A How much larger is the right Riemann sum than the left Riemann sum for (3x2 − x3 ) dx
0
(a) with the partition into four equal subintervals, (b) with the partition of [0, 2] into 20 equal
subintervals, and (c) with the partition of [0, 2] into 80 equal subintervals?
Z 2
C
48. (a) Find the value of (1 + 2x) dx from the formula for the area of a trapezoid or from the
0
formulas for areas of rectangles and triangles. (b) Use the Riemann-sum program to calculate
Z 2
midpoint Riemann sums for (1+2x) dx with N equal subintervals for various positive integers
0
N . All such Riemann sums give the exact value of the integral. Explain..
Z 2
C
49. (a) Explain why x3 dx equals zero. (b) Use the Riemann-sum program to calculate mid-
−2
Z 2
point Riemann sums for x3 dx with N equal subintervals for various positive integers N .
−2
Why do all such Riemann sums give the exact value of the integral?
Section 6.2, The definite integral p. 197 (3/20/08)
50.A Show, by writing the sum twice, once forward and once backwards, and adding corresponding
terms, that for any positive integer N ,
1 2
1 + 2 + 3 + ··· + N = 2N + 12 N. (12)
(b) Equate the expressions on the right of the last equation and use (11) and (12) to show that
12 + 22 + 32 + · · · + N 2 = 31 N 3 + 12 N 2 + 16 N. (13)
13 + 23 + 33 + · · · + N 3 = 41 N 4 + 12 N 3 + 14 N 2 (14)
from (12) by the following argument:† The square of width 13 + 23 + 33 + · · · + N 3 can be divided
into a square of width 1 and L-shaped gnomons of widths 2, 3, . . . , N as in Figure 23. Show that
the jth gnomen has area j 3 (Figure 24), so that the area of the large square is the sum in (14).
FIGURE 23 FIGURE 24
In Exercises 53 through 56 use Definition 1 and formulas (12) through (14) to find the exact values of the
integrals.
Z 1 Z 1
53.O x dx 55. x2 dx
0 0
Z b Z b
54.A x dx for arbitrary b > 0 56. x3 dx for arbitrary b > 0
0 0
N
X Z 1
5 1 6 1 5 4 2
57. Use the formula j = 6N + 2N + 5
12 N − 1
12 N to evaluate x6 dx.
j=1 0