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

1 Answer
Mar 14, 2018

The angle is =36.1

Explanation:

Start by calculating

C=AB

C=7,5,44,7,3=3,12,7

The angle between A and C is given by the dot product definition.

A.C=ACcosθ

Where θ is the angle between A and C

The dot product is

A.C=7,5,4.3,12,7=21+60+28=109

The modulus of A= 7,5,4=49+25+16=90

The modulus of C= 3,12,7=9+144+49=202

So,

cosθ=A.CAC=10990202=0.81

θ=arccos(0.81)=36.1