Scalar product to find angle between two vectors

AI Thread Summary
The discussion focuses on using the scalar product definition to find the angle between two vectors, a and b. The scalar product is calculated as a·b = axbx + ayby + azbz, leading to an initial result of AdotB = 38. The magnitudes of the vectors are computed as A = 6.63 and B = 7.81. A calculation error was identified when the values of ay and by were switched, which led to an incorrect angle result of 42.79 degrees. The correct approach highlights the importance of careful arithmetic in vector calculations.
noeinstein
Messages
14
Reaction score
0
Use the definition of scalar product, a·b = ab cos , and the fact that a·b = axbx + ayby + azbz (see Problem 46) to calculate the angle between the two vectors given by a = 2.0 i + 6.0 j + 2.0 k and b = 4.0 i + 3.0 j + 6.0 k.

AdotB= 8i + 18j + 12k

A=sqrt(2^2 + 6^2 + 2^2)=6.63
B=sqrt(4^2 + 3^2 + 6^2)=7.81

AdotB=(6.63)(7.81)cosΘ

Θ=acos(38/51.78)

Θ=42.79=WRONG
 
Physics news on Phys.org
Check your arithmetic.
 
I went over it again and got the same answer.
 
Then why do you think it's wrong?
 
because the online assignment is giving me a big fat red X. lol
 
Then I'll admit to making whatever mistake you've apparently made. :D
 
Never mind. Got it. I switched the values of ay and by. Thanks.
 
:d.. dah
 
Back
Top