Understanding Vector Multiplication

  • Context: Undergrad 
  • Thread starter Thread starter Hopjopper
  • Start date Start date
  • Tags Tags
    Multiplication Vector
Click For Summary

Discussion Overview

The discussion revolves around the concept of vector multiplication, specifically focusing on the dot product and its distinction from other forms of multiplication, such as vector addition. Participants explore the mathematical formulation of these operations and their implications in understanding vector relationships in two-dimensional space.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant expresses confusion about the dot product, questioning why certain terms are omitted in its calculation compared to a general multiplication of vector components.
  • Another participant suggests that the confusion is fundamental and recommends studying introductory texts on vectors and vector operations.
  • A participant clarifies that the terms a_x * b_y and a_y * b_x are not part of the dot product, which only includes the products of corresponding components.
  • One participant proposes a new type of vector product based on their interpretation, referencing the product of Manhattan norms.
  • A later reply indicates that the dot product relates to the magnitude of vectors and the cosine of the angle between them, emphasizing the directional aspect of the operation.
  • Another participant highlights the importance of including unit vectors in the formulation of vector products to clarify the calculations involved in the dot product.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the understanding of vector multiplication, with some expressing confusion and others providing clarifications. Multiple perspectives on the nature of vector operations and their interpretations remain present.

Contextual Notes

Some participants' statements reflect incomplete assumptions about vector notation and operations, particularly regarding the inclusion of unit vectors and the distinction between different types of vector products.

Hopjopper
Messages
4
Reaction score
0
Hi i am trying to understand this thoroughly

Basically i am trying to understand vector multiplication, i don't know if it is the cross product or the dot product i am thinking of

Okay so here is the question and what is confusing me in the answer

So if we have two vectors and we multiply them

a.b this in my mind as i understand it means this(in 2d):

(a_x + a_y ) * (b_x +b_y) = a_x * b_x + a_x * b_y + a_y * b_x + a_y * b_y

now i don't understand why the dot product misses these in the centre? and goes straight to only a_x * b_x + a_y * b_y (or the other way a.b.cos(theta))

what is it exactly that is being multiplied here? and furthermore what exactly is being found here?

if i wanted to move a vector from position a -> position b , by using the dot product am i finding that space in between? (i.e the vector which is required to be added to a to transform vector a to b?)

its really confusing me all of this?
 
Physics news on Phys.org
Your confusion is quite fundamental. You probably need to find a good introductory text on vectors and vector operations and study it.

The dot product shouldn't be hard to understand. It has an algebraic and a geometric significance and has lots of applications in physics.

A good textbook will explain all this.
 
PeroK said:
Your confusion is quite fundamental. You probably need to find a good introductory text on vectors and vector operations and study it.

The dot product shouldn't be hard to understand. It has an algebraic and a geometric significance and has lots of applications in physics.

A good textbook will explain all this.
can you just explain this to me if you don't mind

what happens to a_x * b_y + a_y * b_x
 
Nothing happens to them. These terms are simply not part of the dot product.
 
Last edited:
okay i have understood this and sorted it out

this is what i was looking for

i did confuse the dot product with vector addition

so if i have a vector


/|
/ |
/ | 7
/ |
5

and i wanted to move this point to say
/|
/ |
/ |8
/ |
3

i would need to add the vector

/|
/ | 1
/ |
-2

and dot product is actually only multiplying a vector which has nothing to do with the components but rather with the complete vector magnitude itself

such as a . b would be (if the angle between them is 15 degrees/radians)

a.b cos(15) because you would be getting the component of b which is in line with vector a so that they are both in the same direction and simply multiply them as if they are another scalar * vector multiplication
 
Hopjopper said:
(a_x + a_y ) * (b_x +b_y) = a_x * b_x + a_x * b_y + a_y * b_x + a_y * b_y

Your vectors are incomplete because they don't include the unit vectors: $$\vec A = a_x \hat x + a_y \hat y \\ \vec B = b_x \hat x + b_y \hat y$$ The product is $$ \vec A \cdot \vec B = (a_x \hat x + a_y \hat y) \cdot (b_x \hat x + b_y \hat y) \\ \vec A \cdot \vec B = a_x b_x (\hat x \cdot \hat x) + a_x b_y (\hat x \cdot \hat y) + \cdots$$ I'll let you fill in the rest. Some of the dot products of unit vectors equal zero, and some equal 1.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K