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.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top