| Study Guides
AP · Riemann sums, summation notation, definite integral notation · 14 min read · Updated 2026-05-10

Riemann sums, summation notation, definite integral notation — AP Calculus BC Study Guide

For: AP Calculus BC candidates sitting AP Calculus BC.

Covers: This chapter covers sigma notation algebraic rules, left/right/midpoint/trapezoidal Riemann sum construction and area approximation, conversion of Riemann sums to definite integrals, and standard definite integral notation conventions for AP Calculus BC.

You should already know: Limits of functions and sequences, algebraic manipulation of polynomials and binomials, basic function evaluation.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus BC style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.


1. What Is Riemann sums, summation notation, definite integral notation?

This topic is the foundational definition of integration, forming the bridge between discrete area summation and the continuous definite integral. Per the College Board AP Calculus CED, this topic and related integration concepts account for 17-20% of the total exam weight, with specific Riemann sum and notation questions appearing in both multiple-choice (MCQ) and free-response (FRQ) sections. Common exam question types include converting a Riemann sum limit to a definite integral, approximating net area or accumulated quantity from a function or table of values, and interpreting definite integral notation in context.

Riemann sums (named for Bernhard Riemann) approximate the net area between a function and the -axis over an interval by dividing the interval into thin slices, calculating the area of each slice, and summing the results. Summation (sigma) notation provides a compact way to write these large sums without listing every term explicitly. The definite integral is defined as the limit of a Riemann sum as the number of slices approaches infinity, turning the discrete approximation into an exact continuous measurement of net area.

2. Summation Notation and Algebraic Rules

Summation notation uses the Greek capital letter (sigma) to represent a sum of terms. The general form of a summation is: where is the index of summation (the variable that increments through each term), is the lower limit of the index, is the upper limit, and is the expression for the -th term. For Riemann sums, we almost always use a starting index of and end at , where is the number of subintervals.

To simplify summations for evaluation or limit-taking, you need to memorize core algebraic rules and power sum formulas:

  1. Constant multiple rule: for any constant
  2. Sum/difference rule:
  3. Constant summation:
  4. Power sums: ,

These rules let you reduce a summation of polynomials to a closed-form expression, which is required to take the limit as to find an exact definite integral value from the definition.

Worked Example

Simplify the summation to a single numerical value.

  1. Split the summation using the sum/difference and constant multiple rules:
  2. Substitute the relevant formulas for : , ,
  3. Substitute back into the expression:
  4. Calculate the final result:

Exam tip: If you are evaluating a finite summation for a MCQ, cross-check your result by expanding the first 2-3 terms and last 2-3 terms to confirm you did not misapply a rule, since the index range is small enough to verify quickly.

3. Riemann Sum Approximation

To construct any Riemann sum for a function over the interval , first calculate the width of each subinterval when using equal-width slices: . The right endpoint of the -th subinterval is , so the left endpoint is , and the midpoint is .

Four common Riemann sum types are tested on the AP exam:

  • Left Riemann Sum (LRAM): Uses left endpoints for heights:
  • Right Riemann Sum (RRAM): Uses right endpoints for heights:
  • Midpoint Riemann Sum (MRAM): Uses midpoints for heights:
  • Trapezoidal Riemann Sum: Averages left and right heights for each trapezoidal slice, giving the formula for equal widths:

Riemann sums are used to approximate net area or accumulated quantity when an antiderivative is not available, or when you only have a table of measured values (a very common FRQ scenario).

Worked Example

Approximate the net area under over using equal subintervals and a trapezoidal Riemann sum.

  1. Calculate , so the endpoints are .
  2. Calculate at each endpoint: .
  3. Substitute into the trapezoidal sum formula:
  4. The approximate net area is ~6.76.

Exam tip: For table-based Riemann sum problems, always confirm if subintervals are equal width. If they are not, you cannot use the equal-width trapezoid or rectangle formula—you must calculate the area of each slice individually with its own width.

4. Definite Integral as the Limit of a Riemann Sum

The definite integral of from to is defined exactly as the limit of a Riemann sum as the number of subintervals approaches infinity (so the width of each subinterval approaches 0). The formal definition is: where , is any sample point in the -th subinterval, and the limit exists for any continuous function on (the only case you will see on the AP exam).

The notation of the definite integral intentionally mirrors Riemann sum notation: the elongated symbol is a historical "S" standing for summation, and represents the infinitely small width of the subintervals, just as represents finite width in the discrete sum. One of the most common AP MCQ questions for this topic asks you to convert a given limit of a summation into the corresponding definite integral, which just requires matching components of the Riemann sum to the integral notation.

Worked Example

Convert the following limit to a definite integral:

  1. Identify , which means .
  2. Match the sample point to the term inside the function: , so and , meaning .
  3. Calculate .
  4. Substitute into definite integral notation:

Exam tip: When converting a Riemann sum to a definite integral, always confirm by checking the value of when —common wrong answers come from incorrectly assuming by default, leading to a shifted interval.

5. Common Pitfalls (and how to avoid them)

  • Wrong move: When converting , you write the integral as . Why: You assumed by default instead of solving for from the expression for . Correct move: Always match : here so , so , so the integral is , not the shifted one.
  • Wrong move: For a trapezoidal sum with unequal subinterval widths, you use the formula with the first for all terms. Why: You memorized the equal-width formula and forgot it only applies when all are the same. Correct move: For unequal widths, calculate the area of each trapezoid individually as , then sum all areas.
  • Wrong move: When simplifying for constant , you expand it as and leave out the cross term . Why: You forgot to expand the binomial fully before splitting the summation. Correct move: Always expand all products before applying summation rules, so , then split into three separate sums.
  • Wrong move: When asked for a left Riemann sum with subintervals, you include the right endpoint as a sample point. Why: You confused left and right sum index conventions. Correct move: Left sums use all left endpoints, so they include and exclude ; right sums include and exclude —confirm the endpoints included before writing your sum.
  • Wrong move: You interpret the definite integral as always equal to the total area between and the x-axis. Why: You confused net area with total area. Correct move: The definite integral gives net area, where area below the x-axis is subtracted from area above. For total area, you need to integrate instead of .

6. Practice Questions (AP Calculus BC Style)

Question 1 (Multiple Choice)

Which of the following definite integrals is equivalent to ? A) B) C) D)

Worked Solution: First, match the components of the Riemann sum to the definite integral definition. We identify , so . Next, the sample point is , so , and , so . Since , the integral matches option B. Correct answer: B.


Question 2 (Free Response)

Let over the interval . (a) Construct a left Riemann sum with equal subintervals to approximate the area under . Show all your work. (b) Is your approximation from (a) an overestimate or an underestimate of the exact area? Justify your answer without calculating the exact area. (c) Write the limit of the right Riemann sum for the exact area under as , then convert this limit to definite integral notation.

Worked Solution: (a) First, calculate . The left endpoints are . Calculate at each endpoint: , , . The left Riemann sum is . The approximation is 32. (b) is a downward-opening parabola, so it is concave down on the entire interval . For a concave down function, left Riemann sums are overestimates, because each rectangle extends above the curve. So the approximation 32 is an overestimate. (c) For equal subintervals, , and the right endpoint of the -th interval is . The limit is , which converts to the definite integral .


Question 3 (Application / Real-World Style)

The velocity of a remote-controlled car moving along a straight track is meters per second, where is seconds after the car starts moving. The velocity is measured at the times shown in the table below:

(seconds) 0 1 3 6
(m/s) 0 2 5 3

Use a trapezoidal Riemann sum to approximate the total distance the car travels over the first 6 seconds. Include units in your answer.

Worked Solution: First, find the width of each subinterval: , , . Since velocity is always positive in this interval, the area under the velocity curve equals total distance. Calculate the area of each trapezoidal slice: , , . Sum the areas: . The car travels approximately 20 meters over the first 6 seconds.

7. Quick Reference Cheatsheet

Category Formula Notes
Constant Multiple Rule Pull constant factors outside the summation
Constant Summation Sum of copies of is times
Sum of First Integers Used for linear terms in Riemann sums
Sum of First Squares Used for quadratic terms in Riemann sums
Equal Subinterval Width Only for equal-width subintervals
Left Riemann Sum Includes , excludes
Right Riemann Sum Excludes , includes
Midpoint Riemann Sum More accurate than LRAM/RRAM for most functions
Equal-Width Trapezoidal Sum Only for equal-width subintervals
Definite Integral Definition is any sample point in the -th subinterval

8. What's Next

This topic is the foundational definition of integration, so it is the prerequisite for every integration topic that comes next in Unit 6 Integration and Accumulation of Change. Immediately after this, you will learn the Fundamental Theorem of Calculus (FTC), which connects definite integrals to antiderivatives and lets you calculate exact values of integrals without computing the limit of a Riemann sum every time. Without understanding how Riemann sums relate to definite integrals, you will not be able to correctly interpret the accumulation function from the FTC or solve context problems involving rates of change. This topic also feeds into later topics like numerical integration, area between curves, and volume of revolution, all of which rely on the core idea of slicing a region into small pieces and summing their areas, just like a Riemann sum.

Fundamental Theorem of Calculus The Accumulation Function Numerical Integration Area Between Curves

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →