Animated Solution for Mathematics - Vector Algebra: If a,b and c are unit vectors, then ∣a−b∣2+∣b−c∣2+∣c−a∣2 does NOT exceed
Select Answer:
Visualized Solution
Visualizing the Unit Vectors
Given: a, b, and c are unit vectors.
This implies their magnitudes are all equal to 1:
∣a∣=∣b∣=∣c∣=1
Defining the Target Expression
We want to find the maximum possible value of:
S=∣a−b∣2+∣b−c∣2+∣c−a∣2
Geometrically, these represent the squared distances between the vector tips.
Expanding the First Term
Using the vector identity: ∣u∣2=u⋅u
Expanding the first term:
∣a−b∣2=(a−b)⋅(a−b)
∣a−b∣2=∣a∣2+∣b∣2−2(a⋅b)
Simplifying the First Term
Substitute the unit magnitudes ∣a∣=1 and ∣b∣=1:
∣a−b∣2=1+1−2(a⋅b)
∣a−b∣2=2−2(a⋅b)
Summing the Squared Differences
Similarly, expanding the other two terms:
∣b−c∣2=2−2(b⋅c)
∣c−a∣2=2−2(c⋅a)
The Simplified Sum Expression
Summing all three terms together:
S=[2−2(a⋅b)]+[2−2(b⋅c)]+[2−2(c⋅a)]
S=6−2(a⋅b+b⋅c+c⋅a) --- (Equation 1)
The Self-Dot Product Inequality
To find a bound for the dot products, consider the sum vector:
a+b+c
Since the squared magnitude of any vector is non-negative:
∣a+b+c∣2≥0
Expanding the Sum Vector
Expanding the squared sum:
∣a∣2+∣b∣2+∣c∣2+2(a⋅b+b⋅c+c⋅a)≥0
Substitute unit magnitudes ∣a∣2=∣b∣2=∣c∣2=1:
1+1+1+2(a⋅b+b⋅c+c⋅a)≥0
Bounding the Dot Product Sum
Simplify the inequality:
3+2(a⋅b+b⋅c+c⋅a)≥0
Rearranging terms:
2(a⋅b+b⋅c+c⋅a)≥−3
Multiplying by −1 (flips the inequality):
−2(a⋅b+b⋅c+c⋅a)≤3
Finding the Upper Bound of S
Substitute the bound back into Equation 1:
S=6+[−2(a⋅b+b⋅c+c⋅a)]
Since the bracketed term is ≤3:
S≤6+3
S≤9
Geometric Interpretation
The maximum value of 9 is achieved when ∣a+b+c∣2=0.
This implies a+b+c=0.
This occurs when the unit vectors are coplanar and separated by 120∘.
Correct Option: 9
00:00 / 00:00
The Sigma Insight: Scalar (Dot) Product
Solution Diagram
Analyzing the Setup
We are given three unit vectors, a, b, and c. In the context of JEE Advanced, the term "unit vectors" implies a fundamental constraint:
∣a∣=∣b∣=∣c∣=1
These vectors represent three explorers starting from the same origin, with their tips constrained to the surface of a unit sphere. Our objective is to find the maximum value of the expression:
S=∣a−b∣2+∣b−c∣2+∣c−a∣2
The Power of Expansion
Do not view ∣a−b∣2 merely as vector subtraction; view it as a geometric distance. In vector algebra, the squared magnitude of a difference is the key to unlocking dot products via the identity:
∣u−v∣2=∣u∣2+∣v∣2−2(u⋅v)
Applying this to our first term, we obtain:
∣a−b∣2=∣a∣2+∣b∣2−2(a⋅b)
Since ∣a∣=1 and ∣b∣=1, this simplifies elegantly to:
∣a−b∣2=2−2(a⋅b)
The Summation Strategy
Applying this logic to all three terms, we have:
∣a−b∣2=2−2(a⋅b)
∣b−c∣2=2−2(b⋅c)
∣c−a∣2=2−2(c⋅a)
Summing these to find S, we arrive at:
S=6−2(a⋅b+b⋅c+c⋅a)
To maximize S, we must minimize the sum of the dot products: (a⋅b+b⋅c+c⋅a).
The Master Trick
The Sum Vector
To bound the sum of dot products, we utilize the "Sum Vector" technique. Consider the vector v=a+b+c. Since the squared magnitude of any vector is non-negative, we have:
∣a+b+c∣2≥0
Expanding this expression yields:
∣a∣2+∣b∣2+∣c∣2+2(a⋅b+b⋅c+c⋅a)≥0
Substituting the unit magnitudes (1+1+1=3), we get:
3+2(a⋅b+b⋅c+c⋅a)≥0
The Final Leap
Rearranging the inequality, we find:
2(a⋅b+b⋅c+c⋅a)≥−3
Multiplying by −1 flips the inequality:
−2(a⋅b+b⋅c+c⋅a)≤3
Returning to our expression for S:
S=6+[−2(a⋅b+b⋅c+c⋅a)]
Since the bracketed term is at most 3, the maximum value of S is:
Smax=6+3=9
The maximum value is 9, achieved when the vectors are perfectly balanced. This technique is a classic JEE winner.