Mathematics I / Root Finding
Practice question · Multiple choice

Newton's method converges fast but not from every starting point. What can go wrong?

Hints
  1. Draw a tangent at a point where the curve is nearly flat.
  2. Where does that tangent cross the axis?
Show the answer

C. The tangent can send the iterate far away or into a cycle

Why

Newton is locally fast and globally unreliable. Bisection is the reverse, slow and guaranteed, which is exactly why production root-finders combine them.

Read the lesson: Root Finding →

Practise Root Finding

The app has 5 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.

More questions on Root Finding