Vector addition is a process that combines two or more vectors to result in a new vector. This is performed by adding the corresponding components from each vector, effectively combining their magnitudes and directions. Think of vectors as arrows pointing in specific directions: when you add them, you're essentially joining them end-to-end to find the resultant arrow.
When vectors point in the same direction, their magnitudes add up, and the resultant vector is simply a straight addition of their lengths. However, when vectors are in different directions, the resultant vector's length is found using the parallelogram law, or by aligning them head-to-tail and creating a triangle or polygon.
- When vectors are in the same direction: \( |\mathbf{u} + \mathbf{v}| = |\mathbf{u}| + |\mathbf{v}| \)
- When vectors point in different directions, the magnitude of their sum is less than the sum of their magnitudes due to the angle between them.
The concept of vector addition is foundational in understanding how vectors interact, especially in physics and engineering where forces and velocities are involved. This ties directly into the triangle inequality concept, as it stipulates how these magnitudes relate depending on direction.