The document discusses various numerical methods for finding roots of functions, including:
- Bracketing methods like bisection and false position that search between initial lower and upper bounds.
- Open methods like Newton-Raphson and secant that do not require bracketing but may not converge.
- Techniques for polynomials like Müller's and Bairstow's methods.
Examples demonstrate applying bisection, false position, and Newton-Raphson to find the mass in a falling object problem. The convergence properties and relative performance of the different methods are analyzed.