Find the root of the equation x-2x-5 = 0 between b
x = 2 and x = 2.5 using false position method upto three decimal places.
Answers
Answer:
x = 2.094
Step-by-step explanation:
x³ - 2x - 5 = 0
To find : root of the equation by Bisection method correct up to three decimal places
Solution:
x³ - 2x - 5 = 0
x = 1 => 1 - 2 - 5 = - 6
x = 2 => 8 - 4 - 5 = - 1
x = 3 => 27 - 6 - 5 = 16
0 lies between -1 & 16
Hence x lies between 2 & 3
(2 + 3)/2 = 2.5
x = 2.5 => x³ - 2x - 5 = 5.625
0 lies between -1 & 5.625
=> x lies between 2 & 2.5
(2 + 2.5)/2 = 2.25
x = 2.25 => x³ - 2x - 5 = 1.89
0 lies between -1 & 1.89
=> x lies between 2 & 2.25
=> x = 2.125 => x³ - 2x - 5 = 0.34
0 lies between -1 & 0.34
=> x lies between 2 * 2.125
=> x = 2.0625 => x³ - 2x - 5 = -0.35
0 lies between -0.35 & 0.34
=> x lies between 2.0625 & 2.125
x = 2.09375 => x³ - 2x - 5 = -0.0089 ≈ 0
x = 2.094 up to three decimal places
- [ pls appreciate♡ my work if you guys find helpful ]