Vector arithmetic is the art of manipulating vectors through various operations such as addition, subtraction, and scalar multiplication. It forms the backbone of many vector operations in mathematics and physics.
- Addition: To add vectors \( \vec{a} = \langle a_1, a_2 \rangle \) and \( \vec{b} = \langle b_1, b_2 \rangle \), simply add their corresponding components: \( \langle a_1 + b_1, a_2 + b_2 \rangle \).
- Subtraction: Similarly, vector subtraction involves subtracting the components: \( \langle a_1 - b_1, a_2 - b_2 \rangle \).
- Scalar Multiplication: To multiply a vector by a scalar \(c\), multiply each component by \(c\): \( \langle c \, a_1, c \, a_2 \rangle \).
Understanding vector arithmetic allows for the manipulation and analysis of vector quantities, providing insights into geometric and physical relationships.