Vector subtraction is a fundamental concept in vector algebra that helps us determine the difference between two vectors by subtracting their corresponding components.
It's similar to subtracting numbers, but here we deal with pairs of numbers called components.
- Each vector is represented as an ordered pair or triplet, depending on the dimensions.
- To subtract vectors, subtract the corresponding components.
Given vectors \(\mathbf{u} = \langle 3, -4 \rangle\) and \(\mathbf{v} = \langle 1, 1 \rangle\), subtracting \(\mathbf{v}\) from \(\mathbf{u}\) means:
\[\mathbf{u} - \mathbf{v} = \langle 3 - 1, -4 - 1 \rangle = \langle 2, -5 \rangle\]
Now, for \(\mathbf{w} = \langle -1, 0 \rangle\) and subtracting \(\mathbf{u}\), the subtraction \( \mathbf{w} - \mathbf{u} \) is:
\[\mathbf{w} - \mathbf{u} = \langle -1 - 3, 0 - (-4) \rangle = \langle -4, 4 \rangle\] This calculation forms the basis for further analysis, such as finding magnitudes or distances between points.