How to Find the Angle Between Two Vectors?

  • Thread starter Thread starter Michaelh926
  • Start date Start date
  • Tags Tags
    Angle Vectors
AI Thread Summary
To find the angle between two vectors given their dot product and cross product, the magnitude of the cross product |u x v| is calculated as |u x v| = √(2^2 + 3^2 + 1^2) = √14. Using the relationship |u x v| = |u||v|sinθ and the dot product u·v = |u||v|cosθ, the equations can be combined to derive tanθ = √14/5. Solving for θ using arctan(√14/5) provides the angle in degrees. This method allows for determining the angle without needing the individual vectors u and v.
Michaelh926
Messages
6
Reaction score
0
Question:
Let u·v = 5 and u×v = 2i+3j+k. Determine the angle (in degrees to one
decimal place) between the two vectors.

Im not sure on what to do with the equation given since other examples that were done i was given separate equations for u and v

We were told this formula will be used but not sure how to get u and v.
|u x v|=|u||v|sinθ

Thanks in advance to anyone that helps
 
Physics news on Phys.org
Michaelh926 said:
Question:
Let u·v = 5 and u×v = 2i+3j+k. Determine the angle (in degrees to one
decimal place) between the two vectors.

Im not sure on what to do with the equation given since other examples that were done i was given separate equations for u and v

We were told this formula will be used but not sure how to get u and v.
|u x v|=|u||v|sinθ

Thanks in advance to anyone that helps
What is the value of |u x v|? From that you should be able to work out the value of tanθ and then θ without needing to find u or v.

AM
 
What is the value of |u x v|?

so, the value of |u x v|=sqrt(2^+3^+1^)?

then substitute it so it will be |sqrt(2^+3^+1^)|=|u||v|sinθ?
 
Andrew Mason said:
What is the value of |u x v|? From that you should be able to work out the value of tanθ and then θ without needing to find u or v.

AM

so, the value of |u x v|=sqrt(2^+3^+1^)?

then substitute it so it will be |sqrt(2^+3^+1^)|=|u||v|sinθ?
 
Michaelh926 said:
so, the value of |u x v|=sqrt(2^+3^+1^)?

then substitute it so it will be |sqrt(2^+3^+1^)|=|u||v|sinθ?

You're missing the exponents of 2 (squares), but yes.

Now find a similar expression for the dot product, divide and form a simple trig equation.
 
Curious3141 said:
You're missing the exponents of 2 (squares), but yes.

Now find a similar expression for the dot product, divide and form a simple trig equation.
Sorry, forgot to put the exponents in.

So will this be what it comes to...
sinθ=sqrt(14)/5 then solve for theta?
 
Last edited:
Michaelh926 said:
Sorry, forgot to put the exponents in.

So will this be what it comes to...
sinθ=sqrt(14)/5 then solve for theta?
Not quite. You said:

(1) uvsinθ = √14

(2) uvcosθ = 5


Solve for θ.

AM
 
Michaelh926 said:
Sorry, forgot to put the exponents in.

So will this be what it comes to...
sinθ=sqrt(14)/5 then solve for theta?

No. Isn't there a cos θ in the definition of the dot product?

Andrew Mason's post gives you the equations you should divide.
 
Curious3141 said:
No. Isn't there a cos θ in the definition of the dot product?

Andrew Mason's post gives you the equations you should divide.

so is it

√14/sinθ=5/cosθ
tanθ=√14/5
θ=arctan(√14/5)?
 
  • #10
Michaelh926 said:
so is it

√14/sinθ=5/cosθ
tanθ=√14/5
θ=arctan(√14/5)?

Yes.
 
  • #11
Curious3141 said:
Yes.

:) now i understand it.

thank you to everyone that helped
 

Similar threads

Back
Top