Let's consider the sum of two vectors a and b with the angle α between them:
Here c=a+b. Using the law of cosines, we can find the length of the c:
c2=a2+b2−2abcos(180°−α) Using the trig identity:
cos(180°−α)=−cosα obtain:
c2=a2+b2+2abcosα In order to minimize the c, the α should be chosen equal to 180°. Then cosα=−1 and
c2=a2+b2−2ab Answer. The angle 180 between two vectors will lead to smallest magnitudes when added.
Comments