How do I find the dot product of vectors #v =2i-3j# and #w= i-j#?
1 Answer
Sep 5, 2014
The answer is
The dot product is the easier calculation to do with vectors. It is the sum of the product of the components:
#v*w=v_1*w_1+v_2*w_2#
#=2(1)+(-3)(-1)#
#=5#
The computation is the same regardless of the number of components in the vector, but the vectors must be the same size.
Recall that we can find the angle between the 2 vectors with the formula:
#v*w=||v||*||w||*cos theta#