Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
1.3k views
in Mathematics by (239k points)
closed by
The bisection method is applied to compute a zero of the function f(x) = x4 – x3 – x2 – 4 in the interval [1, 9]. The method converges to a solution after _______ iterations.
1. 1
2. 3
3. 5
4. 7

1 Answer

0 votes
by (240k points)
selected by
 
Best answer
Correct Answer - Option 2 : 3

Concept:

Bisection method:

Used to find the root for a function. Root of a function f(x) = a such that f(a)= 0

Property: if a function f(x) is continuous on the interval [a…b] and sign of f(a) ≠  sign of f(b). There is a value c belongs to [a…b] such that f(c) = 0, means c is a root in between [a….b]

Note:

Bisection method cut the interval into 2 halves and check which half contains a root of the equation.

1) Suppose interval [a…b] .

2) Cut interval in the middle to find m : \(m =\frac{{a+b}}{{2}}\)

3) sign of f(m) not matches with f(a) proceed the search in the new interval.

Calculation:

The bisection method is applied to a given problem with [1, 9]

After 1 iteration

\({x_1} = \frac{{1\; + \;9}}{2} = 5\)

Now since f(x1) > 0, x2 replaces x1

Now, x0 = 1 and x1 = 5

And after 2nd iteration 

\({x_2} = \frac{{1\; + \;5}}{2} = 3\)

Now since f(x1) f(x2) > 0, x2 replaces x1 and x0 = 1 and x1 = 3 and after 3rd iteration

\({x_2} = \frac{{1\; + \;3}}{2} = 2\)

Now, f(x2) = f(2) = 24 – 23 – 22 – 4 = 0

So the method converges exactly to the root in 3 iterations.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...