Let v1 = (-6,4) and v2 = (-3, 6). What would be the angle between |v1| and |v2| ?Help is appreciated(:
Have you considered the Inner Product (or Dot product)? It leads to the cosine of the desired angle.
I know the dot product is involved but idk how to use it exactly.
do you know the equation for the dot product?
no
\(\vec{a}.\vec{b} = |\vec{a}||\vec{b}| cos(\theta)\)
<-6, 5> . <-3, 6> = |<-6, 5>| |<-3, 6>| cos(theta)
if your studying 2D vectors that equation should be in your text book?
simplify
over to you now JV
when u knw the components, u can compute the dot product by :- *multiply the same components *add them
<-6, 5> . <-3, 6> = |<-6, 5>| |<-3, 6>| cos(theta) ----------------
that becomes : (-6)*(-3) + (5)(6)
(-6)*(-3) + (5)(6) = |<-6, 5>| |<-3, 6>| cos(theta) see if u can take it from here
okay, thanks I think I can take it from there. But can you also please help on how to find the scalar projection of v1 onto v2? @ganeshie8
Join our real-time social learning platform and learn together with your friends!