The differential equations which represent a double integrator are: :\ddot{q} = u(t) :y = q(t) where both q(t), u(t) \in \mathbb{R} Let us now represent this in state space form with the vector \textbf{x(t)} = \begin{bmatrix} q\\ \dot{q}\\ \end{bmatrix} : \dot{\textbf{x}}(t)= \frac{d\textbf{x}}{dt} = \begin{bmatrix} \dot{q}\\ \ddot{q}\\ \end{bmatrix} In this representation, it is clear that the control input \textbf{u} is the
second derivative of the output \textbf{x}. In the scalar form, the control input is the second derivative of the output q. == State space representation ==