Skip to main content
Back to Binomial Theorem
JEE Main 2019
Binomial Theorem
Binomial Theorem
Hard

Question

If Sn=r=0n1nCrandtn=r=0nrnCr,{S_n} = \sum\limits_{r = 0}^n {{1 \over {{}^n{C_r}}}} \,\,and\,\,{t_n} = \sum\limits_{r = 0}^n {{r \over {{}^n{C_r}}},\,} then tnSn{{{t_{ n}}} \over {{S_n}}} is equal to

Options

Solution

1. Key Concept: Symmetry of Binomial Coefficients

The cornerstone for solving this problem lies in a fundamental property of binomial coefficients, known as the symmetry property: nCr=nCnr^n C_r = ^n C_{n-r} This property states that the number of ways to choose rr items from a set of nn is the same as the number of ways to choose (nr)(n-r) items from the same set. Essentially, the sequence of binomial coefficients for a given nn is symmetric around its center. For example, nC0=nCn^n C_0 = ^n C_n, nC1=nCn1^n C_1 = ^n C_{n-1}, and so on. This symmetry is extremely powerful for simplifying summations involving binomial coefficients.

2. Analyzing the Given Series

We are provided with two summation series:

  • Series SnS_n: Sn=r=0n1nCrS_n = \sum_{r=0}^n \frac{1}{^n C_r} This series represents the sum of the reciprocals of all binomial coefficients for a given nn. Expanding it helps visualize the terms: Sn=1nC0+1nC1+1nC2++1nCn1+1nCnS_n = \frac{1}{^n C_0} + \frac{1}{^n C_1} + \frac{1}{^n C_2} + \dots + \frac{1}{^n C_{n-1}} + \frac{1}{^n C_n}

  • Series tnt_n: tn=r=0nrnCrt_n = \sum_{r=0}^n \frac{r}{^n C_r} This series involves rr in the numerator, which changes from term to term. Expanding this series will show the pattern of the numerators: tn=0nC0+1nC1+2nC2++(n1)nCn1+nnCn(Equation 1)t_n = \frac{0}{^n C_0} + \frac{1}{^n C_1} + \frac{2}{^n C_2} + \dots + \frac{(n-1)}{^n C_{n-1}} + \frac{n}{^n C_n} \quad \text{(Equation 1)} Our ultimate goal is to find the ratio tnSn\frac{t_n}{S_n}.

3. The Strategy: Transforming tnt_n using Symmetry

To simplify tnt_n and relate it to SnS_n, we will employ the symmetry property. The key idea is to rewrite tnt_n in a different but equivalent form.

  • Step 1: Change the index of summation. We can replace the index rr with (nr)(n-r) in the summation. This effectively reverses the order of summation, but the sum itself remains unchanged. tn=r=0nrnCrt_n = \sum_{r=0}^n \frac{r}{^n C_r} Let's change the summation variable. If we replace rr with kk, then kk runs from 00 to nn. Now, let's substitute k=njk = n-j. As kk goes from 00 to nn, jj goes from nn to 00. So, jj also runs from 00 to nn. tn=j=0nnjnCnjt_n = \sum_{j=0}^n \frac{n-j}{^n C_{n-j}} (We can switch the dummy variable jj back to rr for consistency). tn=r=0nnrnCnrt_n = \sum_{r=0}^n \frac{n-r}{^n C_{n-r}} Why this step? By introducing (nr)(n-r) in the numerator, we are setting up an opportunity to use the symmetry property of binomial coefficients in the denominator.

  • Step 2: Apply the symmetry property. Now, we apply the property nCnr=nCr^n C_{n-r} = ^n C_r to the denominator of our transformed tnt_n: tn=r=0nnrnCrt_n = \sum_{r=0}^n \frac{n-r}{^n C_r} Expanding this new form of tnt_n: tn=n0nC0+n1nC1+n2nC2++n(n1)nCn1+nnnCnt_n = \frac{n-0}{^n C_0} + \frac{n-1}{^n C_1} + \frac{n-2}{^n C_2} + \dots + \frac{n-(n-1)}{^n C_{n-1}} + \frac{n-n}{^n C_n} tn=nnC0+n1nC1+n2nC2++1nCn1+0nCn(Equation 2)t_n = \frac{n}{^n C_0} + \frac{n-1}{^n C_1} + \frac{n-2}{^n C_2} + \dots + \frac{1}{^n C_{n-1}} + \frac{0}{^n C_n} \quad \text{(Equation 2)} Why this step? Notice that the numerators in Equation 2 (i.e., n,n1,n2,,1,0n, n-1, n-2, \dots, 1, 0) are complementary to the numerators in Equation 1 (i.e., 0,1,2,,n1,n0, 1, 2, \dots, n-1, n). This complementary relationship is crucial for the next step.

4. Combining Expressions for tnt_n

Now, we add Equation 1 and Equation 2. This is a common and powerful technique when dealing with sums where the terms have a symmetric or complementary pattern.

(1) tn=0nC0+1nC1+2nC2++(n1)nCn1+nnCnt_n = \frac{0}{^n C_0} + \frac{1}{^n C_1} + \frac{2}{^n C_2} + \dots + \frac{(n-1)}{^n C_{n-1}} + \frac{n}{^n C_n} (2) tn=nnC0+n1nC1+n2nC2++1nCn1+0nCnt_n = \frac{n}{^n C_0} + \frac{n-1}{^n C_1} + \frac{n-2}{^n C_2} + \dots + \frac{1}{^n C_{n-1}} + \frac{0}{^n C_n}

Adding the two equations term by term: 2tn=(0nC0+nnC0)+(1nC1+n1nC1)++(nnCn+0nCn)2t_n = \left(\frac{0}{^n C_0} + \frac{n}{^n C_0}\right) + \left(\frac{1}{^n C_1} + \frac{n-1}{^n C_1}\right) + \dots + \left(\frac{n}{^n C_n} + \frac{0}{^n C_n}\right) 2tn=0+nnC0+1+(n1)nC1+2+(n2)nC2++(n1)+1nCn1+n+0nCn2t_n = \frac{0+n}{^n C_0} + \frac{1+(n-1)}{^n C_1} + \frac{2+(n-2)}{^n C_2} + \dots + \frac{(n-1)+1}{^n C_{n-1}} + \frac{n+0}{^n C_n} Why add them? By adding the corresponding terms, the variable parts of the numerators (rr and nrn-r) sum up to a constant value, nn. This simplifies the entire summation significantly.

Simplifying each numerator, we observe that every term in the sum for 2tn2t_n now has nn in the numerator: 2tn=nnC0+nnC1+nnC2++nnCn1+nnCn2t_n = \frac{n}{^n C_0} + \frac{n}{^n C_1} + \frac{n}{^n C_2} + \dots + \frac{n}{^n C_{n-1}} + \frac{n}{^n C_n}

5. Calculating the Ratio tnSn\frac{t_n}{S_n}

Now that we have a simplified expression for 2tn2t_n, we can relate it to SnS_n.

  • Step 1: Factor out nn. Factor out the common term nn from the right-hand side of the equation for 2tn2t_n: 2tn=n(1nC0+1nC1+1nC2++1nCn1+1nCn)2t_n = n \left( \frac{1}{^n C_0} + \frac{1}{^n C_1} + \frac{1}{^n C_2} + \dots + \frac{1}{^n C_{n-1}} + \frac{1}{^n C_n} \right) Why factor out nn? This step reveals the structure of SnS_n within the expression for 2tn2t_n.

  • Step 2: Recognize SnS_n. Observe that the expression inside the parentheses is precisely the definition of SnS_n: Sn=1nC0+1nC1+1nC2++1nCn1+1nCnS_n = \frac{1}{^n C_0} + \frac{1}{^n C_1} + \frac{1}{^n C_2} + \dots + \frac{1}{^n C_{n-1}} + \frac{1}{^n C_n} So, we can substitute SnS_n into our equation: 2tn=nSn2t_n = n \cdot S_n

  • Step 3: Solve for the ratio. Finally, rearrange the equation to find the required ratio tnSn\frac{t_n}{S_n}: tnSn=n2\frac{t_n}{S_n} = \frac{n}{2}

6. Important Tips for Summation Problems

  • Recognize Symmetry: Always be on the lookout for symmetry properties in binomial coefficients (nCr=nCnr^n C_r = ^n C_{n-r}) or other sequences. This is often the key to simplification.
  • Index Manipulation: Practice rewriting summations by changing the index (e.g., rnrr \to n-r). This is a fundamental technique in combinatorics.
  • Combine and Conquer: If you have two related sums, or two forms of the same sum, try adding or subtracting them to see if terms cancel or simplify.
  • Relate to Known Forms: The goal is often to transform a complex sum into a multiple of a simpler, known sum (like SnS_n in this case).
  • Test with Small Values: If unsure, calculate the first few terms or the sum for small values of nn (e.g., n=0,1,2n=0, 1, 2) to build intuition or verify your derived formula.

7. Summary and Key Takeaway

This problem is a classic example demonstrating the power of the symmetry property of binomial coefficients. By expressing tnt_n in two equivalent forms (one standard, one transformed using rnrr \to n-r and nCr=nCnr^n C_r = ^n C_{n-r}) and then adding them, we were able to create a new sum where the numerators became constant (nn). This constant could then be factored out, directly revealing the structure of SnS_n and leading to a straightforward calculation of the desired ratio tnSn=n2\frac{t_n}{S_n} = \frac{n}{2}. This technique is widely applicable in problems involving sums of binomial coefficients.

Practice More Binomial Theorem Questions

View All Questions