Explanation for condition for newton's method

57 Views Asked by At

Newton's method solves for $f(x)=0$ by iterating over possible solutions. the rate of convergence of this scheme is quadratic if 3 conditions are satisfied:

enter image description here

Why does $f''$ have to be continuous?

Also how does condition 3 translate to condition b?