You are on page 1of 2

6.

3 Use (a) fixed-point iteration and (b) the Newton-Raphson


method to determine a root of f (x) = −x2 + 1.8x + 2.5 using
x0 = 5. Perform the computation until εa is less than εs = 0.05%.
Also perform an error check of your final answer.

f(x) = -x2+1,8x+2,5 |Es| 0.05


f'(x) = -2x+1,8 Metode Newton Raphson
titik initial
Iterasi xi f(xi)) f'(xi)) Xr
0 5 -13.5 -8.2 3.353659
1 3.353659 -2.71044 -4.907317 2.801332
2 2.801332 -0.305064 -3.802665 2.721108
3 2.721108 -0.006436 -3.642217 2.719341
4 2.719341 -3.12E-06 -3.638683 2.719341
%|Ea| Keterangan

19.71656 Lanjut
2.948204 Lanjut
0.06498 Lanjut
3.156E-05 Stop

You might also like