Solving equations by numerical methods - The Interval Bisection method

Authors Avatar

Maxim Protsenko

Pure Mathematics 2 Coursework

Solving equations by numerical methods

The Interval Bisection method

The coursework on Numerical Methods shows the techniques that can be applied to find the solutions of equations, which have no algebraic solution. The first method is the Interval Bisection Method. It involves finding an interval of x in which f(x) changes sigh. If f(x) is a continuous function, it follows that it has a root within that interval. The equation for this method that I took is x³+2x²-x-3=0.

It is clearly seen on the graph that one of the roots of the equation is between 1 and 2. Within this interval f(x) changes the sigh from negative to positive. To find the root I built a table where a is the lower limit of the interval (in this case 1) and b is the upper limit of the interval (in this equation it is 2). The table looks like this.

The Interval Bisection Table

x³+2x²-x-3=0

So the answer is 1.14794921 to (6 d. p.)

The possible error value represents the distance between the estimated root and the interval limits. The error bunds are a and b, so that x is between the two values. The error bounds for this root of the equation x³+2x²-x-3=0 are

1.1474609375 <x< 1.1484375 with the possible error of 0.00048828125

        

Possible Problems:

The equation x³-1.8x²+x-0.17=0 is illustrated on the graph:

Join now!

        The graph does not clearly show the number of roots on the interval 0 and 1.

The Interval Bisection Table

x³-1.8x²+x-0.17=0

The method is applied successfully to find one of the roots of the equation

x³-1.8x²+x-0.17=0. But the graph drawn to a suitable scale immediately shows that there is more than one root on the same interval.

Applying the interval bisection method would lead to a loss of the other two roots.

This method fails to find the other two roots between 0 ...

This is a preview of the whole essay