Tom K. answered 12/22/20
Knowledgeable and Friendly Math and Statistics Tutor
Let f(x) =e-x - 5x - 9
Then, f'(x) = -e-x - 5
Thus, the Newton step is xn+1 = xn - f(xn)/f'(xn)
Substituting, as x1 = -4, x2 = -4 - f(-4)/f'(-4) = -4 - (e-x - 5x - 9)/(-e-x - 5) =
-4 - (e--4 - 5*-4 - 9)/(-e--4 - 5) = -4 - (e4 - 5*-4 - 9)/(-e4 - 5) = -4 + 1.101 =
-2.899
You will see the quadratic convergence of Newton's method is such that x6 is 1.2 * 10-5 from the solution and x7 is 3.3 * 10-12 from the solution.