Definition
A Riemann Sum is a formal mathematical construction used to approximate the total value of a function over an interval. It is the rigorous foundation upon which the definite integral is built.
Why It Matters
The ‘Continuum’ is a useful fiction; the real world is often discrete. Riemann sums provide the ‘Infinitesimal Bridge’ that allows us to calculate the area of the irregular and the volume of the curved, making them the fundamental building blocks of all mathematical accumulation.
Core Concepts
-
The Partition (): A set of points that divides into subintervals of potentially varying widths .
-
How to read: “The partition P divides the interval from a to b into subintervals of width delta x k.”
- Meaning: Chop the interval into pieces; each piece may have different width.
-
Sample Points (): Arbitrary points chosen within each subinterval to determine the “height” of the approximation.
-
How to read: “The c k is a sample point in the k-th subinterval.”
- Meaning: Pick any point in each subinterval to evaluate —left, right, or midpoint.
-
The Sum: .
-
How to read: “The S P equals the sum from k equals one to n of f of c k times delta x k.”
- Meaning / when to use: Sum of rectangle areas—height times width . Approximates area under over .
-
The Norm (): The width of the largest subinterval in the partition.
-
How to read: “The norm of P is the maximum subinterval width.”
- Meaning: As , the Riemann sum converges to the definite integral (if it exists).