PrepGo

Approximating Areas with Riemann Sums - AP Calculus BC Study Guide

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Learn with study guides reviewed by top AP teachers. This guide takes about 11 minutes to read.

The Core Idea: Approximating Areas with Riemann Sums

The definite integral is a fundamental concept in calculus that represents the net area under a curve over a given interval. While we will learn methods to calculate this area exactly, it is often necessary or practical to find an approximation. The core idea of this topic is to approximate the definite integral by dividing the area into simpler, more manageable geometric shapes—specifically, rectangles or trapezoids.

A Riemann sum is the sum of the areas of these approximating shapes. By summing the areas of a finite number of rectangles whose heights are determined by the function's value at a specific point in each subinterval (left endpoint, right endpoint, or midpoint), we can generate an estimate of the total area. Similarly, using trapezoids can provide another approximation. These methods are powerful because they can be applied to functions represented in various ways: graphically, numerically in a table, or by an explicit formula.

Key Formulas

The definite integral can be approximated by dividing the interval into subintervals. Let the width of each subinterval be . The endpoints of the subintervals are .

Left Riemann Sum

The height of each rectangle is determined by the function's value at the left endpoint of each subinterval.

Right Riemann Sum

The height of each rectangle is determined by the function's value at the right endpoint of each subinterval.

Midpoint Riemann Sum

The height of each rectangle is determined by the function's value at the midpoint, , of each subinterval.

Trapezoidal Sum

This method approximates the area using trapezoids instead of rectangles. The area of each trapezoid is , where the bases are the parallel vertical sides ( and ) and the height is the width of the subinterval ().

For subintervals of equal width, this simplifies to:

Understanding the Methods

The choice of approximation method depends on which point in each subinterval is used to determine the height of the approximating shape. This choice is the fundamental difference between the various sums.

  • Left vs. Right Riemann Sums: For a left sum, the top-left corner of each rectangle touches the curve. For a right sum, the top-right corner touches the curve. If the function is increasing on the interval, the left sum will be an underestimate of the true area, while the right sum will be an overestimate. The reverse is true for a decreasing function.

  • Midpoint Riemann Sum: This method often provides a better approximation than left or right sums because the parts of the rectangle that are above the curve often cancel out the parts that are below the curve within each subinterval. The height is determined by the function value at the exact center of each subinterval's base.

  • Trapezoidal Sum: By using a slanted top for each shape, the trapezoidal sum conforms more closely to the curve than a rectangle with a flat top. It is equivalent to averaging the left and right Riemann sums for subintervals of equal width: .

A critical detail, especially when working with data from a table, is that the subintervals may not have equal widths. In such cases, the width of each individual rectangle or trapezoid () must be calculated and used for that specific shape's area calculation. The simplified formulas that factor out a common do not apply.

Core Concepts & Rules

  • A Riemann sum is a method for approximating a definite integral by summing the areas of a finite number of rectangles.

  • The primary approximation methods are the left Riemann sum, right Riemann sum, midpoint Riemann sum, and the trapezoidal sum.

  • The specific method is defined by the point chosen within each subinterval to determine the height of the rectangle (left endpoint, right endpoint, or midpoint) or by the use of trapezoids.

  • These approximation methods are versatile and can be applied to functions presented as an equation, a graph, or a table of numerical values.

  • When approximating from a table of values, be aware that the width of the subintervals () may not be constant.

Step-by-Step Example 1: Approximating from a Function

Approximate using a right Riemann sum with subintervals.

Step 1: Determine the width of each subinterval, .

The interval is and .

Step 2: Determine the -values for the endpoints of the subintervals.

Starting at , we add repeatedly.

Step 3: Identify the -values to be used for the heights.

For a right Riemann sum, we use the right endpoints of each of the 4 subintervals: .

The values are: .

Step 4: Calculate the function value (height) at each of these -values.

Let .

Step 5: Calculate the sum of the areas of the rectangles.

The area is the sum of .

The right Riemann sum approximation is .

Step-by-Step Example 2: Approximating from a Table of Values

A particle's velocity (in meters/sec) is recorded at various times (in seconds) as shown in the table below. Use a trapezoidal sum with the three subintervals indicated by the data to approximate the total distance traveled, .

(sec)04710
(m/s)581211

Step 1: Identify the subintervals and their widths.

The subintervals are determined by the -values in the table. Note that the widths are not equal.

  • Subinterval 1: . Width .

  • Subinterval 2: . Width .

  • Subinterval 3: . Width .

Step 2: Calculate the area of the trapezoid for each subinterval.

The formula for the area of a trapezoid is . Here, the "bases" are the vertical function values () and the "height" is the horizontal width of the subinterval ().

  • Area 1 (for ):

  • Area 2 (for ):

  • Area 3 (for ):

Step 3: Sum the areas of the trapezoids.

Total Approximation = Area 1 + Area 2 + Area 3

The approximate distance traveled is meters.

Using Your Calculator

The calculation of Riemann and trapezoidal sums is fundamentally an arithmetic process that is expected to be done by hand, especially when data is provided in a table. A calculator's primary role in this topic is not to perform the approximation but to speed up the arithmetic or to find the exact value of the definite integral for comparison.

Checking an Answer for a Function:

If you have approximated an integral like , you can use your calculator to find the exact value and see if your approximation is reasonable.

  • On a TI-84 style calculator, use the numerical integration function, typically found under the [MATH] menu.

  • The syntax is fnInt(function, variable, lower_bound, upper_bound).

  • For the example above: would yield approximately . Our right-sum approximation of is in a reasonable range for an estimate with only 4 subintervals.

Speeding up Arithmetic:

For a function with many subintervals, you can use lists to store the -values and -values and then use list operations to perform the sum. However, setting up the sum correctly by hand is the key skill being assessed.

AP Exam Quick Hit

Common Question Types

  • Approximation from a Table: This is the most frequent format. You will be given a table of values for a function (e.g., rate of change) and asked to approximate the definite integral (e.g., total accumulation) using a left sum, right sum, or trapezoidal sum. The subintervals are often of unequal width.

    • Example: "Use a trapezoidal sum with 4 subintervals given by the data in the table to approximate the amount of water that leaked from a tank."
  • Approximation from a Graph: You will be shown a graph of a function and asked to use a specified number of subintervals to approximate . This requires you to read the function values (the heights) directly from the graph at the required endpoints.

    • Example: "Using a midpoint Riemann sum with 3 equal subintervals, approximate the value of for the function shown in the graph."

Common Mistakes

  • Using the Wrong Number of Function Values: For subintervals, a left or right Riemann sum uses function values, but the trapezoidal sum uses function values.

  • Incorrectly Identifying Endpoints: For a left sum on , using instead of the correct . The reverse is a common mistake for right sums.

  • Ignoring Unequal Subintervals: When working from a table, automatically factoring out a single value when the widths of the subintervals are different. You must calculate the area of each shape individually using its specific width.

  • Trapezoidal Formula Error: Forgetting the factor in the trapezoid area formula. For the simplified formula with equal subintervals, a common error is forgetting to apply the coefficient of 2 to all interior function values.

  • Confusing Midpoint and Trapezoidal Sums: Calculating the height for a midpoint sum by averaging the function values at the endpoints () instead of evaluating the function at the midpoint of the x-values ().