0% found this document useful (0 votes)
28 views5 pages

UTS Numeris

The document describes using the bisection method and false position method to find the root of the equation fx=2^x+x-2 from 0 to 1. For the bisection method, it performs 21 iterations and finds the root is 0.543000750. For the false position method, it performs 10 iterations and finds the root is 0.543000441. It then shows an example of using Cramer's rule to solve a system of 3 equations with 3 unknowns.

Uploaded by

Rian Al-ayyub
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views5 pages

UTS Numeris

The document describes using the bisection method and false position method to find the root of the equation fx=2^x+x-2 from 0 to 1. For the bisection method, it performs 21 iterations and finds the root is 0.543000750. For the false position method, it performs 10 iterations and finds the root is 0.543000441. It then shows an example of using Cramer's rule to solve a system of 3 equations with 3 unknowns.

Uploaded by

Rian Al-ayyub
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 5

fx=2^x+x-2 0.

Metode Biseksi

Iterasi a b m
1 0.000000000 1.000000000 0.500000000
2 0.500000000 1.000000000 0.750000000
3 0.500000000 0.750000000 0.625000000
4 0.500000000 0.625000000 0.562500000
5 0.500000000 0.562500000 0.531250000
6 0.531250000 0.562500000 0.546875000
7 0.531250000 0.546875000 0.539062500
8 0.539062500 0.546875000 0.542968750
9 0.542968750 0.546875000 0.544921875
10 0.542968750 0.544921880 0.543945315
11 0.542968750 0.543945320 0.543457035
12 0.542968750 0.543457040 0.543212895
13 0.542968750 0.543212900 0.543090825
14 0.542968750 0.543090830 0.543029790
15 0.542968750 0.543029790 0.542999270
16 0.542999270 0.543029790 0.543014530
17 0.542999270 0.543014530 0.543006900
18 0.542999300 0.543006900 0.543003100
19 0.542999300 0.543003100 0.543001200
20 0.542999300 0.543001200 0.543000250
21 0.543000300 0.543001200 0.543000750

Jadi, akar persamaan dari 2^x+x-2 menggunakan Metode Biseksi adalah 0,543000750
Regulasi False
iterasi a b f(a)
1 0.000000000 1 -1.000000000
2 0.500000000 1 -0.085786438
3 0.539504287 1 -0.007022698
4 0.542715657 1 -0.000572363
5 0.542977240 1 -0.000046632
6 0.542998551 1 -0.000003798
7 0.543000287 1 -0.000000309
8 0.543000428 1 -0.000000026
9 0.543000440 1 -1.73939707082E-09
10 0.543000441 1 2.705178303586E-10

Jadi, akar persamaan dari 2^x+x-2 menggunakan Metode Regula False adalah 0,543000441
f(a) f(b) f(m) f(a).f(m) eror
-1.000000000 1.000000000 -0.085786438 0.085786438
-0.085786438 1.000000000 0.431792831 -0.037041969 0.333333333
-0.085786438 0.431792831 0.167210825 -0.014344421 -0.200000000
-0.085786438 0.167210825 0.039326146 -0.003373650 -0.111111111
-0.085786438 0.039326146 -0.023569193 0.002021917 -0.058823529
-0.023569193 0.039326146 0.007792794 -0.000183670 0.028571429
-0.023569193 0.007792794 -0.007909504 0.000186421 -0.014492754
-0.007909504 0.007792794 -0.000063696 0.000000504 0.007194245
-0.000063696 0.007792794 0.003863212 -0.000000246 0.003584229
-0.000063696 0.003863222 0.001899429 -0.000000121 -0.001795328
-0.000063696 0.001899439 0.000917788 -0.000000058 -0.000898470
-0.000063696 0.000917798 0.000427031 -0.000000027 -0.000449437
-0.000063696 0.000427041 0.000181667 -0.000000012 -0.000224769
-0.000063696 0.000181677 0.000058990 -0.000000004 -0.000112397
-0.000063696 0.000058990 -0.000002353 0.000000000 -0.000056206
-0.000002353 0.000058990 0.000028318 0.000000000 0.000028102
-0.000002353 0.000028318 0.000012982 0.000000000 -0.000014051
-0.000002293 0.000012982 0.000005345 0.000000000 -0.000006998
-0.000002293 0.000005345 0.000001526 0.000000000 -0.000003499
-0.000002293 0.000001526 -0.000000384 0.000000000 -0.000001750
-0.000000283 0.000001526 0.000000621 0.000000000 0.000000921

Metode Biseksi adalah 0,543000750

f(b) c f(c)
1 0.500000000 -0.085786438
1 0.539504287 -0.007022698
1 0.542715657 -0.000572363
1 0.542977240 -0.000046632
1 0.542998551 -0.000003799
1 0.543000287 -0.000000309
1 0.543000428 -0.000000025
1 0.543000440 -0.000000002
1 0.5430004408 -1.4170797868E-10
1 0.5430004409 2.2039259306E-11

Metode Regula False adalah 0,543000441


12b2-b1
12 -2 3 18 4b3-b1
1 10 -2 16
3 1 15 52

langkah 2 buat B1=b3-2b2

X1 X2 X3
(3-2*1) (1-2*10) (15-2*-2) (52-16*2) persamaan baru
1 10 -2 16
3 1 15 52

langkah 3 buat B2=b2-b1

X1 X2 X3
1 -19 19 20
(1-1) 19+10 (-2-19) (16-20) persamaan baru
3 1 15 52

langkah 4 buat B3=b3-3b1

X1 X2 X3
1 -19 19 20
0 29 -21 -4 persamaan baru
(3-3*1) (1-3*-19) (15-3*19) (52-3*20)

b3-b2/b2
12 -2 3 18
0 122 -27 174
0 6 57 190

12 -2 3 18
0 122 -27 174
0 0 38.88525 120.9617

x3 3.110736
x2 10.03198
x1 -11.3962

1 -19 19 20
0 29 -21 -4
3 1 15 52

1 -19 19 20
0 29 -21 -4
0 58 -42 -8

1 -19 19 20
0 1 1 1
0 58 -42 -8

1 -19 19 20
0 1 1 1
0 0 -100 -66

1 -19 19 20
0 1 1 1
0 0 1 0.66

1 -19 19 20
0 1 0 0
0 0 1 0.66

1 -19 0 1
0 1 0 0
0 0 1 0.66

1 0 0 20
0 1 0 0
0 0 1 0.66

x=20

You might also like