I'm having a little trouble doing the part the needs to be proven. The first part is the definition of approximate error and I just need some help showing that it is equal to the second part of this problem.
If the Secant Method converges to $r$, $f'(r)\neq0$, and $f''(r)\neq0$ then the approximate error relationship $$e_{i+1}\approx\left|\frac{f''(r)}{2f'(r)}\right| e_i e_{i-1}$$ can be shown to hold. Prove that, if in addition, $$\lim_{i\rightarrow\infty}\frac{e_{i+1}}{e_i^\alpha}$$ exists and is nonzero for some $\alpha>0$, then $\alpha=(1+\sqrt5)/2$ and $$e_{i+1}\approx\left|\frac{f''(r)}{2f'(r)}\right|^{\alpha-1} e_i^\alpha.$$
I'm not really sure how I am supposed to start this off. I get if the limit exists and is nonzero then the limit must be some number $n$, but other than that I'm lost.