The vector dot product is also called a scalar product because the product of vectors gives a scalar quantity. Sometimes, a dot product is also named as an inner product. In vector algebra, the dot product is an operation applied to vectors.
The scalar product or dot product is commutative. When two vectors are operated under a dot product, the answer is only a number. A brief explanation of dot products is given below.
Dot Product of Two Vectors
If we have two vectors, a = ax+ay and b = bx+by, then the dot product or scalar product between them is defined as
a.b = axbx + ayby
The Formula for Vectors Dot Product
Double Dot Product
To perform a double inner product on vectors, consider the result of the single inner product, then repeat the process of setting the nearest pair of indices equal and summing over them. Only tensors of 2nd rank or higher can participate in double inner products.
Properties
Commutative Property
The scalar product of two vectors is commutative, i.e.,
Distributive Property
The scalar product is distributive over addition.
Scalar Property
Where m and n are scalars.
Not associative because the dot product between a scalar (a ⋅ b) and a vector (c) is not defined, which means that the expressions involved in the associative property, (a ⋅ b) ⋅ c or a ⋅ (b ⋅ c), are both ill-defined. Note that the previously mentioned scalar multiplication property is sometimes called the “associative law for scalar and dot product”, or one can say that “the dot product is associative with respect to scalar multiplication” because c (a ⋅ b) = (c a) ⋅ b = a ⋅ (c b).
Orthogonal
Two non-zero vectors, a and b, are orthogonal if and only if a ⋅ b = 0.
No Cancellation
Unlike the 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 a ⋅ b = a ⋅ c and a ≠ 0, then we can write a ⋅ (b − c) = 0 by the distributive law; the result above says that a is perpendicular to (b − c), which still allows (b − c) ≠ 0, and therefore, b ≠ c.
Product Rule
If a and b are functions, then the derivative (denoted by a prime ′) of a ⋅ b is a′ ⋅ b + a ⋅ b′.
Bilinear
Dot Product of Two Parallel Vectors
If two vectors have the same direction or two vectors are parallel to each other, then the dot product of two vectors is the product of their magnitude.
Here, θ = 0 degree
so, cos 0 = 1
Therefore,
= AB
Dot Product of Opposite Vectors
If the two vectors are opposite in direction, then
Here,
Now,
Derivative of Dot Product
If we have A(x) = A1(x), A2(x), …., An(x) and B(x) = B1(x), B2(x), …., Bn(x) are two vectors, then the derivative of the dot product is given by
Proof
We can prove this with the help of the definition of dot product and product of real number property as
Hence proved.
Geometric Interpretation of Dot Product
If we have two vectors, A and B, and let θ be the angle between them, then the dot product is given by
We know that the formula for the dot product of two vectors, A and B, is
A.B = A1B1 + A2B2 + A3B3.
Proof
For this, let A and B be two non-zero vectors. Then, A, B and A – B vectors form a triangle. The length of the triangle is IAI, IBI and IA – BI.
Then, by the use of the cosine formula, we get
Now,
Since we know that,
Therefore, we have form equation (i),
Then,
Related Articles
Solved Examples on Vector Dot Product
Example 1: If
Solution:
Unit vector perpendicular to the plane of vectors a and b –
Example 2: Find the angle between the vectors A and B where
Solution:
We know that
Example 3: Find the angle between two vectors
Solution:
We have
Let θ be the angle between a and b.
Then
⇒ cos θ = 1/(2×1) = ½
⇒ θ = π/3 .
Hence, the required angle is π/3.
Example 4.
Solution:
We have
= 15 – 4 + 2
= 13
Video Lessons
Vector and 3D – Important Questions

Vector and 3D – Important Topics

Frequently Asked Questions
Give the formula for the dot product of two vectors.
If A and B are two vectors, then the dot product is given by A.B = AB cos θ.
Is the dot product commutative?
Yes. The dot product of two vectors is commutative.
Can a dot product be equal to zero?
Yes. The dot product of perpendicular vectors is equal to zero.
What is the dot product of two parallel vectors?
The dot product of two parallel vectors is equal to the product of the magnitude of the two vectors.
Comments