Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 1

Using Newton-Raphson Method

initial guess = 1
iteration Ho f(H) f'(H)
0 1 0.074 0.491
1 0.849 0.020 0.251
2 0.770 0.003 0.168
3 0.750 0.000 0.150
4 0.749 0.000 0.149 Final Answer: 0.749
5 0.749 0.000 0.149
6 0.749 0 0.149
7 0.749 0 0.149
8 0.749 0 0.149
9 0.749 0 0.149
10 0.749 0 0.149
11 0.749 0 0.149
12 0.749 0 0.149
13 0.749 0 0.149
14 0.749 0 0.149
15 0.749 0 0.149
16 0.749 0 0.149
17 0.749 0 0.149
18 0.749 0 0.149
19 0.749 0 0.149
20 0.749 0 0.149
21 0.749 0 0.149
22 0.749 0 0.149
23 0.749 0 0.149
24 0.749 0 0.149
25 0.749 0 0.149
26 0.749 0 0.149

f(H) = 0.1H^5 - 0.00071H^2 - 0.00711H - 0.01779


f'(H) = 0.5H^4 - 0.00142H - 0.00711

Hn+1 = Ho - [f(H)/f'(H)]

You might also like