Position vector and displacement vector

Position vector and displacement vector#

As noted, vectors are defined solely by their magnitude and direction. Therefore, the beginning point (the tail) of a vector can be anywhere and it’ still the same vector. When the tail is located in the Origin, the vector is called a position vector.

Definition

A coordinate point \(A=(x, y)\) in a plane corresponds to a position vector \(\overline{OA}=(x, y)\), which has its tail in the Origin and the head in coordinate point A. In 3D space, the (x, y, z)-coordinate system, a coordinate point \(B=(x, y, z)\) corresponds to a position vector \(\overline{OB}=(x, y, z)\).

The magnitude of the position vector \(|\overline{OA}|\) corresponds to the distance from Origin to point A.

Displacement vector expressed by position vectors#

Let’s examine the vector \(\overline{AB}\) in the previous example (Click to show) Vector from point \(A\) to point \(B\) can be written as the sum of vectors \(\overline{AO}\) and \(\overline{OB}\).

\[\begin{split}\begin{align}\overline{AB}&=\overline{AO}+\overline{OB} \\ \\ &=-\overline{OA}+\overline{OB} \\ \\ &=\overline{OB}-\overline{OA}\end{align}\end{split}\]

Definition

A displacement vector \(\overline{AB}\) is the shortest distance between coordinate points A and B and is formulated by substracting the position vector of its tail from the position vector of its head.

As in the figure in EXAMPLE 1., the displacement vector \(\overline{AB}\) can be formed as

\(\begin{align}\overline{AB}&=\overline{OB}-\overline{OA} \\ \\ &=(1, 3)-(-2, 0)=(3, 3)\end{align}\)