Mathematics I / Root Finding
Practice question · True or false

Newton's method is always preferable to bisection because it converges quadratically.

Hints
  1. What does Newton need that bisection does not?
  2. Bisection cannot fail once it has a sign change.
Show the answer

False

Why

False. Newton needs a derivative and a good starting guess, and it can diverge, cycle, or divide by a near-zero derivative. Bisection is slow and guaranteed once it brackets a sign change. Robust solvers combine them, Brent's method, taking Newton steps when they behave and bisecting when they do not.

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