Newton’s method

Given a function f, its derivative, f, and an initial value x1, iteratively:

xk+1=xkf(xk)f(xk),k=1,2,...

  • asymptotically, each iteration roughly squares the error