2-Vector Addition Explained
Adding two vectors involves finding a new vector that represents the sum of the two. Given vectors A and B, the addition A + B is performed as follows:
- Vector A: ⟨Ax, Ay⟩
- Vector B: ⟨Bx, By⟩
- Add the X-components: Ax + Bx = Resultx
- Add the Y-components: Ay + By = Resulty
The resultant vector after addition will be: ⟨Resultx, Resulty⟩.