The cross product (or vector product) of two vectors is denoted by the multiplication symbol "×" or the wedge symbol "∧". For example, the cross product of vectors a and b is written as a×b or a∧b, and is read as "a cross b".
Unlike the dot product, which results in a scalar, the cross product of two vectors results in a vector. The cross product of two vectors in three-dimensional space is defined as a vector that is perpendicular (orthogonal) to the plane determined by the two original vectors.
If a=(a1,a2,a3)=a1i+a2j+a3k and b=(b1,b2,b3)=b1i+b2j+b3k, their cross product is calculated using the determinant of a 3x3 matrix:
The cross product of two vectors a=a1i+a2j+a3k and b=b1i+b2j+b3k is obtained by finding the determinant of a matrix whose rows are the unit vectors i,j,k, the components of a, and the components of b, respectively:
The resulting vector is perpendicular (orthogonal) to both a and b.
The cross product can also be defined in terms of the magnitudes of the vectors, the angle between them, and a unit vector:
a×b=∣a∣∣b∣sinθn^
where θ is the angle between a and b, and n^ is a unit vector perpendicular to both a and b, whose direction is given by the right-hand rule.
Properties of the cross product
For any three non-zero vectors a, b, c, and a scalar t, the following properties hold:
Anti-commutativity:a×b=−b×a
Distributivity:a×(b+c)=a×b+a×c
Scalar multiplication:(ta)×b=t(a×b)=a×(tb)
Scalar triple product:a⋅(b×c)=(a×b)⋅c
Cross product with itself:a×a=b×b=c×c=0 (the zero vector)
Parallel vectors: If a×b=0, then a and b are parallel (or one of them is the zero vector).
Vector triple product:a×(b×c)=(a⋅c)b−(a⋅b)c
Cross products of unit vectors:
i×i=j×j=k×k=0
i×j=k,j×k=i,k×i=j
j×i=−k,k×j=−i,i×k=−j
The relationships between the cross products of the unit vectors i, j, and k can be visualized using a circle. Going clockwise gives positive results, and counterclockwise gives negative results.
A vector of magnitude 3 perpendicular to both a and b is:
3⋅9−7i−4j−4k=−37i−34j−34k
The cross product can be used to determine the angle θ between vectors a and b. Given a×b=∣a∣∣b∣sin(θ)n^, where n^ is a unit vector perpendicular to both a and b, we can find the sine of the angle:
sinθ=∣a∣∣b∣∣a×b∣
Therefore, θ=sin−1(∣a∣∣b∣∣a×b∣)
Example 1
Find the angle between the vectors a=4i−2j+5k and b=i+3j−k.
Let a, b, and c be vectors representing the sides of a triangle ABC, as shown in Figure 2.15 (Insert Figure 2.15 here). The sides of the triangle are related by the vector equation:
a+b+c=0
(or equivalently, c=−(a+b) or a=−(b+c) or b=−(a+c))
Which is equivalent to a+b=−c
Taking the cross product of both sides of a+b=−c with a:
a×(a+b)=a×(−c)
a×a+a×b=−a×c
Since a×a=0:
a×b=−a×c
a×b=c×a
Similarly, taking the cross product of a+b=−c with b:
b×(a+b)=b×(−c)
b×a+b×b=−b×c
Since b×b=0:
b×a=−b×c
b×a=c×b
Using the property that b×a=−a×b:
−a×b=c×b
a×b=−c×b
a×b=b×c
Combining the results, we have:
a×b=b×c=c×a
Taking the magnitudes:
∣a×b∣=∣b×c∣=∣c×a∣
Using the definition of the magnitude of the cross product: ∣u×v∣=∣u∣∣v∣sinθ, where θ is the angle between u and v:
∣a∣∣b∣sinC=∣b∣∣c∣sinA=∣c∣∣a∣sinB
Dividing by ∣a∣∣b∣∣c∣:
∣c∣sinC=∣a∣sinA=∣b∣sinB
Which is commonly written as:
asinA=bsinB=csinC
Where a, b, and c are the magnitudes of the vectors (side lengths of the triangle).