In class, we have studied the bisection method for finding a
root of an equation. Another method for finding a root, Newton’s
method, usually converges to a solution even faster than the
bisection method, if it converges at all. Newton’s method starts
with an initial guess for a root, ?0 , and then generates
successive approximate roots ?1 , ?2 , …. ?i , ?i+i, …. using the
iterative formula?′(?) Where ?’(xi) is the derivative of function
? evaluated at...