Suppose I have the linear system $\dot{x}=Ax$, with $A=\left[ \begin{array}{cc} -1 & 0 \\ 0 & 2\\ \end{array}\right]$. I know that the phase portrait of the linear system has a saddle in $(0,0)$, so how am I supposed to know where a particle will flow given an initial point in a small neighborhood $N_\epsilon (x_0)$ of radius $\epsilon=0.3$, given $x_0=(-3,0)$?
I know that if $x_0$ has it's second component $x_2>0$, given $x=(x_1,x_2)$, it the particle will flow upwards towards $(0,+\infty)$, and if $x_2<0$ it will go downwards to $(0,-\infty)$, but given the saddle in $(0,0)$, should the particle just stop at $(0,0)$, or bifucate itself to go to $(0,\pm\infty)$? I am quite confused to see what is the mathematical and physical explanation ...
Here is phase portrait showing the phase lines for multiple points (blue trajectories), the initial point $(-3,0)$ in green and $N_\epsilon (x_0)$ of radius $\epsilon=0.3$ in red.
Some observations:
$$x(t) = -3e^{-t}, y(t) = 0$$
What happens if you do a parametric plot of that?