Hi I have following problem, i have a flow vector field given by:
$$ \begin{pmatrix} \dot{x} \\ \dot{y} \end{pmatrix} = \begin{pmatrix}y^3 - 4x \\ y^3 - y - 3x \end{pmatrix} $$
and I have to answer the question: Show that $|x(t) - y(t)| \rightarrow 0$ as $t\rightarrow \infty$.
My initial idea is to try to solve the DGL but to be frank I have no idea how.
$$x'=y^{3}-4x$$ $$y'=y^{3}-y-3x$$ Subtract the second from the first $$(x-y)'=-(x-y)$$ Thus $$(x-y)=Ce^{-t}$$ Thus $$\lim_{t\rightarrow\infty}|x-y|=\lim_{t\rightarrow\infty}|C|e^{-t}={0}$$