Zeroing in on the answer
To find where a function crosses zero, you can repeatedly halve an interval that traps the root — like guessing a number by always splitting the range. Numerical methods are these clever guessing-and-refining loops.
Trap and refine
Bisection halves an interval that brackets a root. Newton's method uses the slope to leap toward the root, converging much faster.