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}=\langle1,-2,0\rangle\) 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 single 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}=\langle2,-4,0\rangle\).
2. Add \(\mathbf{v}\) to each vertex: \(A'=(3, 0, -1)+\langle2,-4,0\rangle=(5, -4, -1)\), \(B'=(1, 4, 2)+\langle2,-4,0\rangle=(3, 0, 2)\), and \(C'=(-2, 2, 5)+\langle2,-4,0\rangle=(0, -2, 5)\).
Answer
a) \(\mathbf{v}=\langle2,-4,0\rangle\)
b) \(A'=(5, -4, -1)\), \(B'=(3, 0, 2)\), \(C'=(0, -2, 5)\)