We will look at three ways to multiply the vectors. First, we will look at the scalar multiplication of vectors. Then, we will look at multiplying two vectors. We will learn two different ways to multiply vectors, using the scalar product and the cross product.
How to Multiply Vectors by a Scalar
When you multiply a vector by a scalar, each component of the vector gets multiplied by the scalar.
Suppose we have a vector , that is to be multiplied by the scalar . Then, the product between the vector and the scalar is written as . If , then the multiplication would increase the length of by a factor . If , then, in addition to increasing the magnitude of by a factor , the direction of the vector would also be reversed.
With regards to vector components, each component gets multiplied by the scalar. For instance, if a vector , then .
Example
The momentum vector of an object is given by , where is the mass of the object and is the velocity vector. For an object with a mass of 2 kg having a velocity of m s-1, find the momentum vector.
The momentum is kg m s-1.
How to Find the Scalar Product of Two Vectors
The scalar product (also known as the dot product) between two vectors and is written as . This is defined as,
where is the angle between the two vectors if they are placed tail-to-tail as shown below:
The scalar product between two vectors yields a scalar quantity. Geometrically, this quantity is equal to the product of the magnitude of one vector’s projection on the other and the magnitude of the “other” vector:
Using the components of vectors along the Cartesian plane, we could obtain the scalar product as follows. If the vector and , then the scalar product
Example
Vector and . Find .
Example
The work done by a force , when it causes a displacement for an object is given by, . Suppose a force of N causes a body to move, whose displacement under the force is is m. Find the work done by the force.
J.
Example
Find the angle between the two vectors and .
From the definition of the scalar product, . Here, we have and .
Then,
.
If two vectors are perpendicular to each other, then the angle between them is 90o. In this case, and so the scalar product becomes 0. In particular, for unit vectors in the Cartesian coordinate system, we note that,
For parallel vectors, the angle between them is 0o. In this case, and the scalar product simply becomes the products of the magnitudes of the vectors. In particular,
The scalar product is commutative. i.e. .
The scalar product is also distributive. i.e. .
How to Find the Cross Product of Two Vectors
The cross product (also known as the vector product) between two vectors and is written as . This is defined as,
The vector product or the cross product, unlike the scalar product, gives a vector as the answer. The above formula gives the magnitude of the vector. To get the direction of this vector, imagine turning a screwdriver from the direction of the first vector towards the direction of the second vector. The direction that the screwdriver “goes in” is the direction of the vector product.
For instance, in the above diagram, the vector product is will point into the page, whereas will point out of the page.
Clearly, then, vector product is not commutative. Rather, .
The vector product between two parallel vectors is 0. This is because the angle between them is 00, making the .
With regards to unit vectors, we then have
Also, we have
With regards to components, the vector product is given by,
$latex \vec{a}\times\vec{b}=\left|\begin{array}{ccc}
\hat{i} & \hat{j} & \hat{k}\\
a_{x} & a_{y} & a_{z}\\
b_{x} & b_{y} & b_{z}
\end{array}\right|&s=1$
Example
Find the cross product between vectors and .
.