6.3 Riemann Sums, Summation Notation, and Definite Integral Notation
- Syllabus
- 2020
- Topic
- 6.3
- Level
- —
A Riemann sum approximates accumulated change on [a,b] by adding contributions from a partition a=x0<x1<⋯<xn=b. In subinterval i, the product f(xi∗)Δxi uses a sampled function value as the rectangle height and Δxi=xi−xi−1 as its width.
\int_a^b f(x),dx=\lim_{\max \Delta x_i\to 0}\sum_{i=1}^{n} f(x_i^*)\Delta x_i
Refining the partition makes every rectangle narrower, so the sum follows the changing function more closely. The condition maxΔxi→0 matters: it prevents even one subinterval from remaining wide. For a continuous function, different valid choices of sample points approach the same definite integral.
For a positive rate r(t) on [0,4], a sum ∑r(ti∗)Δti adds approximate changes over short time intervals. As the largest time width approaches zero, the approximation approaches ∫04r(t)dt, the exact accumulated change over those four time units.
The integral is a limit of signed contributions, not automatically ordinary geometric area. Terms are negative where f(xi∗)<0, so regions below the axis reduce the accumulated value.
To translate notation, match four pieces: the interval [a,b], the width Δx, the sample point xi∗, and the function evaluated there. For n equal subintervals, Δx=(b−a)/n; a right-endpoint sample is xi=a+iΔx.
In limn→∞∑i=1n(1+3i/n)2(3/n), the width is 3/n, so b−a=3. The sample point is 1+3i/n, so a=1 and b=4. The squared factor is f(xi). Therefore the limit is ∫14x2dx.
For ∫021+x3dx, use Δx=2/n and right endpoints xi=2i/n. An equivalent limit is limn→∞∑i=1n1+(2i/n)3(2/n). The factor outside the function is the subinterval width.
Do not infer the upper endpoint from Δx alone; combine the width with the sample-point formula. Also distinguish i/n, which locates a sample point, from the separate width factor that multiplies every function value.