Dot product calculates what exactly?

AI Thread Summary
The scalar product, or dot product, of two vectors calculates a scalar value that represents the length of the projection of one vector onto another. While the resultant dot product has units of square meters when both vectors are measured in meters, it does not represent a physical area in a meaningful sense. The dot product is significant in physics, particularly in calculating work, as it measures the amount of a quantity in a specific direction. It is important to understand that while the dot product has dimensions of area, it is fundamentally different from actual area measurements. Overall, the dot product serves as a measure of "overlap" between vectors, emphasizing their directional relationship.
mjt99
Messages
3
Reaction score
0
I have a pretty general question about vectors. The scalar product of two vectors is a calculation of what exactly?

For example, if the units of two vectors are meters, the resultant dot product would be a meters squared. So if it's a measurement of area, what area exactly?

I'm very confused about this!

Thanks for the help.
 
Mathematics news on Phys.org
The scalar product (or dot product) of two vectors is a scalar that is proportional to the length of the projection of the first vector onto the second vector. An example would be a vector A which is 2 units long on the positive x-axis and a vector B which is at a 45 degree angle to the x-axis in the positive y direction with a length of 1. B dot A is then the distance on the x-axis that vector B covers which is 1*cos45. Does that help?
 
In physics it's the amount of a quantity in a particular direction.
So the dot product of force and direction = work.
 
Last edited:
lukeseed said:
The scalar product (or dot product) of two vectors is a scalar that is proportional to the length of the projection of the first vector onto the second vector. An example would be a vector A which is 2 units long on the positive x-axis and a vector B which is at a 45 degree angle to the x-axis in the positive y direction with a length of 1. B dot A is then the distance on the x-axis that vector B covers which is 1*cos45. Does that help?

I'm still very confused on this topic. In your example above, wouldn't the dot product be:
(1)(2)*cos45
 
mjt99 said:
I'm still very confused on this topic. In your example above, wouldn't the dot product be:
(1)(2)*cos45

You are right. The projection idea is valid when both vectors are of unit length.
 
Thanks to all for the replies. There's a couple of really good tutorials on this topic on YouTube as well.
 
mjt99 said:
For example, if the units of two vectors are meters, the resultant dot product would be a meters squared. So if it's a measurement of area, what area exactly?

You have to be a little careful about what the "units" of a vector are. The length of a vector is in meters, but you can't really say that the vector itself has units of meters. Perhaps a better way to think about it is this:

u.v = (u1i+u2j+u3k).(v1i+v2j+v3k)
= u1v1i.i + u1v2i.j + u1v3i.k + u2u1j.i + u2u2j.j + u2u3j.k + u3u1k.i + u3u2k.j + u3u3k.k

where the coefficients u1, u2, etc are just numbers, and the units are included via the unit vectors i, j, k. In other words, i represents the vector of length 1 meter in the x-direction, j represents the vector of length 1 meter in the y-direction, etc. Then it is taken as a physical principle that i.i = 1 meter, i.j = 0 meter, etc, and the formula becomes

u.v = 1 meter * (u1v1 + u2u2 + u3u3)
 
maze said:
You have to be a little careful about what the "units" of a vector are. The length of a vector is in meters, but you can't really say that the vector itself has units of meters. Perhaps a better way to think about it is this:

u.v = (u1i+u2j+u3k).(v1i+v2j+v3k)
= u1v1i.i + u1v2i.j + u1v3i.k + u2u1j.i + u2u2j.j + u2u3j.k + u3u1k.i + u3u2k.j + u3u3k.k

where the coefficients u1, u2, etc are just numbers, and the units are included via the unit vectors i, j, k. In other words, i represents the vector of length 1 meter in the x-direction, j represents the vector of length 1 meter in the y-direction, etc. Then it is taken as a physical principle that i.i = 1 meter, i.j = 0 meter, etc, and the formula becomes

u.v = 1 meter * (u1v1 + u2u2 + u3u3)

I don't think this works as a general principle. If both of the vectors have units of meters, then the dot product should have units of square meters. It's just that these square meters don't happen to measure an area (in a meaningful sense, anyway).

It's a bit more clear what is happening if the two vectors have different units, such as force (kg m / s^2) and distance (m). Then the dot product has units of energy (kg m^2 / s^2), consistent with the definition W = Fd.

Note, however, that torque is also measured in (kg m^2 / s^2)! Just because two quantities are expressed in the same units, does not necessarily mean they are measuring the same thing.

The difference between torque and work is that work measures force times parallel distance, while torque measures force times perpendicular distance.

In the same way, area (m^2) is a measure of distance times perpendicular distance, while the dot product (also m^2) measures distance times parallel distance. It has the units of area, but it is not the same thing as area.
 
hmm actually you are right it should be square meters. The reason why it is not a problem is that ||x|| = sqrt(x.x). The key being the square root.
 
  • #10
maze said:
the units are included via the unit vectors i, j, k. In other words, i represents the vector of length 1 meter in the x-direction, j represents the vector of length 1 meter in the y-direction, etc. Then it is taken as a physical principle that i.i = 1 meter, i.j = 0 meter, etc, and the formula becomes

The unit vectors are dimensionless.
Suppose \vec r carries units of meters (m),
then
\hat r \equiv \frac{\vec r}{| \vec r |} = \frac{\vec r}{\sqrt{ \vec r \cdot \vec r}}
carries units of \frac{ [m]} {\sqrt{ [m][m]} }= \frac{ [m]} {\sqrt{ [m]^2} }=1.

The components carry the units...
F_x = \vec F \cdot \hat i has whatever units \vec F are measured in.
 
  • #11
You are correct. Typo ;0)
 
  • #12
Welcome to PF!

mjt99 said:
… if the units of two vectors are meters, the resultant dot product would be a meters squared. So if it's a measurement of area, what area exactly?

Hi mjt99! Welcome to PF! :smile:

Yes, the dot product has dimensions of area, but it is a scalar (meaning that dot products obey the scalar law of addition).

As you know, the magnitude of the cross product a x b obviously represents a genuine area, of the parallelogram with sides a and b.

To find an area represented by a.b, think of them as matrices … so one must be a row matrix, and the other a column matrix …

in other words, the dot product is aTb or bTa.

Then one of the vectors is in "transpose space", in which it represents not a vector but a 2-form (or, in n-dimensional space, an (n-1)-form), which is essentially a plane segment (hyperplane segment) of a particular size, perpendicular to the original vector …

then a.b is sort-of aT x b, the area between the vector a and the plane segment bT. :smile:
 
  • #13


tiny-tim said:
To find an area represented by a.b, think of them as matrices … so one must be a row matrix, and the other a column matrix …

in other words, the dot product is aTb or bTa.

Then one of the vectors is in "transpose space", in which it represents not a vector but a 2-form (or, in n-dimensional space, an (n-1)-form), which is essentially a plane segment (hyperplane segment) of a particular size, perpendicular to the original vector …

then a.b is sort-of aT x b, the area between the vector a and the plane segment bT. :smile:

I don't think this construction works generally.

Suppose we compute aTa... i don't see any meaningful area.

Actually, aT is really a 1-form (here formed with the help of a metric),
which can be visualized by a family of parallel hyperplanes with spacing inversely-proportional to the magnitude of aT. The normals of the hyperplanes are parallel to the vector a, in the case of a Euclidean metric.

The dot-product aTb would then be "the number of http://www.google.com/search?q="bongs+of+a+bell""" for the number of successive hyperplanes of the 1-form aT pierced by the vector b.
(For aTa, we get the squared-magnitude of a: if a is vector of length 4, aT is a family of hyperplanes of spacing 1/4... the vector a pierces 16 hyperplanes of aT.)
 
Last edited by a moderator:
  • #14
The best explanation of the dot product I've read is from the book A Student's Guide to Maxwell's Equations by Daniel Fleisch. Read pages 6-9 to get a fantastically clear explanation behind the physical significance of the dot product. It doesn't require much background. Here is the http://books.google.com/books?id=I-...i=xzvWSZmIFI_EM4-ylPcC&client=safari#PPA6,M1".

If you're interested in working some of the problems from the book using the dot product in electricity and magnetism, the author's http://www4.wittenberg.edu/maxwell/index.html" contains solutions split up into staggered hints and then the full solution.
 
Last edited by a moderator:
  • #15
A useful way to think about the dot-product is as a measure of "overlap".
The "projection" makes this more precise.
 
Back
Top