Skip to main content
Back to Sequences & Series
JEE Main 2021
Sequences & Series
Sequences and Series
Hard

Question

Let S n = {1 \over {{1^3}}}$$$$ + {{1 + 2} \over {{1^3} + {2^3}}} + {{1 + 2 + 3} \over {{1^3} + {2^3} + {3^3}}} + ......... + {{1 + 2 + ....... + n} \over {{1^3} + {2^3} + ...... + {n^3}}}. If 100 S n = n, then n is equal to :

Options

Solution

Key Concepts and Formulas

  1. Sum of the first kk natural numbers: The sum of an arithmetic progression 1+2++k1 + 2 + \dots + k is given by the formula: i=1ki=k(k+1)2\sum_{i=1}^{k} i = \frac{k(k+1)}{2}
  2. Sum of the first kk cubes: The sum of the cubes of the first kk natural numbers is given by the formula: i=1ki3=(k(k+1)2)2\sum_{i=1}^{k} i^3 = \left( \frac{k(k+1)}{2} \right)^2
  3. Telescoping Series (Method of Differences): A series is called telescoping if most of the terms cancel out. This often happens when the general term TkT_k can be expressed as a difference of two consecutive terms, i.e., Tk=f(k)f(k+1)T_k = f(k) - f(k+1) or Tk=f(k+1)f(k)T_k = f(k+1) - f(k). In such cases, the sum Sn=k=1nTkS_n = \sum_{k=1}^{n} T_k simplifies significantly.

Step-by-Step Solution

Step 1: Identify the General Term (TkT_k) of the Series The given series is Sn=113+1+213+23+1+2+313+23+33++1+2++n13+23++n3S_n = \frac{1}{1^3} + \frac{1+2}{1^3+2^3} + \frac{1+2+3}{1^3+2^3+3^3} + \dots + \frac{1+2+\dots+n}{1^3+2^3+\dots+n^3}. We need to find the general kk-th term, TkT_k. Observing the pattern, the kk-th term consists of the sum of the first kk natural numbers in the numerator and the sum of the cubes of the first kk natural numbers in the denominator. Therefore, the general term TkT_k can be written as: Tk=1+2++k13+23++k3T_k = \frac{1+2+\dots+k}{1^3+2^3+\dots+k^3}

Step 2: Simplify the General Term (TkT_k) using Standard Formulas We will use the formulas for the sum of the first kk natural numbers and the sum of the first kk cubes. The numerator is the sum of the first kk natural numbers: i=1ki=k(k+1)2\sum_{i=1}^{k} i = \frac{k(k+1)}{2} The denominator is the sum of the cubes of the first kk natural numbers: i=1ki3=(k(k+1)2)2\sum_{i=1}^{k} i^3 = \left( \frac{k(k+1)}{2} \right)^2 Now, substitute these simplified expressions back into the formula for TkT_k: Tk=k(k+1)2(k(k+1)2)2T_k = \frac{\frac{k(k+1)}{2}}{\left( \frac{k(k+1)}{2} \right)^2} We can simplify this expression by canceling one power of the term in the denominator: Tk=1k(k+1)2T_k = \frac{1}{\frac{k(k+1)}{2}} Tk=2k(k+1)T_k = \frac{2}{k(k+1)}

Step 3: Express TkT_k in a form suitable for Telescoping Series The term Tk=2k(k+1)T_k = \frac{2}{k(k+1)} can be decomposed using partial fractions into a difference of two terms, which is essential for a telescoping series. We can write 2k(k+1)\frac{2}{k(k+1)} as 2(1k(k+1))2 \left( \frac{1}{k(k+1)} \right). Using the standard partial fraction decomposition for 1k(k+1)\frac{1}{k(k+1)}: 1k(k+1)=1k1k+1\frac{1}{k(k+1)} = \frac{1}{k} - \frac{1}{k+1} Therefore, the general term TkT_k becomes: Tk=2(1k1k+1)T_k = 2 \left( \frac{1}{k} - \frac{1}{k+1} \right)

Step 4: Calculate the Sum (SnS_n) using the Telescoping Series Method Now we need to find the sum of the series Sn=k=1nTkS_n = \sum_{k=1}^{n} T_k. Sn=k=1n2(1k1k+1)S_n = \sum_{k=1}^{n} 2 \left( \frac{1}{k} - \frac{1}{k+1} \right) We can pull the constant factor 2 out of the summation: Sn=2k=1n(1k1k+1)S_n = 2 \sum_{k=1}^{n} \left( \frac{1}{k} - \frac{1}{k+1} \right) Let's write out the terms of the sum to observe the cancellation: For k=1k=1: 1112\frac{1}{1} - \frac{1}{2} For k=2k=2: 1213\frac{1}{2} - \frac{1}{3} For k=3k=3: 1314\frac{1}{3} - \frac{1}{4} ... For k=nk=n: 1n1n+1\frac{1}{n} - \frac{1}{n+1}

Summing these terms, we see that the intermediate terms cancel out (e.g., 12-\frac{1}{2} cancels with +12+\frac{1}{2}, 13-\frac{1}{3} cancels with +13+\frac{1}{3}, and so on). This is a telescoping sum. k=1n(1k1k+1)=(112)+(1213)+(1314)++(1n1n+1)\sum_{k=1}^{n} \left( \frac{1}{k} - \frac{1}{k+1} \right) = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \dots + \left(\frac{1}{n} - \frac{1}{n+1}\right) =11n+1= 1 - \frac{1}{n+1} Now, substitute this back into the expression for SnS_n: Sn=2(11n+1)S_n = 2 \left( 1 - \frac{1}{n+1} \right) Simplify the expression inside the parentheses: Sn=2((n+1)1n+1)S_n = 2 \left( \frac{(n+1)-1}{n+1} \right) Sn=2(nn+1)S_n = 2 \left( \frac{n}{n+1} \right) Sn=2nn+1S_n = \frac{2n}{n+1}

Step 5: Solve for nn using the given condition The problem states that 100Sn=n100 S_n = n. Substitute the expression for SnS_n we found: 100(2nn+1)=n100 \left( \frac{2n}{n+1} \right) = n 200nn+1=n\frac{200n}{n+1} = n Since nn represents the number of terms in a series, nn must be a positive integer (n1n \ge 1). Thus, n0n \ne 0, and we can divide both sides by nn: 200n+1=1\frac{200}{n+1} = 1 Now, multiply both sides by (n+1)(n+1): 200=n+1200 = n+1 Subtract 1 from both sides to solve for nn: n=2001n = 200 - 1 n=199n = 199

Common Mistakes & Tips

  • Incorrectly applying summation formulas: Ensure you are using the correct formulas for the sum of natural numbers and the sum of cubes.
  • Algebraic errors during simplification: Be meticulous when simplifying fractions, especially complex fractions like TkT_k.
  • Failure to recognize telescoping series: The form 1k(k+1)\frac{1}{k(k+1)} is a strong indicator of a telescoping series, which can be efficiently handled using partial fraction decomposition.
  • Division by zero: When solving the final equation, remember that nn must be a positive integer, so dividing by nn is permissible.

Summary

The problem involves calculating the sum of a series where the kk-th term is the ratio of the sum of the first kk natural numbers to the sum of the cubes of the first kk natural numbers. By using the standard formulas for these sums, we simplified the general term TkT_k to 2k(k+1)\frac{2}{k(k+1)}. This form allowed us to express TkT_k as a difference of consecutive terms using partial fractions, transforming the series into a telescoping sum. Evaluating the telescoping sum yielded Sn=2nn+1S_n = \frac{2n}{n+1}. Finally, using the given condition 100Sn=n100 S_n = n, we solved for nn and found it to be 199.

The final answer is 199\boxed{199}.

Practice More Sequences & Series Questions

View All Questions