This document discusses the bisection method for finding roots of equations. It begins by introducing the bisection method and explaining that it uses an initial interval that brackets a root to successively narrow down the interval containing the root. It then provides the steps of the bisection method algorithm. Finally, it includes an example of applying the bisection method to find the depth at which a floating ball is submerged. Over 10 iterations, the method converges on a root of 0.06252 within the specified error tolerance.