Given the following ODE in polar coordinates
$$ \dot{r} = r^2 sin^2(\frac{1}{r}) $$ $$ \dot{\theta} = 1 $$
Show that the origin is Lyapunov Stable
Prove that doesn't exist a Lyapunov function associated with (0,0)
I found a similar question with no answer here: Prove that doesn't exist a Lyapunov function
I can prove the first part, but no clue about the second. I tried looking to the limit sets of the origin, and checking what would happen there with the Lyapunov function, if it existed... but nothing came out of it. Can someone help me?
I'm using the following definition of a Lyapunov function: Given an ODE $\dot{x} =f(x)$ and an equilibrium point $x_0$ (ie, $f(x_0)=0)$, we say that $V:\mathbb{R}^n \rightarrow \mathbb{R}$ is a Lyapunov function if $V(x_0)=0$, $V(x)>0$ if $x \neq x_0$ and $ \langle∇V(x),f(x)\rangle \leq 0$ for all x.