Problem
Newton's method is the iterative root-finder behind everything from implied volatility solvers to log-likelihood maximisation. The recipe is one line; the convergence is geometric when the initial guess is close enough.
Use Newton's method to approximate . Take as your starting guess and perform three iterations. Give your approximation to six decimal places and explain why this particular iteration converges so quickly.