Beyond simple addition and subtraction, there are two important ways to multiply vectors. One method results in a scalar, while the other results in a new vector. These operations are fundamental in physics for defining quantities like work, power, torque, and angular momentum.
Multiplication of a Vector by a Scalar
Definition:
When a vector is multiplied by a scalar (a real number), the result is a vector whose magnitude is scaled by that scalar, and direction is preserved or reversed based on the sign of the scalar.
Mathematical Representation:
If A is a vector and k is a scalar, then:
B=kA
Unit vector scaling:
A=∣A∣⋅A^ where A^ is the unit vector in the direction of A.
The Scalar Product (Dot Product)
The scalar product of two vectors A and B, written as A⋅B, is a scalar quantity. It is defined as:
A⋅B=ABcos(θ)
where A and B are the magnitudes of the vectors and θ is the angle between them. The dot product can be interpreted as the product of the magnitude of one vector with the magnitude of the component of the other vector in its direction.
Properties of the Dot Product:
It is commutative: A⋅B=B⋅A.
It is distributive: A⋅(B+C)=A⋅B+A⋅C.
For perpendicular vectors, θ=90∘, so A⋅B=0.
In terms of components: A⋅B=(Axi^+Ayj^+Azk^)⋅(Bxi^+Byj^+Bzk^)=AxBx+AyBy+AzBz.
Application: Work done by a constant force is W=F⋅d.
Cross Product (Vector Product) of Vectors
Definition:
The cross product of two vectors A and B is a vector given by:
A×B=ABsinθn^
where θ is the angle between the vectors and n^ is a unit vector perpendicular to the plane containing A and B (using right-hand rule).
Direction:
Given by Right Hand Rule: Curl your fingers from A to B, the thumb points in direction of A×B.
Properties:
A×B=−B×A (Anti-commutative)
A×A=0
i×j=k, j×k=i, k×i=j
Algebraic Expression:
If A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^:
A×B=i^AxBxj^AyByk^AzBz
Example 1:
Question: Let A=2i^+3j^. Find the result of −2A.
Solution:−2A=−2(2i^+3j^)=−4i^−6j^
This vector has magnitude (−4)2+(−6)2=52 and is in opposite direction to A.
Example 2 :
Question: Find the dot product of A=2i^+3j^ and B=−i^+4j^.
Solution:A⋅B=(2)(−1)+(3)(4)=−2+12=10
Example 3 :
Find the angle between force F=(3i^+4j^−5k^) unit and displacement d=(5i^+4j^+3k^) unit. Also, find the projection of F on d.
Solution:
Find the dot product:F⋅d=(3)(5)+(4)(4)+(−5)(3)=15+16−15=16units
Find the magnitudes:∣F∣=32+42+(−5)2=9+16+25=50=52∣d∣=52+42+32=25+16+9=50=52
Find the angle:cos(θ)=∣F∣∣d∣F⋅d=(52)(52)16=5016=0.32θ=cos−1(0.32)≈71.3∘
Find the projection of F on d:
This is given by Fcos(θ)=∣d∣F⋅d=5216≈2.26units.
Example 1:
Question: Find the cross product of A=2i^+3j^ and B=i^+4j^.
Solution:
Use determinant method:
A×B=i^21j^34k^00=(0)i^−(0)j^+(8−3)k^=5k^
Example 2:
Find the torque about the origin when a force of 33j^N acts on a particle whose position vector is 2k^m.
Solution:
Torque is given by τ=r×F.
τ=(2k^)×(33j^)τ=(2)(33)(k^×j^)
Using the cyclic property of unit vectors, we know that j^×k^=i^, so k^×j^=−i^.
τ=63(−i^)=−63i^N⋅m
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.