The Elegance of Decomposition
Unlocking the Power Series
Imagine you are standing before a complex, intimidating mathematical structure: the rational function f(x)=(1−ax)(1−bx)1. It looks simple enough, yet it hides a secret.
We are tasked with finding the coefficient an of the xn term in its infinite power series expansion. Many students, when faced with this, immediately reach for the binomial theorem, attempting to expand both (1−ax)−1 and (1−bx)−1 and then multiplying them.
While that path is technically correct, it is a treacherous journey through a forest of indices and summations. Today, we are going to take the elegant path—the path of the master.
Phase 1
The Scalpel of Algebra
Why struggle with the product in the denominator? The product (1−ax)(1−bx) is the source of our headache.
In mathematics, when we see a product in the denominator, we should immediately think of Partial Fraction Decomposition. This is our scalpel. It allows us to slice through the complexity and separate the function into two independent, manageable pieces.
We assume that our function can be written as:
(1−ax)(1−bx)1=1−axA+1−bxB
By multiplying both sides by the common denominator (1−ax)(1−bx), we obtain the identity 1=A(1−bx)+B(1−ax). This is where the magic happens.
By choosing strategic values for x, we can isolate A and B. If we set x=a1, the second term vanishes, revealing A=a−ba.
Similarly, setting x=b1 gives us B=a−b−b. We have successfully dismantled the beast!
Phase 2
The Heartbeat of Power Series
Now that we have f(x)=a−b1[1−axa−1−bxb], the problem transforms. We are no longer dealing with a product; we are dealing with two standard geometric series.
Recall the fundamental identity:
1−t1=1+t+t2+⋯+tn+⋯=n=0∑∞tn
This is the heartbeat of power series. For our first term, 1−axa, we treat ax as our t. The expansion becomes a∑(ax)n.
If we zoom in on the n-th term, we see a⋅(ax)n, which simplifies to an+1xn. Do you see the beauty?
The coefficient is not just an; it is an+1 because of the a we pulled out during decomposition. We apply the exact same logic to the second term, 1−bxb, yielding bn+1xn.
Phase 3
The Synthesis
We are at the finish line. We have the two components of our coefficient an. Combining them, we get:
This is the general expression for the n-th coefficient. To match this with our given options, we simply multiply the numerator and denominator by −1, giving us b−abn+1−an+1.
This is the exact form we were looking for.
Final Thoughts
I know that at the start, this problem looked like a mountain of algebra. But by using partial fractions, we turned a multiplication problem into an addition problem, and by using the geometric series, we turned a rational function into a simple sequence.
This is the essence of JEE Advanced physics and math: it is not about brute force; it is about finding the right tool to reveal the underlying simplicity.
Keep practicing this mindset, and you will find that even the most terrifying problems have a beautiful, logical soul waiting to be discovered.