The Bisection and Secant Methods

Unlike the linear equation systems which can be solved under the guidance of the fundamental theorem of linear algebra, for nonlinear equation systems, there exists neither a theory regarding the existence and uniqueness of their solutions, nor closed-form solutions in general . We therefore have to rely on numerical methods to find one or more solutions, if they do exist, in an iterative manner from certain initial guess of the solution, if the iteration converges, i.e., the difference between two consecutive results will eventually approach to zero.

Here we consider a set of methods that find a solution of a single-variable nonlinear equation #tex2html_wrap_inline2440#, by searching iteratively through a neighborhood of the domain, in which a solution is known to be located.