Prove that the origin is not asymptotically stable for this system:
$$x'_1=f_1(x_1+x_2) \\ x'_2=f_2(x_1+x_2)$$
where $f$ is both continuous and derivable and $f_1(0)=0$, $f_2(0)=0$.
The second conditions to me only means that the origin is an equilibrium point, right?
Here’s what I thought: we can use the Lyapunov function $V(x_1,x_2)$, and then: $$\Delta V·f(x_1,x_2) = \frac{\delta V}{\delta x_1}·f_1(x_1+x_2)+\frac{\delta V}{\delta x_2}·f_2(x_1+x_2).$$
If we put $x_1=-x_2$ the value of $\Delta V·f(x_1,x_2)$ will be zero near an interval of zero $I_0\setminus \{0\}$, which means that the second Lyapunov theorem hypothesis are not satisfied. Do I have to check something else? Does that make sense?