Vector Multiplication: Finding the Correct Solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Roodles01
Messages
125
Reaction score
0

Homework Statement


Still having a little trouble so here's the problem.

(ex + ez) x (3ey - 4ez)


The Attempt at a Solution



(ex * ez) + (ex * (-4ez)) + (ez * 3ey) + ( ez * (-4ez)

now, these are all orthogonal to each other, so, for example, if I have ex * ey then I should end up with ez, shouldn't I?
So here is my solution.

= 3ez - 4ey + 3ex - 4ez
= 3ex - 4 ey + ez

The solution shown to be correct is -3ex + 4ey + 3ez

so what have I done wrong, please?
 
Physics news on Phys.org
Roodles01 said:
now, these are all orthogonal to each other, so, for example, if I have ex * ey then I should end up with ez, shouldn't I?
I assume by * you mean X (vector product). So yes, ##e_x \times e_y = e_z##. What about ##e_y \times e_x##, ##e_x \times e_z##, and the other combinations? (You are making a sign error.)
 
  • Like
Likes   Reactions: 1 person
Thank you.
A simple thing becomes clear again.