I have a continuous, decreasing and convex function $f$. Given an interval $[a, b]$ such that $f (a)>0 $and $f (b)<0$, if I apply the secant method twice, where the outcome point will be located? I know if we apply once it will be $r <=x < b$, where $r$ is a root of function $f$ and $x$ is the outcome point of secant method.
Any idea-?