Vector addition involves combining two or more vectors to form a new vector. The process is simple: add the corresponding components of each vector.
For vectors \(\mathbf{a} = \langle a_1, a_2, a_3 \rangle\) and \(\mathbf{b} = \langle b_1, b_2, b_3 \rangle\), their sum \(\mathbf{a} + \mathbf{b} = \langle a_1 + b_1, a_2 + b_2, a_3 + b_3 \rangle\).
It's like putting two vectors head-to-tail and drawing a vector from the tail of the first to the head of the last.
This concept was used in the given problem, where the orthogonal vector \(\mathbf{w} = \langle -1, 1, 0 \rangle\) and the projection \(2 \langle 1, 1, 1 \rangle\) are added to get \(\mathbf{u'} = \langle 1, 3, 2 \rangle\).
- Vector addition is commutative: \(\mathbf{a} + \mathbf{b} = \mathbf{b} + \mathbf{a}\).
- It is also associative: \((\mathbf{a} + \mathbf{b}) + \mathbf{c} = \mathbf{a} + (\mathbf{b} + \mathbf{c})\).
- Useful in physics for combining forces or velocities.