Qual é o produto cruzado de [3, -1,2] e [5,1, -3]?

Qual é o produto cruzado de [3, -1,2] e [5,1, -3]?
Anonim

Responda:

#1,19,8#

Explicação:

Nós sabemos isso #vecA xx vecB = || vecA || * || vecB || * pecado (theta) hatn #, Onde # hatn # é um vetor unitário dado pela regra da mão direita.

Então, para os vetores unitários # hati #, # hatj # e # hatk # na direção de # x #, # y # e # z # respectivamente, podemos chegar aos seguintes resultados.

#color (branco) ((cor (preto) {hati xx hati = vec0}, cor (preto) {qquad hati xx hatj = hatk}, cor (preto) {qquad hati xx hatk = -hatj}), (cor preto) {hatj xx hati = -hatk}, cor (preto) {qquad hatj xx hatj = vec0}, cor (preto) {qquad hatj xx hatk = hati}), (cor (preto) {hatk xx hati = hatj}, cor (preto) {qquad hatk xx hatj = -hati}, cor (preto) {qquad hatk xx hatk = vec0})) #

Outra coisa que você deve saber é que o produto cruzado é distributivo, o que significa

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

Vamos precisar de todos esses resultados para essa questão.

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

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

# = cor (branco) ((cor (preto) {qquad 3hati xx 5hati + 3hati xx hatj + 3hati xx (-3hatk)}), (cor (preto) {- hatj xx 5hati - hatj xx hatj - hatj xx (- 3hatk)}), (cor (preto) {+ 2hatk xx 5hati + 2hatx xx hatj + 2hatk xx (-3hatk)})) #

# = cor (branco) ((cor (preto) {15 (vec0) + 3hatk + 9hatj}), (cor (preto) {+ 5hatk qquad - vec0 quad + 3hati}), (cor (preto) {quad + 10hatj quad - 2hati - 6 (vec0)})) #

# = hati + 19hatj + 8hatk #

#= 1,19,8#