Posts tagged sum of vectors
Finding the sum of two vectors

When we want to find the combination of two vectors, we take just match up the initial point of the second vector with the terminal point of the first vector, and then we draw a new third vector from the initial point of the first to the terminal point of the second.

Read More