The document describes the bisection method for finding the root of an equation. It begins by establishing the basis of the bisection method, which is that if a continuous function changes sign between two points, there is at least one root between those points. It then provides the step-by-step algorithm for implementing the bisection method to iteratively find the root. Finally, it includes an example of applying the bisection method to find the depth at which a floating ball is submerged.