Bisection method,
drawn out step by step.
Give it an equation and a bracket, and watch the interval close in on the root — one halving at a time, with every approximation and error logged along the way.
Live demo — f(x) = x³ − x − 2step 1
Set up the problem
Sheet 01 / InputSolution analysis
Sheet 01 / SolutionVisualizing the bracket
Sheet 01 / Plota—
b—
c (midpoint)—
f(c)—
status—
Step 0 of 0
Iteration log
Sheet 01 / Record
Exports include the equation, bracket check, and full iteration log.