Assume $f:[a,b]\to\mathbb R$ is twice differentiable and $f'f''\not=0$ on the interval. Assume $f(a)<0<f(b)$. Let $x_0$ be the point of intersection of the $x$-axis with the line through the points $(a,f(a))$ and $(b,f(b))$. Assume for definiteness that $f''>0$. Let $$x_{n+1}=x_n-\frac{f(x_n)}{f(b)-f(x_n)}(b-x_n)$$
How can we see the sequence is monotonic?
p.s. If $f''<0$ we would have $a$ in place of $b$ in the formula.
Attempt: As in the deleted answer from "Mammoth," by the mean value theorem $f(b)-f(x_n)=f'(c_n)(b-x_n)$ for some $c_n\in(x_n,b)$. Therefore, $x_{n+1}-x_n=-\frac{f(x_n)}{f'(c_n)}$. Then $\{x_n\}$ is monotonic exactly when $\frac{f(x_n)}{f'(c_n)}$ does not change sign. However, $f'$ does not change sign, so $\{x_n\}$ is monotonic exactly when $f(x_n)$ does not change sign.
Alternatively, $f(b)-f(x_n)=f'(c_n)(b-x_n)$ for some $c_n\in(x_n,b)$. Therefore, $$x_{n+1}=x_n-\frac{f(x_n)}{f(b)-f(x_n)}(b-x_n)=x_n-\frac{f(b)+f(x_n)-f(b)}{f(b)-f(x_n)}(b-x_n)=b-\frac{f(b)}{f'(c_n)}$$ So $$x_{n+1}-x_n=-f(b)[\frac1{f'(c_n)}-\frac1{f'(c_{n-1})}]$$
Now, $x_n$ is monotonic exactly when $f(c_n)$ is monotonic. Since $f'$ is strictly monotonic this is equivalent to the sequence $c_n$ being monotonic.
EDIT: I have the geometrical intuition but really, I would appreciate an analytical proof.