Sorry for the typos. I see how to use the MVT now. Not sure if I should post this is a new thread, but I'm now trying to use this result to prove that integral of f(x)=x^2 on [a,b] both exists and equals \frac{b^3-a^3}{3}.
I know that for a quadratic, the point that satisfies the MVT is the midpoint of the interval, \hat{c_i} = \frac{x_j + x_{j-1}}{2}. So to generalize for any point c in any partition we know that any point in [x_{j-1}, x_j ] is at most \frac{||P||}{2} units away from \hat{c_i}, where ||P|| is the norm of the partition. Call the actual distance from the midpoint \partial_j.
So I want to show that \left| \sum_{j=1}^{n} \left(\frac{x_j + x_{j-1}}{2} + \partial_j\right)^3 (x_j - x_{j-1}) - \frac{b^3-a^3}{3} \right| < \epsilon when ||P||< \delta. I was hoping to bound the d's by ||P||/2 and use that to find a delta, but this sum turns out very messy and the terms don't cancel nicely like I'd hoped. Is this the right approach?