If #A = <7 ,-5 ,4 >#, #B = <4 ,-8 ,-3 ># and #C=A-B#, what is the angle between A and C?

1 Answer
Feb 11, 2016

First step is to find Vector #C#:
#C = A-B#
# = <7,-5,4>#-#<4,-8,-3> = <3,3,7>#

Angle between #A# and #C#:

#theta = cos^-1((A*C)/(|A||C|))=cos^-1(0.60)=53^o#

Explanation:

Vector #C# is found as above, then the expression to find the angle, #theta#, between #A# and #C# is:

#theta = cos^-1((A*C)/(|A||C|))#

The top line of this fraction is the vector dot product of the two vectors (which is itself a scalar, not a vector), and the bottom line is product of the lengths of the two vectors.

We are looking for the angle whose cosine is defined by these two numbers.

The dot product of two vectors:

#{a_1,a_2,a_3}# #*# #{b_1,b_2,b_3}=(a_1b_1+a_2b_2+a_3b_3)#

In this case:

#A*B = <7,-5,4>*<4,-8,-3> =(7*4+(-5)*8+(-3)*7)=(28+40-21)=47#

Finding the length of #A# we use:

#l=sqrt(7^2+(-5)^2+4^2)=sqrt(49+25+16)=sqrt90=9.5#

Using the same method, the length of #C# is #sqrt67=8.2#

Putting it all together:

#theta=cos^-1(47/(9.5*8.2))=53^o#