I have the following fixed point iteration: $$ p_{n+1} = \frac{p_n^3 + 3ap_n}{3p_n^2 + a} $$ By defining $$g(x) = \frac{x^3 + 3ax}{3x^2 + a}$$ en some algebra I found that the fixed point is $x = \sqrt{a}$. So $g(\sqrt{a}) = \sqrt(a)$.
Now I need to show that this iteration proces converges for every $p_0$ with $0< p_0 < \sqrt{a}$ to the fixed point $\sqrt{a}$.
Maybe it isn't of any importancy but I have already proven the above statement for every $p_0$ with $0<\sqrt{a} < p_0$