The Beauty of Multinomial Expansion
Welcome, fellow traveler on the JEE journey! Today, we are going to demystify a problem that often intimidates students at first glance: finding the coefficient of a7b8 in the expansion of (a+2b+4ab)10.
It looks like a chaotic mess of variables, but I promise you, beneath the surface lies a beautiful, structured symmetry. Let us peel back the layers together.
Phase 1
The General Term
When we face an expression with three terms raised to a power, we step beyond the familiar Binomial Theorem and into the realm of the Multinomial Theorem. Imagine you have ten slots to fill, and you are distributing these slots among three different types of items: a, 2b, and 4ab.
Let α be the number of times we pick a, β be the number of times we pick 2b, and γ be the number of times we pick 4ab. The total number of picks must be ten, so our first constraint is α+β+γ=10.
The general term is given by the formula:
T=α!β!γ!10!(a)α(2b)β(4ab)γ
This formula is the heartbeat of the problem.
Phase 2
The Algebraic Trap
Here is where many students stumble. They see a and b and try to equate α to 7 and β to 8. But look closely at the term (4ab)γ. It contains both a and b!
When we expand the general term, we get:
T=α!β!γ!10!aα⋅2βbβ⋅4γaγbγ
We must group the like variables. The total power of a is α+γ, and the total power of b is β+γ. The constant part is 2β⋅4γ.
Since 4=22, we can write this as 2β⋅22γ=2β+2γ. Now, our expression is clean and ready for the next step.
Phase 3
The System of Equations
We want the coefficient of a7b8. This gives us a system of three linear equations:
1) α+γ=7
2) β+γ=8
3) α+β+γ=10
Solving this is pure joy. If we add (1) and (2), we get α+β+2γ=15.
Now, subtract (3) from this sum: (α+β+2γ)−(α+β+γ)=15−10. The variables α and β vanish, leaving us with γ=5.
With γ=5, we immediately find α=7−5=2 and β=8−5=3. Our triplet is (α,β,γ)=(2,3,5).
Phase 4
The Final Calculation
Now, we substitute these values back into our coefficient expression:
We know 45=(22)5=210. So the constant part is 23⋅210=213.
The factorial part is:
2!3!5!10!=2⋅610⋅9⋅8⋅7⋅6=2520
Our coefficient is 2520⋅213. The problem asks for the form K⋅216. We need to extract 23 (which is 8) from 2520.
2520/8=315. Thus, the coefficient is 315⋅23⋅213=315⋅216.
Comparing this to K⋅216, we find K=315. You have conquered the multinomial expansion!