Understanding Dot and Cross Products: Key Concepts Explained

  • Thread starter Thread starter ƒ(x)
  • Start date Start date
  • Tags Tags
    Cross Dot
ƒ(x)
Messages
327
Reaction score
0
Not so much an actual problem, more like concepts. What exactly is the dot product? How about the cross product?
 
Physics news on Phys.org
The dot product tells you roughly how close two vectors are in direction (it's equal to the cosine of the angle between them). Another way to think about it is "projecting" one vector onto another.

The cross product of two vectors in 3-space gives you a third vector, perpendicular to both of the first two, whose length is the area of the parallelogram defined by the first two.

Wikipedia has diagrams.
 
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