Dot product

From Citizendium
Revision as of 17:45, 5 October 2007 by imported>David E. Volk (very crude start, need other coordinate systems filled in)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The dot product, or scalar product, is one of the two types of vector multiplication, and is widely used in many areas of mathematics and physics. Both the dot product and the cross product ( or vector product) are widely used in in the study of optics, mechanics, electromagnetism, and gravitational fields, for example.

Definition

Given two vectors, A and B, the dot product is the product of the magnitude of A, the magnitude of B and the cosine of the smaller angle between them.

AB = |A||B|cosθAB

In a three dimensional cartesian coordinates, a more useful definition is

AB = AxBx + AyBy + AzBz

The dot product is a scalar, not another vector, and it obeys the commutative law such that

AB = BA

Use in calculating Work

In mechanics, when a constant force F is applied over a straight displacement L, the work performed is FL cosθFL, more compactly written as the dot product below. Note in the special case the force and displacement are parallel, work = force times distance.

Work = FL (linear motion)

Work = FL (non-linear motion)

circlular cylindrical coordinates

spherical coordinates