Math101Riemann Sums
A rigorous, example-driven guide to riemann sums, including hypotheses, method choice, verification, and practice.
The central idea
Partition $[a,b]$ by $a=x_0<x_1<\cdots<x_n=b$. Choose a sample point $x_i^\in[x_{i-1},x_i]$ and form $\sum_{i=1}^n f(x_i^)\Delta x_i$. If these sums approach one common value as the mesh tends to zero, $f$ is Riemann integrable and that value is $\int_a^b f(x)dx$.
Definitions, hypotheses, and notation
Sample-point notation separates partition geometry from function evaluation. The width $\Delta x_i$ belongs to the subinterval, while $f(x_i^*)$ is the sampled height. On a nonuniform partition the widths differ, so replacing all of them by $(b-a)/n$ changes the sum. Integrability asserts that sufficiently fine choices converge to one value.
Error direction can be predicted for monotone functions: left and right sums bracket the integral when all subintervals have equal orientation. Concavity helps compare midpoint and trapezoidal approximations. These predictions are useful verification tools, but the finite sum is still an approximation unless a limit is taken or a special exactness property applies.
Conceptual meaning
Each term is signed rectangle area: height times width. Refining the partition reduces the geometric mismatch. Left, right, and midpoint rules differ in sample point but converge to the same integral for continuous functions.
A dependable method and decision rule
- Compute $\Delta x=(b-a)/n$ for an equal partition.
- Write the sample point: left $a+(i-1)\Delta x$, right $a+i\Delta x$, or midpoint $a+(i-1/2)\Delta x$.
- Substitute the sample point into $f$.
- Include the width factor and sum from $i=1$ through $n$.
- Simplify finite sums or take the limit as $n\to\infty$ when requested.
