Skip to main content
Back to Binomial Theorem
JEE Main 2020
Binomial Theorem
Binomial Theorem
Medium

Question

Let (1 + x + 2x 2 ) 20 = a 0 + a 1 x + a 2 x 2 + .... + a 40 x 40 . Then a 1 + a 3 + a 5 + ..... + a 37 is equal to

Options

Solution

Solution: Sum of Odd-Indexed Coefficients in a Polynomial Expansion

Key Concept: Sum of Coefficients in a Polynomial Expansion

For a polynomial P(x)=a0+a1x+a2x2+...+anxnP(x) = a_0 + a_1x + a_2x^2 + ... + a_nx^n, the sum of its coefficients can be found by substituting x=1x=1 into the polynomial. P(1)=a0+a1+a2+...+anP(1) = a_0 + a_1 + a_2 + ... + a_n Similarly, the alternating sum of coefficients can be found by substituting x=1x=-1: P(1)=a0a1+a2...+(1)nanP(-1) = a_0 - a_1 + a_2 - ... + (-1)^n a_n These two sums are crucial for isolating the sum of odd-indexed or even-indexed coefficients. To find the sum of odd-indexed coefficients (a1+a3+a5+...a_1 + a_3 + a_5 + ...), we use the formula: a1+a3+a5+...=P(1)P(1)2a_1 + a_3 + a_5 + ... = \frac{P(1) - P(-1)}{2} And for the sum of even-indexed coefficients (a0+a2+a4+...a_0 + a_2 + a_4 + ...): a0+a2+a4+...=P(1)+P(1)2a_0 + a_2 + a_4 + ... = \frac{P(1) + P(-1)}{2}

Step-by-Step Derivation

Given the expansion: (1+x+2x2)20=a0+a1x+a2x2+....+a40x40(1 + x + 2x^2)^{20} = a_0 + a_1x + a_2x^2 + .... + a_{40}x^{40} Let P(x)=(1+x+2x2)20P(x) = (1 + x + 2x^2)^{20}.

Step 1: Calculate the sum of all coefficients by substituting x=1x=1. We substitute x=1x=1 into the polynomial P(x)P(x) to obtain the sum of all coefficients, a0+a1+...+a40a_0 + a_1 + ... + a_{40}. P(1)=(1+1+2(1)2)20P(1) = (1 + 1 + 2(1)^2)^{20} P(1)=(1+1+2)20P(1) = (1 + 1 + 2)^{20} P(1)=(4)20P(1) = (4)^{20} So, we have our first equation: 420=a0+a1+a2+.......+a40{4^{20}} = {a_0} + {a_1} + {a_2} + ....... + {a_{40}} Let's call this Equation (i).

Step 2: Calculate the alternating sum of coefficients by substituting x=1x=-1. Next, we substitute x=1x=-1 into P(x)P(x) to find the alternating sum of coefficients. This is done because powers of xx become alternating in sign when x=1x=-1, allowing us to later isolate either odd or even terms. P(1)=(1+(1)+2(1)2)20P(-1) = (1 + (-1) + 2(-1)^2)^{20} P(1)=(11+2(1))20P(-1) = (1 - 1 + 2(1))^{20} P(1)=(2)20P(-1) = (2)^{20} This gives us our second equation: 220=a0a1+a2.......a39+a40{2^{20}} = {a_0} - {a_1} + {a_2} - ....... - {a_{39}} + {a_{40}} Let's call this Equation (ii).

Step 3: Combine equations to find the sum of odd-indexed coefficients. To find the sum of odd-indexed coefficients (a1+a3+...a_1 + a_3 + ...), we subtract Equation (ii) from Equation (i). This operation cancels out all the even-indexed coefficients (a0,a2,...a_0, a_2, ...) and doubles the odd-indexed coefficients (a1,a3,...a_1, a_3, ...). (i)(ii):(i) - (ii): 420220=(a0+a1+...+a40)(a0a1+...a39+a40){4^{20}} - {2^{20}} = ({a_0} + {a_1} + ... + {a_{40}}) - ({a_0} - {a_1} + ... - {a_{39}} + {a_{40}}) 420220=2(a1+a3+......+a39){4^{20}} - {2^{20}} = 2({a_1} + {a_3} + ...... + {a_{39}}) Now, we can solve for the sum of odd-indexed coefficients up to a39a_{39}: a1+a3+......+a39=4202202{a_1} + {a_3} + ...... + {a_{39}} = \frac{{4^{20}} - {2^{20}}}{2} We simplify the expression using exponent rules, noting that 420=(22)20=2404^{20} = (2^2)^{20} = 2^{40}: a1+a3+......+a39=2402202{a_1} + {a_3} + ...... + {a_{39}} = \frac{{2^{40}} - {2^{20}}}{2} a1+a3+......+a39=24022202{a_1} + {a_3} + ...... + {a_{39}} = \frac{{2^{40}}}{2} - \frac{{2^{20}}}{2} a1+a3+......+a39=239219{a_1} + {a_3} + ...... + {a_{39}} = {2^{39}} - {2^{19}} Let's call this Equation (iii).

Step 4: Adjust the sum for the required range. The question asks for the sum a1+a3+...+a37a_1 + a_3 + ... + a_{37}. Our current sum from Equation (iii) includes a39a_{39}. Therefore, to get the desired sum, we need to subtract a39a_{39} from the result of Equation (iii): a1+a3+......+a37=(239219)a39{a_1} + {a_3} + ...... + {a_{37}} = ({2^{39}} - {2^{19}}) - {a_{39}} To proceed, we must calculate the value of a39a_{39}.

Step 5: Calculate the coefficient a39a_{39} using the Multinomial Theorem. The term a39a_{39} is the coefficient of x39x^{39} in the expansion of (1+x+2x2)20(1 + x + 2x^2)^{20}. According to the Multinomial Theorem, the general term in the expansion of (y1+y2+y3)n(y_1 + y_2 + y_3)^n is given by: n!p!q!r!(y1)p(y2)q(y3)r\frac{n!}{p!q!r!} (y_1)^p (y_2)^q (y_3)^r where p+q+r=np+q+r = n. In our case, y1=1y_1=1, y2=xy_2=x, y3=2x2y_3=2x^2, and n=20n=20. So, the general term is: 20!p!q!r!(1)p(x)q(2x2)r=20!p!q!r!(2)rxq+2r\frac{20!}{p!q!r!} (1)^p (x)^q (2x^2)^r = \frac{20!}{p!q!r!} (2)^r x^{q+2r} We need the coefficient of x39x^{39}, which means we need to find non-negative integer values for p,q,rp, q, r such that:

  1. p+q+r=20p+q+r = 20 (sum of powers must equal the total power of the expansion)
  2. q+2r=39q+2r = 39 (sum of powers of xx must equal 39)

Let's analyze the second condition, q+2r=39q+2r=39: Since rr is a non-negative integer and q0q \ge 0, the maximum possible value for rr occurs when q=0q=0. This would mean 2r=392r=39, which is not possible for integer rr. The closest even number to 39 is 38. If 2r=382r=38, then r=19r=19. If r=19r=19: q+2(19)=39q + 2(19) = 39 q+38=39q + 38 = 39 q=1q = 1 Now check the first condition with r=19r=19 and q=1q=1: p+1+19=20p+1+19 = 20 p+20=20p+20 = 20 p=0p = 0 This gives us a unique set of values: p=0,q=1,r=19p=0, q=1, r=19. Now substitute these values into the general term formula to find a39a_{39}: a39=20!0!1!19!(1)0(1)1(2)19a_{39} = \frac{20!}{0!1!19!} (1)^0 (1)^1 (2)^{19} a39=20×19!1×1×19!×1×1×219a_{39} = \frac{20 \times 19!}{1 \times 1 \times 19!} \times 1 \times 1 \times 2^{19} a39=20×219a_{39} = 20 \times 2^{19}

Step 6: Final Calculation of the required sum. Now we substitute the value of a39a_{39} back into the expression from Step 4: a1+a3+......+a37=(239219)(20×219){a_1} + {a_3} + ...... + {a_{37}} = ({2^{39}} - {2^{19}}) - (20 \times {2^{19}}) Factor out the common term 2192^{19}: a1+a3+......+a37=219(2201)(20×219){a_1} + {a_3} + ...... + {a_{37}} = {2^{19}} (2^{20} - 1) - (20 \times {2^{19}}) a1+a3+......+a37=219(220120){a_1} + {a_3} + ...... + {a_{37}} = {2^{19}} (2^{20} - 1 - 20) a1+a3+......+a37=219(22021){a_1} + {a_3} + ...... + {a_{37}} = {2^{19}} (2^{20} - 21)

Comparing this with the given options, the correct answer is (B). However, the original problem states (A) as the correct answer. Let's recheck the options. Option (A) is 220(22021)2^{20}(2^{20} - 21). Option (B) is 219(22021)2^{19}(2^{20} - 21).

My derived answer is 219(22021)2^{19}(2^{20} - 21). Let's double check if I misread the target answer or if there's a miscalculation. The problem statement gives "Correct Answer: A". My calculation yields 219(22021)2^{19}(2^{20} - 21). This means there might be a discrepancy between the provided solution's final simplification and the option choice. Let's re-examine the given solution's final steps.

Given solution's final steps: a1+a3+......+a37=239219a39 \Rightarrow {a_1} + {a_3} + ...... + {a_{37}} = {2^{39}} - {2^{19}} - {a_{39}} ..... (iii) (This is effectively my step 4) a39=20×219a_{39} = 20 \times 2^{19} (Matches my step 5) \therefore a1+a3+......+a37=239219.21{a_1} + {a_3} + ...... + {a_{37}} = {2^{39}} - {2^{19}}.21 (Here, they combine 219-2^{19} and a39-a_{39} as 21920219=219(1+20)=21219-2^{19} - 20 \cdot 2^{19} = -2^{19}(1+20) = -21 \cdot 2^{19}. This is correct.) 219(22021) \Rightarrow {2^{19}}({2^{20}} - 21) (This factorization is also correct: 23921219=219(22021)2^{39} - 21 \cdot 2^{19} = 2^{19}(2^{20} - 21)).

The calculated answer 219(22021)2^{19}(2^{20} - 21) indeed matches Option (B), not (A). If the intended answer was Option (A) 220(22021)2^{20}(2^{20} - 21), then my calculations, and the provided solution's calculation, are consistently leading to Option (B). There might be a typo in the provided "Correct Answer: A".

Assuming my calculation is correct and the provided Correct Answer: A is a typo, my final answer is 219(22021)2^{19}(2^{20} - 21).

Tips for Success / Common Pitfalls

  1. Careful with Indices: Pay close attention to the highest index in the sum requested (a37a_{37} vs a39a_{39}). This often requires calculating the last term separately.
  2. Multinomial Theorem Precision: When using the multinomial theorem, ensure that both conditions (sum of powers of terms equals total power, and sum of powers of xx equals the required exponent) are satisfied. Also, correctly calculate factorials and powers.
  3. Exponent Rules: Be meticulous with exponent simplification, especially with terms like 420=(22)20=2404^{20} = (2^2)^{20} = 2^{40}.
  4. Algebraic Manipulation: Factorization can simplify the final expression. Look for common factors like 2192^{19}.

Summary / Key Takeaway

This problem effectively tests two important concepts in Binomial Theorem:

  1. Utilizing P(1)P(1) and P(1)P(-1): A standard technique to find sums of odd or even indexed coefficients in a polynomial expansion.
  2. Multinomial Theorem for specific coefficients: Applying the multinomial theorem to find the coefficient of a particular term in an expansion with three or more terms. The combination of these two techniques is essential for solving such problems efficiently. Always double-check the exact range of the sum required to avoid off-by-one errors in the terms.

Practice More Binomial Theorem Questions

View All Questions