The trapezoid sum is a good one to have some shortcuts for. We'll call the trapezoid sum with n sub-intervals TRAP(n).
Here's our favorite shortcut: TRAP(n) is the average of LHS(n) and RHS(n).
These rectangles are, respectively a left-hand sum...