given a and b unit vectors, if the angle between them is 60degree calculate (6a+b) * (a-2b)
thx
thx
-
Using distributivity and commutativity of dot product we have
(6a+b) • (a-2b) = 6a•a-11a•b-2b*b
Since a and b are unit vectors, the dot products a•a and b•b are both equal to 1. Since the angle between a and b is 60 degrees, a•b equals the product of the norms of a and b and the cosine of this angle which is 1/2. Therefore a•b=1/2. Plugging in the above expression we get
(6a+b) • (a-2b) = 6-11/2-2=-3/2.
(6a+b) • (a-2b) = 6a•a-11a•b-2b*b
Since a and b are unit vectors, the dot products a•a and b•b are both equal to 1. Since the angle between a and b is 60 degrees, a•b equals the product of the norms of a and b and the cosine of this angle which is 1/2. Therefore a•b=1/2. Plugging in the above expression we get
(6a+b) • (a-2b) = 6-11/2-2=-3/2.
-