If v1 = (-2,5) and v2 = (4, -3), then the angle between the two vectors is _____° Round your answer to two decimal places. Here is what I did: I multiplied vs and v2 and got -23. then |v1||v2| = √((-2)^2 + 5^2)*√(4^2 + (-3)^2) = √(29)*√(25) = √(725) -23/√(725) = -.85 radians = -48.7° Did I do it correctly?
do you know how to dot two vectors?
theta = cos^-1((v1(dot)v2)/(v1*v2))
the dot product is 4, right?
-2*4+5*-3
oh right, accidentally added
-23
theta = cos^-1((v1(dot)v2)/(|v1|*|v2|))
now do you know how to find the magnitude of the two vectors?
no
first one is sqrt((-2)^2+5^2)
sqrt 29
do the same for the second one
5
ok now cos^-1(-23/(5*sqrt(29)))
148.4°
looks right to me:)
Great, Thanks!
http://www.wolframalpha.com/input/?i=find+the+angle+between+%3C-2%2C5%3E+and+%3C4%2C-3%3E
np
remember a(dot)b = |a|*|b|*cos(theta) where theta is the angle between them and |a| = sqrt(a_1^2+a_2^2+.......+a_n^2)
so whats the answer?
Join our real-time social learning platform and learn together with your friends!