For a dynamical system governed by the equation $$\frac{dx}{dt} = 2\sqrt{1-x^2}$$
where $|x|\leq 1$. I want to compute its stable points. The question was asked in one of the entrance exam for PG course.
My approach I am completely new to this topic dynamical system. However, going through web searches I found the following way to solve this problem. Kindly correct me if I am wrong.
Let us take $f(x) = 2\sqrt{1-x^2}$. Then its equilibrium points are given by setting $f(x) = 0$ which are $x^* = -1, 1$. Further, if $f′(x^*)<0$, the equilibrium $x(t)=x^*$ is stable, and if $f′(x^*)>0$, the equilibrium $x(t)=x^*$ is unstable.
Since in this case $f^\prime(x) = \frac{-4x}{\sqrt{1-x^2}}$, we see that $f^\prime(x^*)$ goes to infinity so the points $x^* = -1, 1$ are unstable equilibrium points.
Thanks in advance