Like with numbers, there are certain operations we can perform on vectors. One important example is that we can add vectors together. To add two vectors together, we move them so that they form a chain; the sum of the vectors is the vector from the beginning of the chain to the end of the chain. It is important, when using this method, that the lengths of the arrows be proportional to their magnitudes, or it won't work right.
It doesn't matter what order you put the arrows in when you build the chain; the result is the same.
You can extend this to any number of vectors, building a longer chain.
To subtract one vector from another, we flip the second vector before building the chain.
If the vectors build a chain that form a closed loop, then we say that they add up to the zero vector, written \(\vec 0\). For instance, \(\vec A-\vec A=\vec A+(-\vec A)=\vec 0\), as we might expect.