Confusion over angle between vectors

AI Thread Summary
Confusion arises when determining the angle between two vectors using dot and cross products, as the cross product can yield two angles while the dot product provides a unique angle due to the arccosine function's range. The angle between vectors should always be the smaller angle, not exceeding 180 degrees. The dot product gives the angle based on the cosine of the angle, while the cross product relates to the sine. It's important to remember that the angle between the vectors remains consistent regardless of the method used, as it simply represents the angle between their directions. Understanding these concepts clarifies the relationship between the two methods and helps avoid confusion.
ThomasMagnus
Messages
138
Reaction score
0

Homework Statement



I have been doing dot and cross product recently. I get how to calculate everything; however, I am confused about which angle to use when asked to find the angle between two vectors. When you use the cross product, you always end up with 2 answers, for example 120° and 60°. However, if you were to find the angle between them using dot product, you would only get one unique answer, as cos 120 and cos 60 are the opposite sign. So my question is, when asked to find the angle between two vectors given in i j k notation, is it best to always do it using dot product to avoid this confusion?

Also, is it correct to say that the angle found between vectors using the dot product MUST be the same as when using the cross product method?

Homework Equations



\vec{a}\bullet\vec{b}=|a||b| cos \theta

\vec{a} \times \vec{b}=|a||b| sin \theta

The Attempt at a Solution



N/A
 
Last edited:
Physics news on Phys.org
When in doubt, revert to basics:

a = ax i + ay j
b = bx i + by j
a dot b = ax bx + ay by since i dot i = j dot j = 1
a x b = set up the determinant:
1st row: i j k
2nd row: ax ay 0
3rd row bx by 0
 
Last edited:
rude man said:
When in doubt, revert to basics:

a = ax i + ay j
b = bx i + by j
a dot b = ax bx + ay by since i dot i = j dot j = 1
a x b = set up the determinant:
1st row: i j k
2nd row: ax ay 0
3rd row bx by 0


Thing is, I never do it that way really. I guess since arccosine is defined between 0,pi it will have to give the unique and only possible angle?

Thanks :)
 
ThomasMagnus said:
Thing is, I never do it that way really. I guess since arccosine is defined between 0,pi it will have to give the unique and only possible angle?

Thanks :)

I understand.

I believe the instructions say "the angle between the directions of the vectors". So if you pick the SMALLER angle between the two vectors you will get the right answer. So that angle never exceeds 180 deg.

For the cross-product you still also need to understand and remember the right-hand rule to get the direction of the cross-product vector. That vector will always be perpendicular to both a and b.
 
rude man said:
I understand.

I believe the instructions say "the angle between the directions of the vectors". So if you pick the SMALLER angle between the two vectors you will get the right answer. So that angle never exceeds 180 deg.

For the cross-product you still also need to understand and remember the right-hand rule to get the direction of the cross-product vector. That vector will always be perpendicular to both a and b.

Say you use dot product and get 109 degrees, and using cross product you get 71 or 109. It would have to be 109 right?
 
ThomasMagnus said:
Say you use dot product and get 109 degrees, and using cross product you get 71 or 109. It would have to be 109 right?

I don't quite understand your question.

The "angle between the directions" has nothing to do with whether you're finding the dot or the cross product. It's just the angle between the two vectors.

For dot product the answer is |a|*|b| cosθ and for the cross product the answer is |a|*|b| sinθ with direction determined by the right-hand rule.

You don't "get" an angle to determine either product.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top