Riemann-Stieltjes Integral
Core Idea
The Riemann-Stieltjes integral is a generalization of the standard Riemann integral. The fundamental change is replacing the uniform measure of length,
This allows integration to account for non-uniform distributions, discrete jumps, and other scenarios that the standard Riemann integral cannot handle.
Mathematical Formulation
The standard Riemann integral is the limit of a sum where each function value is weighted by the length of its subinterval,
The Riemann-Stieltjes integral generalizes this by weighting each function value by the change in the integrator function
Key Insights
The integrator function
- Non-Uniform Weighting: If
changes rapidly in a region, that region is given more weight. If is constant, that region contributes nothing to the integral. - Discrete Jumps: If
is discontinuous and has a jump at a point, the integral can incorporate the value of at that specific point, weighted by the size of the jump.
Practical Example: Representing a Sum
The Riemann-Stieltjes integral can represent a discrete sum. To represent the sum
The floor function is a step function that increases by exactly 1 at each positive integer. The integral therefore only accumulates values at these integer points.
This elegantly unifies the concepts of discrete summation and continuous integration.