In navigation, a state vector is a set of data describing exactly where an object is located in space, and how it is moving.
A state vector typically will contain seven elements: three position coordinates, three velocity terms, and the time at which these values were valid. Mathematically, in order to describe positions in a N-dimensional space (
RN
bf{x}
R2N
or simply
where
r=\begin{bmatrix}x1&x2&x3\end{bmatrix}T
v=
r |
=\begin{bmatrix}v1&v2&v3\end{bmatrix}T
Since there is freedom to choose coordinate systems for position, a state vector may also be expressed in a variety of coordinate systems (e.g. the North east down coordinate system).