Quin és el producte creuat de [3, -1,2] i [5,1, -3]?

Quin és el producte creuat de [3, -1,2] i [5,1, -3]?
Anonim

Resposta:

#1,19,8#

Explicació:

Ho sabem #vecA xx vecB = || vecA || * || vecB || * sin (theta) hatn #, on? # hatn # és un vector unitari donat per la regla de la mà dreta.

Així per als vectors de la unitat # hati #, # hatj # i # hatk # en direcció a # x #, # y # i # z # respectivament, podem arribar als resultats següents.

#color (blanc) ((color (negre) {hati xx hati = vec0}, color (negre) {qquad hati xx hatj = hatk}, color (negre) {qquad hati xx hatk = -hatj}), (color (negre) {hatj xx hati = -hatk}, color (negre) {qquad hatj xx hatj = vec0}, color (negre) {qquad hatj xx hatk = hati}), (color (negre) {hatk xx hati = hatj}, color (negre) {qquad hatk xx hatj = -hati}, color (negre) {qquad hatk xx hatk = vec0})) #

Una altra cosa que haureu de saber és que el producte creuat és distributiu, el que significa

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

Necessitarem tots aquests resultats per a aquesta pregunta.

# 3, -1,2 xx 5,1, -3 #

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

# = color (blanc) ((color (negre) {qquad 3hati xx 5hati + 3hati xx hatj + 3hati xx (-3hatk)}), (color (negre) {- hatj xx 5hati - hatj xx hatj - hatj xx (- 3hatk)}), (color (negre) {+ 2hatk xx 5hati + 2hatk xx hatj + 2hatk xx (-3hatk)})) #

# = color (blanc) ((color (negre) {15 (vec0) + 3hatk + 9hatj}), (color (negre) {+ 5hatk qquad - vec0 quad + 3hati}), (color (negre) {quad + 10hatj quad - 2hati - 6 (vec0)}))

# = hati + 19hatj + 8hatk #

#= 1,19,8#