The Beauty of Algebraic Constraints
Welcome, fellow traveler on the JEE journey! Today, we are going to peel back the layers of a problem that, at first glance, seems like a simple algebraic exercise but is actually a beautiful dance of inequalities.
We are given the condition a2+b2+c2=1 and asked to find the range of ab+bc+ca. This is not just about finding an answer; it is about understanding how constraints shape the behavior of variables.
The Lower Bound
The Power of the Perfect Square
To find the lower bound, we need to connect our target expression to the given condition. Think about the identity for the square of a sum:
(a+b+c)2=a2+b2+c2+2(ab+bc+ca)
We know that for any real numbers a,b,c, the square of their sum must be non-negative, so (a+b+c)2≥0. This is our starting point.
By substituting our given condition a2+b2+c2=1 into this identity, we get:
Now, it is just a matter of simple algebra. Subtracting 1 from both sides gives 2(ab+bc+ca)≥−1, and dividing by 2 reveals our lower bound:
This is the absolute floor for our expression.
The Upper Bound
The Hidden Symmetry
Now, how do we find the upper bound? We need another universal truth. Consider the sum of the squares of the differences: (a−b)2+(b−c)2+(c−a)2.
Since each term is a square, the entire sum must be greater than or equal to zero. Let's expand this:
(a2−2ab+b2)+(b2−2bc+c2)+(c2−2ca+a2)≥0
If we group the terms, we see that a2, b2, and c2 each appear twice. This simplifies to:
2(a2+b2+c2)−2(ab+bc+ca)≥0
Again, we substitute our given condition a2+b2+c2=1. This transforms the inequality into:
Rearranging this, we get 2≥2(ab+bc+ca), which simplifies to 1≥ab+bc+ca. There is our upper bound!
The Final Synthesis
We have successfully trapped our expression between two walls. We know it cannot be less than −21 and it cannot be greater than 1.
Therefore, the expression ab+bc+ca must lie in the closed interval:
This problem is a perfect example of how, in the world of JEE Advanced, we don't just calculate; we use the inherent properties of numbers to define the boundaries of possibility. Keep practicing these identities, and soon, you will see them everywhere!