This document discusses numerical methods for finding the roots of nonlinear equations. It covers the bisection method, Newton-Raphson method, and their applications. The bisection method uses binary search to bracket the root within intervals that are repeatedly bisected until a solution is found. The Newton-Raphson method approximates the function as a linear equation to rapidly converge on roots. Examples and real-world applications are provided for both methods.