Question about Scalar Product of Vectors

In summary, when using cosine to multiply two vectors, the length of one vector is multiplied by the projection of the other vector onto it. This results in a scalar that does not depend on the order of the vectors. In contrast, the cross-product uses the sine function and results in a vector. In two dimensions, the sine scalar product can work, but in three or more dimensions, there is no systematic way to determine the sign of the sine, making it unreliable.
  • #1
racer
39
0
Hello there

When multiplying two vectors, why do we multiply them with the cosine of the angle between them? why not the sine of the angle?

Thanks.
 
Mathematics news on Phys.org
  • #2
Hi,
When using cosine you actually multiply the length of one vector by the projection of the other vector on the first one. So when using cosine two perpendicular vectors would produce 0. And this is what the mathematicians wanted, a scalar that would describe the projection of one vector on the other. Notice that it doesn't matter which vector to project on the other, it is equivalent.
However, there is another kind of multiplication, with a vector product. This uses the sine function and would produce a maximum value for perpendicular vectors, and with that definition the order in which you multiply the vectors count.
 
  • #3
Yes, if you use [tex]\Large\sin\theta[/tex], then v.v = 0 for any vector v (because sin0 = 0).

So, for any two vectors v and w, (v + w)(v + w) = 0,
which means that v.v + w.w + v.w + w.v = 0,
so 0 + 0 + v.w + w.v = 0.

Since we want the scalar product not to depend on the order of the vectors (v.w = w.v), that would mean v.w = 0 for all vectors - in other words, every product is zero, which is pretty useless!

The only way out is to allow v.w = -w.v. Do you think that can work?
 
  • #4
Hey! Isn't that the cross-product! That's amazing! Why don't they teach us this stuff about vectors, instead of giving it in the just-so way that they do?
 
  • #5
vector or scalar?

qspeechc said:
Hey! Isn't that the cross-product!

Hold it! The cross-product is a vector.
Do you think you can make a scalar product (in other words, a number) which has v.w = -w.v?
 
  • #6
Racer, I really didn't understand your question. There are so many well-written books on vector algebra and so much literature and help on the same subject is available on the internet. Dot product and cross product of two vectors are just two concepts of vector algebra. If you know this already and questioning why dot product is defined that way, the answer is application. All mathematical rules and definitions are made using some application in mind. Dot product is used for finding the component of one vector along the other vector, so cosine is right. We have other concepts like triple product etc which again are defined with application in mind.
 
  • #7
Keep on doubting!

manjuvenamma said:
Racer, I really didn't understand your question.

Racer, I did understand your question, and I thought it was a perfectly sensible one! :smile:

We don't have to accept everything at face value, and sometimes it helps to check something even if it's right.

Racer, just keep on doubting, and it can only strengthen your understanding! :smile: (gosh, that sounds a bit religious, doesn't it?)
 
  • #8
tiny-tim said:
Hold it! The cross-product is a vector.
Do you think you can make a scalar product (in other words, a number) which has v.w = -w.v?


Well, wouldn't it work equally well if we were talking about vectors and cross products?
 
  • #9
qspeechc said:
Well, wouldn't it work equally well if we were talking about vectors and cross products?

Yes, I was agreeing with you! :smile:

But race originally asked about a scalar product, and it's interesting to work out whether that's possible with v.w = -w.v.

Erm … well … is it? :smile:
 
  • #10
No, it's not possible with scalars, unless either v or w are zero, since any number cannot equal its negative.(v.w = z, some other number)
 
  • #11
not logical, captain …

That's missing the point - you might as well say "any vector cannot equal its negative", and thereby prove that we can't have v.w = -w.v for vectors!

But, as you say, we can, and it's called the vector product.

So … ?
 
  • #12
No, but for scalars v.w = w.v, not necessarily so for vectors, since we must define vector multiplication in some manner, dropping certain properties of multiplication of scalars.
 
  • #13
Sorry, if we're discussing the scalar product, v.w, and w.v, the vectors are mapped to scalars, so v.w and w.v are scalars.
If we're talking about the cross product, it maps from vectors to vectors, so v.w and w.v map to vectors, not necessarily the same vectors, depending on how we define this mapping by vector product.
 
  • #15
sine scalar product works in 2 dimensions!

qspeechc said:
Sorry, if we're discussing the scalar product, v.w, and w.v, the vectors are mapped to scalars, so v.w and w.v are scalars.
If we're talking about the cross product, it maps from vectors to vectors, so v.w and w.v map to vectors, not necessarily the same vectors, depending on how we define this mapping by vector product.

Racer was right: we can use the sine of the angle to form a scalar product of two vectors (though it needs v.w = -w.v). :smile:

But racer was only right in two dimensions. :frown:

In three or more directions, it doesn't work, basically because there's no systematic way of deciding whether the sine is positive or negative.

(In two dimensions, that isn't a problem, because you can always choose the clockwise direction from v to w to define sine(vw).)
 
  • #16
Sorry if I'm coming across as thick, but won't v.w and w.v be scalars, so for scalars, how can v.w = - w.v? Zero is trivial. I don't think I quite get your answer.
 
  • #17
qspeechc said:
Sorry if I'm coming across as thick, but won't v.w and w.v be scalars, so for scalars, how can v.w = - w.v? Zero is trivial. I don't think I quite get your answer.

I think you're being misled by the fact that we've been writing v.w, which looks like ordinary multiplication (for which of course we can't have v.w = -w.v).

Suppose we call it v∆w.

Then there's no reason we shouldn't have v∆w a scalar (an ordinary number), with w∆v its negative: v∆w = -w∆v.

In fact, in ordinary two-dimensional Euclidean space, we can define v∆w (or v.w) to be the magnitude of the ordinary right-handed cross product vxw - that works fine, and does have ∆w = -w∆v (and it also uses the sine, as originally asked). :smile:
 
  • #18
Aha! Me thinks I gets it! Thanks a lot for going through all that trouble to explain it to stupid ol' me:tongue:
 
  • #19
:smile: You're very welcome, qspeechc (and obviously interested)! :smile:
 
  • #20
tiny-tim said:
Racer, I did understand your question, and I thought it was a perfectly sensible one! :smile:

We don't have to accept everything at face value, and sometimes it helps to check something even if it's right.

Racer, just keep on doubting, and it can only strengthen your understanding! :smile: (gosh, that sounds a bit religious, doesn't it?)

------------------------------------------------------------------------------

We should doubt definitions, too? Dot product was defined with cosine with an application in mind - that of finding component of one vector along another vector. That's all. New functions can be defined if we find other interesting applications for them.
Why is cosine defined adjacent side/hypotenuse?
 
  • #21
… but Racer was right …

manjuvenamma said:
We should doubt definitions, too?

[size=-2](goodness, that was 13 posts ago!)[/size]

Absolutely! :smile:

Definitions can be improved, or can have alternatives, or be given a better name!

Anyway, Racer was actually right:

tiny-tim said:
Racer was right: we can use the sine of the angle to form a scalar product of two vectors (though it needs v.w = -w.v). :smile:

But racer was only right in two dimensions. :frown:

He obviously checked it out in two dimensions, found that it worked, and came to us for a second opinion!

Should make a good PhD student! :smile:
 

1. What is the scalar product of vectors?

The scalar product of vectors, also known as the dot product, is a mathematical operation that takes two vectors and returns a single scalar value. It is calculated by multiplying the magnitudes of the two vectors and the cosine of the angle between them.

2. How is the scalar product of vectors useful in science?

The scalar product of vectors is useful in many scientific fields, including physics, engineering, and mathematics. It is used to calculate work, power, and energy in mechanics, and is also used in the study of electromagnetic fields and quantum mechanics.

3. What is the difference between scalar and vector quantities?

Scalar quantities have only magnitude, while vector quantities have both magnitude and direction. The scalar product of vectors results in a scalar quantity, while the cross product results in a vector quantity.

4. How is the scalar product of vectors calculated?

The scalar product of vectors is calculated by multiplying the magnitudes of the two vectors and the cosine of the angle between them. This can be represented as A · B = |A| |B| cosθ, where A and B are the two vectors and θ is the angle between them.

5. Can the scalar product of vectors be negative?

Yes, the scalar product of vectors can be negative. This occurs when the angle between the two vectors is greater than 90 degrees, resulting in a negative value for the cosine term in the calculation. A negative scalar product indicates that the two vectors are pointing in opposite directions.

Similar threads

Replies
3
Views
241
Replies
7
Views
2K
  • Calculus
Replies
4
Views
486
Replies
3
Views
2K
Replies
4
Views
101
Replies
9
Views
6K
  • General Math
Replies
4
Views
2K
  • General Math
Replies
2
Views
1K
  • General Math
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
758
Back
Top