Chapter 5
Integration
5.1. Approximating Areas
Section Exercises
1. State whether the given sums are equal or unequal.
10 10
a. i and
i =1
k
k =1
10 15
b. i and ( i − 5)
i =1 i =6
10 9
c. i ( i − 1) and ( j + 1) j
i =1 j =0
i ( i − 1) and ( k −k)
10 10
2
d.
i =1 k =1
Answer: a. They are equal; both represent the sum of the first 10 whole numbers. b. They are
equal; both represent the sum of the first 10 whole numbers. c. They are equal by substituting
j = i − 1 . d. They are equal; the first sum factors the terms of the second.
In the following exercises, use the rules for sums of powers of integers to compute the sums.
10
2. åi
i=5
Answer: 55 −10 = 45
10
3. åi 2
i=5
Answer: 385 − 30 = 355
100 100
Suppose that ai = 15 and b = −12 . In the following exercises, compute the sums.
i
i =1 i =1
100
4. å( a + b ) i i
i=1
Answer: 15 −12 = 3
100
5. å( a - b ) i i
i=1
Answer: 15 − ( −12 ) = 27
,OpenStax Calculus Volume 1 Instructor Answer and Solution Guide
100
6. å(3a - 4b ) i i
i=1
Answer: 3 (15) − 4 ( −12) = 93
100
7. å(5a + 4b ) i i
i=1
Answer: 5 (15) + 4 ( −12) = 27
In the following exercises, use summation properties and formulas to rewrite and evaluate
the sums.
20
8. å100 ( k 2
- 5k +1 )
k=1
20 20 20
Answer: 100 k 2 − 5 k + 1 = 184,000
k =1 k =1 k =1
50
9. å( j 2
-2j )
j =1
50 50
( 50 )( 51)(101) − 2 ( 50 )( 51) = 40,375
Answer: j 2 − 2 j =
j =1 j =1 6 2
20
10. å( j 2
- 10 j )
j =11
20 20
( 20 )( 21)( 41) (10 )(11)( 21)
Answer: j 2
− 102 j = − 5 ( 20 )( 21) − − 5 (10 )(11) = 935
j =11 j =11 6 9
25
å éêë( 2k ) -100k ùú
2
11.
k=1
û
25 25
4 ( 25)( 26 )( 51)
Answer: 4 k 2 − 100 k = − 50 ( 25 )( 26 ) = −10,400
k =1 k =1 6
,OpenStax Calculus Volume 1 Instructor Answer and Solution Guide
Let Ln denote the left-endpoint sum using n subintervals and let Rn denote the
corresponding right-endpoint sum. In the following exercises, compute the indicated left
and right sums for the given functions on the indicated interval.
1
12. L4 for f ( x ) = on 2, 3
x −1
319
Answer: L4 =
420
13. R4 for g x = cos p x on 0, 1
() ( )
Answer: R4 = −0.25
1
14. L6 for f ( x ) = on 2, 5
x ( x − 1)
Answer: L6 = 0.5972
1
15. R6 for f ( x ) = on 2, 5
x ( x − 1)
Answer: R6 = 0.372
1
16. R4 for on −2, 2
x +12
Answer: R4 = 2.20
1
17. L4 for on −2, 2
x +12
Answer: L4 = 2.20
18. R8 for x 2 − 2 x + 1 on 0, 2
Answer: R8 = 0.6875
19. L8 for x 2 − 2 x + 1 on 0, 2
Answer: L8 = 0.6875
20. Compute the left and right Riemann sums—L4 and R4, respectively—for f ( x ) = ( 2 − x )
on −2, 2 . Compute their average value and compare it with the area under the graph of
f.
Answer: L4 = 4.0 = R4 . The graph of f is a triangle of area 4.
, OpenStax Calculus Volume 1 Instructor Answer and Solution Guide
21. Compute the left and right Riemann sums—L6 and R6, respectively—for
f ( x ) = ( 3 − 3 − x ) on 0, 6 . Compute their average value and compare it with the area
under the graph of f.
Answer: L6 = 9.000 = R6 . The graph of f is a triangle with area 9.
22. Compute the left and right Riemann sums—L4 and R4, respectively—for f ( x ) = 4 − x2
on −2, 2 and compare their values.
Answer: L4 = 5.4641 = R4 . The graph of f is a semicircle of area 2 6.28 .
23. Compute the left and right Riemann sums—L6 and R6, respectively—for
f ( x ) = 9 − ( x − 3) on 0,6 and compare their values.
2
Answer: L6 = 13.12899 = R6 . They are equal.
Express the following endpoint sums in sigma notation but do not evaluate them.
24. L30 for f x = x2 on 1, 2
()
2
1 30 i − 1
Answer: L30 = 1 + 30
30 i =1
25. L10 for f x = 4 - x2 on −2, 2
()
( i − 1)
2
4 10
Answer: L10 = 4 − −2 + 4
10 i =1 10
26. R20 for f x = sin x on 0,
()
20 i
Answer: R20 = sin
20 i =1 20
27. R100 for ln x on 1, e
e − 1 100 i
Answer: R100 = ln 1 + ( e − 1)
100 i =1
100