Let f(x) = \sin(x^2). We wish to approximate
using a mid-point sum and we would like the estimate to be accurate to within 0.0001 of the actual value.
- Use the error bound on the midpoint sum to find a value of N so that N terms in your sum guarantee the desired level of accuracy.
- Write down the resulting sum in \Sigma notation.
Comments
Know the error bounds for Riemann, trapezoidal, and midpoints sums as stated on Wikipedia’s Riemann sum page.
While you need to use the the error formulae to get reasonable bounds, your estimate does not need to be sharp. For example, an expression like
is easily seen to be bounded by 8 over the interval [0,2].