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
Click For Summary
The discussion focuses on the accuracy of the Newton Raphson method for finding roots of the equation x^3 - x - 1 = 0, starting with an initial guess of X0=2. The derivative is correctly identified as f'(x) = 3x^2 - 1. The initial calculation yields x1 = 17/11, but the subsequent approximation x2 is incorrectly calculated. It is emphasized that the method requires iteration until two successive approximations agree to five decimal places for accuracy. Proper iteration is crucial for achieving the desired precision in root finding.
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 ·
Replies
3
Views
4K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
16
Views
4K