Adding vectors
To add vectors, sum each component separately: (a₁+b₁, a₂+b₂, a₃+b₃). This works for any number of vectors.
The resultant vector represents the combined effect of all input vectors. Its magnitude is found using the standard distance formula.
R = v₁ + v₂ + ... + vₙ
Component-wise vector addition.