0:00 / 0:00

Cross Product

The cross product of 2 vectors is a VECTOR!

Wize Tip
The cross product is perpendicular to both Vectors. So, it could be used to find a vector perpendicular to two other vectors.


There are different ways we can find the cross product of two vectors:

  • If we know the components of two vectors, we can put them in the following template:
a×b=(a2b3a3b2,a3b1a1b3,a1b2a2b1)\vec a\times\vec b= (a_2b_3 - a_3b_2, a_3b_1-a_1b_3, a_1b_2-a_2b_1)

  • Alternatively, we can use the following determinant to memorize above template and calculate the cross product:
a×b=ıȷka1a2a3b1b2b3=ı(a2b3a3b2)ȷ(a1b3a3b1)+k(a1b2a2b1)\vec a\times\vec b=\begin{array}{|ccc|} \vec{\imath} &\vec{\jmath}&\vec k\\ a_1 & a_2 & a_3\\ b_1 & b_2 & b_3 \end{array}=\vec{\imath}(a_2b_3-a_3b_2)-\vec{\jmath}(a_1b_3-a_3b_1)+\vec k(a_1b_2-a_2b_1)
  • Note that both templates produce the same vector with three components.
  • Alternatively you can remember the result of cross product of unit vectors and find the cross product of a vector by finding the cross product of their components along different unit vectors directly (It usually takes much longer time than using above templates!)


PAGE BREAK

  • Sometimes we are only interested to find the magnitude of the resultant vector of a cross product. Then we can use the following formula:
a×b=absinθ\boxed{|\vec a\times\vec b|=|\vec a||\vec b|\sin\theta}
where θ\theta is the angle between vectors a\vec a and b\vec b

  • Consequently, vectors a\vec a and b\vec b are parallel if:
a×b=0\vec a\times\vec b=\vec0

Watch Out!
The order of vectors in a cross product is very important because : a×b=b×a\vec a\times\vec b = -\vec b\times\vec a



0:00 / 0:00

Right Hand Rule


We can find the direction of the cross product result using right hand rule. This is a very useful rule specially for magnetism and torques.


Watch Out!
There are different versions of this rule. The one described in the picture below is using fingers of the right hand to find the direction of the cross product of two vectors shown by blue and red colors. Be careful about the order of vectors and the finger used for each vector!



Alternatively, to find the direction of a×b\vec{a}\times \vec{b}, one can put the fingers of the right hand along the first vector a\vec{a}and bend fingers toward the second vector direction b\vec{b}. Then, the thumb should point along a×b\vec{a}\times \vec{b}



For vectors pointing in or out of the page, we use a cross symbol (\otimes) for "into the page" and a dot symbol (\odot) to indicate direction "out of the page", respectively.

0:00 / 0:00

Example: Cross Product of Two Vectors


If A=2ı^+3ȷ^\vec A=-2\hat{\imath}+3\hat{\jmath} and B=2ı^+2ȷ^\vec B=-2\hat{\imath}+2\hat{\jmath} and C=4ı^+1ȷ^\vec C=-4\hat{\imath}+1\hat{\jmath} , find the cross product of A and B-C?

Solution

cross-product
{A=2ı^+3ȷ^B=2ı^+2ȷ^C=4ı^+1ȷ^\left\{\begin{aligned} \vec A &=-2\hat{\imath} + 3\hat{\jmath}\\ \vec B &=-2\hat{\imath} + 2\hat{\jmath}\\ \vec C &=-4\hat{\imath} + 1\hat{\jmath}\\ \end{aligned}\right.
BCR=(2ı^+2ȷ^)(4ı^+1ȷ^)R=2ı^+ȷ^A×R=(AyRzAzRy)ı^(AzRxAxRz)ȷ^+(AxRyAyRx)k^=(3(0)(0)(1))ı^+(00)ȷ^+((2)(1)(3)(2))k^=8k^\begin{aligned} \underbrace{\vec B-\vec C}_{\vec R}&= (-2\hat{\imath} + 2\hat{\jmath})-(-4\hat{\imath} + 1\hat{\jmath})\\ \vec R&=2\hat{\imath} + \hat{\jmath}\\ \vec A\times\vec R &= (A_yR_z-A_zR_y)\hat{\imath}- (A_zR_x-A_xR_z)\hat{\jmath}+ (A_xR_y-A_yR_x)\hat k\\ &= (\cancel{3(0)-(0)}(1))\hat{\imath}+ (\cancel{0-0})\hat{\jmath}+ ((-2)(1)-(3)(2))\hat k\\ &=-8\hat k\\ \end{aligned}

Practice: Orthogonal Vectors

Find a vector orthogonal to both u=[213]\vec u = \begin{bmatrix} 2\\ -1\\ 3 \end{bmatrix} and v=[011]\vec{v} = \begin{bmatrix} 0\\ -1\\ -1\\ \end{bmatrix}.

For extra practice, check your answer!

If A is (1,2,3)\left(1,2,3\right) and B is (2,4,3)\left(2,4,-3\right). Find the cross product of A × BA\ \times\ B.