Wat is het product van [0,8,5] en [1,2, -4]?

Wat is het product van [0,8,5] en [1,2, -4]?
Anonim

Antwoord:

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

Uitleg:

Het kruisproduct van # Veca # en # VecB # is gegeven door

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

waar # Theta # is de positieve hoek tussen # Veca # en # VecB #, en # Hatn # is een eenheidsvector met richting gegeven door de rechterhandregel.

Voor de eenheidsvectoren # Hati #, # Hatj # en # Hatk # in de richting van #X#, # Y # en # Z # respectievelijk,

#color (wit) ((kleur (zwart) {hati xx hati = vec0}, kleur (zwart) {qquad hati xx hatj = hatk}, kleur (zwart) {qquad hati xx hatk = -hatj}), (kleur (zwart) {hatj xx hati = -hatk}, kleur (zwart) {qquad hatj xx hatj = vec0}, kleur (zwart) {qquad hatj xx hatk = hati}), (kleur (zwart) {hatk xx hati = hatj}, kleur (zwart) {qquad hatk xx hatj = -hati}, kleur (zwart) {qquad hatk xx hatk = vec0})) #

Ook is crossproduct distributief, wat betekent

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

Voor deze vraag

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

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

# = kleur (wit) ((kleur (zwart) {qquad 8hatj xx hati + 8hatj xx 2hatj + 8hatj xx (-4hatk)}), (kleur (zwart) {+ 5hatk xx hati + 5hatk xx 2hatj + 5hatk xx (- 4hatk)})) #

# = kleur (wit) ((kleur (zwart) {- 8hatk + 16 (vec0) - 32hati}), (kleur (zwart) {qquad + 5hatj - quad 10hati quad - 20 (vec0)})) #

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

#= -42,5,-8#