50% found this document useful (2 votes)
1K views

Metode Regula-Falsi With Excel

The document describes using the regula falsi method to find the root of a linear equation. The method involves iteratively guessing values for the root X and calculating the function value f(X) until the difference between successive guesses is sufficiently small, indicating convergence to the true root. An example is shown applying the method to the equation (Q2-Q1)*X^2+2*Q1*L*X-Q1*L^2=0, where constants Q1, Q2, and L are given. The guesses X1 and X2 are initially 0 and 2, and converge after 25 iterations to the root of 4.

Uploaded by

Cece Solihin
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
50% found this document useful (2 votes)
1K views

Metode Regula-Falsi With Excel

The document describes using the regula falsi method to find the root of a linear equation. The method involves iteratively guessing values for the root X and calculating the function value f(X) until the difference between successive guesses is sufficiently small, indicating convergence to the true root. An example is shown applying the method to the equation (Q2-Q1)*X^2+2*Q1*L*X-Q1*L^2=0, where constants Q1, Q2, and L are given. The guesses X1 and X2 are initially 0 and 2, and converge after 25 iterations to the root of 4.

Uploaded by

Cece Solihin
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/ 2

METODE REGULA FALSI UNTUK PERSAMAAN AKAR LINIER

Q1= 4C Diketahui sebuah Persamaan


Q2= 9C (Q2-Q1)*X^2+2*Q1*L*X-Q1*L^2=0
L= 10 m

Persamaan Non Linier


X^4 X^3 X^2 X Konstan
0 0 5 80 -400

Iterasi X1 X2 Xm f(X1) f(X2) f(Xt) f(X1)*f(X2)f(X1)*f(Xt)


0 2 8 3.692308 -220 560 -36.4497 -123200 8018.935
1 3.692308 8 3.955556 -36.4497 560 -5.32346 -20411.8 194.0384
2 3.955556 8 3.993641 -5.32346 560 -0.76291 -2981.14 4.061339
3 3.993641 8 3.999091 -0.76291 560 -0.10904 -427.232 0.083186
4 3.999091 8 3.99987 -0.10904 560 -0.01558 -61.0608 0.001699
5 3.99987 8 3.999981 -0.01558 560 -0.00223 -8.72354 3.47E-05
6 3.999981 8 3.999997 -0.00223 560 -0.00032 -1.24623 7.07E-07
7 3.999997 8 4 -0.00032 560 -4.54E-05 -0.17803 1.44E-08
8 4 8 4 -4.54E-05 560 -6.49E-06 -0.02543 2.95E-10
9 4 8 4 -6.49E-06 560 -9.27E-07 -0.00363 6.01E-12
10 4 8 4 -9.27E-07 560 -1.32E-07 -0.00052 1.23E-13
11 4 8 4 -1.32E-07 560 -1.89E-08 -7.41E-05 2.5E-15
12 4 8 4 -1.89E-08 560 -2.7E-09 -1.06E-05 5.11E-17
13 4 8 4 -2.7E-09 560 -3.86E-10 -1.51E-06 1.04E-18
14 4 8 4 -3.86E-10 560 -5.51E-11 -2.16E-07 2.13E-20
15 4 8 4 -5.51E-11 560 -7.84E-12 -3.08E-08 4.32E-22
16 4 8 4 -7.84E-12 560 0 -4.39E-09 0
17 4 8 4 0 560 0 0 0
18 4 8 4 0 560 0 0 0
19 4 8 4 0 560 0 0 0
20 4 8 4 0 560 0 0 0
21 4 8 4 0 560 0 0 0
22 4 8 4 0 560 0 0 0
23 4 8 4 0 560 0 0 0
24 4 8 4 0 560 0 0 0
25 4 8 4 0 560 0 0 0
f(X1)*f(Xt)

You might also like