Skip to main content
Back to Sequences & Series
JEE Main 2018
Sequences & Series
Sequences and Series
Medium

Question

The value of 1+11+2+11+2+3+....+11+2+3+.....+111 + {1 \over {1 + 2}} + {1 \over {1 + 2 + 3}} + \,\,....\,\, + \,\,{1 \over {1 + 2 + 3 + \,\,.....\,\, + \,\,11}} is equal to:

Options

Solution

Key Concepts and Formulas

  • Sum of the first nn natural numbers: 1+2+3++n=n(n+1)21 + 2 + 3 + \dots + n = \frac{n(n+1)}{2}.
  • Partial Fraction Decomposition: Expressing a rational function as a sum or difference of simpler rational functions. For 1n(n+1)\frac{1}{n(n+1)}, we can write it as 1n1n+1\frac{1}{n} - \frac{1}{n+1}.
  • Telescoping Series: A series where most of the intermediate terms cancel out when summed, typically of the form n=1N(f(n)f(n+1))\sum_{n=1}^{N} (f(n) - f(n+1)) or n=1N(f(n)f(n+k))\sum_{n=1}^{N} (f(n) - f(n+k)).

Step-by-Step Solution

Step 1: Identify the General Term (TnT_n) of the Series The given series is S=1+11+2+11+2+3++11+2+3++11S = 1 + {1 \over {1 + 2}} + {1 \over {1 + 2 + 3}} + \dots + {1 \over {1 + 2 + 3 + \dots + 11}}. Let's denote the nn-th term of the series as TnT_n. The denominator of each term is the sum of the first nn natural numbers. Using the formula for the sum of the first nn natural numbers, the denominator of the nn-th term is n(n+1)2\frac{n(n+1)}{2}. Therefore, the general term TnT_n is: Tn=11+2+3++n=1n(n+1)2T_n = {1 \over {1 + 2 + 3 + \dots + n}} = {1 \over {\frac{n(n+1)}{2}}} Simplifying this, we get: Tn=2n(n+1)T_n = {2 \over {n(n+1)}} We can verify this for the first term (n=1n=1): T1=21(1+1)=22=1T_1 = \frac{2}{1(1+1)} = \frac{2}{2} = 1, which matches the first term of the series.

Step 2: Decompose the General Term using Partial Fractions To apply the telescoping sum method, we need to express TnT_n as a difference of two terms. We can rewrite TnT_n as: Tn=2×1n(n+1)T_n = 2 \times {1 \over {n(n+1)}} Now, we decompose 1n(n+1)\frac{1}{n(n+1)} using partial fractions. We know that: 1n(n+1)=1n1n+1{1 \over {n(n+1)}} = {1 \over n} - {1 \over {n+1}} Substituting this back into the expression for TnT_n: Tn=2(1n1n+1)T_n = 2 \left( {1 \over n} - {1 \over {n+1}} \right) This form is crucial for the telescoping sum.

Step 3: Calculate the Sum of the Series using the Telescoping Method The given series is the sum of terms from n=1n=1 to n=11n=11. Let S11S_{11} be the sum of these terms. S11=n=111Tn=n=1112(1n1n+1)S_{11} = \sum_{n=1}^{11} T_n = \sum_{n=1}^{11} 2 \left( {1 \over n} - {1 \over {n+1}} \right) We can factor out the constant 2: S11=2n=111(1n1n+1)S_{11} = 2 \sum_{n=1}^{11} \left( {1 \over n} - {1 \over {n+1}} \right) Now, let's write out the terms of the summation: For n=1n=1: 1112{1 \over 1} - {1 \over 2} For n=2n=2: 1213{1 \over 2} - {1 \over 3} For n=3n=3: 1314{1 \over 3} - {1 \over 4} ... For n=10n=10: 110111{1 \over 10} - {1 \over 11} For n=11n=11: 111112{1 \over 11} - {1 \over 12}

When we sum these terms, the intermediate terms cancel out: S11=2[(1112)+(1213)+(1314)++(110111)+(111112)]S_{11} = 2 \left[ \left( {1 \over 1} - {1 \over 2} \right) + \left( {1 \over 2} - {1 \over 3} \right) + \left( {1 \over 3} - {1 \over 4} \right) + \dots + \left( {1 \over 10} - {1 \over 11} \right) + \left( {1 \over 11} - {1 \over 12} \right) \right] The 12-{1 \over 2} cancels with +12+{1 \over 2}, 13-{1 \over 3} cancels with +13+{1 \over 3}, and so on, until 111-{1 \over 11} cancels with +111+{1 \over 11}. This leaves us with only the first part of the first term and the last part of the last term: S11=2[11112]S_{11} = 2 \left[ {1 \over 1} - {1 \over 12} \right]

Step 4: Simplify the Result Now, we simplify the expression inside the brackets and then multiply by 2: S11=2[12112]S_{11} = 2 \left[ {{12 - 1} \over 12} \right] S11=2[1112]S_{11} = 2 \left[ {{11} \over 12} \right] S11=2×1112S_{11} = {{2 \times 11} \over 12} S11=2212S_{11} = {{22} \over 12} Finally, simplify the fraction by dividing the numerator and denominator by their greatest common divisor, which is 2: S11=116S_{11} = {{11} \over 6}

Common Mistakes & Tips

  • Incorrect General Term: Ensure the formula for the general term correctly represents each term in the series, especially the first term.
  • Forgetting the Constant Factor: The constant '2' in Tn=2n(n+1)T_n = \frac{2}{n(n+1)} must be carried through the entire summation process.
  • Off-by-One Error in Limits: The series goes up to the term involving 1+2++111+2+\dots+11, which means there are 11 terms in total (from n=1n=1 to n=11n=11).

Summary

The problem requires summing a series whose terms are reciprocals of the sums of consecutive natural numbers. By first finding the general term Tn=2n(n+1)T_n = \frac{2}{n(n+1)} and then decomposing it into partial fractions as Tn=2(1n1n+1)T_n = 2 \left( \frac{1}{n} - \frac{1}{n+1} \right), we can apply the telescoping sum method. This method leads to the cancellation of most intermediate terms, leaving a simple expression. Summing the 11 terms of the series results in 116\frac{11}{6}.

The final answer is 116\boxed{\frac{11}{6}} which corresponds to option (B).

Practice More Sequences & Series Questions

View All Questions