Cara Marie M. answered 10/19/14
Tutor
5.0
(3,062)
Math Major, Pursing PhD in Math, with 10+ Years of Teaching Experience
To find the angle between two vectors, you need the following theorem:
A•B = ||A|| ||B|| cosθ
That is, the dot product of 2 vectors can also be defined as the magnitude of A * magnitude of B * cosθ
The dot product of A and B is:
-3*-5 + 3*5
= 0
The magnitude of A = sqrt((-3)2 + (3)2) = sqrt(18)
The magnitude of B = sqrt((-5)2 + (5)2) = sqrt(50)
If we substitute all of that info into our equation:
A•B = ||A|| ||B|| cosθ
0 = √18 * √50 cosθ
Divide through by √18 * √50:
0 = cosθ
cos-1(0) = cos-1(cosθ)
cos-1(0) = θ
θ = 90°