(a) Bisection Method:
This is one of the simplest and reliable iterative methods for the
solution of nonlinear equation. This method is also known as
binary chopping or half-interval method. Given a function

which is real and continuous in an interval
![$ [a,b]$](img37.png)
and

and

are of opposite sign i.e.

, then there is at
least one real root
![$ \xi \epsilon [a,b]$](img41.png)
of

.
Algorithm:
Given a function

continuous on a interval
![$ [a,b]$](img37.png)
satisfying the Bisection method starting criteria, carry out the
following steps to find a root

of
(1) Set
(2) For n=1,2,...until satisfied do
(a) If

(b)If
otherwise
Note:
1) The subscripts in

etc denote the iteration number.
![$ [a_{0}, b_{0}]$](img49.png)
is the interval for the zeroth or starting
iteration.
![$ [a_{n}, b_{n}]$](img50.png)
is the interval for the n

iteration.
(2) An iterative process must be terminated at some stage. 'Until
satisfied' refers to the solution convergence criteria used for
stopping the execution process. We must have an objective criteria
for deciding when to stop the process. We may use one of the
following criteria depending on the behavior of the function
(monotous/steep variations/increasing /decreasing)
(i)

(Tolerable absolute error in
(ii)

(Tolerable relative
error in
(iii)

(Value of
function as

)
(iv)

(difference in two
consecutive iteration function values)
Usually

are
referred to as tolerance values and it is fixed by us depending on
the level of accuracy we desire to have on the solution. For
example

etc.
Example:
Solve

for the root in the
interval [1,2] by Bisection section method.
Solution:
Given

on

There is a root for the given function in [1,2].
Set

Set

and
Set
Details of the remaining steps
are provided in the table below: