Analyzing the Setup
Imagine you are standing before a wall of numbers: 1+2×3+3×5+4×7+…. At first glance, it looks like a chaotic jumble of products.
In the world of JEE Advanced, chaos is just order waiting to be discovered. To solve this, we don't just calculate; we observe the heartbeat of the series.
Decoding the DNA of the Series
Every series has a 'general term', a mathematical DNA that dictates how every single piece of the puzzle behaves. Let's look at the first factors: 1,2,3,4,…. This is the simplest sequence in existence—the natural numbers, where the rth term is simply r.
Now, look at the second factors: 1,3,5,7,…. This is an Arithmetic Progression (A.P.) where each step increases by 2.
Using the formula for the rth term of an A.P., Tr=a+(r−1)d, we plug in a=1 and d=2 to get 1+(r−1)2, which simplifies to 2r−1. By multiplying these two, we find the general term of our series:
This is the key that unlocks the entire problem. We have transformed a confusing list of numbers into a clean, algebraic expression.
The Power of Summation
Now that we have Tr=2r2−r, we need to find the sum of the first 11 terms. We express this as:
Linearity is our best friend here. We can split this into two manageable parts:
This is where the magic of standard formulas comes into play. We know that the sum of the first n squares is given by:
Additionally, the sum of the first n natural numbers is:
The Final Calculation
Let's substitute n=11 into our expressions. For the sum of squares:
2×611(11+1)(2×11+1)=2×611×12×23
The 6 in the denominator cancels perfectly with the 12 in the numerator, leaving us with 2×11×2×23. That gives us 44×23=1012.
Next, we calculate the sum of the natural numbers:
r=1∑11r=211(12)=11×6=66
Finally, we bring it all together. The total sum is the difference between these two values:
Conclusion
The Elegance of Logic
We took a series that seemed daunting and broke it down into its fundamental components. We identified the patterns, applied the correct tools, and arrived at the answer with precision.
This is the essence of JEE preparation—not memorizing solutions, but learning to see the underlying structure of the universe. The final result is 946.