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

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

Responda:

# - 1, -1,2 xx -1,2,2 = -6, 0, -3 #

Explicação:

O produto cruzado entre dois vetores # vecA # e # vecB # é definido para ser

#vecA xx vecB = || vecA || * || vecB || * pecado (theta) * hatn #, Onde # hatn # é um vetor unitário dado pela regra da mão direita e # theta # é o ângulo entre # vecA # e # vecB # e deve satisfazer # 0 <= theta <= pi #.

Para os vetores unitários # hati #, # hatj # e # hatk # na direção de # x #, # y # e # z # respectivamente, usando a definição acima de produto cruzado dá o seguinte conjunto de 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})) #

Além disso, observe que o produto cruzado é distributivo.

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

Então, para essa pergunta.

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

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

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

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

# = -6hati - 3hatk #

#= -6,0,-3#