7. Vectors
Sign In
Review vector operations. Begin by substituting the vectors in the given expression.
⟨ 26, 5 ⟩
Before we begin, let's review vector operations. Let ⟨ a,b ⟩ and ⟨ c,d⟩ represent vectors and k be a scalar.
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
Multiply
⟨ a,b ⟩ -⟨ c,d⟩ =⟨ a-c,b-d⟩
a-(- b)=a+b
⟨ a,b⟩+⟨ c,d⟩=⟨ a+c,b+d⟩
Add and subtract terms
Let's recall that we use the component form of a vector to describe the vector in terms of its horizontal component x and vertical component y. ⟨ x,y ⟩ In other words, the component form of a vector tells us how many units, either in vertical or horizontal directions, we should move from the initial point to end in the terminal point.