Suppose that we have the iteration method $x_{k+1}=f(x_{k})$ and $f(x)=Ax+Bx^{2}+Cx^{3}$.For given $a>0$ , determine $A$, $B$, $C$ in order to have local convergence to $\dfrac{1}{a}$ with convergence rate $p=3$.
So I suppose that we have to calculate $$\lim_{n\rightarrow \infty} \frac{\left | x_{k+1}-\frac{1}{a} \right |}{\left | x_{k}-\frac{1}{a} \right |^{3}}=\lim_{n\rightarrow \infty}\frac{\left | Ax_{k}+Bx_{k}^{2}+Cx_{k}^{3}-\frac{1}{a} \right |}{\left |x_{k}-\frac{1}{a} \right |}=\lambda$$
and determine $A$, $B$, $C$ in such a way that $\lambda$ is finite , but I don't truely see how to do that.