Bisection Method Calculator - High Accuracy Calculation
Bisection Method Calculator - High Accuracy Calculation
Select a and b such that f (a) and f (b) have opposite signs. The convergence to the root is slow, but is
assured.
This method is suitable f or finding the initial values of the Newton and Halley’s methods.
a 0 , b2 f (a)f (b)≦0
maximum repetition n 50
n x accuracy x f(x)
2 0.5 0.5 1.25
3 0.75 0.75 0.5625
4 0.875 0.88 0.265625
5 0.9375 0.9 0.12890625
6 0.96875 1 0.0634765625
7 0.984375 1 0.031494140625
8 0.9921875 0.99 0.01568603515625
9 0.99609375 1 0.0078277587890625
10 0.998046875 1 0.003910064697265625
11 0.9990234375 0.999 0.001954078674316406
12 0.99951171875 1 9.76800918579102E-4
13 0.999755859375 1 4.88340854644775E-4
14 0.9998779296875 1 2.44155526161194E-4
15 0.99993896484375 0.9999 1.22074037790298E-4
16 0.999969482421875 1 6.1036087572575E-5
17 0.9999847412109375 1 3.0517810955644E-5
18 0.99999237060546875 0.99999 1.5258847270161E-5
19 0.999996185302734375 1 7.629409083165E-6
20 0.999998092651367188 1 3.814700903604E-6
21 0.999999046325683594 0.999999 1.907349542307E-6
22 0.999999523162841797 1 9.5367454378E-7
23 0.999999761581420899 1 4.76837215046E-7
24 0.99999988079071045 1 2.38418593312E-7
25 0.999999940395355225 0.9999999 1.19209293103E-7
26 0.999999970197677613 1 5.9604645663E-8
27 0.999999985098838807 1 2.9802322609E-8
28 0.999999992549419404 0.99999999 1.4901161249E-8
29 0.999999996274709702 1 7.45058061E-9
30 0.999999998137354851 1 3.725290301E-9
31 0.999999999068677426 0.999999999 1.86264515E-9
32 0.999999999534338713 1 9.31322574E-10
33 0.999999999767169357 1 4.65661287E-10
34 0.999999999883584679 1 2.32830643E-10
35 0.99999999994179234 0.9999999999 1.16415321E-10
36 0.99999999997089617 1 5.820766E-11
37 0.999999999985448085 1 2.910383E-11
38 0.999999999992724043 0.99999999999 1.4551915E-11
Settings softkey
Bisection method
(1) initial valuea0 , b 0 f (a0 )f (b 0 ) ≤ 0
an +b n
(2) xn =
2
f (xn ) ≤ ε ⇒ answer = xn
Relat ed Calculat or