Dot product

From Knowino
Jump to: navigation, search

The dot product, or scalar product, is a type of vector multiplication in the Euclidean spaces, and is widely used in many areas of mathematics and physics. In \mathbb{R}^3 there is another type of multiplication called the cross product ( or vector product), but it is only defined and makes sense in general for this particular vector space. Both the dot product and the cross product are widely used in in the study of optics, mechanics, electromagnetism, and gravitational fields, for example.

[edit] Definition

Given two vectors, A = (A1, ... ,An) and B = (B1, ... ,Bn) in \mathbb{R}^n with 1\leq n \leq 3, the dot product is defined as 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 cartesian coordinates of dimension n>3 it has to be defined in a different way because it is no longer possible to visualize an "angle" between two vectors and there is no "natural" definition for it. In fact, in this case the contrary is true: it is the inner product which is defined directly while the notion of an angle is derived from this definition. For n>3, the dot product between A and B is defined as:

AB = A1B1 + A2B2 + ... + AnBn

and the cosine of the angle θAB between A and B is then defined as

\cos \theta_{AB}=\frac{\mathbf A \cdot \mathbf B}{|\mathbf A||\mathbf B|},

where |\mathbf A|=(\mathbf A \cdot \mathbf A)^{1/2} and |\mathbf B|=(\mathbf B \cdot \mathbf B)^{1/2} are, respectively, the magnitudes of A and B.

The dot product is a scalar, not another vector (unlike the cross product in \mathbb{R}^3), and it obeys the following laws:

  1. AB = BA (commutativity or symmetry)
  2. (A1 + A2) • B = A1B + A2B (distributivity)
  3. (cA) • B= A • (cB)=c(AB) for any real number c

The first and second laws also imply that A • (B1 + B2) = AB1 + AB2

[edit] Use in calculating work in physics

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 = \intFdL (non-linear motion)

Information.svg Some content on this page may previously have appeared on Citizendium.
Personal tools
Variants
Actions
Navigation
Community
Toolbox