How do you find the angle between the vectors #u=3i+4j# and #v=-7i+5j#? Precalculus Dot Product of Vectors Angle between Vectors 1 Answer Euan S. Jul 3, 2016 91.33 degrees Explanation: We're working in #RR^2# here. The dot product of two vectors given by #vec(u) = ((u_1),(u_2))# and #vec(v) = ((v_1),(v_2))# is given by: # vec(u)*vec(v) = u_1v_1 + u_2v_2 = |vec(u)||vec(v)|costheta# where theta is the angle between the vectors. #therefore theta = arccos[(u_1v_1 + u_2v_2)/(|vec(u)||vec(v)|)]# #|vec(u)| = sqrt(3^2+4^2) = 5# #|vec(v)| = sqrt((-7)^2 + 5^2) = sqrt(74)# #theta = arccos[((3)(-7) + (4)(5))/(5sqrt(74))] = 91.33# degrees Answer link Related questions How do I calculate the angle between two vectors? How do I find the sine of the angle between two vectors? How do I find the angle between two vectors using the law of cosines? What are common mistakes students make with angles between vectors? How do I find the angle between a vector and the x-axis? What is the dot product of two vectors that are parallel? How do I find out if vectors are parallel? What is the dot product of two vectors that are perpendicular? How do I find the angle between vectors #<3, 0># and #<5, 5>#? Consider the following vectors: v = 3i + 4j, w = 4i + 3j, how do you find the angle between v and w? See all questions in Angle between Vectors Impact of this question 48112 views around the world You can reuse this answer Creative Commons License