Trying to understand dot product of two DIFFERENT vectors

In summary, the Pythagorean theorem is used to find the length and square of a vector, while the dot product is used to find the dot product of a vector with itself. The dot product can also be used to find the projection of one vector onto another and is a measure of the intertwined relationship between two vectors in terms of their length and orientation. It is bilinear and can be written in terms of components or as matrices. The dot product is special because it is coordinate independent and can be generalized into inner products in linear algebra.
  • #1
symbolipoint
Homework Helper
Education Advisor
Gold Member
7,283
1,769
Understanding the use of Pythagorean theorem for the length and square of a vector and how this is the dot product of a vector with itself is no problem. I'm trying to look inside the meaning of the dot product of two different vectors and understand it. I can also accept (just following the dot product definition) the use or meaning of cosine of the angle between two vectors and derivation for this as part of their dot product; but I just cannot understand the meaning of the dot product of two different vectors in a clear way.

I have already looked in some YouTube videos and seen a couple of wikipedia articles.

Is this just supposed to be unintuitive, and we must just accept it?
v*v, okay no trouble.
u*w, not understood, only can blindly follow the definition.
 
Mathematics news on Phys.org
  • #2
We can define the projection of a vector ##v## onto another vector ##w## as ##\text{proj}_{w}v = \frac{v\cdot w}{\left \| w \right \|^{2}}w##. So we can view ##v \cdot w## as a way of picking out the part of ##v## along ##w## or vice versa (if we wanted the projection of ##w## onto ##v##).
 
  • #3
First the dot product is a product so it is induced by a linear operator. Second the dot product should be coordinate independent so that operator must be the identity. We can also note it is reasonable that the dot product can be written in terms of the lengths and angle as those determine the coordinate free relationship between the two vectors.
 
  • #5
Its a relation between two vectors in terms of their length and orientation.

If you normalize both vectors then its purely in terms of orientation, but if you don't then its a measure that represents that intertwined relationship (i.e. length and orientation).

It also does this within the plane that spans those vectors so there is a geometric aspect with regards to this sub-space: (i.e. it is made relative to the vectors and its space being considered).

Relating two objects together is the same as relating two scalars together: the thing is though that vectors carry length along with orientation so the relation must take into account both as opposed to just the length (or magnitude) if you are going to use a single number.
 
  • #6
An important property of the dot product is that it is bilinear (linear in both the first and second argument). This means
[tex]
(c\mathbf{v}) \cdot \mathbf{w} = c(\mathbf{v} \cdot \mathbf{w}) \\
(\mathbf{v}_1 + \mathbf{v}_2) \cdot \mathbf{w} = \mathbf{v}_1 \cdot \mathbf{w} + \mathbf{v}_2 \cdot \mathbf{w}
[/tex] and similar when you have scalar multiple or sum of vectors on the right side. But these properties still don't make the dot product unique. There are other possible bilinear operators. But for those other operators, there is an appropriate basis [itex] \beta [/itex], such that if you write the vectors in terms of [itex] \beta [/itex], then the bilinear operator reduces to the dot product. In fact, if you have defined a bilinear operator already, then any other bilinear operator can be defined in terms of the first one by choosing a different basis. So why is the dot product special instead of the other bilinear operators? Its because in terms of the components of the vectors, the dot product is simply
[tex] \mathbf{v} \cdot \mathbf{w} = (v_1, \dotsc, v_n) \cdot (w_1, \dotsc, w_n) = v_1w_1 + \dotsb + v_nw_n = \mathbf{v}I\mathbf{w}^t
[/tex] We look at the vectors as matrices on the very right side with [itex] I [/itex] being the identity matrix. Turns out all other bilinear operators can be defined in a similar way but using other square matrices instead of [itex] I [/itex]. Because of these nice properties of the dot product, it is generalized into inner products in linear algebra.
 

What is the dot product of two vectors?

The dot product of two vectors is a mathematical operation that results in a scalar quantity. It is used to determine the relationship between two vectors by calculating the projection of one vector onto the other.

How is the dot product calculated?

The dot product is calculated by multiplying the corresponding components of the two vectors and then adding the results. For example, if vector A = [a1, a2, a3] and vector B = [b1, b2, b3], then the dot product is a1b1 + a2b2 + a3b3.

What is the geometric interpretation of the dot product?

The dot product can be interpreted as the product of the magnitudes of the two vectors and the cosine of the angle between them. It can also be seen as a measure of how much the two vectors are aligned with each other.

What does a positive or negative dot product indicate?

A positive dot product indicates that the two vectors are in the same direction or are parallel, while a negative dot product indicates that the two vectors are in opposite directions or are anti-parallel.

How is the dot product used in applications?

The dot product has many applications in mathematics, physics, and engineering. It is used to calculate work, determine the angle between two vectors, and find the projection of one vector onto another. It is also used in computer graphics and machine learning algorithms.

Similar threads

  • General Math
Replies
4
Views
2K
  • Calculus
Replies
4
Views
516
  • Linear and Abstract Algebra
Replies
33
Views
829
  • Linear and Abstract Algebra
Replies
14
Views
643
  • Introductory Physics Homework Help
Replies
4
Views
1K
Replies
5
Views
1K
Replies
5
Views
4K
Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
16
Views
2K
Back
Top