This document contains examples of applying the bisection method to find roots of functions. It shows the steps taken, the interval bounds being searched over at each step, the midpoint of the interval being tested, the function value at that midpoint, and whether the desired tolerance was reached. Several examples are provided of applying this method to different functions and intervals to find roots or determine that a root was not found within the tolerance.