How two vectors can be broken down to be rearranged to form scalars.

204 views

I am independently studying Ap Physics C: Mechanics and I am learning about dot product. However, I don’t understand how Scalar = A x B = |A| x BII. (Where A and B are vectors, the || represent magnitude, the BII means the component of B parallel to A) I can’t seem to be able to rationalize it and it frustrates me.

Edit: A bit of clarification added

In: 3

3 Answers

Anonymous 0 Comments

If you’re in a physics class you’re probably thinking about vectors as objects with magnitude and direction. Vectors are actually more complicated than that. They are actually mathematical structures. A “vector space” is a set of objects that has certain qualities and a “vector” is one element from a vector space.

A vector space actually only has vector + vector addition and vector X scalar multiplication defined on it. So it’s not actually necessarily defined what it means to multiply two vectors. So we get to make stuff up.

In physics we generally use the vector space of R^(3) (The points that make up 3D space) we usually come up with two vector X vector multiplication operations. One that results in a scalar (dot product) and one that results in a vector (cross product).

When we use these spacial vectors, we usually define the dot product to be mean “how similar are these two vectors”. So if two vectors point in exactly the same direction the dot product is just the product of the magnitudes of the vectors. When they point in opposite directions we get the negative of the magnitudes. When you multiply two vectors that are perpendicular to each other you get 0. Anywhere in between these extremes you get what you put above. It should be noted that the dot product is communicative so:

A*B=|A| X BII = |B| X AII

However this is purely conventional. This is what a dot product is because that’s what we said it is. It’s useful to define this operation for spacial vectors. It tells you how inline two vectors are, which is sometimes important to know.

When you get deeper into physics and your vectors spaces get weirder your dot product will mean different things. It’ll mean whatever is useful at the time. For instance you’ll later find out that the set of all continuous functions is a vector space, so continuous functions are actually vectors. A dot product on those involves multiplying the functions together and doing some calculus on them. In that case it tells us how much “overlap” these functions have.

So the question shouldn’t be why does the dot product do this, it should be why did we define an operation that does this.

You are viewing 1 out of 3 answers, click here to view all answers.