Analyzing the Setup
Imagine you are standing before a complex, sprawling polynomial. It looks intimidating, but as an elite JEE aspirant, you know that complexity is often just a mask for underlying elegance.
Our goal is to find the natural numbers
n such that the integral
an=∫−1n(k=1∑nkxk−1)dx
falls strictly within the interval
(2,30).
The Power of Notation
The first step in any great mathematical journey is simplification. We condense the polynomial into compact sigma notation: ∑k=1nkxk−1.
This is not just a shorthand; it is a way of seeing the structure. The k-th term is simply xk−1 divided by k.
Because integration is a linear operation, we can swap the integral and the summation. This is where the magic happens.
The Integration Breakthrough
We are now looking at the integral of a single term: ∫kxk−1dx.
Applying the fundamental power rule of calculus, we increase the exponent of x by one, turning xk−1 into xk, and divide by the new exponent k. The k already in the denominator multiplies with this new k, giving us k2.
So, the integral of the
k-th term is simply
k2xk. Our expression for
an now looks like this:
an=[k=1∑nk2xk]−1n
The Master Equation
With the integration complete, we apply the limits of integration,
n and
−1. Substituting the upper limit
n and subtracting the result of the lower limit
−1, we arrive at the general formula:
an=k=1∑nk2nk−(−1)k
This formula is our compass. It tells us exactly how an behaves for any natural number n.
Final Calculation
Now, we test our values:
For
n=1:
a1=1211−(−1)1=2
Since our interval is
(2,30),
2 is not included. We reject
n=1.
For
n=2:
a2=1221−(−1)1+2222−(−1)2=3+0.75=3.75
This is clearly in our interval. We accept
n=2.
For
n=3:
a3=13−(−1)+49−1+927−(−1)=4+2+928≈9.11
This is also in our interval. We accept
n=3.
For n=4, the terms grow rapidly, and a4≈31.9, which exceeds 30. We reject n=4. Since the sequence is strictly increasing, any n>4 will also be rejected.
The valid values are n=2 and n=3. The sum of these elements is 5.