Finding the angle between vectors A=-3i+4j and B=2i+3j

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 11K views
UrbanXrisis
Messages
1,192
Reaction score
1
vectors -- basic help

Two vectors are given by A=-3i+4j and B=2i+3j. I need to find the angle between A and B

I know AxB is 17k because:
-3i+3j + 4j*2i = -9k-8k = 17k

I'm not sure how to find the vector
 
Physics news on Phys.org
UrbanXrisis said:
Two vectors are given by A=-3i+4j and B=2i+3j. I need to find the angle between A and B

I know AxB is 17k because:
-3i+3j + 4j*2i = -9k-8k = 17k

I'm not sure how to find the vector
Do you know how to find the dot product? (It's very similar to the cosine difference identity in trigonometry)

Edit: By the way, AxB is -18k, not 17k. You have to cross multiply (-3*2)-(4*3) to find the cross product.
 
Last edited:
my book says -17k for an answer. It might be wrong or something.

To find the angle between A and B...
sin^(-1)[AXB]/[AB]
where AXB is the cross product... and AB is ??

not sure what the equation is says
 
UrbanXrisis said:
my book says -17k for an answer. It might be wrong or something.

To find the angle between A and B...
sin^(-1)[AXB]/[AB]
where AXB is the cross product... and AB is ??

not sure what the equation is says
Yeah, it's -17k. What ever gave you the idea it wasn't? (Okay, I admit, the second time I looked at it, I looked at your -3i + 3j and thought I was looking at your two vectors).

Yes, that would work, since your cross product only has one component - otherwise you'd need the norm. A dot B over the product of the norms also works, but gives you the cosine of the angle, instead.

In other words, you'd wind up with (-3*2)+(4*3)/(5*√13) = cos (θ)
 
The first question you said was " I need to find the angle between A and B"
then "my book says -17k for an answer." You do understand that "-17k" is not an angle, don't you?

Yes, it is true that the length of uxv is |u||v|sin(θ) and you can use that to find the angle. But the cross product is much more complicated than the dot product and u.v is |u||v|cos(θ) that's a much simpler way to find the angle.