0% found this document useful (0 votes)
27 views8 pages

No x1 x2 F (x1) F (x2) Xmid F (Xmid)

The document appears to be describing steps in the numerical solution of an equation using the bisection method. It shows 10 iterations of the method applied to the equation f(x)=x^3+4x^2-10, with the initial interval of [1,2]. Each row provides the iteration number, endpoints of the interval x1 and x2, and the function values at those points f(x1) and f(x2) and the midpoint xmid and its function value f(xmid).

Uploaded by

saka dewa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views8 pages

No x1 x2 F (x1) F (x2) Xmid F (Xmid)

The document appears to be describing steps in the numerical solution of an equation using the bisection method. It shows 10 iterations of the method applied to the equation f(x)=x^3+4x^2-10, with the initial interval of [1,2]. Each row provides the iteration number, endpoints of the interval x1 and x2, and the function values at those points f(x1) and f(x2) and the midpoint xmid and its function value f(xmid).

Uploaded by

saka dewa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 8

Fungsi x3+4x2-10=0

No x1 x2 f(x1) f(x2) xmid f(xmid)

1 1.00000 2.00000 -5.00000 14.00000 1.50000 2.37500


2 1.00000 1.50000 -5.00000 2.37500 1.25000 -1.79688
3 1.25000 1.50000 -1.79688 2.37500 1.37500 0.16211
4 1.25000 1.37500 -1.79688 0.16211 1.31250 -0.84839
5 1.31250 1.37500 -0.84839 0.16211 1.34375 -0.35098
6 1.34375 1.37500 -0.35098 0.16211 1.35938 -0.09641
7 1.35938 1.37500 -0.09641 0.16211 1.36719 0.03236
8 1.35938 1.36719 -0.09641 0.03236 1.36328 -0.03215
9 1.36328 1.36719 -0.03215 0.03236 1.36523 0.00007
10 1.36328 1.36523 -0.03215 0.00007 1.36426 -0.01605
Fungsi

No x1 x2 f(x1) f(x2) xmid f(xmid)


1 #DIV/0!
2 #DIV/0!
3 #DIV/0!
4 #DIV/0!
5 #DIV/0!
6 #DIV/0!
7 #DIV/0!
8 #DIV/0!
9 #DIV/0!
10 #DIV/0!
No x1 x2 f(x1) f(x2) xmid f(xmid)
1 0
2 0
3 0
4 0
5 0
6 0
7 0
8 0
9 0
10 0
xi yi xiyi
0.1 0.61 0.061
0.4 0.92 0.368
0.5 0.99 0.495
0.6 1.52 0.912
0.7 1.47 1.029
0.9 2.03 1.827
sigma 3.2 7.54 4.692 4.024
sigma 2 10.24 56.8516 4.5884

0.533333 1.256667
0.788987
1.490507

You might also like