bisection method give us real root of the equation when its defined as f(x)=0 code example Example: bisection method based on IVT, c=(a+b)/2, if(fa*fc<0) b=c else a=c