Solveeit Logo

Question

Question: By bisection method, the real root of the equation \(x^{3} - 9x + 1 = 0\) lying between \(x = 2\) an...

By bisection method, the real root of the equation x39x+1=0x^{3} - 9x + 1 = 0 lying between x=2x = 2 and x=4x = 4 is nearer to

A

2.2

B

2.75

C

3.5

D

4.0

Answer

2.75

Explanation

Solution

Since f(2)=239(2)+1<0f(2) = 2^{3} - 9(2) + 1 < 0 and f(4)=439(4)+1>0f(4) = 4^{3} - 9(4) + 1 > 0

\therefore Root will lie between 2 and 4.

At x=2+42=3x = \frac{2 + 4}{2} = 3, f(3)=339(3)+1>0f(3) = 3^{3} - 9(3) + 1 > 0

\therefore Root lie between 2 and 3.

At x=2+32=2.5x = \frac{2 + 3}{2} = 2.5,f(2.5)f(2.5) is –ive,\therefore root lies between 2.5 and 3

At x=2.5+32=2.75x = \frac{2.5 + 3}{2} = 2.75 and f(2.75)=(2.75)39(2.75)+1<0f(2.75) = (2.75)^{3} - 9(2.75) + 1 < 0.

\thereforeRoot is near to 2.75.