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

Anum Print

The document describes three numerical methods - false position, secant, and bisection - for finding the root of a function. It provides tables showing the iterations and results of applying each method to an unknown function, including the estimated root and error percentage at each step.

Uploaded by

kungfu
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)
32 views3 pages

Anum Print

The document describes three numerical methods - false position, secant, and bisection - for finding the root of a function. It provides tables showing the iterations and results of applying each method to an unknown function, including the estimated root and error percentage at each step.

Uploaded by

kungfu
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

5 x1 y1 x2 y2 x3 y3 y1.y3 error (%)


-
1 2 3 -32,90 50,00 -4,93004 165,649503 -
33,600
2 50,00 -4,930 3 -32,90 58,28 -1,79412 8,845076256 96
3 58,28 -1,794 3 -32,90 61,47 -0,7073 1,268984073 14,21364
4 61,47 -0,707 3 -32,90 62,76 -0,28657 0,20268963 5,187114
5 62,76 -0,287 3 -32,90 63,28 -0,11733 0,033623849 2,047088
6 63,28 -0,117 3 -32,90 63,50 -0,04825 0,005660768 0,829732
7 63,50 -0,048 3 -32,90 63,59 -0,01987 0,000958717 0,339787
8 63,59 -0,020 3 -32,90 63,62 -0,00819 0,000162766 0,139723
9 63,62 -0,008 3 -32,90 63,64 -0,00338 2,76611E-05 0,057552

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 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70
-5
-10
-15
-20
-25
-30
-35
m
Metode Bisection
iterasi x1 M(x1) x2 M(x2) x3 M(x3) M(x1).M(x3) error (%)
1 2 -99,985 10 8300,015 6 3300,015 -329951,999 -
2 2 -99,985 6 3300,015 4 1400,015 -139980,499 -66,6667
3 2 -99,985 4 1400,015 3 600,015 -59992,4997 -50
4 2 -99,985 3 600,015 2,5 237,515 -23747,9372 -33,3333
5 2 -99,985 2,5 237,515 2,25 65,64 -6563,0154 -20
6 2 -99,985 2,25 65,64 2,125 -17,9537 1795,10569 -11,1111
7 2,125 -17,9537 2,25 65,64 2,1875 23,64781 -424,566914 5,882353
8 2,125 -17,9537 2,1875 23,64781 2,15625 2,798203 -50,2382394 -2,85714
9 2,125 -17,9537 2,15625 2,798203 2,140625 -7,58998 136,268612 -1,44928
10 2,1406 -7,58998 2,15625 2,798203 2,148438 -2,39894 18,2079110 0,729927

9000
8000
7000
6000
5000
4000
3000
2000
1000
0
0 2 4 6 8 10 12
-1000

You might also like