When Newton's Method Doesn't Work
Newton's method works well to find the roots of a function $f$
as long as:
- $f$ is a smooth function, and
- The initial guess is close enough to the actual root.
If either of these conditions aren't met, we can run into trouble.
The following video shows what can go wrong $\ldots.$
|