Skip to main content
Back to Binomial Theorem
JEE Main 2024
Binomial Theorem
Binomial Theorem
Easy

Question

For x \in R , x \ne -1, if (1 + x) 2016 + x(1 + x) 2015 + x 2 (1 + x) 2014 + . . . . + x 2016 = i=02016aixi,\sum\limits_{i = 0}^{2016} {{a_i}} \,{x^i},\,\, then a 17 is equal to :

Options

Solution

Key Concepts and Formulas

This problem primarily uses two fundamental concepts:

  1. Geometric Progression (GP) Sum Formula: For a geometric series with first term aa, common ratio rr, and nn terms, the sum SnS_n is given by: Sn=a1rn1r(when r1)S_n = a \frac{1 - r^n}{1 - r} \quad (\text{when } r \ne 1)
  2. Binomial Theorem: For any positive integer nn, the expansion of (a+b)n(a+b)^n is given by: (a+b)n=k=0n(nk)ankbk(a+b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k where (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!} is the binomial coefficient. For the special case (1+x)n(1+x)^n, the general term (coefficient of xkx^k) is (nk)\binom{n}{k}.

Step-by-Step Solution

1. Identify the Series as a Geometric Progression The given series is: P=(1+x)2016+x(1+x)2015+x2(1+x)2014++x2016P = (1 + x)^{2016} + x(1 + x)^{2015} + x^2 (1 + x)^{2014} + \dots + x^{2016} Let's analyze the terms:

  • First term (T1T_1): (1+x)2016(1+x)^{2016}
  • Second term (T2T_2): x(1+x)2015x(1+x)^{2015}
  • Third term (T3T_3): x2(1+x)2014x^2(1+x)^{2014} ...
  • Last term (T2017T_{2017}): x2016x^{2016} (since (1+x)0=1(1+x)^0=1)

We observe that each successive term is obtained by multiplying the previous term by a constant factor. This indicates a Geometric Progression.

2. Determine the First Term, Common Ratio, and Number of Terms

  • First term (aa): As identified above, a=(1+x)2016a = (1+x)^{2016}.

  • Common Ratio (rr): The common ratio is the factor by which each term is multiplied to get the next term. We can find it by dividing the second term by the first term: r=T2T1=x(1+x)2015(1+x)2016=x1+xr = \frac{T_2}{T_1} = \frac{x(1+x)^{2015}}{(1+x)^{2016}} = \frac{x}{1+x} Self-check: Let's also check with T3/T2T_3/T_2: x2(1+x)2014x(1+x)2015=x1+x\frac{x^2(1+x)^{2014}}{x(1+x)^{2015}} = \frac{x}{1+x} The common ratio is indeed r=x1+xr = \frac{x}{1+x}.

  • Number of terms (nn): The powers of xx in the terms range from x0x^0 (in the first term, implicitly (1+x)2016x0(1+x)^{2016} \cdot x^0) to x2016x^{2016}. The powers of (1+x)(1+x) range from (1+x)2016(1+x)^{2016} to (1+x)0(1+x)^0. There are 20160+1=20172016 - 0 + 1 = 2017 terms in total. So, n=2017n = 2017.

3. Apply the GP Sum Formula Now, we use the formula for the sum of a GP, Sn=a1rn1rS_n = a \frac{1 - r^n}{1 - r}: P=(1+x)20161(x1+x)20171x1+xP = (1+x)^{2016} \cdot \frac{1 - \left(\frac{x}{1+x}\right)^{2017}}{1 - \frac{x}{1+x}}

4. Simplify the Expression for P First, simplify the denominator: 1x1+x=(1+x)x1+x=11+x1 - \frac{x}{1+x} = \frac{(1+x) - x}{1+x} = \frac{1}{1+x} Now substitute this back into the sum expression: P=(1+x)20161x2017(1+x)201711+xP = (1+x)^{2016} \cdot \frac{1 - \frac{x^{2017}}{(1+x)^{2017}}}{\frac{1}{1+x}} P=(1+x)2016(1+x)(1x2017(1+x)2017)P = (1+x)^{2016} \cdot (1+x) \cdot \left(1 - \frac{x^{2017}}{(1+x)^{2017}}\right) P=(1+x)2017((1+x)2017x2017(1+x)2017)P = (1+x)^{2017} \cdot \left(\frac{(1+x)^{2017} - x^{2017}}{(1+x)^{2017}}\right) P=(1+x)2017((1+x)2017x2017)(1+x)2017P = \frac{(1+x)^{2017} \cdot ((1+x)^{2017} - x^{2017})}{(1+x)^{2017}} P=(1+x)2017x2017P = (1+x)^{2017} - x^{2017}

5. Find the Coefficient of x17x^{17} We are given that P=i=02016aixiP = \sum_{i=0}^{2016} a_i x^i. This means we need to find the coefficient of x17x^{17} in the expression for PP, but only considering terms up to x2016x^{2016}.

Our simplified expression for PP is (1+x)2017x2017(1+x)^{2017} - x^{2017}. Since we are looking for a17a_{17} (the coefficient of x17x^{17}), we only need to consider the terms up to x2016x^{2016}. The term x2017-x^{2017} does not contribute to a17a_{17} because its power is 20172017, which is greater than 1717. Therefore, a17a_{17} is the coefficient of x17x^{17} in the expansion of (1+x)2017(1+x)^{2017}.

Using the Binomial Theorem for (1+x)n(1+x)^n, the coefficient of xkx^k is (nk)\binom{n}{k}. Here, n=2017n=2017 and k=17k=17. So, the coefficient of x17x^{17} is (201717)\binom{2017}{17}.

6. Calculate the Binomial Coefficient (201717)=2017!17!(201717)!=2017!17!2000!\binom{2017}{17} = \frac{2017!}{17!(2017-17)!} = \frac{2017!}{17!2000!}

This matches option (A).


Tips and Common Mistakes

  • Careful with GP identification: Ensure the ratio between consecutive terms is constant.
  • Accurate count of terms: A common error is miscounting the number of terms, especially when powers start from zero or a different number. In this case, x0x^0 to x2016x^{2016} makes it 20172017 terms.
  • Algebraic Simplification: Be meticulous with algebraic steps, particularly when dealing with fractions within fractions.
  • Binomial Expansion Range: Remember that the problem asks for coefficients up to x2016x^{2016}. If a term like x2017-x^{2017} appears, it only affects coefficients for powers equal to or greater than 20172017.

Summary and Key Takeaway

This problem beautifully combines two important mathematical concepts: the sum of a Geometric Progression and the Binomial Theorem. The main strategy was to first simplify the given series into a more manageable form using the GP sum formula, and then apply the Binomial Theorem to extract the required coefficient. The key takeaway is to recognize underlying series patterns (like GP) and simplify them before performing further operations like finding specific coefficients.

Practice More Binomial Theorem Questions

View All Questions