Explanation
Vectors are added by adding components.
Addition:
⟨a, b⟩ + ⟨c, d⟩ = ⟨a + c, b + d⟩
Subtraction:
⟨a, b⟩ − ⟨c, d⟩ = ⟨a − c, b − d⟩
Geometrically:
-
Tip-to-tail method
-
Resultant vector connects start to end
Quiz
-
Add ⟨2, 3⟩ + ⟨−1, 4⟩.
-
Subtract ⟨5, 2⟩ − ⟨3, 7⟩.
-
Do you add x-components together?
-
Do you add y-components together?
-
What is the result called?
Answer Key
-
⟨1, 7⟩
-
⟨2, −5⟩
-
Yes
-
Yes
-
Resultant vector