Using linear stability analysis, I would like to compute the range of stability of the fixed points and the $2$-cycles of the following iterative map: $x_n = x_{n-1}^{2} - 3\mu$.
Setting $x = x^{2} - 3\mu$, I calculated the fixed points: $x_1 = \dfrac{\sqrt{1+12\mu}}{2}$ and $x_2 = \dfrac{\sqrt{1-12\mu}}{2}$.
And the two cycles are the fixed points and two other additional points: $x_3 = \dfrac{-1-\sqrt{3(-1+4\mu)}}{2}$ and $x_4 = \dfrac{-1+\sqrt{3(-1+4\mu)}}{2}$.
Now I am struggling to find the range of stability of the fixed points and $2$-cycles.
What I know is we need to compute the slope of the map at the points. So if we differentiate $x^{2} - 3\mu$ and calculate the derivative at the fixed point $x_1 = \dfrac{\sqrt{1+12\mu}}{2}$, we get $2(x_1) = 1+\sqrt{1+12\mu}$. And similarly for $x_2$, $2(x_2) = 1-\sqrt{1+12\mu}$. Then we set the absolute values < 1. So we get $|1+\sqrt{1+12\mu}| < 1$ and $|1-\sqrt{1+12\mu}| < 1$. Now here is the problem, I can only find the range of stability for $x_2$ but not for $x_1$. Here is my (hands) work:
$$\begin{align} |1-\sqrt{1+12\mu}| < 1\\ \implies-1<1-\sqrt{1+12\mu} < 1 \\\implies-2<-\sqrt{1+12\mu} < 0\\ \implies-\frac{1}{3} < \mu < \frac{3}{13}\end{align}$$
But now I try to find the range of stability of $x_1$:
$$\begin{align}|1+\sqrt{1+12\mu}| < 1 \\ \implies -1<1+\sqrt{1+12\mu} < 1 \\ \implies -2<\sqrt{1+12\mu} < 0 \end{align}$$ and there is no solution for this inequality.
My questions are:
1. How can we compute the range of stability for $x_1$?
2. What can we conclude for the range of stability for $x_1$? Am I correct to say that its range of stability is zero?
3. Are there any other methods to compute range of stability of fixed points and n-cycles?
Many thanks in advance.