PrepGo

Riemann Sums, Summation Notation, and Definite Integral Notation - 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 8 minutes to read.

The Core Idea: Riemann Sums, Summation Notation, and Definite Integral Notation

The fundamental problem addressed by this topic is how to find the exact area of a region bounded by a function's curve and the x-axis over a specific interval. For simple geometric shapes like rectangles or triangles, this is straightforward. However, for complex curves, we need a more powerful method. The core idea is to first approximate this area by dividing the region into a finite number of simpler shapes, typically rectangles, and summing their areas. This sum is known as a Riemann sum.

To move from an approximation to an exact value, we imagine using an infinite number of infinitesimally thin rectangles. The definite integral is the formal mathematical tool that represents this limiting process. It is defined as the limit of a Riemann sum as the widths of the subintervals approach zero. The value of the definite integral represents the net area of the region, where area above the x-axis is considered positive and area below is considered negative.

Key Formulas and Notation

The transition from an approximation to an exact value is captured by specific mathematical notation.

Riemann Sum (The Approximation)

A Riemann sum approximates the net area under a curve by summing the areas of a finite number of rectangles. The general form is:

  • is the number of subintervals (rectangles).

  • is the width of the -th subinterval. For uniform subintervals on , .

  • is the sample point in the -th subinterval where the function is evaluated to determine the rectangle's height. Common choices for give us left, right, and midpoint Riemann sums.

  • is the height of the -th rectangle.

The Definite Integral (The Exact Value)

The definite integral gives the exact net area and is defined as the limit of a Riemann sum as the number of subintervals approaches infinity.

  • is the integral symbol.

  • is the lower limit of integration.

  • is the upper limit of integration.

  • is the integrand, the function whose net area is being calculated.

  • is the differential, indicating that is the variable of integration.

Understanding Net Area

A critical concept is that the definite integral calculates net area, not total area. This means the integral accumulates signed area over the interval .

  • Positive Contribution: For any subinterval where , the area between the curve and the x-axis is positive and adds to the value of the integral.

  • Negative Contribution: For any subinterval where , the area between the curve and the x-axis is considered negative and is subtracted from the value of the integral.

For example, if a function is positive on and negative on , the definite integral will be the value of the area on minus the value of the area on .

Core Concepts & Rules

  • A Riemann sum is a method for approximating the net area under a curve using a sum of areas of rectangles (or trapezoids).

  • The definite integral, , represents the exact net area between the graph of and the x-axis over the interval .

  • The formal definition of the definite integral is the limit of a Riemann sum as the number of subintervals approaches infinity () and the width of the largest subinterval approaches zero.

  • Common methods for Riemann sum approximations include using left endpoints, right endpoints, midpoints, or trapezoids to determine the height of each shape used in the approximation.

  • The value of a definite integral accounts for the position of the function relative to the x-axis: areas above the axis are positive, and areas below are negative.

Step-by-Step Example 1: Calculating a Right Riemann Sum from a Function

Problem: Approximate the value of using a right Riemann sum with 4 subintervals of equal width.

Step 1: Determine the width of each subinterval ().

The interval is and we need subintervals.

Step 2: Identify the subintervals.

Starting at and adding repeatedly, we get the subintervals:

, , ,

Step 3: Identify the sample points () for a right Riemann sum.

For a right sum, we use the right endpoint of each subinterval to determine the height of the rectangle.

The sample points are: .

Step 4: Calculate the height of each rectangle, .

The function is .

Step 5: Calculate the Riemann sum.

The sum is the width multiplied by the sum of the heights.

Thus, the right Riemann sum approximation is 8.25.

Step-by-Step Example 2: Approximating with a Trapezoidal Sum from a Table

Problem: A particle's velocity , in meters per second, is measured at various times seconds, as shown in the table below. The function is continuous. Use a trapezoidal sum with the four subintervals given by the table to approximate .

(seconds)037912
(m/s)102016814

Step 1: Recognize that the subintervals have unequal widths.

Calculate the width of each subinterval ().

  • Interval 1: , width

  • Interval 2: , width

  • Interval 3: , width

  • Interval 4: , width

Step 2: Apply the trapezoid area formula for each subinterval.

The area of a trapezoid is , where the bases () are the function values at the endpoints and the height () is the width of the subinterval.

Step 3: Calculate the area of each trapezoid.

  • Area 1:

  • Area 2:

  • Area 3:

  • Area 4:

Step 4: Sum the areas to find the approximation.

The approximate value of the integral is 174.

Using Your Calculator

While Riemann sums are used for approximation, your graphing calculator can find a very precise numerical value for a definite integral, which is useful for checking your work.

To evaluate (e.g., from Example 1):

  1. Press the [MATH] button.

  2. Scroll down to option 9: fnInt( and press [ENTER].

  3. The syntax is fnInt(function, variable, lower bound, upper bound).

  4. Enter the expression as follows: fnInt(X^3 + 1, X, 0, 2).

  5. Press [ENTER]. The calculator will return the value .

This shows that our right Riemann sum approximation of 8.25 was an overestimate of the true value of 6. This makes sense because is an increasing function on , and a right Riemann sum will always overestimate the area for an increasing function.

AP Exam Quick Hit

Common Question Types

  • Approximation from a Table: You will be given a table of values for a function, often with unequal subintervals, and asked to approximate a definite integral using a left, right, midpoint, or trapezoidal sum. This is one of the most common question formats for this topic.

  • Interpreting the Integral in Context: Given an integral like where is the rate at which a chemical is produced in grams per minute, you must explain the meaning of the integral. The correct interpretation would be "the total amount of the chemical, in grams, produced from time to minutes."

  • Converting a Limit of a Sum to an Integral: You will be given an expression in the form and asked to write the corresponding definite integral. For example, corresponds to the definite integral .

Common Mistakes

  • Forgetting to Multiply by : A frequent error is to sum up all the function values () but forget to multiply the final sum by the subinterval width, .

  • Incorrect Sample Points: Confusing left, right, and midpoint sums. For a left sum on with intervals, you use . For a right sum, you use .

  • Assuming Equal Subintervals: When working from a table, students often incorrectly assume all subintervals have the same width. Always calculate the width of each subinterval individually.

  • Trapezoidal Sum Errors: Forgetting the factor in the trapezoid area formula is a very common algebraic slip.

  • Confusing Net Area and Total Area: Forgetting that the definite integral calculates net area. If a question asks for the total area between a curve and the x-axis, you must integrate the absolute value of the function, , which may require splitting the integral into multiple pieces.