When you have two equations
$x' = 4x -3y$
$y' = 8x -6y$
The solution turns out to be
$x = c_1e^{-2t} + 3c_2$
$y = 2c_1e^{-2t} + 4c_2$
and I understand how the phase portrait is visualized.
However, what I don't understand is that whether or not type of this phase portrait is
considered to be a stable system. one of the solution seems to be approaching $0$
and other solution is a constant. However, we usually assume that determinant of a matrix
which contains these roots are not $0$ so that we can find out the critical points or
equilibrium solution of $x$ to see where the solutions are headed. Therefore, the assumption
of this is violated. Thus, I am not sure what this kind of phase portrait should be
classified as.
