I have a question about error bounding integrals. It's not actually a homework problem, but it concerns error bounds for various Riemann sums. Theorem 5.27 from my textbook says:
I'm having difficulty with this because it makes intuitive sense that the most accurate Riemann sum is the one that follows the curve the best. Of these two, trapezoid and mid-point, the trapezoid appears to follow the curve better, thus it makes sense to me that it would be the more accurate of the two. However, the formulas given in my text say exactly the opposite. Can someone help me understand this apparent contradiction?
My textbook offers no proof of this theorem either, saying only "The proof of parts c and d of this theorem can be found in many numerical analysis texts." So I really have no idea where these formulas came from, which is likely part of why I'm confused.
Suppose f is integrable and either always concave up or always concave down on [a,b], and let n be a positive integer. Then we can bound both ETRAP(n) and EMID(n) as follows:
a) |ETRAP(n)| ≤ |TRAP(n) - MID(n)|
b) |EMID(n)| ≤ (n) - MID(n)
If we suppose further that f'' is bounded on [a,b], such that |f''(x)| <= M for all x in [a,b], then we can say that:
c) |ETRAP(n)| ≤ 12n2M(b−a)3
d) |EMID(n)| ≤ 24n2M(b−a)3
I'm having difficulty with this because it makes intuitive sense that the most accurate Riemann sum is the one that follows the curve the best. Of these two, trapezoid and mid-point, the trapezoid appears to follow the curve better, thus it makes sense to me that it would be the more accurate of the two. However, the formulas given in my text say exactly the opposite. Can someone help me understand this apparent contradiction?
My textbook offers no proof of this theorem either, saying only "The proof of parts c and d of this theorem can be found in many numerical analysis texts." So I really have no idea where these formulas came from, which is likely part of why I'm confused.