AP Calculus AB Quiz: Approximating Areas With Riemann Sums
Practice Approximating Areas With Riemann Sums in AP Calculus AB 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
Let g be a function that is strictly decreasing on the interval [a,b]. Which of the following statements provides the best comparison between the right Riemann sum approximation (Rn) and the true value of the integral ∫abg(x)dx?
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 AB.
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
Let g be a function that is strictly decreasing on the interval [a,b]. Which of the following statements provides the best comparison between the right Riemann sum approximation (Rn) and the true value of the integral ∫abg(x)dx?
Rn is an overestimate of the integral.
Rn is an underestimate of the integral. (correct answer)
Rn is equal to the value of the integral.
The relationship cannot be determined from the given information.
Explanation: For a strictly decreasing function on a given subinterval, the function's value at the right endpoint is the minimum value on that subinterval. Therefore, a right Riemann sum, which uses the function values at the right endpoints, will be an underestimate of the true value of the integral.
Question 2
Let f be a function such that f′(x)<0 and f′′(x)<0 for all x in the interval [a,b]. Let I=∫abf(x)dx. For a given number of subintervals n, which of the following must be true about the left Riemann sum (Ln) and trapezoidal sum (Tn) approximations?
Tn<I<Ln (correct answer)
Ln<I<Tn
I<Tn<Ln
Tn<Ln<I
Explanation: Since f′(x)<0, the function f is decreasing. For a decreasing function, the left Riemann sum Ln is an overestimate of the integral I. Since f′′(x)<0, the function is concave down. For a concave down function, the trapezoidal sum Tn is an underestimate of the integral I. Combining these facts, we have Tn<I<Ln.
Question 3
The approximation for ∫abf(x)dx using a left Riemann sum is AL and using a right Riemann sum is AR. If the trapezoidal approximation is AT, which of the following gives an expression for AT in terms of AL and AR, assuming equal subintervals?
2AL+AR (correct answer)
AL+AR
ALAR
AR−AL
Explanation: For equal subintervals of width Δx, the left Riemann sum is AL=Δx∑i=0n−1f(xi) and the right Riemann sum is AR=Δx∑i=1nf(xi). The trapezoidal sum is AT=2Δx∑i=1n(f(xi−1)+f(xi))=2Δx[(f(x0)+f(x1))+...+(f(xn−1)+f(xn))]=2Δx[f(x0)+2f(x1)+...+2f(xn−1)+f(xn)]=21[Δx(f(x0)+...+f(xn−1))+Δx(f(x1)+...+f(xn))]=2AL+AR.
Question 4
The rate at which water flows into a reservoir is given by a continuous function R(t), where t is in hours and R(t) is in cubic meters per hour. At t=0,2,4,6 hours, the rates are R(0)=50,R(2)=70,R(4)=80,R(6)=60 cubic meters per hour.
Using a left Riemann sum with three subintervals of equal width, what is the approximation of the total volume of water that flowed into the reservoir during the 6-hour period?
200 cubic meters
400 cubic meters (correct answer)
420 cubic meters
540 cubic meters
Explanation: The total volume is approximated by the integral of the rate, ∫06R(t)dt. The interval is [0,6] with 3 subintervals, so the width is Δt=36−0=2 hours. A left Riemann sum uses the left endpoints t=0,2,4. The approximation is Δt[R(0)+R(2)+R(4)]=2[50+70+80]=2[200]=400. The units are (hours) * (cubic meters/hour) = cubic meters.
Question 5
The values of a continuous function f for selected values of x are given as follows: f(0)=5,f(1)=8,f(2)=13,f(3)=20. What is the value of a right Riemann sum approximation of ∫03f(x)dx with 3 equal subintervals?
26
36
41 (correct answer)
46
Explanation: The interval of integration is [0,3] with n=3 subintervals, so the width of each subinterval is Δx=33−0=1. The subintervals are [0,1],[1,2],[2,3]. A right Riemann sum uses the right endpoints x=1,2,3. The approximation is Δx[f(1)+f(2)+f(3)]=1[8+13+20]=41.
Question 6
Use a left Riemann sum with 4 equal subintervals to approximate the area of the region bounded by the graph of f(x)=x2, the x-axis, from x=0 to x=4.
14 (correct answer)
21
22
30
Explanation: The interval is [0,4] with n=4 subintervals, so the width of each subinterval is Δx=44−0=1. The subintervals are [0,1],[1,2],[2,3],[3,4]. For a left Riemann sum, we use the left endpoints of these subintervals, which are 0,1,2,3. The approximation is Δx[f(0)+f(1)+f(2)+f(3)]=1[02+12+22+32]=1[0+1+4+9]=14.
Question 7
A function g(x) is continuous and its values at several points are g(1)=5,g(3)=8,g(5)=12,g(7)=15.
Using the given values, approximate the definite integral ∫17g(x)dx with a right Riemann sum using 3 subintervals of equal width.
50
60
70 (correct answer)
35
Explanation: The interval is [1,7] with n=3 subintervals, so the width of each subinterval is Δx=37−1=2. The subintervals are [1,3],[3,5],[5,7]. For a right Riemann sum, we use the right endpoints 3,5,7. The approximation is Δx[g(3)+g(5)+g(7)]=2[8+12+15]=2[35]=70.
Question 8
Use a midpoint Riemann sum with 2 equal subintervals to approximate the value of ∫02x3dx.
1.0
3.5 (correct answer)
5.0
9.0
Explanation: The interval is [0,2] with n=2 subintervals, so the width is Δx=22−0=1. The subintervals are [0,1] and [1,2]. The midpoints are 0.5 and 1.5. The midpoint Riemann sum is Δx[f(0.5)+f(1.5)]=1[(0.5)3+(1.5)3]=1[0.125+3.375]=3.5.
Question 9
Let f be a function that is strictly increasing on the interval [a,b]. Which of the following statements must be true about the approximations for ∫abf(x)dx using a left Riemann sum (Ln) and a right Riemann sum (Rn) with n subintervals?
Ln<∫abf(x)dx<Rn (correct answer)
Rn<∫abf(x)dx<Ln
Ln<Rn<∫abf(x)dx
∫abf(x)dx<Ln<Rn
Explanation: For a strictly increasing function on a given subinterval, the minimum value occurs at the left endpoint and the maximum value occurs at the right endpoint. Therefore, a left Riemann sum (Ln) will be an underestimate of the true integral, and a right Riemann sum (Rn) will be an overestimate. This leads to the inequality Ln<∫abf(x)dx<Rn.
Question 10
The function h(x) is twice differentiable and h′′(x)>0 for all x in the interval [0,4]. Let T4 be the trapezoidal sum approximation with 4 equal subintervals for ∫04h(x)dx. Which statement about T4 must be true?
T4 is an underestimate of ∫04h(x)dx.
T4 is an overestimate of ∫04h(x)dx. (correct answer)
T4 is equal to ∫04h(x)dx.
The relationship cannot be determined without knowing if h(x) is increasing or decreasing.
Explanation: The condition h′′(x)>0 means that the graph of h(x) is concave up. For a concave up function, the secant line segment connecting the endpoints of any subinterval lies above the curve. Since the trapezoidal rule uses these secant line segments to form the tops of the trapezoids, the area of each trapezoid is greater than the area under the curve on that subinterval. Thus, the trapezoidal sum T4 is an overestimate.
Question 11
The function f is continuous on [0,6]. Using three subintervals of equal width and right endpoints, the right Riemann sum approximation for ∫06f(x)dx is calculated. Which of the following expressions represents this approximation?
2(f(0)+f(2)+f(4))
3(f(2)+f(4)+f(6))
2(f(2)+f(4)+f(6)) (correct answer)
3(f(0)+f(3)+f(6))
Explanation: The interval is [0,6] with n=3 subintervals of equal width. The width of each subinterval is Δx=36−0=2. The subintervals are [0,2],[2,4],[4,6]. For a right Riemann sum, we use the function values at the right endpoints of these subintervals, which are x=2,x=4,x=6. The approximation is given by the sum of the areas of the three rectangles: f(2)⋅Δx+f(4)⋅Δx+f(6)⋅Δx=Δx(f(2)+f(4)+f(6))=2(f(2)+f(4)+f(6)).
Question 12
Use the trapezoidal rule with 4 equal subintervals to approximate ∫02ex2dx.
41(e0+2e0.25+2e1+2e2.25+e4) (correct answer)
21(e0+e0.25+e1+e2.25)
21(e0.25+e1+e2.25+e4)
41(e0.25+e1+e2.25+e4)
Explanation: The interval is [0,2] with n=4 subintervals, so the width is Δx=42−0=0.5. The endpoints are 0,0.5,1,1.5,2. The trapezoidal rule formula is 2Δx[f(x0)+2f(x1)+2f(x2)+2f(x3)+f(x4)]. Plugging in the values: 20.5[e02+2e0.52+2e12+2e1.52+e22]. This simplifies to 41[e0+2e0.25+2e1+2e2.25+e4].
Question 13
The speed of a runner during the first 4 seconds of a race is given by a strictly increasing, differentiable function s(t), where t is in seconds and s is in meters per second.
A right Riemann sum is used to estimate the distance the runner travels during the first 4 seconds. How does this estimate compare to the actual distance traveled?
The estimate is an overestimate because the function is strictly increasing. (correct answer)
The estimate is an underestimate because the function is strictly increasing.
The estimate is exact because the function is differentiable.
The relationship cannot be determined without knowing the concavity of the function.
Explanation: The distance traveled is the integral of the speed function, ∫04s(t)dt. Since the speed function s(t) is strictly increasing, the value at the right endpoint of any subinterval is the maximum value on that subinterval. Therefore, a right Riemann sum will use the maximum value for each rectangle's height, resulting in an overestimate of the actual distance traveled.
Question 14
A right Riemann sum with 5 equal subintervals is used to approximate ∫212f(x)dx. Which of the following is the width of each rectangle?
1
2 (correct answer)
5
10
Explanation: The width of each subinterval (rectangle) in a Riemann sum with equal subintervals is given by the formula Δx=nb−a, where [a,b] is the interval of integration and n is the number of subintervals. In this case, a=2,b=12, and n=5. Therefore, the width is Δx=512−2=510=2.
Question 15
For a certain continuous function f(x), it is known that a left Riemann sum is always an overestimate and a right Riemann sum is always an underestimate for ∫abf(x)dx for any number of subintervals. Which of the following must be true about f(x) on [a,b]?
f(x) is increasing
f(x) is decreasing (correct answer)
f(x) is concave up
f(x) is concave down
Explanation: If a left Riemann sum is an overestimate, it means the function's value at the left endpoint of each subinterval is the maximum value in that subinterval. This occurs when a function is decreasing. If a right Riemann sum is an underestimate, it means the function's value at the right endpoint is the minimum value, which also occurs when a function is decreasing. Therefore, f(x) must be a decreasing function on the interval.