Consider the homogeneous Van der Pol equation, $\ddot{x} + \mu (x^2-1)\dot{x} + x = 0$, with $\mu>0$. We convert it into a dynamical system, $$\dot{\bf x} = (y, -(x+\mu(x^2-1)y), \ \mathbf{x} \equiv (x,y), \ \text{where} \ y = \dot{x}.$$ It is given that there exists $\epsilon > 0$ such that for any $||\bf x(0) - a||$, there exists a positive $M$ such that $||\mathbf{x}(t) - \mathbf{a}|| < \epsilon$ for all $t > M$.
The problem I am trying to solve is to prove that this property does not imply that the equilibrium point at the origin is not stable, according to this definition:
an equilibrium point $\bf a$, i.e $\bf \dot{x}(a) = \bf 0$, is defined to be stable if $\forall \epsilon > 0$, $\exists \delta > 0$ such that $||\bf x(0) - a|| < \delta \implies ||\bf x(t) - a|| < \epsilon$.
The following counter example is proposed,
Let $\delta > 0$, and $\mathbf{y} = (0, \delta)$. Now, $\bf \dot{x}|_{x =y} = (\delta,\mu \delta)$. We can see that the rate of change of $x$ and $y$ are both positive at this point. Let $\epsilon = \frac{1}{2}$. We choose $\mu = \frac{1}{\delta}$ to ensure the change in $y$ is large. This change will be positive so long as $$-(x + \mu (x^2 - 1)y) = (1-x^2)\mu y - x > 0.$$ Notice that for $0 \leq x \leq 0.5$, $1-x^2 \geq x \implies y \geq \delta$ since $\dot{y}_{y=\delta} = 1$. As $x \to \frac 12$, $$\dot{y} \to -(0.5 - 0.75 \mu y) = 0.75 \frac{y}{\delta} - 0.5 > 0$$. As both $x$ and $y$ are increasing until $x$ reaches $0.5$, this implies $y > \delta$ and hence there exists $t$ such that $||\bf x||$$> 0.5 = \epsilon$. Note that this holds for all $\delta < 0.5$, so no $\delta$ satisfies the definition of stability and since the definition does not hold for a particular $\epsilon$, the Van der Pol oscillator is not stable.
Is this argument valid? If not, how could it be fixed?
