Newton’s Method cont.
Suppose \(f \in \mathcal{C}^2([a,b])\) and \(f(p) = 0\) for some \(p \in (a,b)\).
Given \(p_n \in (a,b)\) such that \(f'(p_n) \neq 0\), define
\[p_{n+1} = p_n - \frac{f(p_n)}{f'(p_n)}.\]
If \(f'(p) \neq 0\) and \(p_0\) is chosen close enough to \(p\), then the sequence \(p_n\) generated by the Newton’s method converges to \(p\), and
\[\lim_{n \to \infty}\frac{p = p_{n+1}}{(p - p_n)^2} = -\frac{f''(p)}{2f'(p)}.\]
Newton’s method has a quadratic convergence.