In linear control theory, we consider a system of the form $$ \dot x = A\,x(t) + B\, u(t) \qquad \star $$ where $x(t)$ is the state function, $u(t)$ is the control function and $A,B$ are matrices.
We denote by $x(t,x_0,u)$ the solution at time $t$ starting from $x_0$ and associated to the control $u(t)$, and we have $$ x(t,x_0,u) = \exp(t\,A)\left(x_0+\int_0^T \exp(-s\,A)Bu(s) \; ds \right) $$ and the attainable set from $x_0$ at time $T$ is the set $$ A(x_0,T) = \cup_{u(\cdot)}\; x(t,x_0,u). $$
We can show that: $$ A(x_0,T)=\exp(At)x_0+A(0,T). $$
My question is the following.
Previously, I didn't specify the set where $u$ belongs. Typically we consider $u\in L^1([0,T],\mathbb{R}^m)$ for some $T>0$.
What if we take $u\in L^\infty([0,T],\mathbb{R}^m)$ ? $u\in L^2([0,T],\mathbb{R}^m)$ ?
What is the influence of the set where $u$ belongs ? Is that affect the attainable set ?
Take on $[0,2]$ the following function:
$f(x)=-1/(x-1)$ if x<1, $f(1)=0$ and $f(x)=1/(x-1)$ if x>1. This function is piecewise continuous but not in $L_1$.
– prolea Oct 31 '18 at 15:49So my function is defined on $[0,2]$ and $f(1)=0$ and it is piecewise continuous because there is a finite number of points of discontinuity (here one).
– prolea Oct 31 '18 at 16:45