Posted by Jacob on Monday, February 4, 2013 at 2:36pm.
since f(1) < 0 and f(2) > 0,start with the interval (1,2):
step left right middle f(middle)
1: 1.000 2.000 1.500 5.094
2: 1.000 1.500 1.250 -0.198
3: 1.250 1.500 1.375 2.040
4: 1.250 1.375 1.312 0.832
5: 1.250 1.312 1.281 0.297
6: 1.250 1.281 1.266 0.044
7: 1.250 1.266 1.258 -0.078
8: 1.258 1.266 1.262 -0.017
actual root: 1.26282
Related Questions
Numerical Analysis - Using the bisection method, Newtons method, and the ...
calculus - Show that tan^3(x)-8(tan^2(x))+17(tan(x)0-8 = 0 has a root in [0.5, 0...
Using Matlab - imagine you have a simple calculator that can only do addition,...
calculus - I am trying to find equation of the tangent line to the curve 2/(1-3x...
calculus - Find an equation for the tangent line to the graph of f at the point ...
College Algebra - Problem: In certain signal detection problems (e.g. radar or ...
calculus - Use the bisection method or a graphing calculator to find the ...
calculus - Use Newton's method to approximate the indicated root of the ...
algebra - which method do you use to solve this equation.(x-1)^2=7. Is it the ...
algebra - Hello, I need help answering a regents question. It is asking me to ...
For Further Reading