Why Does the Cross Product Give a Different Direction Than Expected?

fishingspree2
Messages
138
Reaction score
0
I am trying to compute
-dx i CROSS -x i -y j
i,j,k are the unit vectors

x is from -∞ to ∞ and y can only be negative.

Right hand rule tells me that the cross should be in the negative k direction but computing the cross product gives me y dx k.

What's wrong?
 
Physics news on Phys.org
fishingspree2 said:
I am trying to compute
-dx i CROSS -x i -y j
i,j,k are the unit vectors

x is from -∞ to ∞ and y can only be negative.

Right hand rule tells me that the cross should be in the negative k direction but computing the cross product gives me y dx k.

What's wrong?

I don't think anything is wrong. i x j=k. You might be imagining k pointing in the wrong direction when you are doing the right hand rule.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top