Adding vectors is like walking one route then another - add up the "across" parts and the "up" parts separately to get where you end up overall.
Example: a = (3,2), b = (1,5).
a + b = (4,7). a - b = (2,-3).
2a means "do vector a's journey twice": 2 × (3,2) = (6,4).
How was the lesson? Discuss Lesson
Given a = (4,-1) and b = (2,3), find a + b.Find a - b.Find 3a.Find 2a + b.
View Exercise Submit Exercise