AP Calculus BC Quiz: Approximating Areas With Riemann Sums
Practice Approximating Areas With Riemann Sums in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 15
0 of 15 answered
The trapezoidal rule with n=4 subintervals is used to approximate ∫26x1dx. What is the value of Δx and how many function evaluations are needed?
What this quiz covers
This quiz focuses on Approximating Areas With Riemann Sums, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
The trapezoidal rule with n=4 subintervals is used to approximate ∫26x1dx. What is the value of Δx and how many function evaluations are needed?
Δx=1 and 4 function evaluations are needed
Δx=1 and 5 function evaluations are needed (correct answer)
Δx=2 and 4 function evaluations are needed
Δx=2 and 5 function evaluations are needed
Explanation: For n=4 subintervals on [2,6], Δx=46−2=1. The trapezoidal rule requires evaluation at all endpoints: x0=2,x1=3,x2=4,x3=5,x4=6, which is 5 points total. Choice A has the wrong number of evaluations, while choices C and D have incorrect Δx values.
Question 2
A right Riemann sum with n=8 subintervals approximates ∫412(x2−3x)dx. The width of each subinterval is:
0.5
1 (correct answer)
1.5
2
Explanation: For any Riemann sum with n equal subintervals on [a,b], the width is Δx=nb−a. Here, Δx=812−4=88=1. The other choices result from incorrect calculations: choice A gives 84, choice C gives 812, and choice D gives 816.
Question 3
Using the midpoint rule with n=2 subintervals, the approximation of ∫15xdx is:
2(2+4) (correct answer)
2(1+3)
4(2+4)
2(3+5)
Explanation: With n=2 on [1,5], Δx=2. The subintervals are [1,3] and [3,5] with midpoints 2 and 4. The approximation is 2[2+4]. Choice B uses wrong midpoints 1 and 3, choice C has wrong Δx=4, and choice D uses wrong midpoints 3 and 5.
Question 4
The trapezoidal approximation of ∫04(3x2+1)dx using n=4 subintervals equals:
21[1+2(4)+2(13)+2(28)+49]
1⋅21[1+2(4)+2(13)+2(28)+49] (correct answer)
21[1+4+13+28+49]
2⋅21[1+4+13+28+49]
Explanation: With n=4 on [0,4], Δx=1. Points are 0,1,2,3,4 with function values 1,4,13,28,49. The trapezoidal rule is 2Δx[f(x0)+2f(x1)+2f(x2)+2f(x3)+f(x4)]=21[1+2(4)+2(13)+2(28)+49]. Choice A omits Δx, choice C omits the factor of 2, choice D uses wrong Δx.
Question 5
The left Riemann sum ∑i=0n−1f(a+iΔx)Δx approximates ∫abf(x)dx where Δx=nb−a. If a=2, b=10, and n=4, what are the x-values used in the sum?
2,4,6,8 (correct answer)
4,6,8,10
2,4,6,8,10
3,5,7,9
Explanation: With a=2, b=10, n=4, we have Δx=2. The left endpoints are a+iΔx for i=0,1,2,3: 2+0(2)=2, 2+1(2)=4, 2+2(2)=6, 2+3(2)=8. Choice B gives right endpoints, choice C includes the right boundary, and choice D gives midpoints.
Question 6
A midpoint Riemann sum with n=5 equal subintervals is used to approximate ∫111lnxdx. The midpoints of the subintervals are:
2,4,6,8,10 (correct answer)
1,3,5,7,9
3,5,7,9,11
1,3,5,7,9,11
Explanation: With n=5 on [1,11], Δx=2. The subintervals are [1,3],[3,5],[5,7],[7,9],[9,11] with midpoints 2,4,6,8,10. Choice B gives left endpoints, choice C gives right endpoints, and choice D incorrectly includes both endpoints with an extra point.
Question 7
For a decreasing function g on [0,4], which statement about Riemann sum approximations of ∫04g(x)dx is correct?
The left Riemann sum provides an underestimate of the integral value
The right Riemann sum provides an overestimate of the integral value
The left Riemann sum provides an overestimate of the integral value (correct answer)
The midpoint sum is always exactly equal to the integral value
Explanation: For a decreasing function, the left endpoints give the maximum value on each subinterval, making the left Riemann sum an overestimate. The right endpoints give minimum values, making the right sum an underestimate. Choice A is backwards, choice B is backwards, and choice D is incorrect since midpoint sums are approximations, not exact values.
Question 8
Using the midpoint rule with n=4 to approximate ∫−22x3dx, the approximation equals:
Explanation: With n=4 on [−2,2], Δx=1. The subintervals are [−2,−1],[−1,0],[0,1],[1,2] with midpoints −1.5,−0.5,0.5,1.5. The approximation is 1⋅[(−1.5)3+(−0.5)3+(0.5)3+(1.5)3]. Choice B uses left endpoints, choice C has wrong Δx=2, choice D uses different points entirely.
Question 9
A function f is increasing on [a,b]. If Ln, Rn, and Mn represent left, right, and midpoint Riemann sums respectively with n subintervals, then:
Ln≤Mn≤Rn≤∫abf(x)dx
Ln≤∫abf(x)dx≤Mn≤Rn
Ln≤Mn≤∫abf(x)dx≤Rn (correct answer)
Mn≤Ln≤∫abf(x)dx≤Rn
Explanation: For an increasing function, the left sum underestimates (uses minimum values), the right sum overestimates (uses maximum values), and the midpoint sum is generally more accurate than both, falling between the left sum and the true integral value. Thus Ln≤Mn≤∫abf(x)dx≤Rn. The other choices incorrectly order these approximations.
Question 10
The sum ∑k=1443⋅sin(43k) represents which type of Riemann sum approximation?
Left Riemann sum for ∫03sinxdx with n=4
Right Riemann sum for ∫03sinxdx with n=4 (correct answer)
Midpoint Riemann sum for ∫03sinxdx with n=4
Left Riemann sum for ∫04sinxdx with n=3
Explanation: The sum has Δx=43 and evaluates at 43⋅1,43⋅2,43⋅3,43⋅4=43,23,49,3. With n=4 on [0,3], Δx=43, and these are the right endpoints of subintervals [0,43],[43,23],[23,49],[49,3]. Choice A would start at k=0, choice C would use midpoints, choice D has wrong interval.
Question 11
A midpoint Riemann sum with n=3 subintervals approximates ∫03exdx. Which expression represents this approximation?
1⋅[e0.5+e1.5+e2.5] (correct answer)
1⋅[e0+e1+e2]
1⋅[e1+e2+e3]
3⋅[e0.5+e1.5+e2.5]
Explanation: With n=3 on [0,3], Δx=1. The subintervals are [0,1],[1,2],[2,3] with midpoints 0.5,1.5,2.5. The midpoint sum is Δx∑f(midpoints)=1[e0.5+e1.5+e2.5]. Choice B uses left endpoints, choice C uses right endpoints, and choice D has the wrong coefficient.
Question 12
If ∫08f(x)dx is approximated using both a left Riemann sum and a right Riemann sum with n=4 subintervals, and f is a continuous increasing function, then:
Both approximations will be exactly equal to the true integral value
The left sum will be greater than the right sum by a predictable amount
The right sum will be greater than the left sum by some positive amount (correct answer)
The midpoint sum will be exactly halfway between the left and right sums
Explanation: For an increasing function, the left sum uses minimum values on each subinterval (underestimate) while the right sum uses maximum values (overestimate). Therefore, the right sum will be greater than the left sum. Choice A is wrong since Riemann sums are approximations, choice B has the inequality backwards, and choice D is incorrect since the midpoint sum position depends on the function's concavity, not just monotonicity.
Question 13
The trapezoidal rule approximation of ∫02ex2dx with n=2 subintervals is:
21[e0+e1+e4]
21[e0+2e1+e4] (correct answer)
1⋅21[e0+2e1+e4]
2⋅21[e0+2e1+e4]
Explanation: With n=2 on [0,2], Δx=1. Points are 0,1,2 with function values e0,e1,e4. The trapezoidal rule is 2Δx[f(0)+2f(1)+f(2)]=21[e0+2e1+e4]. Choice A omits the factor of 2 for the middle term, choices C and D incorrectly separate out Δx when it's already incorporated in the 21 factor.
Question 14
If f(x)=sinx and we use a left Riemann sum with n=6 equal subintervals to approximate ∫0πf(x)dx, which of the following represents the approximation?
Explanation: With n=6 on [0,π], Δx=6π. Left endpoints are 0,6π,3π,2π,32π,65π. The left sum uses these six points. Choice B uses right endpoints, choice C has wrong Δx=3π, and choice D has wrong Δx=π.
Question 15
A right Riemann sum approximation of ∫17f(x)dx with n=3 subintervals can be written as:
2[f(1)+f(3)+f(5)]
2[f(3)+f(5)+f(7)] (correct answer)
32[f(3)+f(5)+f(7)]
6[f(3)+f(5)+f(7)]
Explanation: With n=3 on [1,7], Δx=2. The subintervals are [1,3],[3,5],[5,7] with right endpoints 3,5,7. The right sum is Δx[f(3)+f(5)+f(7)]=2[f(3)+f(5)+f(7)]. Choice A uses left endpoints, choice C has wrong Δx=32, and choice D has wrong Δx=6.