Question: Prove that if function has a root in [a,b] and no critical or inflection points in the interval, then the sequence of newton method and secant method approximate roots is a convergent sequence.
I know that the only time newtons method would not converge would be if the derivative is zero for one of the iteration terms, if there is no root to be found in the first place, or if the iterations enter a cycle and alternates back and forth between different values(I think those are the only times) As for secant method, it would not converge if when we pick our initials they are not close to the root. (not sure if there are other cases)