What would be the example of a function for which a Secant Method fails but Bisection Method converges (to the root). In particular, if we are checking the interval $[a,b]$, then starting points for the Secant Method are $a$ and $b$.
2026-04-11 16:48:19.1775926099
Secant and Bisection Method
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Try to find a continuously differentiable function with the following properties:
The first point ensures that the bisection methods converges. Whereas if $f'(\xi)=0$, the secant method can fail. See these lecture notes (page 101) for an example.