I know I definitely saw an example of this in this site in the past, but I can no longer find it.
In many (dare I say most?) Calc. I classes, if I, say, wanted to evaluate $$\int_{a}^{b}f(x)\text{ d}x$$ I would split the interval $[a, b]$ into $n$ equally-spaced rectangles, each with height $f(x_i)$ ($i \geq 1$), where $x_i = a + b \cdot \Delta x$ for $i \geq 1$, $\Delta x = \dfrac{b-a}{n}$, $x_0 = a$, $x_n = b$, and compute $$\lim_{n \to \infty}\sum_{i=0}^{n}f(x_i)\,\Delta x\text{.}$$ I seem to recall seeing a problem on this website where $f$ isn't a nice polynomial function, and it was beneficial to use a different partition from the equally-spaced $n$ rectangles. I unfortunately cannot find this now, after searching.
Stewart's text does not appear to have examples of other partitions for computing Riemann sums. Where can I find examples of definite integrals computed using other partitions besides the $n$ equally-spaced rectangles partition?