I'm a bit stuck in solving the following exercise: consider the dynamical system $$\dot{x} = 2 + 3\mu x - x^3$$ I have to find the equilibrium points and the stability type, and the the bifurcations and their nature.
Attempts
I don't know how to calculate the equilibrium points, for I should solve $\dot{x} = 0$ but I am not able to solve $x^3 + 3\mu x - 2 = 0$, so I'm already stuck here... That $2$ really hit me hard.
My notes then say that in order to classify an equilibrium point I shall find the topology near each one of them, hence by calculating the eigenvalues of the Jacobian matrix (evaluated at the critical points found).
For what concerns the bifurcations, I might have done some work, but I'm not sure about.
If $3 \mu > 0$ hence $\mu > 0$ then I have a tangent bifurcation (two critical points). For the max:
$$\frac{d}{dx}(3\mu x - x^3) = 3\mu - x^2 \rightarrow x = \pm\sqrt{3\mu}$$
Hence $x_{max} = \sqrt{3\mu}$ and we have
$$3\mu x_{max} - x_{max}^3 = 3\mu\sqrt{3\mu} - 9\mu^2\sqrt{3\mu} = 3\mu\sqrt{3\mu}(1 - 3\mu)$$
Let's call this $H(\mu)$
Tangent bifurcation for $2 = \pm H(\mu)$. If we call $\mu\sqrt{3\mu} = t$ then
$$2 = t - t^2$$
Yet this has no solution in $\mathbb{R}$.
Can you please help me in solving this problem?