Question:medium

How many minimum number of iterations are required to get an accuracy of \(0.001\) for the interval \([1,3]\) in the bisection method?

Show Hint

Minimum iterations in the bisection method: \[ \boxed{ n\ge \log_2\left(\frac{b-a}{\varepsilon}\right) } \] where \(\varepsilon\) is the required accuracy.
Updated On: Jul 14, 2026
  • \(11\)
  • \(10\)
  • \(9\)
  • \(8\)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0