Lectures on Physics has been derived from Benjamin Crowell's Light and Matter series of free introductory textbooks on physics. See the editorial for more information....

The Dot Product

Up until now, we have not found any physically useful way to define the multiplication of two vectors. It would be possible, for instance, to multiply two vectors component by component to form a third vector, but there are no physical situations where such a multiplication would be useful.

The equation W = |F||d| cos θ is an example of a sort of multiplication of vectors that is useful. The result is a scalar, not a vector, and this is therefore often referred to as the scalar product of the vectors F and d. There is a standard shorthand notation for this operation,

A · B = |A| |B| cos θ ,  [definition of the notation A · B;

θ is the angle between vectors A and B]

and because of this notation, a more common term for this operation is the dot product. In dot product notation, the equation for work is simply

W = F · d

The dot product has the following geometric interpretation:

A · B = |A| (component of B parallel to A)

= |B| (component of A parallel to B)

The dot product has some of the properties possessed by ordinary multiplication of numbers,

A · B = B · A

A · (B + C) = A · B + A · C

(cA) · B = c (A · B) ,

but it lacks one other: the ability to undo multiplication by dividing.

If you know the components of two vectors, you can easily calculate their dot product as follows:

A · B = AxBx + AyBy + AzBz .

(This can be proved by first analyzing the special case where each vector has only an x component, and the similar cases for y and z. We can then use the rule A · (B + C) = A · B + A · C to make a generalization by writing each vector as the sum of its x, y, and z components. See homework problem 17.)



Last Update: 2010-11-11