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

1 Answer
Jul 13, 2018

The angle is =54.6

Explanation:

Start by calculating

C=AB

C=7,3,54,7,5=3,4,10

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,3,5.3,4,10=2112+50=59

The modulus of A= 7,3,5=49+9+25=83

The modulus of C= 3,4,10=9+16+100=125

So,

cosθ=A.CAC=5983125=0.58

θ=arccos(0.58)=54.6