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

Farhan Kurnia Ramadhan 2110923004 T1-A

This document discusses solving a nonlinear equation using various methods: 1. Graphing the function f(x) = x^2 - 3.6x - 1.6 and determining the x-intercepts are -0.4 and 4. 2. Factorizing the function to get (x+0.4)(x-4)=0, with roots of -0.4 and 4. 3. Using the quadratic formula to get roots of -0.4 and 4. 4. Using the bisection method iteratively to compute roots of -0.397 and 4.013. 5. Using the false position method iteratively to compute roots of -0.4 and 3.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views5 pages

Farhan Kurnia Ramadhan 2110923004 T1-A

This document discusses solving a nonlinear equation using various methods: 1. Graphing the function f(x) = x^2 - 3.6x - 1.6 and determining the x-intercepts are -0.4 and 4. 2. Factorizing the function to get (x+0.4)(x-4)=0, with roots of -0.4 and 4. 3. Using the quadratic formula to get roots of -0.4 and 4. 4. Using the bisection method iteratively to compute roots of -0.397 and 4.013. 5. Using the false position method iteratively to compute roots of -0.4 and 3.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

FARHAN KURNIA RAMADHAN

2110923004
T1-A
PERSAMAAN NON-LINIEAR

f(x) = x²-3,6x-1,6
1. Metoda Grafik
x f(x)
-2 9,6
12
-1,5 6,05
-1 3 10

-0,5 0,45 8
0 -1,6
6
0,5 -3,15
1 -4,2 4

1,5 -4,75 2
2 -4,8
0
2,5 -4,35 -3 -2 -1 0 1 2 3 4 5 6

3 -3,4 -2

3,5 -1,95 -4

4 0 -6
4,5 2,45
5 5,4
2. Metoda Faktorisasi

f(x) = x²-3,6x-1.6
x²-3,6x-1.6 = 0
(x+0,4) (x-4) = 0
x = -0,4 x = 4

3. Metoda Quadratic Formula

f(x) = x²-3,6x-1,6
a=1
b = -3,6
c = -1,6

X₁,X₂ X₁ 4
X₂ -0,4
4. Metode Bisection
X₁ = -0,4
𝑋𝑙 = -0,200
𝑋u = -0,550
N Xl Xu Xr ER% F(Xl) F(Xr) F(Xl)*F(Xr) x1
0 -0,200 -0,550 -0,375 6,250 -0,840 -0,109 0,092 -0,4
1 -0,375 -0,550 -0,463 15,625 -0,109 0,279 -0,031 -0,4
2 -0,375 -0,463 -0,419 4,688 -0,109 0,083 -0,009 -0,4
3 -0,375 -0,419 -0,397 0,781 -0,109 -0,014 0,002 -0,4

Pendekatan akar persamaan (X₁) = -0,397


X₂ = 4
𝑋𝑙 = 4,500
𝑋u = 3,900
N Xl Xu Xr ER% F(Xl) F(Xr) F(Xl)*F(Xr) x2
0 4,500 3,900 4,200 5 2,450 0,920 2,254 4
1 4,200 3,900 4,050 1 0,920 0,223 0,205 4
2 4,050 3,900 3,975 1 0,223 -0,109 -0,024 4
3 4,050 3,975 4,013 0 0,223 0,055 0,012 4

Pendekatan akar persamaan (X₂) = 4,013


5. Metode False Position
X₁ = -0,4
𝑋𝑙 = -0,200
𝑋u = -0,550
N Xl Xu F(Xl) F(Xu) Xr ER% F(Xr) F(Xl)*F(Xr) x1
0 -0,200 -0,550 -0,840 0,683 -0,393 1,724 -2,861 2,403 -0,4
1 -0,393 -0,550 -0,030 0,683 -0,400 0,057 -2,879 0,087 -0,4

Pendekatan akar persamaan (X₁) = -0,400


X₂ = 4
𝑋𝑙 = 4,500
𝑋u = 3,900
N Xl Xu F(Xl) F(Xu) Xr ER% F(Xr) F(Xl)*F(Xr) x2
0 4,500 3,900 2,450 -0,430 3,990 0,260 28,679 70,264 4

Pendekatan akar persamaan (X₂) = 3,990

You might also like