Newton's Method will converge to a true solution if you have a good initial approximation. If you don't it may not converge at all. Consider, for example, the equation Obviously, the solutions are If we start Newton's Method with being close to one of these solutions we will get convergence to that solution. On the other hand, note that is zero when Thus the tangent will be horizontal in those two cases, and Newton's can't even be carried out.
In this problem we'll investigate what happens in the contrived case that You can enter into WeBWorK as . Try it:
,
Now do your computations using exact arithmetic, and you'll recognize a pattern:
,
,
,
,
Draw a picture to see what's going on. Note, however, that Newton's method may fail in many different ways. A detailed analysis of Newton's method and related methods is a huge subject and well beyond the scope of our class.

You can earn partial credit on this problem.