Finding angle through cross and dot product

AI Thread Summary
The discussion revolves around finding the angle between two vectors using both cross and dot products, which yielded conflicting results: 100.08° from the dot product and 79.92° from the cross product. The vectors in question were corrected to A = 2i + 3j + k and B = -4i + 2j - k. The calculations involved using the determinant method for the cross product and standard formulas for the dot product. It was noted that while the sine values of the angles are equal, the two methods cannot distinguish between these angles due to their mathematical properties. The term "per se" was clarified as a Latin phrase meaning "in itself."
cxiangzhi
Messages
5
Reaction score
0
By using both cross and dot products, the angle between 2 vectors can be found. But there is 1 question that I tried for countless times that the result of cross product and dot product are not the same.

Here is the vectors that I am talking about

A= 2i+3j=k
B= -4i+2j-k

The result by using dot product = 100.08°
The result by using cross product = 79.92°
 
Physics news on Phys.org
What is 2i+3j=k?

Show your steps.
 
My mistake. Its A= 2i+3j+k

AxB=-5i-2j+16k

abs(AxB) = 16.88

abs(AxB)=abs(A) x abs(B)sinθ

∴ abs(AxB)/(abs(A) x abs(B))= sinθ
∴ θ = 79.92

A.B=-3

A.B/(abs(A) x abs(B))= cos(theta)

∴θ = 100.08

The result of dot and cross product should be the same but its not in this case. Please help.
 
Last edited:
Are you using matrices to solve the cross product?
 
Yeap.. I used the determinant method to solve the cross product..
 
Observe that sin 79.92 = sin 100.08. So the cross product per se cannot distinguish between such angles.
 
Im sorry but I still have a question here.. What is per se?
 
Thanks a lot guys.. Appreciate you help.. :)
 
Back
Top