¿Cuál es el producto cruzado de [-1,0,1] y [3, 1, -1]?

¿Cuál es el producto cruzado de [-1,0,1] y [3, 1, -1]?
Anonim

Responder:

#-1,2,-1#

Explicación:

Lo sabemos #vecA xx vecB = || vecA || * || vecB || * pecado (theta) hatn #, dónde # hatn # es un vector unitario dado por la regla de la mano derecha.

Así que para los vectores unitarios # hati #, # hatj # y # hatk # en la dirección de #X#, # y # y # z # respectivamente, podemos llegar a los siguientes resultados.

#color (blanco) ((color (negro) {hati xx hati = vec0}, color (negro) {qquad hati xx hatj = hatk}, color (negro) {qquad hati xx hatk = -hatj}), (color negro) {hatj xx hati = -hatk}, color (negro) {qquad hatj xx hatj = vec0}, color (negro) {qquad hatj xx hatk = hati}), (color (negro) {hatk xx hati = hatj}, color (negro) {qquad hatk xx hatj = -hati}, color (negro) {qquad hatk xx hatk = vec0})) #

Otra cosa que debes saber es que el producto cruzado es distributivo, lo que significa

#vecA xx (vecB + vecC) = vecA xx vecB + vecA xx vecC #.

Vamos a necesitar todos estos resultados para esta pregunta.

# - 1,0,1 xx 3,1, -1 #

# = (-hati + hatk) xx (3hati + hatj - hatk) #

# = color (blanco) ((color (negro) {- hati xx 3hati - hati xx hatj - hati xx (-hatk)}), (color (negro) {+ hatk xx 3hati + hatk xx hatj + hatk xx (- hatk)})) #

# = color (blanco) ((color (negro) {- 3 (vec0) - hatk - hatj}), (color (negro) {+ 3hatj qquad - hati - vec0})) #

# = -hati + 2hatj + -1hatk #

#= -1,2,-1#