integration theory
The Riemann Integral
You should know: integral, epsilon delta
Overview
The Riemann integral is the rigorous definition, due to Bernhard Riemann, of the integral of a function on an interval — the definition that makes precise the intuitive picture used throughout introductory calculus of 'area under a curve' as a limit of sums of rectangle areas. It defines the integral by approximating the region under the graph of f with finite sums of areas of thin vertical rectangles (Riemann sums), then asking whether these sums converge to a single value as the rectangles are made arbitrarily thin (the partition is refined). For every continuous function on a closed, bounded interval, this limiting value exists and defines the integral; Riemann sums that are close to the limit also serve as numerical approximations to it.
Intuition
Take the region under a curve y=f(x) between x=a and x=b, and slice it into thin vertical strips using a partition a=x₀<x₁<...<xₙ=b. Approximate each strip by a rectangle of width (xᵢ₊₁-xᵢ) and height f(tᵢ) for some sample point tᵢ inside the strip. Adding up all these rectangle areas gives a Riemann sum — a first estimate of the true area. The Riemann integral asks: as you slice more and more finely (every strip's width shrinking toward zero), do these estimates converge to one specific number, no matter how you chose the sample points tᵢ within each strip? If they do, that common limiting value is defined to be the integral.
Interactive Graph
Formal Definition
Let f be a bounded function on [a,b]. A tagged partition consists of points a=x₀<x₁<⋯<xₙ=b together with sample points tᵢ∈[xᵢ,xᵢ₊₁]. The Riemann sum for this tagged partition is:
The sum of rectangle areas — width times sampled height — over the partition
f is Riemann integrable with integral s if, for every tolerance ε, sufficiently fine partitions (mesh — the widest sub-interval — below some δ) force every Riemann sum within ε of s, regardless of which sample points tᵢ were chosen
The common limiting value is denoted the definite integral of f over [a,b]
Notation
| Notation | Meaning |
|---|---|
| The Riemann integral of f over [a,b] | |
| The mesh (or norm) of a partition — the width of its widest sub-interval | |
| Lower and upper Darboux sums, using the infimum mᵢ and supremum Mᵢ of f on each sub-interval — an equivalent formulation to tagged Riemann sums | |
| A sample (tag) point chosen within the i-th sub-interval of the partition |
Derivation
Sketch of why continuity on a closed bounded interval guarantees integrability: the key tool is uniform continuity, which lets a single δ control oscillation everywhere at once.
By the Heine–Cantor theorem, continuity on a compact interval upgrades to uniform continuity
Uniform continuity gives one δ that bounds oscillation across the ENTIRE interval simultaneously, not just near one point
Once the partition mesh is below δ, each sub-interval's oscillation (Mᵢ-mᵢ) is small, so the total gap between upper and lower sums shrinks below ε
The upper/lower sums can be squeezed arbitrarily close together, satisfying the Darboux criterion for integrability
Properties
Continuity implies integrability
Linearity
Additivity over intervals
Darboux (upper/lower sum) equivalence
Condition: The lower and upper Darboux integrals coincide — an equivalent, often more tractable, characterization avoiding the choice of sample points tᵢ.
Boundedness is necessary
Condition: Unbounded functions require the extension to improper integrals.
Applications
Worked Examples
Partition [0,1] into 4 equal pieces of width 1/4, with right endpoints tᵢ = 1/4, 2/4, 3/4, 4/4.
Sum f(tᵢ)Δx for each right endpoint.
Answer: ≈ 0.46875 (the exact integral is 1/3 ≈ 0.333; the right-sum overestimates since x² is increasing)
Practice Problems
Estimate ∫₀² x dx using a left-endpoint Riemann sum with n=2 equal sub-intervals.
Which condition on f is SUFFICIENT (but not necessary) to guarantee Riemann integrability on [a,b]?
Common Mistakes
Believing every bounded function is Riemann integrable.
Boundedness is necessary but not sufficient. The Dirichlet function (1 on rationals, 0 on irrationals) is bounded on [0,1] but not Riemann integrable, since its upper and lower Darboux sums never agree (1 vs. 0 on every sub-interval).
Thinking the choice of sample points tᵢ can affect whether the limit exists, as long as SOME choice gives a nice answer.
The definition requires convergence to the SAME value s for every possible choice of tags tᵢ, once the mesh is small enough — not just for a convenient choice like left or right endpoints. This universality over tag choices is exactly what the Darboux upper/lower sum criterion is designed to test without enumerating all choices.
Quiz
Summary
- The Riemann integral defines ∫ₐᵇf dx as the common limiting value of Riemann sums Σf(tᵢ)Δxᵢ as the partition mesh → 0, for every possible choice of sample points tᵢ.
- Formally: ∀ε>0 ∃δ>0 such that any tagged partition with mesh<δ gives a Riemann sum within ε of the integral s.
- Every continuous function on a closed, bounded interval is Riemann integrable (via uniform continuity, Heine–Cantor theorem).
- The equivalent Darboux formulation (upper sums U(f,P) and lower sums L(f,P) using sup/inf per sub-interval) avoids picking sample points and gives a clean integrability criterion: sup L = inf U.
- Boundedness is necessary but not sufficient for integrability — the Dirichlet function is the classic bounded-but-not-integrable counterexample.
References
- WebsiteWikipedia — Riemann integral
- BookRudin, W. Principles of Mathematical Analysis, 3rd ed. Ch. 6.
Mathematics