When vectors are written in components, you add them coordinate by coordinate. This means the horizontal parts are combined with horizontal parts, and the vertical parts with vertical parts.
If the vectors are ((a,b)) and ((c,d)), then [ (a,b)+(c,d)=(a+c,,b+d). ]
Make sure each component was added separately and that no components were mixed. A quick check is to verify that the final vector has the same number of components as the originals.
Focus on the components one at a time, and the problem becomes a straightforward arithmetic task.
© 2023-2026 AI MATH COACH