Consider the ODE $$y''+y'+y^3=0$$ I need to prove that $$\lim_{x\rightarrow \infty} y(x) = 0$$
and $$\lim_{x\rightarrow \infty} y'(x) = 0.$$
Well, introducing the change of variables such as $x_1=y,x_2=y'$ I get the system of equations nonlinear in $x_1, x_2$. My question is, if I linearize this system around $(0,0)$ and analyze the behaviour of the linearized system there, would I be correct to infer that the behaviour is the same for a nonlinear (original) system? Say, for a solution to the linearized system the limits above hold true. Would they hold true for the original system as well then?