murshid_islam said:
well, i understood that the cross product of two vectors gives us another vector that is perpendicular to the two vectors. but what does the dot product signify? suppose we have two vectors: i + 2j + k and 2i + j + k. now, there dot product is 5. what does this 5 mean?
To make it what danny said more precise: suppose you have an object which is on a flat surface. Lay the
x-axis along this surface. Now suppose I pull on the object with a force
F = 2
i +
j +
k (that is, in the direction of that vector with a force equal to the magnitude of the vector which is \sqrt{6}), the work done will only depend on the component of that force along the surface. This can be calculated by taking the inner product, and you see that - if I may put it that way - only 2N of my force is actually doing work along the forward direction and the rest does not help me pull it forward.
To get back to your example: let me give it a "practical" use. suppose I have a coordinate system in which
e1 =
i + 2
j +
k and
e2 =
i +
j - 2
k are basis vectors. Now I can use the cross product to find a third, orthogonal basis vector,
e3 = -5
i + 3
j -
k. I can now denote any vector
v by it's coordinates in this new coordinate system, namely:
v = (
v .
e1)
e1 + (
v .
e2)
e2 + (
v .
e3)
e3. In this way I can choose a coordinate system that is most convenient for a problem and express any vector in it. In fact, usually when we speak about the vector (1, -4, 3) what we mean is: the vector with those coordinates in a tacitly understood coordinate system, (1, 0, 0), (0, 1, 0) and (0, 0, 1).
Hope that makes it more clear (not more confusing).