To obtain the vector C, subtract the components of B from the respective components of a:
C = < 2 - 5, 3 - 1, -4 - 4>C=<2−5,3−1,−4−4>
C = < -3, 2, -8>C=<−3,2,−8>
There are two ways to compute A*CA⋅C, the first is to add the products of the respective components of vector A and C:
A*C = (2)(-3) + (3)(2) + (-4)(-8)A⋅C=(2)(−3)+(3)(2)+(−4)(−8)
A*C = 32A⋅C=32
The second way is:
A*C = |A||C|cos(theta)A⋅C=|A||C|cos(θ)
where thetaθ is the angle between the two vectors.
We know the value of A*CA⋅C but we need to compute |A| and |C|
|A| = sqrt(2^2 + 3^2 + (-4)^2)|A|=√22+32+(−4)2
|A| = sqrt(29)|A|=√29
|C| = sqrt((-3)^2 + 2^2 + (-8)^2)|C|=√(−3)2+22+(−8)2
|A| = sqrt(77)|A|=√77
theta = cos^-1((A*C)/(|A||C|))θ=cos−1(A⋅C|A||C|)
theta = cos^-1((32)/(sqrt(29)sqrt(77)))θ=cos−1(32√29√77)
theta ~~ 0.8θ≈0.8 radians