0% found this document useful (0 votes)
26 views3 pages

Anum Print

This document describes three numerical methods - False Position, Secant, and Bisection - to find the root of a function. It provides sample calculations and results for each method, including initial values tested, subsequent estimates of the root, and calculated errors at each iteration. The results show the methods progressively converging on more accurate estimates of the root as the number of iterations increase.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views3 pages

Anum Print

This document describes three numerical methods - False Position, Secant, and Bisection - to find the root of a function. It provides sample calculations and results for each method, including initial values tested, subsequent estimates of the root, and calculated errors at each iteration. The results show the methods progressively converging on more accurate estimates of the root as the number of iterations increase.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Metode False Position

error
5 x1 y1 x2 y2 x3 y3 y1.y3
(%)
-
165,6495
1 2 33,60 3 -32,90 50,00 -4,93004 -
03
0
- 8,845076
2 50,00 3 -32,90 58,28 -1,79412 96
4,930 256
- 1,268984 14,213
3 58,28 3 -32,90 61,47 -0,7073
1,794 073 64
- 0,202689 5,1871
4 61,47 3 -32,90 62,76 -0,28657
0,707 63 14
- 0,033623 2,0470
5 62,76 3 -32,90 63,28 -0,11733
0,287 849 88
- 0,005660 0,8297
6 63,28 3 -32,90 63,50 -0,04825
0,117 768 32
- 0,000958 0,3397
7 63,50 3 -32,90 63,59 -0,01987
0,048 717 87
- 0,000162 0,1397
8 63,59 3 -32,90 63,62 -0,00819
0,020 766 23
- 2,76611E- 0,0575
9 63,62 3 -32,90 63,64 -0,00338
0,008 05 52
10.000

0 10 20 30 40 50 60 70

-10.000

-30.000

-50.000

m
Metode Secant
x1 y1 x2 y2 error (%)
2 -33,6 3 -32,9 -
3 -32,9 50 -4,93004 94
50 -4,930 58,284 -1,79412 14,2136
58,284 -1,794 63,024 -0,20057 7,5203
63,024 -0,201 63,620 -0,009321 0,937652496
63,620 -0,009 63,650 -0,000051 0,045676015

10
5
0
-10 -5-5 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70

-10
-15
-20
-25
-30
-35

Metode Bisection
itera M(x1).M(x3 error
x1 M(x1) x2 M(x2) x3 M(x3)
si ) (%)
-
8300,0 3300,0
1 2 -99,985 10 6 329951,99 -
15 15
9
- -
3300,0 1400,0
2 2 -99,985 6 4 139980,49 66,666
15 15
9 7
-
1400,0 600,01
3 2 -99,985 4 3 59992,499 -50
15 5
7
- -
600,01 237,51
4 2 -99,985 3 2,5 23747,937 33,333
5 5
2 3
237,51 -
5 2 -99,985 2,5 2,25 65,64 -20
5 6563,0154
- -
1795,1056
6 2 -99,985 2,25 65,64 2,125 17,953 11,111
9
7 1
-
2,12 - 23,647 5,8823
7 2,25 65,64 2,1875 424,56691
5 17,9537 81 53
4
- -
2,12 - 2,187 23,647 2,1562 2,7982
8 50,238239 2,8571
5 17,9537 5 81 5 03
4 4
- -
2,12 - 2,156 2,7982 2,1406 136,26861
9 7,5899 1,4492
5 17,9537 25 03 25 2
8 8
-
2,14 - 2,156 2,7982 2,1484 18,207911 0,7299
10 2,3989
06 7,58998 25 03 38 0 27
4

9000
8000
7000
6000
5000
4000
3000
2000
1000
0
1 2 3 4 5 6 7 8 9 10 11
-1000

You might also like