This is a follow up to one of my previous questions on manifolds and state space. As I read through the answer, another question popped up in me.
1)Can there be a dynamic system with state space bounded ? Such as the states evolve only in a subset of R(n) if initial conditions lie in the subset.
2)Typically when I look at state equations there is invariably a mention that the states span R(n) space. Assuming a nonlinear dynamic system for which someone could give a single analytical state equation will it typically apply for all of R(n)? What if there are state constraints to the system, should a seperate state equation be defined at boundaries?
In practice the state space is always bounded to a subset of $\mathbb{R}^n$.
1.): Just look at an object with mass $M$ (assuming it is a point mass) that is accelerated by a force $F$:
$$ \ddot{x} = \frac{1}{M}F \tag{1} $$
Assume you are interested in velocity $\dot{x}$ of that object. Define $x_1 = \dot{x} = y$ and $u = F$ so you get the transfer function
$$ Y(s) = \frac{1}{M s} U(s) $$
That is a scalar system, so if the state space would be whole $\mathbb{R}$ then $x_1$ could become larger than $c$, the speed of light. However, this is impossible as we know from physics.
Such practical limitations exist for every real system, so in practice, the state space will always be bounded. The example $(1)$ leaves out friction so in reality you would at some point be prevented to increase $x_1$ further.
2.) If you want to include state constraints to your system then you get a differential-algebraic system of equations (DAEs).