Use this interactive tool to visualize how to find the sum of a sequence of vectors.
Enter a sequence of 2D vectors in the format:
[x1, y1]
[x2, y2]
…
The sum can be found by concatenating vectors such that the tail of each vector is at the head of the previous vector. The sum of the vectors has its head at the head of the last of these concatenated vectors, and its tail at the origin. The sum is shown as an orange, dashed vector.
See below the plot for things to try.
Things to try: