Understanding the Problem
We are asked to find the value of the sum r=0∑20r2.20Cr, where 20Cr represents the binomial coefficient in the expansion of (1+x)20. This type of problem often involves using properties of binomial coefficients or differentiation of binomial expansions.
Key Concepts and Formulas
- Binomial Theorem: The expansion of (1+x)n is given by ∑r=0nnCrxr.
- Sum of Binomial Coefficients: ∑r=0nnCr=2n. This is obtained by setting x=1 in the binomial expansion.
- Important Identities for Binomial Coefficients:
- r⋅nCr=n⋅n−1Cr−1 for r≥1. (When r=0, r⋅nCr=0)
- r(r−1)⋅nCr=n(n−1)⋅n−2Cr−2 for r≥2. (When r=0,1, r(r−1)⋅nCr=0)
These identities are crucial for simplifying sums involving products of r or r(r−1) with binomial coefficients.
Step-by-Step Solution
Our goal is to evaluate S=r=0∑20r2.20Cr.
Step 1: Decompose r2
We can rewrite r2 as r(r−1)+r. This decomposition is strategic because it allows us to use the two binomial identities mentioned above.
S=∑r=020(r(r−1)+r)⋅20Cr
We can split this sum into two parts:
S=∑r=020r(r−1)⋅20Cr+∑r=020r⋅20Cr
**Step 2: Evaluate the second sum, ∑r=020r⋅20Cr}
For this sum, we use the identity r⋅nCr=n⋅n−1Cr−1. Here n=20.
So, r⋅20Cr=20⋅19Cr−1.
Note that for r=0, the term r⋅20Cr=0⋅20C0=0. So the sum effectively starts from r=1.
∑r=020r⋅20Cr=∑r=12020⋅19Cr−1
Let k=r−1. When r=1,k=0. When r=20,k=19.
=20∑k=01919Ck
Using the sum of binomial coefficients formula ∑k=0nnCk=2n:
=20⋅219
**Step 3: Evaluate the first sum, ∑r=020r(r−1)⋅20Cr}
For this sum, we use the identity r(r−1)⋅nCr=n(n−1)⋅n−2Cr−2. Here n=20.
So, r(r−1)⋅20Cr=20(20−1)⋅20−2Cr−2=20⋅19⋅18Cr−2.
Note that for r=0 and r=1, the term r(r−1)⋅20Cr is 0. So the sum effectively starts from r=2.
∑r=020r(r−1)⋅20Cr=∑r=22020⋅19⋅18Cr−2
Let k=r−2. When r=2,k=0. When r=20,k=18.
=20⋅19∑k=01818Ck
Using the sum of binomial coefficients formula:
=20⋅19⋅218
=380⋅218
Step 4: Combine the results
Now, substitute the results from Step 2 and Step 3 back into the expression for S:
S=(380⋅218)+(20⋅219)
To combine these terms, it's helpful to express them with the same power of 2. We know that 219=2⋅218.
S=380⋅218+20⋅(2⋅218)
S=380⋅218+40⋅218
Now, factor out 218:
S=(380+40)⋅218
S=420⋅218
Alternative Method: Using Differentiation
Another powerful technique to evaluate such sums is by differentiating the binomial expansion.
We know that:
(1+x)n=∑r=0nnCrxr
Step A: Differentiate once with respect to x
n(1+x)n−1=∑r=0nrnCrxr−1
Step B: Multiply by x
nx(1+x)n−1=∑r=0nrnCrxr
Step C: Differentiate again with respect to x
The left side (LHS) is n⋅dxd[x(1+x)n−1]. Using the product rule:
LHS=n[(1+x)n−1⋅1+x⋅(n−1)(1+x)n−2]
LHS=n(1+x)n−1+n(n−1)x(1+x)n−2
The right side (RHS) is ∑r=0nr2nCrxr−1.
So, we have:
∑r=0nr2nCrxr−1=n(1+x)n−1+n(n−1)x(1+x)n−2
Step D: Set x=1
Setting x=1 allows us to remove the x terms and get the desired sum.
∑r=0nr2nCr=n(1+1)n−1+n(n−1)(1)(1+1)n−2
∑r=0nr2nCr=n⋅2n−1+n(n−1)⋅2n−2
Now, substitute n=20:
∑r=020r220Cr=20⋅220−1+20(20−1)⋅220−2
=20⋅219+20⋅19⋅218
=20⋅(2⋅218)+380⋅218
=40⋅218+380⋅218
=(40+380)⋅218
=420⋅218
Both methods yield the same result, confirming its correctness.
Comparing with Options
The calculated value is 420×218. Let's check the given options:
(A) 420×219=420×2×218=840×218
(B) 380×219=380×2×218=760×218
(C) 380×218
(D) 420×218
Our result 420×218 matches option (D).
Important Tips and Common Mistakes
- Understanding Identities: Memorize or be able to quickly derive the identities for r⋅nCr and r(r−1)⋅nCr. They are fundamental for simplifying such sums.
- Lower Limits of Summation: Be careful when applying these identities. Terms like r=0 or r=1 often result in zero for r⋅nCr or r(r−1)⋅nCr, which means the effective starting point of the sum changes.
- Algebraic Simplification: Pay attention to simplifying powers of 2 (e.g., 219=2⋅218) to combine terms effectively and match the format of the options.
- Differentiation Method: The differentiation method is a powerful general approach for sums involving r, r2, etc. in binomial expansions. Practice this method to ensure accuracy. It serves as a great way to verify results obtained through other methods.
Summary/Key Takeaway
This problem demonstrates the effective use of binomial coefficient identities to simplify complex sums. By decomposing r2 into r(r−1)+r, we transformed the original sum into two simpler sums that could be directly evaluated using the identities r⋅nCr=n⋅n−1Cr−1 and r(r−1)⋅nCr=n(n−1)⋅n−2Cr−2, along with the sum of binomial coefficients 2n. The differentiation method provides an elegant alternative and a good cross-check for the result. The final answer is 420×218.