Question
Question: If the vector a, b and c form the sides BC, CA and AB and equal magnitude respectively of a triangle...
If the vector a, b and c form the sides BC, CA and AB and equal magnitude respectively of a triangle ABC, then
(a) a.b+b.c+c.a=0
(b) a×b=b×c=c×a
(c) a.b=b.c=c.a
(d) a×b+b×c+c×a=0
Solution
Hint: To solve the question given above, we will assume a triangle with all the sides equal. We will take these sides to be equal to some non – zero vectors. Then, we will find the dot and cross product of each side with the other. After doing this, we will check each option one by one.
Complete step-by-step answer:
Before we start the question, we must know what a dot product and cross product in vectors is because in the options given, we have got the cross product and the dot product of two sides. The dot product or scalar product is an algebraic operation that takes two equal length sequences of the vectors and returns a single number. If, a=x1i+y1j and b=x2i+y2j, then their cross product will be,
a.b=(x1i+y1j).(x2i+y2j)
a.b=x1x2+y1y2
The dot product is also given by, a.b=abcosθ. The cross product of two vectors is defined as a vector that is perpendicular to both the vectors and magnitude equal to the area of the parallelogram. It is given by,
a×b=absinθn
Now, we will draw a triangle with the sides represented as a vector.
Now, we have drawn a triangle with all its sides equal i.e. it is an equilateral triangle. Thus, all the interior angles of the triangle will be equal to θ=60o. Now, as the sides are equal in length, we have,
a=b=c=x
Now, we will calculate, a.b,b.c,a.c,a×b,b×c,c×a.
a.b=abcosθ
⇒a.b=x×x×cos60o
⇒a.b=21x2.....(i)
b.c=bccos(180o−θ)
⇒b.c=x×x×cos120o
⇒b.c=2−1x2.....(ii)
a.c=accosθ
⇒a.c=x×x×cos60o
⇒a.c=21x2.....(iii)
a×b=absinθn
⇒a×b=x×x×sin60o×n
⇒a×b=23x2n.....(iv)
b×c=bcsin(180o−θ)n
⇒b×c=x×x×sin120o×n
⇒b×c=23x2n.....(v)
c×a=casinθn
⇒c×a=x×x×sin60o×n
⇒c×a=23x2n.....(vi)
Option (a): a.b+b.c+c.a=21x2−21x2+21x2=21x2=0
So, this option is incorrect.
Option (b): From (iv), (v) and (vi), we have,
a×b=b×c=c×a=23x2n
Hence, it is incorrect.
Option (c): From (i), (ii) and (iii), we can see that,
a.b=−b.c=c.a
Hence, it is incorrect.
Option (d): From (iv), (v) and (vi), we get,
a×b+b×c+c×a=23x2n+23x2n+23x2n
a×b+b×c+c×a=233x2n=0
Hence, option (d) is the right answer.
Note: In the cross product done inequation (iv), (v) and (vi), one might say that the unit vector n will be different for different cross products. The normal vector n depends on the vectors of which we have to cross product and as it is an equilateral triangle, the sides are equal, the n will be the same for all.