Skip to content
Surf Wiki
Save to docs
general/navigation

From Surf Wiki (app.surf) — the open knowledge base

State vector (navigation)


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. Mathematically, in order to describe positions in a N-dimensional space ( \mathbb{R}^N ) then a state vector \textbf{x} belongs to \mathbb{R}^{2N}:

\mathbf{x}(t) = \begin{bmatrix} x_1(t)\ x_2 (t)\ x_3(t) \ v_1(t) \ v_2 (t) \ v_3 (t) \end{bmatrix}

or simply

\mathbf{x}(t) = \begin{bmatrix} \mathbf{r}(t) \ \mathbf{v}(t)\end{bmatrix}

where \mathbf{r} = \begin{bmatrix} x_1 & x_2 & x_3 \end{bmatrix}^\mathsf{T} is the position vector and \mathbf{v} = \dot{\mathbf{r}} = \begin{bmatrix} v_1 & v_2 & v_3 \end{bmatrix}^\mathsf{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).

Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about State vector (navigation) — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report