I've got the following linear system:
$$\frac{dx}{dt}=a_{11}x+a_{12}y$$ $$\frac{dy}{dt}=a_{21}x+a_{22}y$$
The critical point $(0,0)$ is an assymptotically stable critical point of the system.
We have to demostrate that $$a_{11}+a_{22}<0$$ and $$a_{11}a_{22}-a_{12}a_{21}>0.$$
I have writted the system like this:
$$\begin{pmatrix} x' \\ y' \end{pmatrix}=\begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \\ \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix}$$
If we call $A=\begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \\ \end{pmatrix}$
$Traza(A)=a_{11}+a_{22}$
and
$Det(A)=a_{11}a_{22}-a_{12}a_{21}$
So now, I have to do something with the eigenvalues, true?
How can I follow? I'm a bit lost.
I suppose that the given system has real coefficients.
That is the trick I remember: $\dot x=a_{11}x+a_{12}y\implies\ddot x=a_{11}\dot x+a_{12}\dot y\implies\ddot x=a_{11}\dot x+a_{12}(a_{21}x+a_{22}y)\implies\\\ddot x=a_{11}\dot x+a_{12}a_{21}x+a_{22}a_{12}y\implies\ddot x=a_{11}\dot x+a_{12}a_{21}x+a_{22}(\dot x-a_{11}x)\implies\\\ddot x=(a_{11}+a_{22})\dot x+(a_{12}a_{21}-a_{11}a_{22})x$
Hence we get a $2$nd order linear differential equation $$\ddot x-(a_{11}+a_{22})\dot x+(a_{11}a_{22}-a_{12}a_{21})x=0\tag{LDE}$$ with characteristic equation $m^2-Tr(A)m+\Delta(A)=0$.
We have two cases: