Finding the angle between two vectors

  • Thread starter Thread starter hyde2042
  • Start date Start date
  • Tags Tags
    Angle 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
4 replies · 2K views
hyde2042
Messages
26
Reaction score
0

Homework Statement



A force F =( 6 i - 2 j ) N acts on a particle that under
goes a displacement D r = ( 3 i + j )m. Find (a) the work done
by the force on the particle and (b) the angle between F
and D r .



Homework Equations



I've found the work to be about 16N. My problem is finding the angle.

The equation thebook gives is cos(inv)* (Products of vectors A and B) / (A)(i^2+j^2)*(B)(i^2+j^2)

The Attempt at a Solution



I used cas(inv)*((VectorA * VectorB) / sqrt(6^2-2^2)(3^2+1^2))

Which came out to 26 degrees. The back of the book says 36.9 degrees for the answer. I don't think I'm missing anything. All your help is appreciated. Thank you.
 
Physics news on Phys.org
The easiest way that i can think of to find the angle between two vectors is the dot product.

Remember [itex]\vec{A}\cdot\vec{B}=|A||B|Cos(\theta)[/itex]
 
MetalManuel said:
The easiest way that i can think of to find the angle between two vectors is the dot product.

Remember [itex]\vec{A}\cdot\vec{B}=|A||B|Cos(\theta)[/itex]

That's what I used, but I still got 26.5 degrees instead of the 36.9.

I got part a correct (finding the Force on the object) so I don't think I did any previous calculations incorrectly for the numbers I'm using now.
 
Holy crap.. thank you.