2.7 Bracketing
• The bisection method is a bracketed root-finding method: this means that at every iteration, we know that the root we are looking for is within the current interval.
• We’ll apply this to the secant and Newton methods, such that we keep track of an interval at each iteration that is guaranteed to contain a root.
Idea: Suppose that
Applying the secant method to iterates
Then we take either the interval
Newton’s method applied to
• If
• If