MHB Is the Newton Raphson Method accurate for finding roots of equations?

  • Thread starter Thread starter peterianstaker
  • Start date Start date
  • Tags Tags
    Method Newton
peterianstaker
Messages
2
Reaction score
0
Can someone check this is correct?

Using the Newton Raphson method with X0=2 to find the root of the equation:

x^3-x-1=0 (correct to 4.d.p)

My answer is:

f'(x)= 3x^2-1

xn+1= 2-x^3-x-1/3x^2-1

xn+1= 2-2^3-2-1/3(2^2)-1

x1= 17/11

x2= 17/11-(17/11^3)-17/11-1/3x(17/11^2)-1

= 1.3596
 
Physics news on Phys.org
No, you need to iterate the method until two successive approximations agree to 5 decimal places, and then round if necessary. :D
 

Similar threads

Replies
3
Views
4K
Replies
13
Views
2K
Replies
5
Views
4K
Replies
7
Views
2K
Replies
8
Views
3K
Replies
3
Views
2K
Replies
17
Views
2K
Back
Top