State vector (navigation)

From The Right Wiki
Jump to navigationJump to search

In navigation, a state vector is a set of data describing exactly where an object is located in space, and how it is moving.

Mathematical representation

A state vector typically will contain seven elements: three position coordinates, three velocity terms, and the time at which these values were valid.[citation needed] Mathematically, in order to describe positions in a N-dimensional space (N) then a state vector x belongs to 2N: x(t)=[x1(t)x2(t)x3(t)v1(t)v2(t)v3(t)] or simply x(t)=[r(t)v(t)] where r=[x1x2x3]T is the position vector and v=r˙=[v1v2v3]T is the velocity vector. 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).

See also