Bisection Method
Bisection Method
In analytical method we use some already proved theorem to reach the result or
to get some conclusion. As here we have used the property “If a continuous
function has values of opposite sign inside an interval, then it has a root in that
interval”.
and
As f(0) and f(1) have opposite signs so one root lies in interval [0, 1].
Bisection method
Now by using the same property and bisection method we will find that root with
the accuracy of 10-3 for the function f(x)=x3-9x+1 in the interval (2,4).