Michael D. answered 05/14/23
PhD in Math with 20+ Years Teaching and Tutoring Experience
u=<−15,−8> and v=<-1,5>
The simplest way is to use a dot product. If θ is the angle between u and v, then
cos θ = (u.v)/(||u||*||v||)
In this case:
u.v = (-15)(-1) + (-8)(5) = -25
||u|| = sqrt((-15)^2 + (-1)^2) = sqrt(289)
||v|| = sqrt((-8)^2 + 5^2) = sqrt(26)
...giving cos θ ≈ -0.2884. Therefore θ ≈ 1.8634 radians or 106.7626 degrees.
Michael D.
05/14/23