Analyzing the Setup
Welcome, future engineers. Today, we are not just solving a problem; we are peeling back the layers of a mathematical onion. When you first look at the series
S=n+1C2+2(2C2+3C2+⋯+nC2)
it is natural to feel a slight hesitation. It looks like a mess of combinations, a sprawling sequence that threatens to consume your time.
But I want you to pause. Take a deep breath. In the world of JEE Advanced, complexity is often just a mask for elegance. Our goal is to find that elegance.
Phase 1
The Hockey-stick Revelation
Look closely at the bracketed term: 2C2+3C2+⋯+nC2. What do you see? The lower index is fixed at 2, but the upper index is climbing steadily from 2 to n.
This is the signature of the Hockey-stick Identity. Imagine Pascal's Triangle; if you start at the edge and move down a diagonal, summing the terms, the result 'hooks' to the left.
Mathematically, this is expressed as:
By applying this to our series, the entire bracket collapses into a single, beautiful term: n+1C3. We have simplified the problem significantly, transforming a long summation into:
Phase 2
The Algebraic Pivot
Now, we face a small hurdle. We have a coefficient of 2 multiplying our new term, which prevents us from immediately applying Pascal's Identity.
We need to manipulate the expression to fit the identity. We split the term 2(n+1C3) into n+1C3+n+1C3.
Now our expression reads:
This is a classic algebraic maneuver. We are setting the stage for the next act.
Phase 3
The Power of Pascal's Identity
Look at the first two terms: n+1C2+n+1C3. They share the same upper index, n+1, and their lower indices, 2 and 3, are consecutive.
This is the perfect environment for Pascal's Identity:
Applying this, the sum n+1C2+n+1C3 transforms into n+2C3. Our series is now:
We have reduced a complex series into the sum of just two combinations. The heavy lifting is done.
Phase 4
The Final Algebraic Elegance
Now, we move to the final stage: expansion and simplification. We know that:
Applying this to our terms, we get:
S=6(n+2)(n+1)n+6(n+1)n(n−1)
Do not rush to multiply these out! That is a path to calculation errors. Instead, look for the common factors. Both terms share 6n(n+1).
Let us factor that out:
Inside the bracket, we have (n+2)+(n−1), which simplifies to 2n+1. Thus, our final result is:
This is not just any result; it is the famous formula for the sum of the squares of the first n natural numbers. The symmetry is breathtaking. We started with a series of combinations and ended with a fundamental sum of squares. Keep this perspective, and you will conquer any problem the exam throws at you.