From my understanding from university physics from Pearson (Page ~20):
Dot product multiplies "like" unit vector terms and cross product multiplies "unlike" unit vector terms. So, why does the cross product retain its unit vector (ñ), but dot product does not?
Example:
$A\cdot B = AB\cos(\theta) =$ magnitude of $A$ * The component of $B$ that is parallel to $A$.
So shouldn't the unit vector be going in the direction of $A$? Do mathematicians drop unit vectors when stuff only goes in one direction and then call it a scalar?
$\endgroup$ 13 Answers
$\begingroup$The cross product is a rather special beast, only for $3$-dimensional space. A more general version of it is the exterior product (wedge product), which maps into a different vector space (the exterior square), which happens in the case of dimension $3$ to be identifiable with the original space. Dot products, on the other hand, can be defined in any finite number of dimensions.
$\endgroup$ 1 $\begingroup$Hint: Suppose dot products were vectors and not scalars. What direction should they have?
$\endgroup$ $\begingroup$Asker: If the dot product was a vector, then it should be in the direction that was multiplied by the like components. Thus, for Newton's second law:
F = mr = xi + yj + zk
(F)•j = (xi + yj + zk )•j
(F_y)*j = (yj)*j
Cancel out j from both sides, which is our "residue" unit vector:
F_y = yj
- Chris