I need to find the time-optimal control to the origin for the system: $$\dot x_1=3x_1+x_2$$ $$\dot x_2=4x_1+3x_2+u$$ where $|u|\le1$. I have used Pontryagin's Minimum Principle and linear algebra to find the family of curves solution to be: $$ \begin{pmatrix} x_1 \\ x_2 \\ \end{pmatrix} =A\begin{pmatrix} -1 \\ 2 \\ \end{pmatrix}e^t+B\begin{pmatrix} 1 \\ 2 \\ \end{pmatrix}e^{5t}\pm\begin{pmatrix} \frac{1}{5} \\ \frac{-3}{5} \\ \end{pmatrix}$$
Since the two distinct real eigenvalues are both positive, I know $\pm\begin{pmatrix} \frac{1}{5} \\ \frac{-3}{5} \\ \end{pmatrix}$ are unstable nodes. Also, the parabolas in the phase portrait will hug the $\begin{pmatrix} 1 \\ 2 \\ \end{pmatrix}$ vector, and we can switch from a $u=1$ to $u=-1$ solution at most once. I have drawn a phase portrait here (not 100% sure it is correct), with the unique switching curve intersecting the origin in red (POQ). I'm not sure how to describe the controllable region, and it seems if you're to the right of the $u=1$ fixed point or to the left of the $u=-1$ fixed point, you'd be in an uncontrollable region that can never reach the origin. So I suspect the only controllable region is the rectangular one created by the eigenvectors (dotted lines in my diagram). Can anyone further elaborate? Thanks
