We can find the angle between the two vectors from the formula:
cosα=∣A∣⋅∣B∣A⋅B,here,
A⋅B is the dot product of two vectors
A and
B;
∣A∣,
∣B∣ are the magnitudes of the vectors
A and
B, respectively.
Let's first find the dot product of two vectors
A and
B:
A⋅B=Ax⋅Bx+Ay⋅By+Az⋅Bz=2⋅1+3⋅(−6)+1⋅1=−15.Then, let's find the magnitudes of the vectors
A and
B:
∣A∣=Ax2+Ay2+Az2=22+32+12=14,∣B∣=Bx2+By2+Bz2=12+(−6)2+12=38.Finally, we can calculate the angle between two vectors
A and
B:
α=arccos(∣A∣⋅∣B∣A⋅B),α=arccos(14⋅38−15)=130∘.Answer:
α=130∘.
Comments