Some Questions In Bisection Method In Numerical Techniques

Some Questions in the Bisection method

There are some questions in Bisection method in numerical techniques. before you read the questions you must know about the Bisection method. Previously we discuss the BiSection Method In Numerical Techniques. If you haven’t seen it then hurry up!

Questions No 1 :

Find the approximation to √3 correct up to two decimal points using the bisection method.

Let x = √3

Squaring both side

=> X2 = (√3)2

=> X2 = 3

=> X2-3 = 0

 Let the function is continuous at 

f(x) = X2-3

F(x) = X2-3

·       Let put x=0 in f(x)

           Then f(x)= -3

·       Let put x=1 in f(x)

           Then f(x) = -2

·       Let put x=2 in f(x)

           Then f(x)= 1

·       Let put x=-1 in f(x)

           Then f(x) = -2

From the above calculation we take (a=1) and (b=2) as approxmate root

Mind the midpoint c= a + b /c

                            C = 1+2/2

                                =1.5

The find F(c) = X2-3

             F(c) = -0.75

The f(c) value is negative so we replace the (a) value with (c).

The steps are repeated up to correct 2 decimal points.

The table is given below

nabcf(a)f(b)F(c)
0121.5-21-0.75
11.521.75-0.7510.0625
21.51.751.625-0.750.0625-0.3593
31.6251.751.6875-0.35930.0625-0.1523
41.68751.751.7187-0.15230.0625-0.0458
51.71871.751.7343-0.04580.06257.7964
61.71871.73431.7265-0.04587.7964-0.0191
71.72651.73431.7304-0.01917.7964-5.7158
81.73041.73431.7323-5.71587.79648.6329
91.73041.73231.7313-5.71588.63298.6329

From the above calculation, we come to a conclusion that the reading c7 c8 c9 are agree with one another for 2 decimal places is 1.73

  Hence the approximation root of function √3  is 1.73 correct up to 2 decimal places by using the bisection method.

Question No 2 :

Find the approximation to √2 correct up to two decimal points using the bisection method.

Let x = √2

Squaring both side

=> X2 = (√2)2

=> X2 = 2

=> X2-2 = 0

 Let the function is continuous at 

f(x) = X2-2

F(x) = X2-2

·       Let put x=0 in f(x)

           Then f(x)= -2

·       Let put x=1 in f(x)

           Then f(x)= -1

·       Let put x=2 in f(x)

           Then f(x)= 2

·       Let put x=-1 in f(x)

           Then f(x)= -1

From the above calculation we take (-1) and (2) as approx root

Mind the midpoint c= a + b /c

                            C = -1+2/2

                                =1.5

The find F(c) = X2-3

             F(c) = -0.75

The f(c) value is negative so we replace the (a) value to (c).

The steps are repeated up to correct 2 decimal points.

The table is given below

nabcf(a)f(b)F(c)
0-120.5-12-1.75
10.521.25-1.752-0.4375
21.2521.625-0.437520.6406
31.251.6251.4375-0.43750.64060.0664
41.251.43751.3437-0.43750.0664-0.1944
51.34371.43751.3906-0.19440.0664-0.0662
61.39061.43751.4140-0.06620.0664-6.04
71.41401.43751.4257-6.040.06640.0326
81.41401.42571.4198-6.040.03260.0158
91.41401.41981.4169-6.040.01587.6056
101.41401.41691.4154-6.047.60563.3571

From the above calculation, we come to a conclusion that the reading c8 c9 c10 agree with one another for 2 decimal places is 1.41

  Hence the approximation root of function √2 is 1.41 correct up to 2 decimal places by using the bisection method.

Leave a Reply

Your email address will not be published. Required fields are marked *