If A=<2,1,4> and B=<3,2,7>, what is AB||A||||B||?

1 Answer
May 7, 2017

AB||A||||B|| is asking for the dot product of A and B and the product of the magnitudes of vectors A and B.

For the dot product, we find the sum of the products for the x, y, and z terms, so we find that:
AB=(23)+(12)+(47)=6+228=20

For the magnitudes, we use the distance formula for 3D vectors:
d=(x2x1)2+(y2y1)2+(z2z1)2
or in this case, since the vectors already give the values of x2x1,y2y1,z2z1, we simply plug in the given values:
||A||=22+12+(4)2=21
||B||=32+22+72=62

By putting all the parts together, we get:
AB||A||||B||=202162=202162=20130256.083