Vector subtraction is a simple but critical skill in analytic geometry. It allows us to determine the direction and magnitude of one line segment relative to another.
When subtracting vectors to find a new vector, the coordinates of the initial point are subtracted from the coordinates of the terminal point. For example, to find vector \( \vec{AB} \), subtract the coordinates of point A from point B:
- Point A: \( (6, 3, 3) \)
- Point B: \( (3, 1, -1) \)
This yields \( \vec{AB} = B - A = (3-6, 1-3, -1-3) = (-3, -2, -4) \). Similarly, vector \( \vec{BC} \) was found by subtracting B from C, giving \( \vec{BC} = (-4, 9, -1.5) \).
Vector subtraction is often used to find the relative positions and movements of points in 3D space, laying the groundwork for calculating other properties, such as the dot product.