---
title: "Riemann Sums and Definite Integral Notation AP Calculus | Topic 6.3"
description: "Review AP Calculus Topic 6.3 with Riemann sums, summation notation, definite integral notation, partitions, subinterval widths, and limits of sums."
canonical: "https://fiveable.me/ap-calc/unit-6/riemann-sums-summation-notation-definite-integral-notation/study-guide/RnM03H2k6l3ewvxX"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 6 – Integration and Accumulation of Change"
lastUpdated: "2026-06-11"
---

# Riemann Sums and Definite Integral Notation AP Calculus | Topic 6.3

## Summary

Review AP Calculus Topic 6.3 with Riemann sums, summation notation, definite integral notation, partitions, subinterval widths, and limits of sums.

## Guide

## TLDR
A [definite integral](/ap-calc/unit-6/approximating-areas-with-riemann-sums/study-guide/juN9YbvFYlJtpsMl "fv-autolink") is the exact limit of a [Riemann sum](/ap-calc/key-terms/riemann-sum "fv-autolink") as the rectangle widths shrink to zero. In AP Calculus, this topic is about writing a Riemann sum in summation notation, recognizing the limit of that sum as $\int_a^b f(x)\, dx$, and translating back and forth between the two forms.

## Riemann Sums and Definite Integral Notation Summary

Riemann [sums](/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB "fv-autolink") approximate accumulated [area](/ap-calc/unit-6/applying-properties-definite-integrals/study-guide/lUbcVbDG5QVysAn9 "fv-autolink") or change by adding products of function values and subinterval widths. A definite integral represents the limiting case of those Riemann sums as the subinterval widths approach zero.

For AP Calculus, you need to translate both directions: from a Riemann sum or summation notation into a definite integral, and from a definite integral into the related limiting Riemann sum. Track the interval, subinterval width, sample point, [integrand](/ap-calc/key-terms/integrand "fv-autolink"), and [limits of integration](/ap-calc/key-terms/limits-of-integration "fv-autolink") carefully.

## Why This Matters for the AP Calculus Exam

[Unit 6](/ap-calc/unit-6 "fv-autolink") carries a lot of weight on the AP Calculus exam, and this topic is the bridge that turns approximation into exact area. Once you see that a definite integral is just a Riemann sum pushed to the limit, the [Fundamental Theorem of Calculus](/ap-calc/unit-6/fundamental-theorem-calculus-definite-integrals/study-guide/fEGd7E9gbOH8EtCf "fv-autolink") in later topics makes much more sense.

On the exam you may be asked to:

- Match a given limit of a Riemann sum to the correct definite integral, or vice versa.
- Set up a Riemann sum from a function, interval, and number of subintervals.
- Interpret the sum of products (function value times subinterval width) as accumulated change or signed area.

Being precise with notation matters for clear exam work, especially the integrand, the limits of integration, and the differential $dx$.

## Key Takeaways

- A Riemann sum splits an interval into subintervals and adds up products of a function value times a subinterval width: $\sum_{i=1}^{n} f(x_i^*)\,\Delta x_i$.
- The definite integral is the limit of those sums as the widths shrink: $\int_a^b f(x)\, dx = \lim_{\max \Delta x_i \to 0} \sum_{i=1}^{n} f(x_i^*)\,\Delta x_i$.
- With equal subintervals, $\Delta x = \frac{b-a}{n}$, and the limit can be written as $n \to \infty$.
- For a [right Riemann sum](/ap-calc/key-terms/right-riemann-sum "fv-autolink") with equal widths, $x_i = a + \Delta x \cdot i$.
- You should be able to go both directions: turn a definite integral into the limit of a Riemann sum, and read a limit of a sum as a definite integral.
- The result is exact, not an approximation, once you take the limit.

## Summation Notation

Before connecting to integrals, you need a faster way to write a Riemann sum. Summation notation lets you use algebra instead of adding each rectangle by hand.

Consider $f(x) = x^2$ over the interval from 0 to 5.

![Desmos graph of f(x) = x^2 with shaded area](https://storage.googleapis.com/static.prod.fiveable.me/images/Untitled.png-1705618591832-59913)

###### Desmos graph of $f(x) = x^2$ with area under the curve from $[0,5]$ shaded.

Use a [left Riemann sum](/ap-calc/key-terms/left-riemann-sum "fv-autolink") with 5 subintervals to approximate the area.

![Same graph with 5 left-endpoint rectangles](https://storage.googleapis.com/static.prod.fiveable.me/images/Untitled_1.png-1705618591843-38043)

###### The same Desmos graph with 5 left-endpoint Riemann rectangles.

To convert this to summation notation, build a function that gives the area of each rectangle. Call it $A$, so $A(i)$ gives the area of the $i$th rectangle:

$$
\sum_{i=0}^{4}A(i)
$$

The area of each rectangle is $b\cdot h$, where $b$ is the base width and $h$ is the height.

The base width is constant. Divide the whole interval by the number of subintervals:

$$
\frac{5-0}{5}=1
$$

The height is the value of $f$ at each left endpoint. To find the $i$th x-value, start at 0 and add 1 (the subinterval width) repeatedly.

![Graph showing subinterval length and x_i](https://storage.googleapis.com/static.prod.fiveable.me/images/PNG_image_23.png-1705618591845-2262)

###### A graph showing the relationship between the subinterval length and $x_i$.

The x-value is $1i$, or just $i$. Plug it into the function to get the height: $y_i=(i)^2$. Combine these in the area formula:

$$
A(i)=1\cdot i^2
$$

which simplifies to

$$
A(i)=i^2
$$

Plug that into the summation:

$$
\sum_{i=1}^{5}i^2
$$

### General Form of a Riemann Sum

The general form in summation notation is:

$$
\sum_{i=0}^{n-1} {\Delta x}\cdot{f({x_i})}
$$

for left [endpoints](/ap-calc/unit-5/using-candidates-test-to-determine-absolute-global-extrema/study-guide/2ONEsyKKR6nyMs3UOpOZ "fv-autolink"), and

$$
\sum_{i=1}^{n} {\Delta x}\cdot{f({x_i})}
$$

for right endpoints.

Here is what each symbol means:

- $n$: the number of subintervals, usually given in the problem.
- $a$: the lower bound of the interval.
- $b$: the upper bound of the interval.
- $\Delta x$: the width of each subinterval, found with $\frac{b-a}{n}$.
- $x_i$: the right endpoint of each rectangle, $x_i=a+\Delta x\cdot i$.
- $f(x_i)$: the original function with $x_i$ plugged in.
- $\sum$: add up the values from $0\rightarrow n-1$ for left Riemann sums or $1\rightarrow n$ for right Riemann sums.

## Connecting to Definite Integrals

In [the last topic](/ap-calc/unit-6/approximating-areas-with-riemann-sums/study-guide/juN9YbvFYlJtpsMl) you saw that a Riemann sum gets more precise as you use more rectangles, meaning a larger $n$. What if you had infinitely many rectangles with infinitely tiny widths?

![GIF of left Riemann sum as n grows](https://storage.googleapis.com/static.prod.fiveable.me/images/view.gif-1705618591846-12141)

###### GIF illustrating the left Riemann sum as $n$ grows. GIF courtesy of Maplesoft

As $n\rightarrow \infty$, the approximation gets closer and closer to the exact area. That connects the Riemann sum to the definite integral:

$$
\lim_{n\to \infty}\sum_{i=1}^{n} {\Delta x}\cdot{f({x_i})}=\int_a^bf(x)\ dx
$$

where $\Delta x=\frac{b-a}{n}$ and $x_i=a+\Delta x\cdot i$.

This limit gives the exact value of the definite integral, not just an approximation.

### Walkthrough

Given $f(x)=x^2+3$ over $[0,5]$, write the summation notation for the right Riemann sum with 10 subintervals and find its value. Then write the definite integral as the limit of the right Riemann sum as $n$ [approaches](/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD "fv-autolink") infinity.

#### 1) Summation Notation

Write the general form first:

$$
\sum_{i=1}^{10}\Delta x\cdot f(x_i)
$$

Define $\Delta x=\frac{b-a}{n}=\frac{5-0}{10}=0.5$. Then $x_i=a+\Delta x\cdot i=0.5i$. Plug into the function: $f(x_i)=(0.5i)^2+3$. The right Riemann sum with 10 subintervals is:

$$
\sum_{i=1}^{10}0.5\cdot \big((0.5i)^2+3\big)
$$

To calculate it, plug in $i=1$ through $10$ and add:

$$
0.5(3.5+5+7.5+11+15.5+21+27.5+35+43.5+53)=\boxed{111.25}
$$

#### 2) Writing the Definite Integral

First write the definite integral:

$$
\int_0^5 x^2+3\ dx
$$

Recall the general form:

$$
\lim_{n\to \infty}\sum_{i=1}^{n} {\Delta x}\cdot{f({x_i})}=\int_a^bf(x)\ dx
$$

Since $n$ is the limit variable, define every term in terms of $n$:

1. $\Delta x=\frac{5-0}{n}=\frac{5}{n}$.
2. $x_i=a+\Delta x\cdot i=0+\frac{5}{n}\cdot i=\frac{5}{n}i$.
3. $f(x_i)=\left(\frac{5}{n}i\right)^2+3$.

Put it together:

$$
\int_0^5x^2+3\ dx=\lim_{n\to \infty}\sum_{i=1}^{n} \frac{5}{n}\cdot \Bigg[ \Big( \frac{5}{n} i\Big)^2+3\Bigg]
$$

These take practice, but once finding $\Delta x$ and $x_i$ becomes automatic, they get very doable.

## How to Use This on the AP Calculus Exam

### Problem Solving

When you convert a definite integral into the limit of a Riemann sum, use the same steps every time:

1. Find $\Delta x = \frac{b-a}{n}$.
2. Find $x_i = a + \Delta x \cdot i$.
3. Substitute $x_i$ into the function to get $f(x_i)$.
4. Assemble $\lim_{n\to\infty}\sum_{i=1}^{n} \Delta x \cdot f(x_i)$.

### MCQ

A common multiple-choice task gives you a limit of a sum and asks for the matching definite integral, or the reverse. Read the pieces: the factor that looks like $\frac{b-a}{n}$ is your $\Delta x$, and the expression inside the function tells you $x_i$, which reveals $a$, $b$, and the function. Break the complicated expression into familiar parts instead of trying to read it all at once.

### Common Trap

Watch parentheses carefully when you substitute $x_i$ into a function with a square or other power. Writing $\frac{5}{n}i^2$ when you mean $\left(\frac{5}{n}i\right)^2$ changes the answer.

## Riemann Sum Practice

Try these three, then check the [solutions](/ap-calc/unit-7/verifying-solutions-for-differential-equations/study-guide/s2nX7AhIBDxGIWwlL82x "fv-autolink").

### Practice Problems

1. For $f(x)=4x^2+2x-1$, express $\int_1^3 f(x)\ dx$ as the limit of a Riemann sum.
2. Express $\int_0^2 2e^x+1 \ dx$ as the limit of a Riemann sum.
3. The [velocity function](/ap-calc/key-terms/velocity-function "fv-autolink") is $v(t)=2t+1$ on the interval $[1,4]$. Express $\int_1^4 v(t)\ dt$ as the limit of a Riemann sum.

### Solutions

#### Practice Problem 1

Define $\Delta x=\frac{3-1}{n}=\frac{2}{n}$. Then $x_i=a+\Delta x\cdot i=1+\frac{2}{n}i$. Plug into $f(x)$:

$$
f(x_i)=4\left(1+\frac{2}{n}i\right)^2+2\left(1+\frac{2}{n}i\right)-1
$$

Assemble:

$$
\int_1^3f(x)\ dx=\lim_{n\to \infty}\sum_{i=1}^n \frac{2}{n}\cdot \Bigg(4\left(1+\frac{2}{n}i\right)^2+2\left(1+\frac{2}{n}i\right)-1\Bigg)
$$

#### Practice Problem 2

Define $\Delta x=\frac{2-0}{n}=\frac{2}{n}$. Then $x_i=a+\Delta x\cdot i=\frac{2}{n}i$. Plug into $f(x)$:

$$
f(x_i)=2e^{2i/n}+1
$$

Assemble:

$$
\int_0^2f(x)\ dx=\lim_{n\to \infty}\sum_{i=1}^n \frac{2}{n}\cdot (2e^{2i/n}+1)
$$

#### Practice Problem 3

Define $\Delta t=\frac{4-1}{n}=\frac{3}{n}$. Then $t_i=a+\Delta t\cdot i=1+\frac{3}{n}i$. Plug into $v(t)$:

$$
v(t_i)=2\left(1+\frac{3}{n}i\right)+1=2+\frac{6}{n}i+1=\frac{6}{n}i+3
$$

Assemble:

$$
\int_1^4v(t)\ dt=\lim_{n\to \infty}\sum_{i=1}^n \frac{3}{n}\cdot \left(\frac{6}{n}i+3\right)
$$

## Common Misconceptions

- The definite integral is not an approximation. A Riemann sum with a fixed $n$ approximates, but once you take the limit, the value is exact.
- A Riemann sum is not just "the area." It is a sum of products of function value times subinterval width, and it gives signed area, so regions below the x-axis count as negative.
- $x_i^*$ does not have to be a left or right endpoint. The sample point can be anywhere in the subinterval, including the midpoint. For [continuous](/ap-calc/key-terms/continuous "fv-autolink") functions on $[a,b]$, the limit comes out the same.
- $\Delta x = \frac{b-a}{n}$ only when the subintervals are equal in width. With a nonuniform partition, each $\Delta x_i$ can differ, which is why the general definition uses $\max \Delta x_i \to 0$.
- Do not drop the $dx$ when writing a definite integral. The differential shows the variable of integration and is part of correct notation.

## Related AP Calculus Guides

- [Unit 6 Overview: Integration and Accumulation of Change](/ap-calc/unit-6/review/study-guide/GcRakhgwYqAcIAg0y7WB)
- [6.11 Integrating Using Integration by Parts](/ap-calc/unit-6/integrating-using-integration-by-parts/study-guide/O4P3LchNoZnWElf8zETV)
- [6.1 Integration and Accumulation of Change](/ap-calc/unit-6/integration-accumulation-change/study-guide/NWRV9MaRJO4Eno32l5Xp)
- [6.12 Integrating Using Linear Partial Fractions](/ap-calc/unit-6/using-linear-partial-fractions/study-guide/VNjHMatlmaZoFyt7yLPH)
- [6.4 The Fundamental Theorem of Calculus and Accumulation Functions](/ap-calc/unit-6/fundamental-theorem-calculus-accumulation-functions/study-guide/TyDEzN9M5wieA4Kw)
- [6.5 Interpreting the Behavior of Accumulation Functions Involving Area](/ap-calc/unit-6/interpreting-behavior-accumulation-functions-involving-area/study-guide/uVNoabC47nUgOdjr)

## Vocabulary

- **Riemann sum**: A sum of the form ∑f(x_i*)Δx_i used to approximate the area under a curve by dividing the interval into subintervals and summing the areas of rectangles.
- **continuous**: A function that has no breaks, jumps, or holes in its graph over a given interval.
- **definite integral**: The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.
- **limit**: The value that a function approaches as the input approaches some value, which may or may not equal the function's value at that point.
- **limiting case**: The value or behavior that a mathematical expression approaches as a parameter (such as the width of subintervals) approaches zero.
- **partition**: A division of an interval into subintervals used to construct a Riemann sum.
- **subinterval**: One of the smaller intervals created by dividing a larger interval [a,b] into n parts.

## FAQs

### What is a Riemann sum in AP Calculus?

A Riemann sum approximates accumulated area or change by partitioning an interval into subintervals and adding products of a function value and a subinterval width.

### How does a Riemann sum become a definite integral?

A definite integral is the limiting case of Riemann sums as the subinterval widths approach zero. In that limit, the approximation becomes exact for a continuous function on the interval.

### What does summation notation mean in a Riemann sum?

Summation notation is a compact way to add all the rectangle areas in a Riemann sum. The index tracks each subinterval, while the expression inside the sum gives the function value times the width.

### How do you translate a Riemann sum into a definite integral?

Identify the interval, the subinterval width, the sample point expression, and the function being evaluated. Then use those pieces to determine the limits of integration and the integrand.

### What should students track in definite integral notation?

Track the lower and upper limits, the integrand, and the differential. The differential tells the variable of integration, while the limits show the interval over which accumulation is measured.

### What is a common mistake on Riemann sum notation questions?

A common mistake is matching the function correctly but missing the interval or subinterval width. Always identify the width, sample point, and limits before writing the definite integral.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/riemann-sums-summation-notation-definite-integral-notation/study-guide/RnM03H2k6l3ewvxX#what-is-a-riemann-sum-in-ap-calculus","name":"What is a Riemann sum in AP Calculus?","acceptedAnswer":{"@type":"Answer","text":"A Riemann sum approximates accumulated area or change by partitioning an interval into subintervals and adding products of a function value and a subinterval width."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/riemann-sums-summation-notation-definite-integral-notation/study-guide/RnM03H2k6l3ewvxX#how-does-a-riemann-sum-become-a-definite-integral","name":"How does a Riemann sum become a definite integral?","acceptedAnswer":{"@type":"Answer","text":"A definite integral is the limiting case of Riemann sums as the subinterval widths approach zero. In that limit, the approximation becomes exact for a continuous function on the interval."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/riemann-sums-summation-notation-definite-integral-notation/study-guide/RnM03H2k6l3ewvxX#what-does-summation-notation-mean-in-a-riemann-sum","name":"What does summation notation mean in a Riemann sum?","acceptedAnswer":{"@type":"Answer","text":"Summation notation is a compact way to add all the rectangle areas in a Riemann sum. The index tracks each subinterval, while the expression inside the sum gives the function value times the width."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/riemann-sums-summation-notation-definite-integral-notation/study-guide/RnM03H2k6l3ewvxX#how-do-you-translate-a-riemann-sum-into-a-definite-integral","name":"How do you translate a Riemann sum into a definite integral?","acceptedAnswer":{"@type":"Answer","text":"Identify the interval, the subinterval width, the sample point expression, and the function being evaluated. Then use those pieces to determine the limits of integration and the integrand."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/riemann-sums-summation-notation-definite-integral-notation/study-guide/RnM03H2k6l3ewvxX#what-should-students-track-in-definite-integral-notation","name":"What should students track in definite integral notation?","acceptedAnswer":{"@type":"Answer","text":"Track the lower and upper limits, the integrand, and the differential. The differential tells the variable of integration, while the limits show the interval over which accumulation is measured."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/riemann-sums-summation-notation-definite-integral-notation/study-guide/RnM03H2k6l3ewvxX#what-is-a-common-mistake-on-riemann-sum-notation-questions","name":"What is a common mistake on Riemann sum notation questions?","acceptedAnswer":{"@type":"Answer","text":"A common mistake is matching the function correctly but missing the interval or subinterval width. Always identify the width, sample point, and limits before writing the definite integral."}}]}
```
