What is the cross product of #(- 4 i - 5 j + 2)# and #(i + j -7k)#?

1 Answer
Nov 26, 2016

The cross product is #(33i-26j+k)# or #<33,-26,1>#.

Explanation:

Given vector #u# and #v#, the cross product of these two vectors, #u# x #v# is given by:

enter image source here

Where, by the Rule of Sarrus,

enter image source here

This process looks rather complicated but in reality isn't so bad once you get the hang of it.

The vectors #(-4i-5j+2k)# and #(i+j-7k)# can be written as #<-4,-5,2># and #<1,1,-7>#, respectively.

This gives a matrix in the form of:

enter image source here

To find the cross product, first imagine covering up the #i# column (or actually do so if possible), and take the cross product of the #j# and #k# columns, similar to as you would using cross multiplication with proportions. In the clockwise direction, multiply the first number by its diagonal, then subtract from that product the product of the second number and its diagonal. This is your new #i# component.

#(-5*-7)-(1*2)=35-2=33#
#=>33i#

Now imagine covering up the #j# column. Similarly to above, you take the cross product of the #i# and #k# columns. However, this time, whatever your answer is, you will multiply it by #-1#.

#-1[(-4*-7)-(2*1)]=-26#
#=>-26j#

Finally, imagine covering up the #k# column. Now, take the cross product of the #i# and #j# columns.

#(-4*1)-(-5*1)=1#
#=>k#

Thus, the cross product is #(33i-26j+k)# or #<33,-26,1>#.