Okay, i think i solved it but it seems too easy:
$\lim_\limits{x\to \infty}$ $x_n = \lim_\limits{x\to \infty}$ $x_{n+1} = \sqrt{a}$ the iterative method is: $x_{n+1}$ = $\frac{x_n(x_n^2 + 3a)}{3x_n^2 + a}$ I let $x_n$ be $\sqrt{a}.$ And crunched the equation. Is this right, and if not, what did i do wrong?
I'm not sure what you are doing.
I assume $a>0$. Suppose the sequence defined by $x_{0}$ and $$ x_{n+1}=\frac{x_{n}\left(x_{n}^{2}+3a\right)}{3x_{n}^{2}+a}\text{ for }n\geq0\tag{1} $$ is well-defined and has limit $x$ such that $3x^{2}+a\neq0$ and $x\neq0$. Taking limits on both sides of (1), $$ x=\frac{x\left(x^{2}+3a\right)}{3x^{2}+a}. $$ Dividing both sides by $x$ (we can do this since we assumed $x\neq0$), $$ 1=\frac{x^{2}+3a}{3x^{2}+a}. $$ Equivalently, $$ x^{2}=a $$ and hence $x=\pm \sqrt{a}$.