Tom K. answered 12/11/21
Knowledgeable and Friendly Math and Statistics Tutor
Newton's method uses the following process:
xn+1 = xn - f(xn)/f'(xn)
With this problem, you are given x1 and f(x). All you have to do is calculate f'(x) and follow the Newton rule to get all of the values.