Chapter three focuses on root-finding techniques for nonlinear functions, emphasizing iterative methods to solve equations like f(x) = 0, which frequently occur in scientific applications. Key methods discussed include the bisection method, Newton-Raphson method, and secant method, with examples illustrating their implementation. The chapter also outlines the importance of numerical approximation for root finding, particularly in cases where analytical solutions are not feasible.