Can someone explain why and what this "max" symbol is and why it is necessary, thank you.
I have come across a textbook which states the area under a curve is given by
$$ \lim_{\max\Delta x_k\to 0} \sum_{k=1}^N f(x_k^*)\Delta x_k$$ where $x_{i-1}\le x^*_k\le x_i$ for $\Delta x_k = x_i - x_{i-1}$
I just don't understand the "$\max \Delta x_k \to 0$" part.
Thanks in advance.
$\max\Delta x_k$ really means $\max(\Delta x_1,\ldots,\Delta x_N)$, which is the biggest gap between successive mesh points $x_k$ in the partition of the interval. For convergence, it is not enough that the number of partition points goes to infinity; the mesh points must get close together everywhere, or else you may not be able to resolve some local variation in the integrand.