JEE Mathematics Solution: Binomial Theorem and Geometric Progressions
Key Concepts Used
This problem elegantly combines concepts from two fundamental areas of mathematics:
- Geometric Progression (GP) Sum: A geometric progression is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio. The sum of the first N terms of a GP with first term a and common ratio r is given by SN=1−ra(1−rN), provided r=1.
- Binomial Theorem: This theorem describes the algebraic expansion of powers of a binomial (x+y)n. The general formula is (x+y)n=∑k=0n(kn)xn−kyk, where (kn)=k!(n−k)!n! are the binomial coefficients. Key identities derived from this include:
- ∑k=0n(kn)=2n (by setting x=1,y=1)
- ∑k=0n(kn)yk=(1+y)n (by setting x=1)
Understanding the Series Sn and Tn
Let's first express the given series Sn and Tn in their closed forms using the GP sum formula.
-
Series Sn:
Sn=1+q+q2+⋯+qn
This is a Geometric Progression with the first term a=1, common ratio r=q, and a total of (n+1) terms.
Using the GP sum formula for (n+1) terms:
Sn=1−q1⋅(1−qn+1)=1−q1−qn+1 (since q=1)
-
Series Tn:
Tn=1+(2q+1)+(2q+1)2+⋯+(2q+1)n
This is also a Geometric Progression with the first term a=1, common ratio r=2q+1, and a total of (n+1) terms.
Using the GP sum formula for (n+1) terms:
Tn=1−2q+11⋅(1−(2q+1)n+1)
Simplifying the denominator: 1−2q+1=22−(q+1)=22−q−1=21−q.
Substituting this back into the formula for Tn:
Tn=21−q1−(2q+1)n+1=1−q2(1−(2q+1)n+1)
Analyzing the Given Equation
The problem provides the following equation:
(1101)+(2101)S1+⋯+(101101)S100=αT100
We can write the Left Hand Side (LHS) as a summation:
LHS=∑k=1101(k101)Sk−1
Now, we substitute the closed form of Sk−1=1−q1−q(k−1)+1=1−q1−qk into the LHS:
LHS=∑k=1101(k101)(1−q1−qk)
And the Right Hand Side (RHS) is αT100. Substituting the closed form of T100:
RHS=α⋅1−q2(1−(2q+1)101)
So the main equation becomes:
∑k=1101(k101)(1−q1−qk)=α⋅1−q2(1−(2q+1)101)
Simplifying the Equation
Since q=1, we know that (1−q)=0. Therefore, we can multiply both sides of the equation by (1−q) to simplify:
∑k=1101(k101)(1−qk)=2α(1−(2q+1)101)
Let's simplify the LHS further:
LHS=∑k=1101((k101)−(k101)qk)
LHS=∑k=1101(k101)−∑k=1101(k101)qk
Now, we use the binomial identities:
- ∑k=0n(kn)=2n. So, ∑k=1101(k101)=(∑k=0101(k101))−(0101)=2101−1.
- ∑k=0n(kn)xk=(1+x)n. So, ∑k=1101(k101)qk=(∑k=0101(k101)qk)−(0101)q0=(1+q)101−1.
Substitute these back into the LHS:
LHS=(2101−1)−((1+q)101−1)
LHS=2101−1−(1+q)101+1
LHS=2101−(1+q)101
Now, let's look at the RHS:
RHS=2α(1−(21+q)101)
We can rewrite the term inside the parenthesis:
1−(21+q)101=1−2101(1+q)101=21012101−(1+q)101
So, the RHS becomes:
RHS=2α(21012101−(1+q)101)
Equating LHS and RHS to find α
Now we equate the simplified LHS and RHS:
2101−(1+q)101=2α(21012101−(1+q)101)
We need to consider the term 2101−(1+q)101.
If q=1, then 2101−(1+1)101=2101−2101=0. But the problem states q=1.
Thus, 2101−(1+q)101 is generally non-zero. If this term were zero, it would imply 1+q=2, meaning q=1, which is excluded. Therefore, we can safely divide both sides by 2101−(1+q)101:
1=21012α
Now, solve for α:
2101=2α
α=22101
α=2100
Tips and Common Mistakes to Avoid
- Index Management in GP Sums: Be careful with the number of terms. If a series goes from q0 to qn, there are n+1 terms, not n. Incorrect term count is a frequent source of error.
- Binomial Sum Limits: Remember that standard binomial identities like ∑k=0n(kn) start from k=0. If your sum starts from k=1, you must subtract the k=0 term (i.e., (0n)).
- Algebraic Simplification: Pay close attention to signs and denominators, especially when combining fractions or terms with powers.
- Assumptions: Note any conditions given in the problem, like q=1. These conditions are often crucial for safely performing operations like division.
Summary
By first expressing the given series Sn and Tn in their closed forms using the Geometric Progression sum formula, the complex summation on the LHS was simplified using key binomial identities. Comparing the simplified LHS with the αT100 term on the RHS allowed for direct calculation of α. The final result is α=2100. This problem demonstrates the power of recognizing underlying series structures and applying standard summation formulas to simplify complex expressions.