AP Calculus AB Practice
 AP Calculus Multiple Choice 1
 AP Calculus Multiple Choice 2
 AP Calculus Free Response 1
 AP Calculus Free Response 2


 Calculus Problems
 Areas and Volumes
 Tangent to Curves
 Slope Field
 Riemann Sums
 Rates of Change
 Limits
 Implicit Differentiation
 Derivatives




 Copyright
 Free Test Online

Riemann Sum Problems

Problems that require students to determine left, right, midpoint, trapezoidal, upper or lower Riemann sums are frequent in AP Calculus AB tests.

Consider a function f defined on a subset of the real numbers, and let I = [a, b] be a closed interval contained in the subset. A finite set of points {x0, x1, x2, ... xn} with a = x0 < x1 < x2 ... < xn = b creates a partition {[x0, x1), [x1, x2), ... [xn-1, xn]} of the closed interval I. The Riemann sum of f over interval I is:
ap, calculus,Riemann, sum

Left Riemann sum: yi = xi-1
Right Riemann sum: yi = xi
Midpoint Riemann sum: yi = (xi + xi-1)/2
Trapezoidal Riemann sum: average of the left and right Riemann sums
Upper Riemann sum: yi = supremum of f over [xi-1, xi]
Lower Riemann sum: yi = infimum of f over [xi-1, xi]


Examples of problems with Riemann sums

Question 1:

t(hours) 0 .5 1 1.5 2 2.5 3
v(miles/hour) 32 30 16 22 20 24 26

A speedboat travels downstream on a river. Its speed v, in miles per hour, at certain times is given in the table above. Using a left Riemann sum, what is the approximation of the total distance traveled by the speedboat from t = .5 to t = 3?


  • Solution: The left Riemann sum is:

    d = 30(1-.5) + 16(1.5-1) + 22(2-1.5) + 20(2.5-2) + 24(3-2.5).
    d = 56 miles

  • Question 2:

    The values of a differentiable function f are given in the table below. Aproximate the integral of this function from x = 0 to x = 8, by using a right Riemann sum.

    x 0 2 4 6 8
    f(x) -10 -2 6 8 14

  • Solution: The left Riemann sum is:
    R = -2(2-0) + 6(4-2) + 8(6-4) + 14(8-6).
    R = 52


  • The official AP Calculus webpage