Quiz BISECTION
Quiz BISECTION
Bisection Method
1. The bisection method of finding roots of nonlinear equations falls under the category
of a (an) _________ method.
(A) open
(B) bracketing
(C) random
(D) graphical
2. If f (x) is a real continuous function in [a, b] , and f (a) f (b) 0 , then for f (x) = 0 ,
there is (are) ____________ in the domain [a, b] .
(A) one root
(B) an undeterminable number of roots
(C) no root
(D) at least one root
3. Assuming an initial bracket of 1, 5 , the second (at the end of 2 iterations) iterative
value of the root of te −t − 0.3 = 0 using the bisection method is
(A) 0
(B) 1.5
(C) 2
(D) 3
1
5. For an equation like x2 = 0 , a root exists at x = 0 . The bisection method cannot be
adopted to solve this equation in spite of the root existing at x = 0 because the
function f (x ) = x 2
(A) is a polynomial
(B) has repeated roots at x = 0
(C) is always non-negative
(D) has a slope equal to zero at x = 0