Bisection Method
Bisection Method
Chapter Outcomes :
If f(x) is continuous in the interval (a, b) and if f (a) and f(b) are of opposite signs, then
the equation f(x) = 0 will have at least one real root between a and b.
❖Algebraic Equation :
An algebraic equation is an equation that includes one or more variables
such as
❖Transcendental equation:
An equation together with algebraic, trigonometrical, exponential or logarithmic
function etc. is called transcendental equation such as
❖Solution/root:
A solution/root of an equation is the value of the variable or variables that satisfies the
equation.
Iteration:
Iteration is the repeated process of calculation until the desired result or approximate numerical
value has come.
Each repetition of the process is also called iteration and the result of one iteration is used as the
starting point for the next iteration.
❖ We are capable to find the root of algebraic or transcendental function by using
following methods:
5.The
4.Regular-Fa secant
lsi method method
(The method
3 . Iteration
of False
method (Method of
position)
2.Newton successive
Rapshon approximation/Fix
method ed-point Iteration
(Newton’s Method)
1.Bisection Iteration
method method)
*** You have to know , how to use calculator for solving the
mathematical problem
Fin
ste d f (x
p1 ) in
the
Step 2 : Choose , two real numbers a and b
Such that ,
Fin
bet d the
in t ween Inter
Since , f (a) = f( 0) is negative and f ( b ) = f (1) is positive he
ste
(a v
, b al
p2 )
So at least one real root lies between 0 and 1.
Find out the mid
point of a & b and
give it name c.
Step 3:
01 1 0 0.5
0.5 - 0.625 <0 b=c
Repeat steps 2,3 , 4 until the last two iterations are equal.
02 1 0.5 0.75 -0.015
-0.015 <0 b=c
1 0.75 0.875
0.875 >0 a=c
03 0.43555
0.43555
f (c) is positive
Repeat steps 2, 3 , 4 until the last two iterations are equal or the
Step 5 : difference between the last two iterations are near to zero.
Steps 3, 4 , 5
No of Value of a [ (+) Value of b [ (-) ve] f (c) Sign of f (c) Change
Iterations ve]
The difference between the last two iterations are near to zero.
It is evident that from the above table, the difference between last two successive
iterative values of x is
which the accuracy condition for the solution exact. So, the required root of the given
equation up to the three decimal places is 0.754
Problem 1 :
Solution: Step : 1
Here, let , a = 0 , b = 1 then ,
Since f (0) and f(1) are of opposite sign so at least one real root lies between 0 and 1.
Step : 2
Number of iterations for bisection method is given in the following table in arranged way
for determining the approximate value of the desired root of the given equation.
No. of iterations Value of a [ (+) Value of a [ (-) Sign of f (c)
ve] ve]
01 1 0 0.5
0.5 -0.1756 <0
which the accuracy condition for the solution exact. So, the required root of the given
equation up to the three decimal places is 0.567
Problem 2: Find the root of the equation
by using Bisection method correct up to four decimal places.
Since f (0) and f (1) are of opposite sign so at least one real root lies between 0 and 1.
Number of iterations for bisection method is given in the following table in arranged
way for determining the approximate value of the desired root of the given equation.
No of Value of a [ (+) ve] Value of b [ (-) ve] f (c) Sign of f (c)
Iterations
01 1 0 0.268
0.268 >0
0.5
0.5
02 0.5 0 0.25 -0.294 <0
which the accuracy condition for the solution exact. So, the required root of the given
equation up to the three decimal places is 0.3721
Algorithm of Bisection Method:
Practice Work
Find the root of the following equation by using Bisection method correct up to four decimal places :
1. 2 x - 5 x + 2 = 0
2. 2 x + Cos x - 3 = 0
2
3. x - 4 x - 10 = 0
4. 2 x = 1 + sin x
5. Cos x – x ex = 0
6. e x tan x =1
7 . Cos(x )– log(x) = 0