[Math] Cross product of two vectors

coordinate systemsvectors

I have a very little knowledge of cross product of vectors and don't really understand why there is a need to calculate it.

I know that the cross product of two vectors gives a resultant in the direction which is perpendicular to both the vectors.

In a right-handed Cartesian coordinate system there are three unit vectors, i.e. $\hat{i}$, $\hat{j}$, and $\hat{k}$.

Now since each is perpendicular to the others, the cross product of any two should give the third one.

My question is that if we calculate the cross product of $\hat{i}$ and $\hat{k}$, then it gives $-\hat{j}$ i.e.
$$\hat{i}×\hat{k}=-\hat{j}\,.$$
But why can't we get positive $\hat{j}$ since it is also perpendicular to $\hat{i}$ and $\hat{k}$.
I am totally confused here.
Can anyone please tell me what am I thinking wrong here.

Best Answer

You are correct that there are two different unit vectors that are perpendicular to a given plane. As such, in order to have a well-defined cross product, we must make a choice, by convention, of which of these two vectors we will use. The only requirement on this choice is that it must be consistent everywhere we use it; we aren't allowed to switch from one choice to the other arbitrarily. There are two possible choices for the above product; the conventional choice is $\hat{i}\times\hat{k}=-\hat{j}$, which we call the right-hand rule because the direction can be easily calculated using the right hand. This choice also fixes all other unit vector products in such a way that $\hat{i}\times\hat{j}=\hat{k}$, $\hat{j}\times\hat{k}=\hat{i}$, and $\hat{k}\times\hat{i}=\hat{j}$ (basically, any cyclic permutation of the unit vectors in "alphabetical order" gives a positive result). Since the cross product is antisymmetric (not commutative!), swapping the two unit vectors in any of the above examples gives you the negative of the original result.

The unconventional choice is $\hat{i}\times\hat{k}=\hat{j}$, which is sometimes called the left-hand rule, for the same reason. This choice gives you opposite signs on all of the unit vector products above (i.e. the "alphabetical order" choices are negative, and swapping the two inputs in any one of them gives you the positive result). We generally don't ever use this one, but physics would be no different if we did, as long as our choice for the definition of the cross product is consistent.

Related Question