Why sine is used for cross product and cosine for dot product?

Click For Summary
SUMMARY

The discussion clarifies the mathematical rationale behind using sine for the cross product and cosine for the dot product of vectors. The cross product, represented as |A||B|sin(θ), calculates the area of the parallelogram formed by two vectors, where θ is the angle between them. Conversely, the dot product, expressed as |A||B|cos(θ), determines the projection of one vector onto another, effectively measuring how much one vector extends in the direction of the other. The choice of sine and cosine is rooted in the geometric properties of vectors and their relationships in Euclidean space.

PREREQUISITES
  • Understanding of vector mathematics
  • Familiarity with trigonometric functions (sine and cosine)
  • Knowledge of geometric interpretations of vectors
  • Basic proficiency in LaTeX for vector notation
NEXT STEPS
  • Study vector projections and their applications in physics
  • Explore the geometric interpretation of sine and cosine in vector spaces
  • Learn about the applications of cross product in torque and rotational dynamics
  • Investigate the role of dot product in work and energy calculations
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who seek to deepen their understanding of vector operations and their practical applications in various fields.

ddnath
Messages
16
Reaction score
0
While we calculate cross product of two vectors let A and B
we write ABsinθ.

And while we calculate dot product of them we write ABcosθ.

Why particularly we use sinθ for cross product and cosθ for dot product.Is there any physical reason why we choose sine for cross product and cosine for dot product or is it convention?


*(how can I write vector variables?i don't know.that's why i wrote vector variables without vector (→) sign.)
 
Last edited:
Physics news on Phys.org
The primary purpose of "cross product" is to calculate areas. If you have two vectors, \vec{u} and \vec{v}, the area of the parallelogram having those two vectors as two sides is, of course, "base times height". The "base" is the length of one of the vector, |\vec{u}|, say. To Find the "height", draw a line from the tip of \vec{v} perpendicular to \vec{u}. That gives a right triangle having |\vec{v}| as hypotenuse. The "height" is the length of the "opposite side" which is given by |\vec{v}|sin(\theta) where \theta is the angle between the vectors. That is, the area of the parallelogram formed by vectors \vec{u} and \vec{v} is |\vec{u}||\vec{v}|sin(\theta).

A primary use of the dot product, on the other hand, is to find the projection of one vector on the other. Again, draw a line from the tip of \vec{u} perpedicular to \vec{v}. The projection of \vec{u} onto \vec{v} is now the near side of the right triangle produced. Its length is |u|cos(\theta). To find the actual vector projection, multiply that length by a unit vector in the direction of \vec{v} which is \vec{v}/|\vec{v}. That is, the vector projection of \vec{u} on \vec{v} is given by |\vec{u}|cos(\theta)\left[\vec{v}/|\vec{v}|\right] which we can simplify by multiplying both numerator and denominator by |\vec{v}|:
\frac{|\vec{u}||\vec{u}|cos(\theta)}{|\vec{v}|^2} \vec{v}
The numerator of that fraction is \vec{u}\cdot\vec{v}.

I have done the vectors and other math symbols by using "LaTeX" which is implemented on this board To see the code used, click on the formula or click on "quote". There are several tutorials on the internet.
 
  • Like
Likes   Reactions: MANOB DAS and PinkRose
I think the cos in the dot product and the sin in the cross product are used because they give simple formulas. If you wanted to calculate a dot product that used sin instead, you wouldn't get a nice and simple formula for calculating it like x1*x2+y1*y2+z1*z2, as it is when you use cos. With the cross product, you get something much nastier if you want the length of the vector be related to cos instead of sin. With sin you get a nice and simple formula. Then there are various uses figured out for them, such as the cross product in various physical laws etc.
 
This just has to do with rotations of vectors. Consider a 2D vector space spanned by e_1, e_2. If a vector a forms an angle \theta with e_1, then its components are

a = e_1 \cos \theta + e_2 \sin \theta

The geometry of Euclidean space dictates that the vector will have this form--rotations naturally involve cosines and sines. The cosine expresses that the less this vector a is rotated, the more it has in common with e_1, for instance.
 
The basic reason is that θ is the angle between the vectors involved, so the formulas for dot and cross product are the correct expressions in terms of this angle. There is no alternative.
 
as others have said, one involves projecting on the line parallel to a given one (hence cosine), and the other involves projecting on the line perpendicular to a given one (sine).
 
For example if you have to vectors \vec{A}=(f,g,h) and \vec{B}=(u,v,w). Their lengths are then A= \sqrt{f^2+g^2+h^2} and B= \sqrt{u^2+v^2+w^2}. The length of the vector connecting their endpoints is C=\sqrt{(f-u)^2+(g-v)^2+(h-w)^2}=\sqrt{f^2-2fu+u^2+g^2-2gv+v^2+h^2-2hw+w^2}.
From the cosine theorem we have C^2=A^2+B^2-2ABcos(\alpha), where \alpha is the angle between the two vectors.
From it we get that ABcos(\alpha)=\frac{A^2+B^2-C^2}{2}=\frac{f^2+g^2+h^2+u^2+v^2+w^2-f^2+2fu-u^2-g^2+2gv-v^2-h^2+2hw-w^2}{2}=\frac{2fu+2gv+2hw}{2}=fu+gv+hw.
A lot of that stuff canceled and now we got a nice formula for calculating ABcos(\alpha) just from the components of the vectors.
However, let's say we want ABsin(\alpha) in terms of the components of the vectors.
Then AB\sqrt{1-sin^2(\alpha)}=fu+gv+hw
A^2B^2(1-sin^2(\alpha))=(fu+gv+hw)^2
A^2B^2sin^2(\alpha)=A^2B^2-(fu+gv+hw)^2
ABsin(\alpha)=\sqrt{A^2B^2-(fu+gv+hw)^2}=\sqrt{(f^2+g^2+h^2)(u^2+v^2+w^2)-(fu+gv+hw)^2}=
=\sqrt{f^2v^2+f^2w^2+g^2u^2+g^2w^2+h^2u^2+h^2v^2-2fugv-2fuhw-2gvhw}
I can't think of a way of simplifying that any further. Now that isn't a very nice formula, and probably not useful at all to memorize this, easier to start with the cos one and work from there if you ever need to derive ABsin(a) from the vector components.
Sorry couldn't get the right notation for the vector lengths.
 
ddnath said:
Is there any physical reason why we choose ...

Let me offer you a basic physical justification.

First dot product:
If the vectors are pointing in the same direction the dot product gives you the full product of their magnitudes |A||B| since cos(0) =1. If the vectors are not pointing in the same direction the dot product gives you less. When they are pointing at 90 degree angles to each other it gives you zero. In other words the dot product is the actual product but reduced as the angle between the vectors increases. Imagine pulling a wagon by its handle. You are trying to pull it horizontally, but the handle is at some angle. The steeper the angle the less of your pulling effort works horizontally. If the angle is at 90 degrees (straight up) you will not be able to pull the wagon horizontally no matter how hard you pull. You will be able to pull it the easiest if the handle is horizontal (angle 0). This is an example of use of dot product.

Cross product:
Here if the vectors are at 90 degree angles to each other you get the full product of their magnitudes |A||B|. As the angle *decreases* you get less, and at 0 degrees you get 0 (just opposite of dot product). Imagine pulling on a big wrench in order to twist off a tight bolt. Your best bet is to pull in a direction that is at a right angle to the wrench. If you pull at a smaller angle, less of your effort will be torquing the bolt. If you pull at a 0 degree angle (along the length of the wrench) none of your effort is working to untwist bolt. This is an application where cross product is used.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
5K
  • · Replies 32 ·
2
Replies
32
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
21
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K