How do you find the angle between the vectors v=3i-2j, w=2i+2jv=3i2j,w=2i+2j?

2 Answers
May 31, 2017

Compute the dot-product:

vecv*vecw = 3(2)+(-2)(2)vw=3(2)+(2)(2)

vecv*vecw = 2vw=2

Compute the magnitudes:

|vecv| = sqrt(3^2+ (-2)^2)v=32+(2)2

|vecv| = sqrt13v=13

|vecw| = sqrt(2^2+2^2)w=22+22

|vecw| = sqrt8w=8

Use the formula, vecv*vecw = |vecv||vecw|cos(theta)vw=vwcos(θ) to solve for the angle between the vectors, thetaθ:

2 = sqrt13sqrt8cos(theta)2=138cos(θ)

2 = sqrt(104)cos(theta)2=104cos(θ)

cos(theta) = 2/sqrt104cos(θ)=2104

theta ~~ 78.69^@θ78.69

May 31, 2017

78.69^@78.69

Explanation:

"from the definition of the "color(blue)"scalar (dot) product"from the definition of the scalar (dot) product

• ulv.ulw=|ulv||ulw|costheta

rArrcostheta=(ulv.ulw)/(|ulv||ulw|)to(color(red)(1))

"where " theta" is the angle between " ulv" and " ulw

"also if " ulv=((x_1),(y_1))" and " ulw=((x_2),(y_2))

rArrulv.ulw=x_1x_2+y_1y_2

|ulv|=sqrt(x_1^2+y_1^2),|ulw|=sqrt(x_2^2+y_2^2)

"here" ulv=((3),(-2))" and " ulw=((2),(2))

rArrulv.ulw=(3xx2)+(-2xx2)=2

rArr|ulv|=sqrt(3^2+(-2)^2)=sqrt13

rArr|ulw|=sqrt(2^2+2^2)=sqrt8

"substitute these results into "(color(red)(1))

rArrcostheta=2/(sqrt13xxsqrt8)

rArrtheta~~78.69^@" to 2 dec. places"