Vector subtraction is a fundamental operation where one vector is subtracted from another, resulting in a third vector. This operation is helpful in finding the difference between two vectors or indicating a change from one state to another.
In the exercise, the subtraction operation is shown in how \( \mathbf{u} \) was subtracted from \( \mathbf{v} \):
- Given two vectors \( \mathbf{v} = \langle -4, 1 \rangle \) and \( \mathbf{u} = \langle 2, -3 \rangle \), the subtraction results in \( \mathbf{v} - \mathbf{u} = \langle -4 - 2, 1 + 3 \rangle = \langle -6, 4 \rangle \).
To subtract vectors successfully:
- Subtract the corresponding components. The first component of \( \mathbf{u} \) is subtracted from the first component of \( \mathbf{v} \), and so on.
Understanding vector subtraction is crucial in navigation, engineering, and physics to solve problems related to displacement, velocity changes, and forces among many other applications.