Example 1: Write down a position vector
Point \(P\) has coordinates \((3,-2,5)\). Write down the position vector of \(P\).
Solution
The position vector is the vector from the origin to the point.
\[
\overrightarrow{OP}=
\begin{pmatrix}
3\\
-2\\
5
\end{pmatrix}.
\]
So the position vector of \(P\) is
\[
\begin{pmatrix}
3\\
-2\\
5
\end{pmatrix}.
\]
Example 2: Find a displacement vector using position vectors
The position vectors of points \(A\) and \(B\) are
\[
\mathbf{a}=
\begin{pmatrix}
2\\
-1\\
4
\end{pmatrix},
\qquad
\mathbf{b}=
\begin{pmatrix}
7\\
3\\
-2
\end{pmatrix}.
\]
Find \(\overrightarrow{AB}\).
Solution
Use
\[
\overrightarrow{AB}=\mathbf{b}-\mathbf{a}.
\]
\[
\overrightarrow{AB}=
\begin{pmatrix}
7\\
3\\
-2
\end{pmatrix}
-
\begin{pmatrix}
2\\
-1\\
4
\end{pmatrix}
=
\begin{pmatrix}
5\\
4\\
-6
\end{pmatrix}.
\]
Therefore,
\[
\overrightarrow{AB}=
\begin{pmatrix}
5\\
4\\
-6
\end{pmatrix}.
\]
Example 3: Find the coordinates of a point from its position vector
The position vector of point \(Q\) is
\[
\overrightarrow{OQ}=
\begin{pmatrix}
-4\\
6\\
1
\end{pmatrix}.
\]
Find the coordinates of \(Q\).
Solution
The coordinates of the point are read directly from the position vector.
\[
Q(-4,6,1).
\]
The coordinates of \(Q\) are \((-4,6,1)\).
Example 4: Find the midpoint using position vectors
Points \(A\) and \(B\) have position vectors
\[
\mathbf{a}=
\begin{pmatrix}
1\\
4\\
-3
\end{pmatrix},
\qquad
\mathbf{b}=
\begin{pmatrix}
5\\
-2\\
7
\end{pmatrix}.
\]
Find the position vector of the midpoint \(M\) of \(AB\).
Solution
Use
\[
\overrightarrow{OM}=\frac{\mathbf{a}+\mathbf{b}}{2}.
\]
\[
\overrightarrow{OM}
=
\frac{1}{2}
\left(
\begin{pmatrix}
1\\
4\\
-3
\end{pmatrix}
+
\begin{pmatrix}
5\\
-2\\
7
\end{pmatrix}
\right)
=
\frac{1}{2}
\begin{pmatrix}
6\\
2\\
4
\end{pmatrix}
=
\begin{pmatrix}
3\\
1\\
2
\end{pmatrix}.
\]
The midpoint has position vector
\[
\begin{pmatrix}
3\\
1\\
2
\end{pmatrix}.
\]