What are Cross Products and How Do They Relate to Tensors?

misogynisticfeminist
Messages
370
Reaction score
0
I do not understand something about cross products. Say,

\vec A\times \vec B=\vec C=(C_x, C_y, C_z)

and,

\vec C=(A_x \hat x+A_y \hat y+A_z \hat z)\times (B_x \hat x+B_y \hat y+B_z \hat z)

but why is this equivalent to

(A_x B_y - A_y B_x)\hat x \times \hat y + (A_x B_z - A_z B_x) \hat x \times \hat z + (A_y B_z - A_z B_y) \hat y \times \hat z

?

Can someone show me how do i get this? Preferbly an algebraic method instead of a geometric one, because I am poor at visualizing stuff.
 
Mathematics news on Phys.org
Because

\vec C=(A_x \hat x+A_y \hat y+A_z \hat z)\times (B_x \hat x+B_y \hat y+B_z \hat z)

can be written as (using the distributive property)

\vec C= A_x \hat x \times (B_x \hat x+B_y \hat y+B_z \hat z)

+ A_y \hat y \times (B_x \hat x+B_y \hat y+B_z \hat z)

+ A_z \hat z \times (B_x \hat x+B_y \hat y+B_z \hat z)

then \hat x \times \hat x = \hat y \times \hat y = \hat z \times \hat z = 0

and \hat x \times \hat y = - \hat y \times \hat x and so on.
 
Hey, thanks, that was helpful, I've gotten it already...

: )
 
If you're dealing with vector identites,i've got an advice:learn cartesian tensors.

Daniel.
 
another computational way is to use a definition of cross product such as: the cross product of A and B is the determinant of the 3 by 3 matrix with x,y,z (your notation) in the first rwo and the entries of A in the second row, and the entries of B in the third row.
 
mathwonk: the matrix idea helped too...

dexter: I apparently haven't even started on vector calc yet, so I don't think i can go into tensors yet.

: )
 
do not be afraid of tensors. the dot product is the first tensor we meet. tensors are multilinear as opposed to merely linear. the dot product is bilinear, hence the simplest tensor.


a derivative is a linear map that approximates a function. the second derivative is a bilinear map that approximates the difference between function and its derivative, and so on...


do not be misled by the confusing gobbledygook found here about upper and lower indices as being tensors. that is pablum for people who refuse to learn what tensors are.

there is some truth in it, but it is like saying that a linear map is a matrix. i.e. the matrix is a notational representation of a linear map, not the linear map itself. similarly an array of upper and lower indices is a representation of a tensor and not the tensor itself.

do not be seduced by the "dark side"!
 
Back
Top