- #1
phillyolly
- 157
- 0
Please verify my answer.
Use Newton’s method with the specified initial approximation to find , the third approximation to the root of the given equation. (Give your answer to four decimal places.)
x^5+2=0, x_1=-1
x5+2=0, x1=-1
y'=5x4
x(n+1)=xn-(x5+2)/(5x4 )
For n=1
x2=-1-((-1)5+2)/(5(-1)4 )=-6/5=-1.2
For n=2
x3=-1.2-((-1.2)5+2)/(5(-1.2)4 )= -1.2-0.4883/10.368=-1.2+0.047=-1.1530
Homework Statement
Use Newton’s method with the specified initial approximation to find , the third approximation to the root of the given equation. (Give your answer to four decimal places.)
x^5+2=0, x_1=-1
Homework Equations
The Attempt at a Solution
x5+2=0, x1=-1
y'=5x4
x(n+1)=xn-(x5+2)/(5x4 )
For n=1
x2=-1-((-1)5+2)/(5(-1)4 )=-6/5=-1.2
For n=2
x3=-1.2-((-1.2)5+2)/(5(-1.2)4 )= -1.2-0.4883/10.368=-1.2+0.047=-1.1530