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 [itex]\frac{b^3-a^3}{3}[/itex].
I know that for a quadratic, the point that satisfies the MVT is the midpoint of the interval, [itex]\hat{c_i} = \frac{x_j + x_{j-1}}{2}[/itex]. So to generalize for any point c in any partition we know that any point in [itex][x_{j-1}, x_j ][/itex] is at most [itex]\frac{||P||}{2}[/itex] units away from [itex]\hat{c_i}[/itex], where ||P|| is the norm of the partition. Call the actual distance from the midpoint [itex]\partial_j[/itex].
So I want to show that [itex]\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[/itex] when [itex]||P||< \delta[/itex]. 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?