The Art of Decomposition
Unraveling the Mixed Series
Imagine you are standing before a complex, intimidating structure. At first glance, it looks like a chaotic jumble of terms: (x+ka)+(x2+(k+2)a)+(x3+(k+4)a)+… for nine terms.
It is easy to feel overwhelmed, but in the world of JEE Advanced, intimidation is just a sign that you need to change your perspective. The secret to mastering such problems is not brute force, but the elegant art of decomposition.
Phase 1
The Divide and Conquer Strategy
When you look at the series, don't see one big, scary expression. Look for the rhythm.
Notice that every single term is a sum of two distinct components: a power of x and a multiple of a. We have x,x2,x3,… and we have ka,(k+2)a,(k+4)a,….
This is a classic mixed series. Our strategy is simple: divide and conquer. We will split this into two separate series, S1 and S2, and solve them individually.
Phase 2
The Geometric Progression (S1)
Let us isolate the x terms: S1=x+x2+x3+⋯+x9. This is a beautiful, classic Geometric Progression (G.P.).
The first term is x, and the common ratio is x. We know the sum formula for a G.P. with n terms is:
Substituting our values, where a=x, r=x, and n=9, we get:
S1=x−1x(x9−1)=x−1x10−x
This is the first piece of our puzzle.
Phase 3
The Arithmetic Progression (S2)
Now, let us turn our attention to the a terms: S2=ka+(k+2)a+(k+4)a+… for nine terms. Look at the coefficients of a: k,k+2,k+4,….
This is an Arithmetic Progression (A.P.) where the first term A=ka and the common difference D=2a. The sum formula for an A.P. is:
With n=9, we calculate:
Simplifying the inside, we get 29[2ka+16a]. Factoring out the 2, we get 9(ka+8a), which simplifies to 9a(k+8).
Phase 4
The Synthesis and The Reveal
We have our two components. The total sum S is:
S=S1+S2=x−1x10−x+9a(k+8)
Now, look at the expression given in the problem:
If we split this fraction, we get:
Since $x
eq 1$, we can cancel the (x−1) term, leaving us with x−1x10−x+45a.
Now, the magic happens. We equate our calculated sum with the given sum:
x−1x10−x+9a(k+8)=x−1x10−x+45a
The complex G.P. terms cancel out perfectly, leaving us with the simple equation 9a(k+8)=45a.
Since $a
eq 0$, we divide by 9a to find k+8=5, which leads us to the final answer: k=−3.