Consider the following system: $\text{minimize}_{u} \text{ } J = \int_0^\infty u^2 dt$
Subject to: $\dot{x} = Ax + Bu, \text{ } x(0) = x_0$
Where: $A = \begin{bmatrix} k & 1 \\ 0 & 1 \end{bmatrix}$, $B = \begin{bmatrix} 0 \\ 1 \end{bmatrix}$.
What are the conditions for $k$ such that the optimal control exists?
I can show that the Riccati-equation: $A^TP + PA - PBB^TP = 0$ has only symmetric positive-definite solutions $P$ when $k>0$.
Can an optimal control exist if $P$ is not a symmetric positive-definite solution?
Any help appreciated!