Jump to content

Dot product

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ThomasMcLeod (talk | contribs) at 00:24, 27 July 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, the dot product, or scalar product (or sometimes inner product in the context of Euclidean space), is an algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors) and returns a single number. This operation can be defined either algebraically or geometrically. Algebraically, it is the sum of the products of the corresponding entries of the two sequences of numbers. Geometrically, it is the product of the magnitudes of the two vectors and the cosine of the angle between them. The name "dot product" is derived from the centered dot· " that is often used to designate this operation; the alternative name "scalar product" emphasizes the scalar (rather than vectorial) nature of the result.

In three-dimensional space, the dot product contrasts with the cross product of two vectors, which produces a pseudovector as the result. The dot product is directly related to the cosine of the angle between two vectors in Euclidean space of any number of dimensions.

Definition

The dot product is often defined in one of two ways: algebraically or geometrically. The equivalence of these definitions is proven later.

The geometric definition is based on the notion of angle. It should be noted that, in the modern presentation of Euclidean geometry, the points are defined as coordinates vectors. In such a presentation of the geometry, the notions of length and angles are not primitive and need to be defined. Therefore, in this case, the length of a vector is defined as the square root of the dot product of the vector by itself, and the geometric definition of the dot product is inverted to define the notion of (non oriented) angle.

Algebraic definition

The dot product of two vectors a = [a1, a2, ..., an] and b = [b1, b2, ..., bn] is defined as:[1]

where Σ denotes summation notation and n is the dimension of the vector space.

  • In two-dimensional space, the dot product of vectors [a, b] and [c, d] is ac + bd.
  • Similarly, in a three-dimensional space, the dot product of vectors [a, b, c] and [d, e, f] is ad + be + cf. For example, if [1, 3, −5] and [4, −2, −1] their dot product is:

Geometric definition

In Euclidean space, a Euclidean vector is a geometrical object that possesses both a magnitude and a direction. A vector can be pictured as an arrow. Its magnitude is its length, and its direction is the direction the arrow points. The magnitude of a vector A is denoted by . The dot product of two Euclidean vectors A and B is defined by[2]

where θ is the angle between A and B.

In particular, if A and B are orthogonal, then the angle between them is 90°, so in that case

At the other extreme, if B = A, then the angle is 0°, and the dot product is just square of the length of A:

Scalar projection

Scalar projection

The scalar projection (or scalar component) of a Euclidean vector A in the direction of a Euclidean vector B is given by

where θ is the angle between A and B.

In terms of the geometric definition of the dot product, this can be rewritten

where is the unit vector in the direction of B.

Distributive law for the dot product

The dot product is thus characterized geometrically by[3]

Equivalence of the definitions

Let be the standard basis vectors in , then writing

we have

which is precisely the algebraic definition of the dot product. More generally, the same identity holds with the ei replaced by any orthonormal basis.

Properties

The dot product fulfils the following properties if a, b, and c are real vectors and r is a scalar.[1][2]

  1. Commutative:
    which follows from the definition (θ is the angle between a and b):
  2. Distributive over vector addition:
  3. Bilinear:
  4. Scalar multiplication:
  5. Orthogonal:
    Two non-zero vectors a and b are orthogonal if and only if ab = 0.
  6. No cancellation:
    Unlike multiplication of ordinary numbers, where if ab = ac, then b always equals c unless a is zero, the dot product does not obey the cancellation law:
    If ab = ac and a0, then we can write: a ⋅ (bc) = 0 by the distributive law; the result above says this just means that a is perpendicular to (bc), which still allows (bc) ≠ 0, and therefore bc.
  7. Derivative: If a and b are functions, then the derivative (denoted by a prime ′) of ab is a′ ⋅ b + ab.

Application to the cosine law

Triangle with vector edges a and b, separated by angle θ.

Given two vectors a and b separated by angle θ (see image right), they form a triangle with a third side c = ab. The dot product of this with itself is:

which is the law of cosines.

Triple product expansion

This is a very useful identity (also known as Lagrange's formula) involving the dot- and cross-products. It is written as:[1][2]

which is easier to remember as "BAC minus CAB", keeping in mind which vectors are dotted together. This formula is commonly used to simplify vector calculations in physics.

Physics

In physics, vector magnitude is a scalar in the physical sense, i.e. a physical quantity independent of the coordinate system, expressed as the product of a numerical value and a physical unit, not just a number. The dot product is also a scalar in this sense, given by the formula, independent of the coordinate system. Examples include:[4][5]

Generalizations

Complex vectors

For vectors with complex entries, using the given definition of the dot product would lead to quite different properties. For instance the dot product of a vector with itself would be an arbitrary complex number, and could be zero without the vector being the zero vector (such vectors are called isotropic); this in turn would have consequences for notions like length and angle. Properties such as the positive-definite norm can be salvaged at the cost of giving up the symmetric and bilinear properties of the scalar product, through the alternative definition[1]

where bi is the complex conjugate of bi. Then the scalar product of any vector with itself is a non-negative real number, and it is nonzero except for the zero vector. However this scalar product is thus sesquilinear rather than bilinear: it is conjugate linear and not linear in b, and the scalar product is not symmetric, since

The angle between two complex vectors is then given by

This type of scalar product is nevertheless useful, and leads to the notions of Hermitian form and of general inner product spaces.

Inner product

The inner product generalizes the dot product to abstract vector spaces over a field of scalars, being either the field of real numbers or the field of complex numbers . It is usually denoted by .

The inner product of two vectors over the field of complex numbers is, in general, a complex number, and is sesquilinear instead of bilinear. An inner product space is a normed vector space, and the inner product of a vector with itself is real and positive-definite.

Functions

Vectors have a discrete number of entries, that is, an integer correspondence between natural number indices and the entries.

A function f(x) is the continuous analogue: an uncountably infinite number of entries where the correspondence is between the variable x and value f(x) (see domain of a function for details).

Just as the inner product on vectors uses a sum over corresponding components, the inner product on functions is defined as an integral over some interval. For example, a the inner product of two real continuous functions u(x), v(x) may be defined on the interval axb (also denoted [a, b]):[1]

This can be generalized to complex functions ψ(x) and χ(x), by analogy with the complex inner product above:[1]

Weight function

Inner products can have a weight function, i.e. a function which weight each term of the inner product with a value.

Dyadics and matrices

Matrices have the Frobenius inner product, which is analogous to the vector inner product. It is defined as the sum of the products of the corresponding components of two matrices A and B having the same size:

(For real matrices)

Dyadics have a dot product and "double" dot product defined on them, see Dyadics (Product of dyadic and dyadic) for their definitions.

Tensors

The inner product between a tensor of order n and a tensor of order m is a tensor of order n + m − 2, see tensor contraction for details.

See also

References

  1. ^ a b c d e f S. Lipschutz, M. Lipson (2009). Linear Algebra (Schaum’s Outlines) (4th ed.). McGraw Hill. ISBN 978-0-07-154352-1.
  2. ^ a b c M.R. Spiegel, S. Lipschutz, D. Spellman (2009). Vector Analysis (Schaum’s Outlines) (2nd ed.). McGraw Hill. ISBN 978-0-07-161545-7.{{cite book}}: CS1 maint: multiple names: authors list (link)
  3. ^ Arfken, G. B.; Weber, H. J. (2000). Mathematical Methods for Physicists (5th ed.). Boston, MA: Academic Press. pp. 14–15. ISBN 978-0-12-059825-0..
  4. ^ K.F. Riley, M.P. Hobson, S.J. Bence (2010). Mathematical methods for physics and engineering (3rd ed.). Cambridge University Press. ISBN 978-0-521-86153-3.{{cite book}}: CS1 maint: multiple names: authors list (link)
  5. ^ M. Mansfield, C. O’Sullivan (2011). Understanding Physics (4th ed.). John Wiley & Sons. ISBN 978-0-47-0746370.