Chapter:

Bisection-method-

TITLE: 

TO FIND THE ROOTS OF NON-LINEAR EQUATION USING BISECTION  METHOD

 OBJECTIVES:

  • To be able to follow the algorithm of Bisection method of solving non linear equation.

  • To use the Bisection method to solve examples of finding roots of a non linear equation.

  • To build some programming concepts by solving practical problems.

 TOOLS REQUIRED:

  • Computer workstation

  • Program software (as necessary)

 THEORY:

The bisection method in mathematics, also known as binary chopping or half interval method, is a root finding method that repeatedly bisects an interval and then select an subinterval in which a root must lie for further processing and relies on the fact that if f (x) is real and continuous in the interval ....Show More