Question
Question: The root of the equation \(x^{3} + x - 3 = 0\) lies in interval (1, 2) after second iteration by fa...
The root of the equation x3+x−3=0 lies in interval
(1, 2) after second iteration by false position method, it will be in
A
(1.178, 2.00)
B
(1.25, 1.75)
C
(1.125, 1.375)
D
(1.875, 2.00)
Answer
(1.178, 2.00)
Explanation
Solution
f(x)=x3+x−3
f(1)=−1 and f(2)=7
Therefore, root lie in (1, 2).
Now, take x0=1, x1=2
x2=1−+7−(−1)2−1.(−1) =1.125 and so f(x2)=−0.451
Hence, roots lie in (1.125, 2)
⇒x3=1.125−7−(−0.451)2−1.125(−0.451)=1.178. So required root
lie in (1.178, 2)