This document describes three approximation methods for integrals - the Midpoint Rule, Trapezoidal Rule, and Simpson's Rule. It provides the formulas for computing each approximation using n subintervals and estimates the error bounds. It then works through an example problem in detail, applying each method to compute the integral from 1 to 5 of 1/x dx and determining the necessary number of subintervals to achieve an accuracy of 0.01. Simpson's Rule is identified as the most efficient method.