Analyzing the Setup
The Art of Seeing Through the Noise. Welcome, future engineer. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of mixed fractions.
When you see a series like (153)2+(252)2+(351)2+…, your instinct might be to panic. But I want you to take a deep breath. In JEE Advanced, the complexity is often just a mask. Our job is to peel it away.
The Great Simplification
Never let mixed fractions intimidate you. They are just improper fractions in disguise.
Let us convert them: 153 becomes 58, 252 becomes 512, and 351 becomes 516. Even the whole number 4 can be written as 520.
Suddenly, the series looks like this:
(58)2+(512)2+(516)2+(520)2+…
Do you see it now? The denominator is constant, and the numerators are dancing to a rhythm of 4. This is the beauty of pattern recognition.
Defining the General Term
We have identified that the numerators are 8,12,16,20,…. These are multiples of 4. Specifically, the n-th term has a numerator of 4(n+1).
Thus, our general term Tn is:
When we sum the first 10 terms, we are looking at S10=∑n=110(54(n+1))2. We can pull the constant 2516 out of the summation, leaving us with the sum of squares:
The Boundary Trap
Here is where many students stumble. We need to sum (n+1)2 for n=1 to 10. This expands to 22+32+⋯+112.
Our standard formula, ∑k=1nk2=6n(n+1)(2n+1), starts from 12. We don't have 12 in our series!
So, we calculate the sum from 1 to 11 and subtract 12. Using the formula for n=11:
Subtracting the missing 12, we get 505.
The Final Victory
Now, we bring it all home. We have S10=2516×505.
Notice how 505 and 25 share a factor of 5? Since 505=5×101, canceling the 5 leaves us with:
The problem states the sum is 516m. By simple comparison, m=101.
You have conquered the series. Keep this clarity of mind, and no problem will ever be too complex for you.