The Wolf in Sheep's Clothing
Unmasking the Series
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dismantle a problem that, at first glance, looks like a complex nightmare.
You see terms involving ω, the imaginary cube root of unity, and your instinct might be to panic. But I want you to take a deep breath.
In the world of JEE Advanced, problems are often wolves in sheep's clothing. They look intimidating, but once you strip away the disguise, they reveal a beautiful, simple structure. Let's embark on this journey together.
Phase 1
Pattern Recognition
Look at the series: 1⋅(2−ω)(2−ω2)+2⋅(3−ω)(3−ω2)+⋯+(n−1)⋅(n−ω)(n−ω2).
The first thing we must do is identify the general term, Tr. Notice the pattern: when the first factor is 1, the inner terms involve 2. When the first factor is 2, the inner terms involve 3.
It is clear that for the r-th term, the first factor is r, and the inner terms are (r+1−ω) and (r+1−ω2). So, our general term is:
Phase 2
The Magic Wand Identity
Here is where the magic happens. Whenever you see (x−ω)(x−ω2), you should immediately think of the cube roots of unity.
We know that x3−1=(x−1)(x−ω)(x−ω2). By dividing by (x−1), we get the identity:
This is our magic wand. It allows us to banish the complex numbers entirely. By substituting x=r+1, our general term becomes:
Phase 3
The Algebraic Cleanup
Now, don't let the algebra scare you. It is just a matter of careful expansion.
Expanding (r+1)2 gives r2+2r+1. Adding the remaining terms, we get:
This simplifies to Tr=r(r2+3r+3). Distributing the r, we arrive at the clean, beautiful polynomial:
See? The complex numbers are gone, and we are left with a standard polynomial that we can sum with ease.
Phase 4
The Summation Trap
We need to find the sum S=∑r=1n−1Tr. Here is the most important lesson of the day: check your limits!
The series ends at (n−1), so our summation must go from r=1 to n−1. If you sum to n, you will lose marks.
Using the linearity of summation, we split this into:
S=r=1∑n−1r3+3r=1∑n−1r2+3r=1∑n−1r
We then apply the standard formulas, remembering to replace n with n−1 in each one:
r=1∑n−1r2=6(n−1)n(2n−2+1)=6(n−1)n(2n−1)
Phase 5
The Final Victory
Finally, we simplify. By factoring out 4n(n−1), the expression inside the bracket becomes:
S=4n(n−1)[n(n−1)+2(2n−1)+6]
Expanding this, we get n2−n+4n−2+6, which simplifies to n2+3n+4. Thus, our final answer is:
We have conquered the beast! Remember, the key was not brute force, but recognizing the underlying structure. Keep practicing, and you will start to see these patterns everywhere. You have got this!