Consider the following vectors: v = 3i + 4j, w = 4i + 3j, how do you find the angle between v and w?

1 Answer
Nov 5, 2015

I found: #theta=16.26^@#

Explanation:

We could try using the SCALAR PRODUCT between them:

#vecv*vecw=|vecv||vecw|cos(theta)=v_xw_x+v_yw_y#

Where you have that the scalar product is equal to the product of the modulii times the cosine of the angle between the vectors AND equal to the sum of the products between the components of the two vectors, or:

#|vecv||vecw|cos(theta)=v_xw_x+v_yw_y#

Now:

#|vecv|=sqrt(3^2+4^2)=sqrt(25)=5#
#|vecw|=sqrt(4^2+3^2)=sqrt(25)=5#
#v_xw_x+v_yw_y=3*4+4*3#

so:
#5*5*cos(theta)=3*4+4*3#
#25cos(theta)=24#
#theta=arcos(24/25)=16.26^@#