The document describes the false position method for finding roots of equations. It involves using linear interpolation between two initial guesses that bracket the root to find a new, improved estimate of the root. The method iteratively calculates new estimates using a false position formula until converging to within a specified tolerance of the true root. While faster than bisection, false position may converge less precisely in some cases if the graph is convex down between the initial guesses.