What is the angle between #<3 , -2 , 7 > # and # < 5, -3 , 2 > #?

1 Answer
Apr 22, 2017

the angle is approximately 43.86 degrees

Explanation:

The formula for finding the angle between vectors is:

#vecv*vecu=|vecv|xx|vecu|costheta#, where #vecv*vecu# is the dot product of the two vectors, and #|vecv|# and #|vecu|# are the magnitudes of the two vectors.

So first we need to find the dot product of the two vectors.

The dot product can be found simply adding up each corresponding element: #3xx5+(-2)xx(-3)+7xx2=15+6+14=35#

The magnitude can be found by square rooting the sum of the squares of the elements of a vector.

Magnitude of #|vecv|#: #sqrt((3)^2+(-2)^2+(7)^2)=sqrt(9+4+49)=sqrt62#

Magnitude of #|vecu|#: #sqrt((5)^2+(-3)^2+(2)^2)=sqrt(25+9+4)=sqrt38#

So now we have:
#35=sqrt62xxsqrt38costheta#
#costheta=35/(sqrt62xxsqrt38)#
#theta=cos^-1(35/(sqrt62xxsqrt38))#
That, according to the calculator, equals to 43.86.

Alternatively, you can use the sine formula, which utilizes the cross product instead of the dot product, and it is slight more complicated.