What is the cross product of #<8, 4 ,-2 ># and #<-1, 3 ,2 >#?

1 Answer
Jan 8, 2016

#<14, -14, 28>#

Explanation:

Cross multiplication of 2 vectors #(a, b, c)# & #(d, e, f)# is given by:

#((i, j ,k),(a, b ,c),(d, e, f))#

where #(i, j ,k)# is the unit vector in the resulting vector direction i.e. perpendicular to the plane of the two vectors being cross multiplied
So, you solve the matrix by cross multiplication and get the coefficients of #(i, j ,k)# as

#i(bf-ce) -j(af-cd) +k(ae-bd)#

this is the resulting vector of the cross multiplication of 2 vectors #(a, b, c)# & #(d, e,f)#

In our case, the vectors are #(8, 4, -2)# & #(-1, 3, 2)#
So,

#((i, j, k),(8, 4, -2),(-1, 3, 2))#

#i[4(2)-3(-2)] -j[8(2)-(-1)(-2)] +k[8(3)-(-1)(4)]#

#i(8+6) -j(16-2) +k(24+4)#

= #14i -14j +28k# or #<14, -14, 28>#