Use Newton's Method to find a zero of the polynomial f(x)= x^5-x+1 to three decimal places. Explain the choice for the starting value.
First of all,
f'(x)= 5x^4- 1
I did the graph and the point is -1.169
so -1.169 should be my x1.
-1.169- ( (-1.169)^5-(-1.169)+1/5(-1.169^4) -1 = -1.16730822
x2 should be -1.1673
-1.1673 - ((-1.1673)^5-(-1.1673)+1/ 5(-1.1673^4) -1 = -1.6729
x3 should be -1.16729
Am I doing it right?
Thanks
First of all,
f'(x)= 5x^4- 1
I did the graph and the point is -1.169
so -1.169 should be my x1.
-1.169- ( (-1.169)^5-(-1.169)+1/5(-1.169^4) -1 = -1.16730822
x2 should be -1.1673
-1.1673 - ((-1.1673)^5-(-1.1673)+1/ 5(-1.1673^4) -1 = -1.6729
x3 should be -1.16729
Am I doing it right?
Thanks