This document explains Simpson's 1/3rd rule for numerical integration. Simpson's 1/3rd rule approximates the integral of a function over an interval by breaking the interval into equal subintervals and approximating the function within each subinterval as a quadratic polynomial. The approximation takes the function values at the endpoints and midpoint of each subinterval. The approximations over all subintervals are then summed to give an approximation of the full integral. Important considerations for applying Simpson's 1/3rd rule include using an even number of equal subintervals and having a minimum of 3 points defined in each subinterval.