Vector Addition Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Find u+v+w\mathbf{u} + \mathbf{v} + \mathbf{w} where u=โŸจ1,โˆ’2,3โŸฉ\mathbf{u} = \langle 1, -2, 3 \rangle, v=โŸจ0,5,โˆ’1โŸฉ\mathbf{v} = \langle 0, 5, -1 \rangle, w=โŸจโˆ’3,1,2โŸฉ\mathbf{w} = \langle -3, 1, 2 \rangle.

Solution

  1. 1
    Step 1: Add xx-components: 1+0+(โˆ’3)=โˆ’21 + 0 + (-3) = -2.
  2. 2
    Step 2: Add yy-components: โˆ’2+5+1=4-2 + 5 + 1 = 4.
  3. 3
    Step 3: Add zz-components: 3+(โˆ’1)+2=43 + (-1) + 2 = 4.
  4. 4
    Result: โŸจโˆ’2,4,4โŸฉ\langle -2, 4, 4 \rangle.

Answer

โŸจโˆ’2,4,4โŸฉ\langle -2, 4, 4 \rangle
Vector addition extends naturally to 3D (and beyond) โ€” just add each component separately. The operation is both commutative (u+v=v+u\mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u}) and associative.

About Vector Addition

Vector addition combines vectors component-wise or head-to-tail to produce a resultant vector.

Learn more about Vector Addition โ†’

More Vector Addition Examples