Description of The Bisection Method
Description of The Bisection Method
. and
ii) f(b) * f(c) > 0 : if the product of f(b) and f(c) is positive, the root lies in the interval
a k 1
[a, c]
iii) f(b) * f(c) < 0: if the product of f(b) and f(c) is negative, the root lies in the
interval[c,b]
The fundamental information in each step or iteration is the sign of at the ends and
the mid-point of the present subinterval. The “half” interval chosen contain the zero of
because has different signs at its ends then the root of lies in this subinterval.
For every iteration, we verify that otherwise will be the