Conceptual explanation of Dot Product

AI Thread Summary
The discussion centers on explaining the concept of the dot product in a clear and accurate manner. The initial explanation given was that the dot product is the projection of vector A onto vector B multiplied by the magnitude of B, which led to confusion. It was clarified that the dot product is actually a scalar quantity calculated as the product of the magnitudes of the vectors and the cosine of the angle between them. Visual aids and examples are recommended for better understanding, emphasizing that the dot product can also be seen as a measure of the angle between two vectors. Overall, a more precise and visual approach is suggested for effective teaching of the dot product concept.
M.Hamilton
Messages
5
Reaction score
0
I'm a peer leader for a general physics lab and someone asked me to explain what the Dot Product meant conceptually.

I told him it was the projection of A onto B multiplied by the magnitude of B.

He looked even more confused after that; my questions are:

a) Did I explain it correctly?
b) Is there a better way to explain it?


Merle
 
Mathematics news on Phys.org
According to you the dot product is a vector, when it is in fact a scalar.

personally i don't go in for 'conceptual' explanations preferring to state its definition and uses, and you can pick anyone that suits you.

given two vectors a and b, a.b is the quantity |a||b|cos(t) where t is the angle from a to b in an anticlockwise sense.

roughly it measures the angle between two vectors then, that is a.b/|a||b| is the angle between them.

if b is a unit vector then it is the length of the component of a lying in the direction of b.
 
If you want a hand-wavy "explanation" (I don't know what else a "conceptual" explanation is) you could start with that:
a) The length of a vector is an intrinsic property of it, i.e, it does not depend upon the perspective or coordinate system you choose to use.
and
b) The angle between two vectors is an intrinsic property belonging to those two vectors, it does not depend upon the perspective or coordinate system you choose to use.

The dot product enables you to readily find the angle between two vectors once you know their individual lengths.

For vectors both of unit length, the dot product IS the cosine to the angle between them.
 
Another way to explain it is...

The dot product is simply the (continuous) function satisfying:

the product of a unit vector with itself to be 1.
the product of orthogonal vectors to be 0.
it's distributive.
 
It might help if you draw it out, and give an example. (but that's how I learn)
 
M.Hamilton said:
I'm a peer leader for a general physics lab and someone asked me to explain what the Dot Product meant conceptually.

I told him it was the projection of A onto B multiplied by the magnitude of B.

He looked even more confused after that; my questions are:

a) Did I explain it correctly?
b) Is there a better way to explain it?


Merle

Component. Not the projection.
 
paperwings said:
It might help if you draw it out, and give an example. (but that's how I learn)
Very good suggestion!
On the "elementary" level, few things are as educational as a good, visual representation!
 
You could explain it pure algebraically (this holds for higher dimensions):

Starting by the proof of the Cauchy-Schwarz inequality we have:
\left| {x \cdot y} \right| \leqslant \left\| x \right\|\left\| y \right\|. This is of course the same as:
-\left\| x \right\|\left\| y \right\| \leqslant x \cdot y \leqslant \left\| x \right\|\left\| y \right\|. Or:
-1 \leqslant \frac{x \cdot y}{\left\| x \right\|\left\| y \right\|} \leqslant 1, So that we know that \exists!\theta \in [0,\pi] so that
\frac{x \cdot y}{\left\| x \right\|\left\| y \right\|} = \cos\theta.

Only then we define \theta to be the angle between the 2 vectors x and y in n-dimensional euclidean/unitarian space.
 

Similar threads

Back
Top