Mistake Master

Riemann Sums, Summation Notation, and Definite Integral Notation AB & BC

Sigma notation packs a sum into four parts: an index that counts, a lower bound where the count starts, an inclusive upper bound where it stops, and a term evaluated at each value. A sum from $i = 2$ to $i = 5$ has four terms, since terms are one more than gaps. A Riemann sum on $[a, b]$ with $n$ equal pieces is $\sum_{i=1}^{n} f(x_i)\Delta x$ with $\Delta x = \frac{b-a}{n}$ and $x_i = a + i\Delta x$, so on $[1, 3]$ it reads $\sum_{i=1}^{n} f\!\left(1 + \frac{2i}{n}\right)\frac{2}{n}$, where the same $\frac{2}{n}$ is both the width of a rectangle and the spacing of the samples.

Letting $n \to \infty$ turns the sum into $\int_{a}^{b} f(x)\,dx$, and reading a given limit backwards is a match on three items: the factor playing $\Delta x$ gives the length of the interval, the constant sitting beside the $i$ term gives $a$, and the rest is $f$. The resulting symbol denotes a number. Its variable is a dummy, so $\int_{0}^{2} f(x)dx$ and $\int_{0}^{2} f(t)dt$ are equal; its limits are inputs to $f$ rather than values of $f$; and the $dx$ names the variable and carries the width that gives the answer its units.

THE SAME OBJECT, WRITTEN TWO WAYS. Σ i = 1 n f(x_i) Δx n → ∞ a b f(x) dx i IS AN INDEX: IT COUNTS TERMS AND NEVER APPEARS IN THE ANSWER. x IS A DUMMY VARIABLE: THE VALUE OF THE INTEGRAL DOES NOT USE IT. a AND b ARE INPUTS TO f, NOT OUTPUTS OF IT. dx CARRIES THE WIDTH. DROPPING IT DROPS THE UNITS OF THE ANSWER.
The index bounds and the limits of integration sit in the same two places on the two symbols, and they mean different things: one pair counts terms, the other names points on the axis.
SAME REGION, MORE RECTANGLES. THE SUMS CONVERGE. n = 4, RIGHT SUM = 7.5 n = 12, RIGHT SUM ≈ 6.019 THE EXACT AREA IS 16/3 ≈ 5.333, AND IT IS THE LIMIT OF THESE SUMS. THE INTEGRAL SIGN IS NOTATION FOR THAT LIMIT, NOT FOR ANY ONE SUM.
Both panels are drawn to the same scale, 60 px per unit across and 35 px per unit up, under $f(x) = \frac{x^{2}}{4}$ on $[0, 4]$. Every rectangle still pokes above the curve; there is simply less of each one doing it.

The work

3 ways in · any order
Lesson
Riemann Sums, Summation Notation, and Definite Integral Notation

Names the four parts of a sigma expression and counts its terms, builds the general Riemann sum with the sample point assembled from the left endpoint and the index, takes the limit to reach the integral sign, and then reads the symbol backwards: matching a given limit to its interval, and separating the dummy variable, the limits of integration and the differential.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items spanning the two failure modes of this topic: misreading sigma or integral notation, including index bounds, the dummy variable and the role of the differential, and building a sum with the wrong width, sample points or number of terms.

Not yet available · 10 items
Targeted Practice
Drill a single misconception

Pick one of the failure modes you missed and drill it on its own. The round is adaptive: two correct in a row clears the misconception and moves you to the next.

Take the diagnostic to identify your misconceptions