7. Vectors
Sign In
Review vector operations. Begin by substituting the vectors in the given expression.
⟨ 16, 2 ⟩
Before we begin, let's review vector operations.
Vector Addition | ⟨ a,b ⟩ + ⟨ c,d ⟩ = ⟨ a+c,b+d ⟩ |
---|---|
Vector Subtraction | ⟨ a,b ⟩ - ⟨ c,d ⟩ = ⟨ a-c,b-d ⟩ |
Vector Multiplication | k ⟨ a,b ⟩ = ⟨ ka,kb ⟩ |
Distribute the scalar
a(- b)=- a * b
⟨ a,b ⟩ -⟨ c,d⟩ =⟨ a-c,b-d⟩
a-(- b)=a+b
Add terms
⟨ a,b⟩+⟨ c,d⟩=⟨ a+c,b+d⟩
Add terms