Finding the cross product of two vectors
Building the formula for the cross product of two vectors
To take the cross product of two vectors
Hi! I'm krista.
I create online courses to help you rock your math class. Read more.
we’ll create a matrix in the form
As always, we’ll use the sign matrix
to determine the signs for our top row. We’ll expand the matrix to
and then take the coefficients on , and to form the cross product vector , where
If you can remember the formula for
then you can skip the matrices and go straight to this step. If not, just use the matrix approach.
How to find the cross product of two vectors
Take the course
Want to learn more about Calculus 3? I have a step-by-step course for that. :)
Using the 3x3 matrix to find the cross product of two vectors
Example
Find the cross product of the vectors.
For the sake of this example, we’ll assume we can’t remember the formula for
and use the matrix.
If you can remember the formula,
then you can skip the matrices and go straight to this step. If not, just use the matrix approach.
Plugging the values from the given vectors into our matrix, we get
???\overrightarrow{a}\times\overrightarrow{b}=\begin{vmatrix}\bold i & \bold j & \bold k \\ 2 & -4& 1 \\ -2& 5 & 7\end{vmatrix}???
???\overrightarrow{a}\times\overrightarrow{b}=\bold i\begin{vmatrix}-4 & 1 \\ 5 & 7\end{vmatrix}-\bold j\begin{vmatrix}2 & 1 \\ -2 & 7\end{vmatrix}+\bold k\begin{vmatrix}2 & -4 \\ -2 & 5\end{vmatrix}???
???\overrightarrow{a}\times\overrightarrow{b}=\bold i\left[(-4)(7)-(1)(5)\right]-\bold j\left[(2)(7)-(1)(-2)\right]+\bold k\left[(2)(5)-(-4)(-2)\right]???
???\overrightarrow{a}\times\overrightarrow{b}=\bold i(-28-5)-\bold j(14+2)+\bold k(10-8)???
???\overrightarrow{a}\times\overrightarrow{b}=-33\bold i-16\bold j+2\bold k???
???\overrightarrow{a}\times\overrightarrow{b}=\langle-33,-16,2\rangle???
This is the cross product of the vectors ???a??? and ???b???.