CALCULUS 1 • INTEGRATION: ACCUMULATION & FTC

Riemann Sums & Notation — Riemann Sums, Summation Notation, and Definite Integral Notation

Learn how adding up rectangular areas under a curve leads to the powerful notation of the definite integral.

Historical Context & Motivation

Long before calculus had a name, mathematicians wrestled with a deceptively simple question: how do you find the exact area of a shape with curved edges? Rectangles and triangles were easy — ancient civilizations had those formulas memorized — but a region bounded by a parabola or a sine wave refused to yield to basic geometry. The idea of slicing a curved region into many thin strips, computing each strip's area, and then adding them all up is far older than you might think. This method of exhaustion dates back over two thousand years and sits at the heart of what we now call Riemann sums.

~250 BCE
Archimedes & the Method of Exhaustion
The Greek mathematician Archimedes approximated the area under a parabola by inscribing and circumscribing triangles, showing that the exact area could be trapped between ever-tighter bounds. His technique foreshadowed integration by nearly two millennia.
1665
Newton's "Fluxions"
Isaac Newton developed his method of fluxions, connecting rates of change to accumulated areas. He showed that differentiation and integration are inverse processes, though his notation differed from what we use today.
1675
Leibniz Introduces ∫ Notation
Gottfried Wilhelm Leibniz invented the elongated-S symbol ∫ (from the Latin word "summa") along with the dx notation. His elegant symbolism is still the standard in calculus classrooms today.
1854
Riemann Formalizes the Integral
Bernhard Riemann gave the first rigorous definition of the integral using partitioned rectangles. His framework — now called the Riemann sum — provided a precise way to say when a function's area could be calculated exactly.

The central question this lesson addresses is straightforward: if you know a function's formula, how do you turn the idea of "adding up infinitely many rectangles" into a precise mathematical statement? You will learn to express that process in two compact notations — summation notation (Σ) for finite sums and definite integral notation (∫) for the exact limit those sums approach.

Core Principles & Definitions

Before diving into formulas, it helps to nail down the key ideas behind Riemann sums and the notation that supports them. Every concept in this lesson builds on three ingredients: breaking an interval into pieces, evaluating the function at sample points, and adding the resulting areas.

1

Partition the Interval

Take the interval [a, b] on the x-axis and divide it into n equal subintervals. Each subinterval has width Δx = (b − a) / n. As n grows, the strips become thinner and the approximation improves.
2

Choose Sample Points

Within each subinterval, pick a point where you will measure the function's height. Common choices are the left endpoint, the right endpoint, or the midpoint of the subinterval.
3

Build Rectangles

Each rectangle's area equals its height (the function value at the sample point) times its width (Δx). These rectangles approximate the region under the curve.
4

Sum with Σ Notation

Use summation notation to compactly write the total area: Σ f(xᵢ*) · Δx, where i runs from 1 to n. This shorthand replaces a long addition sentence.
5

Take the Limit → ∫

As n → ∞, the Riemann sum approaches the exact area. The definite integral ∫ₐᵇ f(x) dx represents this limiting value — it is the precise area under f from a to b.
KEY TAKEAWAY
Think of a Riemann sum like measuring the area of an oddly shaped swimming pool by laying down rows of tiles across it. Each tile is a rectangle with a known width and a height determined by how far the pool's edge extends at that spot. If you use just a few big tiles, the estimate is rough and some tiles stick out past the pool while others fall short. But if you use hundreds of tiny tiles, the total tile area gets very close to the actual pool area. The definite integral is what you get when the tiles become infinitely thin — a perfect fit.

Visualizing Riemann Sums

The diagram below shows the function f(x) = x² on the interval [0, 3] approximated with four rectangles using three different sampling methods. Notice how the left Riemann sum tends to underestimate the area because the function is increasing, while the right Riemann sum overestimates it. The midpoint Riemann sum sits between the two and is often the most accurate for a given number of rectangles.

Three Riemann sum methods for f(x) = x² on [0, 3] with n = 4 rectangles. The violet curve is the function; shaded rectangles show each approximation. The exact area under the curve is 9.

In the diagram, each panel uses the same curve and the same four subintervals, but the rectangle heights differ based on where the function is sampled. The left sum evaluates f at the left edge of each strip, so for an increasing function like x², every rectangle is a little too short — the total area (5.91) falls below the true value of 9. The right sum evaluates f at the right edge, making every rectangle a little too tall (12.66). The midpoint sum samples in the middle, so the overestimation and underestimation partially cancel, giving a closer result (8.86). All three methods converge to 9 as n → ∞.

Mathematical Framework

Now let's translate the visual idea into algebra. We need three pieces of notation: a formula for the subinterval width, a way to write the sample point, and a compact way to add everything up.

SUBINTERVAL WIDTH
Δx = (b − a) / n
Here a and b are the endpoints of the interval and n is the number of rectangles. As n increases, Δx shrinks, and the approximation improves.
SAMPLE POINTS
xᵢ = a + i · Δx (right endpoints)
For left endpoints, use xᵢ = a + (i − 1) · Δx. For midpoints, use xᵢ = a + (i − ½) · Δx. The index i runs from 1 to n.
RIEMANN SUM (SUMMATION NOTATION)
Sₙ = Σᵢ₌₁ⁿ f(xᵢ*) · Δx
The capital Greek letter Σ (sigma) means "sum." The subscript i = 1 tells you where to start counting, and the superscript n tells you where to stop. The symbol xᵢ* represents the sample point in the i-th subinterval.
DEFINITE INTEGRAL
∫ₐᵇ f(x) dx = lim (n→∞) Σᵢ₌₁ⁿ f(xᵢ*) · Δx
The elongated-S symbol ∫ stands for "sum" (from Latin summa). The numbers a and b are the limits of integration. The dx indicates what variable you are integrating with respect to. This expression equals the exact area under f(x) from a to b (when f is non-negative).
📖 Reading the Notation
You can read ∫₀³ x² dx out loud as "the integral from 0 to 3 of x-squared dx." Think of ∫ as a stretched-out S for "sum," the 0 and 3 as start and stop values on the x-axis, x² as the height of each infinitely thin strip, and dx as the infinitely small width of each strip.

Types of Riemann Sums Compared

There are several common flavors of Riemann sums, and each chooses its sample point differently. The diagram below places them on a single subinterval so you can see exactly where each method measures the function's height. Understanding these variations matters because some are more accurate for a given n, and exam questions may specify which type to use.

On a single subinterval: the left endpoint (cyan) uses the function value at the left edge, the right endpoint (pink) uses the right edge, and the midpoint (amber) uses the center. The dot marks where the function is evaluated to determine rectangle height.
Comparison of three Riemann sum types
TypeSample Point xᵢ*Tendency (increasing f)Tendency (decreasing f)
Lefta + (i − 1) · ΔxUnder-estimateOver-estimate
Righta + i · ΔxOver-estimateUnder-estimate
Midpointa + (i − ½) · ΔxMore balancedMore balanced

No matter which type you choose, all Riemann sums converge to the same limit — the definite integral — as n → ∞, provided the function is integrable (which every continuous function on a closed interval is). The choice of sample point only affects how fast the approximation converges and whether a given finite sum over- or under-estimates the true area.

Worked Example

Let's compute a right Riemann sum for f(x) = x² on the interval [1, 4] using n = 6 subintervals, and then write the corresponding definite integral.

Right Riemann Sum for f(x) = x² on [1, 4], n = 6
1
Step 1 — Find ΔxThe subinterval width is Δx = (b − a) / n = (4 − 1) / 6 = 3 / 6.
Δx = 0.5
2
Step 2 — List the Right EndpointsFor a right Riemann sum, xᵢ = a + i · Δx. Starting from i = 1 to i = 6, the right endpoints are: x₁ = 1.5, x₂ = 2.0, x₃ = 2.5, x₄ = 3.0, x₅ = 3.5, x₆ = 4.0.
Endpoints: 1.5, 2.0, 2.5, 3.0, 3.5, 4.0
3
Step 3 — Evaluate f at Each EndpointCompute f(xᵢ) = xᵢ² for each right endpoint: f(1.5) = 2.25, f(2.0) = 4.00, f(2.5) = 6.25, f(3.0) = 9.00, f(3.5) = 12.25, f(4.0) = 16.00.
Function values: 2.25, 4.00, 6.25, 9.00, 12.25, 16.00
4
Step 4 — Multiply and SumEach rectangle's area is f(xᵢ) × Δx. Since Δx = 0.5 for every rectangle, we can factor it out: S₆ = 0.5 × (2.25 + 4.00 + 6.25 + 9.00 + 12.25 + 16.00) = 0.5 × 49.75.
S₆ = 24.875
5
Step 5 — Write in Summation NotationThe right Riemann sum is expressed as: S₆ = Σᵢ₌₁⁶ f(1 + i · 0.5) · 0.5 = Σᵢ₌₁⁶ (1 + 0.5i)² · 0.5.
S₆ = Σᵢ₌₁⁶ (1 + 0.5i)² · 0.5
6
Step 6 — Write the Definite IntegralThe exact area under x² from 1 to 4 is the limit of these sums as n → ∞. In integral notation this is: ∫₁⁴ x² dx. Using the power rule for antiderivatives, the exact answer is [x³/3]₁⁴ = 64/3 − 1/3 = 63/3 = 21. Our right Riemann sum of 24.875 is an over-estimate (since x² is increasing), but more rectangles would bring it closer to 21.
∫₁⁴ x² dx = 21 (exact)

Strengths & Limitations of Riemann Sums

Riemann sums are an incredibly powerful idea, but they come with trade-offs. Understanding when they shine and where they struggle helps you decide whether to use a Riemann sum estimate, switch to the exact integral, or apply a more sophisticated numerical method.

Riemann sums: strengths versus limitations
StrengthsLimitations
Intuitive — directly models the idea of slicing area into strips, making the concept easy to visualize.Slow convergence — you may need hundreds or thousands of rectangles for a precise answer.
Works for any integrable function, even those without a nice antiderivative formula.Requires knowing the function at many points, which is computationally expensive for complex functions.
Provides upper and lower bounds when you know whether the function is increasing or decreasing.Left and right sums are biased (over- or under-estimate), so a single estimate may be misleading.
Serves as the theoretical foundation for the definite integral — essential for proofs and deeper understanding.For practical computation, more advanced methods (trapezoidal rule, Simpson's rule) are usually preferred.
KEY TAKEAWAY
Riemann sums are to integration what training wheels are to riding a bike. They give you the balance and understanding you need to grasp the bigger concept — the definite integral. Once you can comfortably think in terms of slicing, summing, and taking limits, you are ready for the Fundamental Theorem of Calculus, which lets you bypass the summation entirely and evaluate integrals using antiderivatives.

Connection to the Fundamental Theorem of Calculus

The entire point of defining the definite integral as a limit of Riemann sums is to set the stage for one of the most beautiful results in mathematics: the Fundamental Theorem of Calculus (FTC). The FTC says that if F(x) is any antiderivative of f(x), then ∫ₐᵇ f(x) dx = F(b) − F(a). Instead of computing a laborious sum of n rectangles and taking a limit, you simply find a function whose derivative is f, plug in the endpoints, and subtract. This transforms integration from an infinite process into a quick evaluation.

Riemann sums vs. the Fundamental Theorem of Calculus
FeatureRiemann Sum ApproachFTC Approach
What you computeSum of n rectangle areas, then take the limit as n → ∞Find an antiderivative F(x), then evaluate F(b) − F(a)
SpeedSlow — requires many calculations or a difficult limitFast — just two function evaluations and a subtraction
When it's usedDefining the integral, numerical approximations, building conceptual understandingExact evaluation when an antiderivative is known
LimitationExact answer only in the limit; finite sums are approximationsRequires you to find an antiderivative, which isn't always possible in closed form

Think of Riemann sums as the "definition" and the FTC as the "shortcut." You need the definition to understand why integration works, but in practice you will use the FTC for most exact calculations. In your next lesson on the Fundamental Theorem, you will see exactly how differentiation and integration undo each other — and the Riemann sum framework you just learned is what makes that proof possible.

Practice Problems

PROBLEM 1CONCEPTUAL
If a function f(x) is decreasing on the interval [a, b], will a left Riemann sum give an over-estimate or an under-estimate of the true area under the curve? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Compute the left Riemann sum for f(x) = 3x on the interval [0, 4] using n = 4 equal subintervals.
PROBLEM 3INTERMEDIATE
Write the right Riemann sum for f(x) = x³ on [0, 2] with n subintervals in summation notation (do not evaluate). Then write the corresponding definite integral.
PROBLEM 4APPLIED
A car's velocity (in meters per second) at one-second intervals is recorded as: t = 0: v = 0, t = 1: v = 3, t = 2: v = 7, t = 3: v = 12, t = 4: v = 15. Use a left Riemann sum to estimate the total distance traveled over the 4-second period. What does this Riemann sum represent physically?
PROBLEM 5CRITICAL THINKING
For a continuous function f on [a, b], explain why the left Riemann sum, the right Riemann sum, and the midpoint Riemann sum must all converge to the same value as n → ∞. Does this still hold if f has a finite number of jump discontinuities on [a, b]?

Lesson Summary

A Riemann sum approximates the area under a curve by dividing the interval [a, b] into n subintervals of width Δx = (b − a) / n, evaluating the function at a chosen sample point in each strip (left, right, or midpoint), and summing the rectangle areas. This sum is written compactly using summation notation as Sₙ = Σᵢ₌₁ⁿ f(xᵢ*) · Δx.

Taking the limit as n → ∞ yields the definite integral ∫ₐᵇ f(x) dx, which gives the exact area. The ∫ symbol (from Latin summa) replaces the Σ, and dx replaces Δx to signal the transition from finite sums to an infinite process. Understanding this connection between Riemann sums and integral notation prepares you for the Fundamental Theorem of Calculus, which provides the shortcut for evaluating integrals using antiderivatives.

Varsity Tutors • Calculus 1 • Riemann Sums & Notation