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

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

Responda:

#1,5,3#

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.

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

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

# = cor (branco) ((cor (preto) {- hati xx hati - hati xx (-2hatj) - hati xx 3hatk}), (cor (preto) {- chapéu xx hati - chapéu xx (-2hatj) - chapéu xx 3hatk}), (cor (preto) {+ 2hatx xx hati + 2hatk xx (-2hatj) +2hatk xx3hatk})) #

# = cor (branco) ((cor (preto) {- 1 (vec0) + 2hat qquad + 3hatj}), (cor (preto) {+ hatk qquad + 2 (vec0) - 3hati}), (cor (preto) {qquad + 2hatj qquad + 4hati qquad + 6 (vec0)})) #

# = hati + 5hatj + 3hatk #

#= 1,5,3#