Qual é o produto cruzado de [0,8,5] e [1,2, -4]?

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

Responda:

# 0,8,5 xx 1,2, -4 = -42,5, -8 #

Explicação:

O produto cruzado de # vecA # e # vecB # É dado por

#vecA xx vecB = || vecA || * || vecB || * pecado (theta) hatn #,

Onde # theta # é o ângulo positivo entre # vecA # e # vecB #e # hatn # é um vetor unitário com direção dada pela regra da mão direita.

Para os vetores unitários # hati #, # hatj # e # hatk # nas direções de # x #, # y # e # z # respectivamente,

#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})) #

Além disso, o produto cruzado é distributivo, o que significa

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

Para esta pergunta,

# 0,8,5 xx 1,2, -4 #

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

# = cor (branco) ((cor (preto) {qquad 8hatj xx hati + 8hatj xx 2hatj + 8hatj xx (-4hatk)}), (cor (preto) {+ 5hatk xx hati + 5hatk xx2hatj +5hatk xx (- 4hatk)})) #

# = cor (branco) ((cor (preto) {- 8hatk + 16 (vec0) - 32hati}), (cor (preto) {qquad + 5hatj - quad 10hati quad - 20 (vec0)})) #

# = -42hati + 5hatj - 8hatk #

#= -42,5,-8#