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.
Contents |
The dot product is often defined in one of two ways: algebraically or geometrically. Equivalence of these definitions is proven later.
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 the last equality, we assumed a and b to be row vectors, bT denotes the matrix transpose of b and the multiplication is a matrix product.
![[1, 3, -5] \cdot [4, -2, -1]
= (1)(4) + (3)(-2) + (-5)(-1)
= 4 - 6 + 5
= 3.](http://upload.wikimedia.org/math/9/2/1/92143716fd97615a764633adfdaef394.png)
Given two column vectors, their dot product can also be obtained by multiplying the transpose of one vector with the other vector and extracting the unique coefficient of the resulting 1 × 1 matrix.
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 the length of A squared:

The scalar projection of a Euclidean vector A onto 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.
The dot product is thus characterized geometrically by[3]

The dot product, defined in this manner, is homogeneous under scaling in each variable, meaning that for any scalar α,

It also satisfies a distributive law, meaning that

As a consequence, if
are the standard basis vectors in
, then writing
![\begin{align}
\mathbf A &= [A_1,\dots,A_n] = \sum_i A_i\mathbf e_i\\
\mathbf B &= [B_1,\dots,B_n] = \sum_i B_i\mathbf e_i
\end{align}](http://upload.wikimedia.org/math/3/a/0/3a0f40fc31cca656abb15dfe2d5f0040.png)
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.
The dot product fulfils the following properties if a, b, and c are real vectors and r is a scalar.[1][2]




Properties 3 and 4 follow from 1 and 2.
Given two vectors a and b separated by angle θ (see image right), they form a triangle with a third side c = a - b. The dot product of this with itself is:

which is the law of cosines.
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.
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]
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.
The inner product is usually denoted by
. It generalizes the dot product to abstract vector spaces over the field of scalars denoted
, which means either the field of real numbers
or the field of complex numbers
. More precisely, if V is a vector space over
, the inner product is a function
.that satisfies the following properties:
with
if and only if 



Note that the inner product of two vectors over the field of complex numbers is, in general, a complex number. The requirement of sesquilinearity (i.e. linearity in the first argument and antilinearity in the second argument) instead of bilinearity secures that the inner product of a vector with itself is real (due to the conjugate symmetry):
.Hence,
can be compared to zero, and the requirement of positive definiteness in the definition of inner product makes sense.
Owing to the geometric interpretation of the dot product, the norm ||a|| of a vector a in such an inner product space is defined as:[4]

such that it generalizes length, and the angle θ between two vectors a and b by

(For real vectors)In particular, two vectors are considered orthogonal if their inner product is zero

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 a ≤ x ≤ b (also denoted [a, b]):[1]

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

Inner products can have a weight function, i.e. a function which weight each term of the inner product with a value.
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.
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.
Here you can share your comments or contribute with more information, content, resources or links about this topic.