Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a problem; we are exploring the profound symmetry hidden within the complex plane.
Imagine you are standing on a vast, two-dimensional coordinate system. You have three points, z1,z2,z3, forming a perfect, equilateral triangle. At the very heart of this triangle lies its centroid, z0.
Our mission is to evaluate the sum of the squared differences from this centroid: ∑k=13(zk−z0)2. It looks like a daunting algebraic task, but as we peel back the layers, you will see the elegance of the result.
The Foundation
Defining the Centroid
First, let us ground ourselves. The centroid z0 is the average of the vertices. Mathematically, we define it as:
This gives us a crucial relationship: z1+z2+z3=3z0. Think of this as our anchor. Whenever we see the sum of the vertices, we can immediately replace it with 3z0.
The Secret Weapon
The Equilateral Identity
Now, we need a tool to handle the squared terms. For any equilateral triangle in the complex plane, there is a beautiful, almost magical identity:
z12+z22+z32=z1z2+z2z3+z3z1
This identity is the key that unlocks the entire problem. It connects the sum of the squares of the vertices to the sum of their pairwise products. Keep this in your toolkit; it is a classic JEE favorite.
The Expansion
The Algebraic Grind
Let us tackle the expression ∑k=13(zk−z0)2. Expanding this, we get (z1−z0)2+(z2−z0)2+(z3−z0)2.
Using the expansion (a−b)2=a2−2ab+b2, we rewrite this as:
(z12−2z1z0+z02)+(z22−2z2z0+z02)+(z32−2z3z0+z02)
Grouping the terms, we get (z12+z22+z32)−2z0(z1+z2+z3)+3z02. Now, substitute our anchor z1+z2+z3=3z0 into the middle term.
The expression becomes (z12+z22+z32)−2z0(3z0)+3z02, which simplifies to:
(z12+z22+z32)−6z02+3z02=(z12+z22+z32)−3z02
The Climax
The Beautiful Cancellation
We have reduced the problem to (z12+z22+z32)−3z02. Now, let us focus on 3z02. Since z0=3z1+z2+z3, we have:
3z02=3(3z1+z2+z3)2=3(z1+z2+z3)2
Expanding the numerator, we get:
3z12+z22+z32+2(z1z2+z2z3+z3z1)
Using our equilateral identity, we replace the pairwise product sum with the sum of squares:
3z12+z22+z32+2(z12+z22+z32)=33(z12+z22+z32)=z12+z22+z32
Finally, substitute this back into our expression: (z12+z22+z32)−(z12+z22+z32)=0. The terms cancel out perfectly, leaving us with the final result of 0.