A triangle has vertices \(A(3, 0, -1)\), \(B(1, 4, 2)\), and \(C(-2, 2, 5)\). It is translated by a vector \(\mathbf{v}\) that has twice the magnitude of \(\mathbf{u}=\begin{pmatrix}1\\-2\\0\end{pmatrix}\) and points in the same direction.
a) Find \(\mathbf{v}\).
b) Find the image vertices \(A'\), \(B'\), and \(C'\).
Hints
- A positive scalar multiple preserves direction.
- Doubling a vector doubles every component.
- A translation adds the same vector to every point.
Solution
1. Since \(\mathbf{v}\) points in the same direction and has twice the magnitude,
\(\mathbf{v}=2\mathbf{u}=\begin{pmatrix}2\\-4\\0\end{pmatrix}\).
2. Add \(\mathbf{v}\) to each vertex:
\(A'=(3, 0, -1)+(2, -4, 0)=(5, -4, -1)\),
\(B'=(1, 4, 2)+(2, -4, 0)=(3, 0, 2)\), and
\(C'=(-2, 2, 5)+(2, -4, 0)=(0, -2, 5)\).
Answer
a) \(\mathbf{v}=\begin{pmatrix}2\\-4\\0\end{pmatrix}\)
b) \(A'=(5, -4, -1)\), \(B'=(3, 0, 2)\), \(C'=(0, -2, 5)\)