Multiplication using dot product.

AI Thread Summary
The discussion revolves around using the dot product to find the angle between two vectors A and B. The user initially miscalculated the dot product A.B and mistakenly used the arctangent function instead of the correct cosine function in their calculations. After some back-and-forth, it was clarified that the formula for the dot product involves cosine, leading to the realization that the user needed to use the correct approach. Ultimately, the user acknowledged the mistake and expressed gratitude for the assistance. The thread highlights the importance of correctly applying mathematical formulas in vector calculations.
AryRezvani
Messages
65
Reaction score
0

Homework Statement



nxtje9.jpg


Homework Equations



Tan θ=A.B/|A|*|B|

The Attempt at a Solution



A=4i-9j
B=9i-6j

A.B=-18
Magnitude of A = √97
Magnitude of B = √117

Solve that out using Cos-1 (-18/Sqr97*Sqr117) and I keep getting the wrong answer.
 
Physics news on Phys.org
Check the value you've calculated for A.B :wink:
 
gneill said:
Check the value you've calculated for A.B :wink:

Ahh just caught that. Replugged in the values, and still came out wrong.

Work:

Plugged in 90/(Sqr97*Sqr117) = .8448190756

Tan-1 (.84481...) = 40.191 degrees.

Plugged that into online homework and it was wrong apparently.
 
Check you definition of A.B in terms of magnitudes and angle. You used a correct method in the final line of your first post.
 
gneill said:
Check you definition of A.B in terms of magnitudes and angle. You used a correct method in the final line of your first post.

Could you specify? Are you referring to A.B=|A||B|Cosθ?

Edit: nevermind, got it!
 
AryRezvani said:
Could you specify? Are you referring to A.B=|A||B|Cosθ?

Yup. The formula involves a cosine, so why are you employing ##tan^{-1}##?
 
gneill said:
Yup. The formula involves a cosine, so why are you employing ##tan^{-1}##?

Hahaha thanks, took me a while to catch that.. sadly.
 
AryRezvani said:
Hahaha thanks, took me a while to catch that.. sadly.

Glad I could help :smile:
 
Back
Top