Example 1: Translate a point in 3D
Translate the point \(A(2,-1,4)\) by the vector
\[
\begin{pmatrix}
3\\
5\\
-2
\end{pmatrix}.
\]
Solution
Add each component of the vector to the corresponding coordinate:
\[
A'=(2+3,\,-1+5,\;4-2)=(5,4,2).
\]
The image of \(A\) is \((5,4,2)\).
Example 2: Find a displacement vector
Find the displacement vector from \(P(1,4,-2)\) to \(Q(7,-3,5)\).
Solution
Use finish minus start:
\[
\overrightarrow{PQ}=
\begin{pmatrix}
7-1\\
-3-4\\
5-(-2)
\end{pmatrix}
=
\begin{pmatrix}
6\\
-7\\
7
\end{pmatrix}.
\]
The displacement vector is
\[
\begin{pmatrix}
6\\
-7\\
7
\end{pmatrix}.
\]
Example 3: Use position vectors
The position vectors of points \(A\) and \(B\) are
\[
\mathbf{a}=
\begin{pmatrix}
2\\
-1\\
3
\end{pmatrix},
\qquad
\mathbf{b}=
\begin{pmatrix}
5\\
4\\
-2
\end{pmatrix}.
\]
Find \(\overrightarrow{AB}\).
Solution
\[
\overrightarrow{AB}=\mathbf{b}-\mathbf{a}
=
\begin{pmatrix}
5\\
4\\
-2
\end{pmatrix}
-
\begin{pmatrix}
2\\
-1\\
3
\end{pmatrix}
=
\begin{pmatrix}
3\\
5\\
-5
\end{pmatrix}.
\]
So,
\[
\overrightarrow{AB}=
\begin{pmatrix}
3\\
5\\
-5
\end{pmatrix}.
\]
Example 4: Find an unknown point
The point \(A(3,2,-1)\) is translated by the vector
\[
\begin{pmatrix}
-4\\
6\\
3
\end{pmatrix}
\]
to the point \(B\). Find the coordinates of \(B\).
Solution
\[
B=(3-4,\;2+6,\;-1+3)=(-1,8,2).
\]
The coordinates of \(B\) are \((-1,8,2)\).