Scalar product to find angle between two vectors

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 28K views
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.