Question
Question: What is the relation between dot product and cross product?...
What is the relation between dot product and cross product?
Solution
The dot product and the cross product are the two operations which act on the vectors. The dot product of two vectors gives a scalar quantity. And the cross product of two vectors gives a vector quantity.
Complete step by step solution:
There are two types of multiplication in vector algebra. They are dot product and cross product. We use both of these operations on the vectors. The dot product of two vectors gives us a scalar quantity and the cross product of two vectors gives us a vector quantity. Since the dot product produces a scalar quantity from the vectors, it is also called the scalar product. Since the cross product produces another vector when it acts on the vectors, it is also called the vector product.
Suppose there are two 3-dimensional vectors A=a1i^+a2j^+a3k^ and B=b1i^+b2j^+b3k^.
If we are asked to find the dot product of the vectors given above, what we have to do is to multiply the corresponding coordinate values and add them together to get the required scalar quantity.
That is, the dot product of the vectors A and B is given by
⇒A⋅B=(a1i^+a2j^+a3k^)⋅(b1i^+b2j^+b3k^)
The multiplication is similar to the polynomial multiplication.
But here, we get the dot product as
⇒A⋅B=(a1⋅b1)+(a2⋅b2)+(a3⋅b3)
And the reason for this is i^⋅i^=j^⋅j^=k^⋅k^=1 and i^⋅j^=j^⋅k^=k^⋅i^=j^⋅i^=k^⋅j^=i^⋅k^=0.
So, if we go back to the first step, we will get the second step as
⇒A+B=(a1.b1)(i^⋅i^)+(a2⋅b2)(j^⋅j^)+(a3.b3)(k^⋅k^)+(a1.b2)(i^⋅j^)+(a1⋅b3)(i^⋅k^)+(a2.b1)(j^⋅i^)+(a2⋅b3)(j^⋅k^)+(a3.b1)(k^⋅i^)+(a3⋅b2)(k^⋅j^)
So, we get
⇒A+B=(a1.b1)1+(a2⋅b2)1+(a3.b3)1+0.
Our answer is
⇒A+B=(a1.b1)+(a2⋅b2)+(a3.b3).
And this is a scalar quantity.
Now, let us try to find the cross product of the vectors A and B.
The cross product of these two vectors is the following determinant:
⇒A×B= i^ j^k^a1 a2a3b1 b2b3
The point to be noted is i^×j^=k^,j^×k^=i^,k^×i^=j^,j^×i^=−k^,k^×j^=−i^,i^×k^=−j^ and i^×i^=j^×j^=k^×k^=0.
And the determinant is a vector quantity.
The relation between dot product and cross product is,
⇒(u×v)⋅u=0⇒(u×v)⋅v=0.
Note: The dot product of two vectors A and B can be defined in terms of the angle θ made by them as A⋅B=∣A∣∣B∣cosθ where ∣A∣=(a1)2+(a2)2+(a3)2 and ∣B∣=(b1)2+(b2)2+(b3)2. Similarly, the cross product of two vectors A and B can be defined in terms of the angle θ made by them as A⋅B=∣A∣∣B∣sinθn^ where n^ is the unit vector, ∣A∣=(a1)2+(a2)2+(a3)2 and ∣B∣=(b1)2+(b2)2+(b3)2.