7. Vectors
Sign In
Review vector operations. Begin by substituting the vectors in the given expression.
⟨ 4, - 4 ⟩
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 ⟩ |
⟨ a,b⟩+⟨ c,d⟩=⟨ a+c,b+d⟩
Add terms
⟨ a,b⟩+⟨ c,d⟩=⟨ a+c,b+d⟩
a+(- b)=a-b
Add and subtract terms