Recent Articles



































Dot product



         


In mathematics, the dot product (also known as the scalar product and the inner product) is a function · : V × V → F, where V is a vector space and F its underlying field.

In other words, it maps a pair of vectors to a scalar. When the latter term is used, the inner product of a and b is usually denoted <a, b>; see the article inner product space for a more abstract treatment.

It is defined as

<math> \mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos \theta \;<math>,

or, using italics to denote the norm of a vector (i.e., x ≡ |x|),

<math> \mathbf{a} \cdot \mathbf{b} = ab \cos \theta \;<math>,

where θ is the angle between the two vectors. Thus, the dot product of two perpendicular vectors is always zero. If a and b are both unit vectors (i.e., of length 1), the dot product simply gives the cosine of the angle between them. Thus, given two vectors, the angle between them can be found by rearranging the above formula:

<math>\cos{\theta} = { \mathbf{a \cdot b} \over \mathbf{|a| |b|} }<math>

This can be understood very easily: The first vector is projected onto the second vector (the order doesn't matter as the dot-product is a commutative) by calculating the dot-product, and afterwards 'normalized' by dividing the obtained scalar value of the numerator through their scalar length. Thus the scalar value of the fraction must be lesser or equal 1 and can be easily translated into a angular value (As the trigonometric functions are really nothing more than taylor approximated functions to achieve a seemless translation table of lengths into angle values and vice versa (arcsin,...). More to that on the sine page).

The dot product is particularly used in resolution of forces. If b is a unit vector, then the dot product gives the projection of a in direction b. In mechanics, this gives the component of a force in that direction.

Work is the dot product of force and displacement.

[Top]

Properties

The definition has the following consequences. The dot product is commutative

<math> \mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a} \;<math>.

Two non-zero vectors a and b are perpendicular if and only if a · b = 0. The dot product is bilinear

<math>
\mathbf{a} \cdot (r\mathbf{b} + \mathbf{c})

= r(\mathbf{a} \cdot \mathbf{b}) +(\mathbf{a} \cdot \mathbf{c}) \;<math>.

From these it follows directly that the dot product of two vectors a = [a1 a2 a3] and
b = [b1 b2 b3] given in coordinates can be computed particularly easily as

<math> \mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 + a_3 b_3 \; <math>,

or, using matrix multiplication and treating the vectors as 1-by-3 matrices,

<math> \mathbf{a} \cdot \mathbf{b} = \mathbf{a b}^T \;<math>

where bT denotes the transpose of the matrix b.

The dot product satisfies all the axioms of an inner product. In an abstract vector space, the notion of angle between the elements of the space can be defined in terms of the inner product.

[Top]

Proof that the two forms of definition are equivalent

We have already shown that the theorem

<math> \mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 + a_3 b_3 \; <math>

follows from the definition

<math> \mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos \theta \;<math>.

To prove that these are two equivalent ways of defining the dot product, we shall now instead use the former to derive the latter.

Note: This proof is shown for 3-dimensional vectors, but is readily extendable to n-dimensional vectors given mutually perpendicular unit vectors.

Consider a vector

<math> \mathbf{v} = v_1 \mathbf{i} + v_2 \mathbf{j} + v_3 \mathbf{k} \; <math>.

Repeated application of the Pythagorean theorem yields

<math> v^2 = v_1^2 + v_2^2 + v_3^2 \;<math>.

But this is the same as

<math> \mathbf{v} \cdot \mathbf{v} = v_1^2 + v_2^2 + v_3^2 \;<math>,

so we conclude that taking the dot product of a vector v with itself yields the squared length of the vector.

Lemma 1:<math> \mathbf{v} \cdot \mathbf{v} = v^2 \; <math>.

Now consider two vectors a and b extending from the origin, separated by an angle θ. A third vector c may be defined as

<math> \mathbf{c} \equiv \mathbf{a} - \mathbf{b} \;<math>,

creating a triangle with sides a, b, and c. According to the law of cosines, we have

<math> c^2 = a^2 + b^2 - 2 ab \cos \theta \;<math>.

Substituting dot products for the squared lengths according to Lemma 1, we get

<math>
\mathbf{c} \cdot \mathbf{c}

= \mathbf{a} \cdot \mathbf{a} + \mathbf{b} \cdot \mathbf{b} - 2 ab \cos\theta \; <math>.                   (1) But as cab, we also have

<math>
\mathbf{c} \cdot \mathbf{c}

= (\mathbf{a} - \mathbf{b}) \cdot (\mathbf{a} - \mathbf{b}) \;<math>, which, according to the distributive law, expands to

<math>
\mathbf{c} \cdot \mathbf{c}

= \mathbf{a} \cdot \mathbf{a} + \mathbf{b} \cdot \mathbf{b} -2(\mathbf{a} \cdot \mathbf{b}) \; <math>.                     (2) Merging the two c · c equations, (1) and (2), we obtain

<math>
\mathbf{a} \cdot \mathbf{a}

+ \mathbf{b} \cdot \mathbf{b} -2(\mathbf{a} \cdot \mathbf{b}) = \mathbf{a} \cdot \mathbf{a} + \mathbf{b} \cdot \mathbf{b} - 2 ab \cos\theta \; <math>. Subtracting a · a + b · b from both sides and dividing by −2 leaves

<math> \mathbf{a} \cdot \mathbf{b} = ab \cos\theta \; <math>,

Q.E.D.

[Top]

See also


Topics in mathematics related to linear algebra

Vectors | Vector spaces | Linear span | Linear transformation | Linear independence | Linear combination | Basis | Column space | Row space | Dual space | Orthogonality | Eigenvector | Eigenvalue | Least squares regressions | Outer product | Cross product | Dot product | Transpose | Matrix decomposition









  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License