Vectors can be manipulated mathematically in various ways to describe physical quantities and their interactions. Common operations include:
Scalar multiplication involves multiplying a vector by a scalar (a real number). This operation changes the magnitude of the vector while maintaining its direction, unless the scalar is negative, in which case the direction is reversed.
Doubles the vector's magnitude
Reverses the vector's direction.
Reduces the vector's magnitude to half (like multiplying by 1/2).
Vector addition combines two or more vectors to produce a resultant vector.
Looking closely, it is possible to see that this is equivalent to adding the second vector in the negative direction. Using the tip-to-tail method, A + (-B) will produce the same result so A - B = A + (-B).
Adjust the vector components and see the resultant vector directly on the graph.