Analyzing the Setup
Imagine you are standing at the edge of a mathematical landscape where a, b, and c are distinct real numbers bound by the constraint:
Our goal is to find the range of the expression E=ab+bc+ca. This is a classic JEE Advanced problem that tests your intuition regarding symmetric expressions.
The Master Identity
The key lies in the identity involving the sum of squared differences:
This identity serves as the bridge between the sum of squares and the sum of pairwise products. Since a, b, and c are distinct, we know that (a−b)2>0, (b−c)2>0, and (c−a)2>0.
Consequently, their sum must be strictly greater than zero:
The Algebraic Dance
Expanding the identity above, we obtain:
(a2+b2−2ab)+(b2+c2−2bc)+(c2+a2−2ca)>0
Grouping the terms, we see:
2a2+2b2+2c2−2(ab+bc+ca)>0
Factoring out the constant 2, we arrive at:
2(a2+b2+c2)−2(ab+bc+ca)>0
Final Calculation
Substituting the given constraint a2+b2+c2=1 into our expression, we get:
Rearranging the inequality, we find:
This simplifies beautifully to the final result:
The Power of Distinctness
Many students overlook the word "distinct" in the problem statement. In competitive exams like the JEE, every word is a vital clue.
If the problem had stated that a,b,c are simply real numbers without the "distinct" condition, the answer would have been ab+bc+ca≤1. The moment we introduce the condition $a
eq b
eq c$, we are forced into the realm of strict inequalities.
This is the beauty of algebra; it is not just about manipulating symbols, but about respecting the constraints that define the system. Keep this technique in your toolkit, for it will serve you well in many future problems.