As an engineer, when studying control theory, a linear system is often described as $\dot{x} = Ax + Bu$.
However, when reading about geometry of control spaces or on system abstraction on full-dimensional polytopes, the linear system is defined as $\dot{x} = Ax + b +Bu$, where b is a constant vector.
In the work I have read so far, the b does not play a significant role. So, I was wondering, why this b is introduced in the system definition? What is this representation motivated by?
If you read the equation as
$$\dot x-Ax=b+Bu,$$
$b$ is nothing but a constant excitation, i.e. a translation of the equilibrium point.
As you probably know, we can get rid of it with $y:=x+A^{-1}b$, giving
$$\dot y-Ay=Bu.$$