Today:
| Method | Idea | Error | Gets what functions right? |
| Left | Use rectangles, left endpoint | -f'(c)(b-a)2/2, for some c in (a,b) | |
| Right | Use rectangles, left endpoint | f'(c)(b-a)2/2, for some c in (a,b) | |
| Midpoint | Use rectangles, midpoint | ||
| Trapezoidal | Use trapezoids, left to right | ||
| Simpson's | Use Parabolas! |
Links:
Next time: 8.4