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

Question

The sum of first 9 terms of the series. 131+13+231+3+13+23+331+3+5+......{{{1^3}} \over 1} + {{{1^3} + {2^3}} \over {1 + 3}} + {{{1^3} + {2^3} + {3^3}} \over {1 + 3 + 5}} + ......

Options

Solution

Key Concepts and Formulas

  1. Sum of the first nn cubes: k=1nk3=(n(n+1)2)2\sum_{k=1}^n k^3 = \left(\frac{n(n+1)}{2}\right)^2
  2. Sum of the first nn odd natural numbers: k=1n(2k1)=n2\sum_{k=1}^n (2k-1) = n^2
  3. Sum of the first nn natural numbers: k=1nk=n(n+1)2\sum_{k=1}^n k = \frac{n(n+1)}{2}
  4. Sum of the squares of the first nn natural numbers: k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^n k^2 = \frac{n(n+1)(2n+1)}{6}
  5. Linearity of Summation: k=1n(aAk+bBk)=ak=1nAk+bk=1nBk\sum_{k=1}^n (a A_k + b B_k) = a \sum_{k=1}^n A_k + b \sum_{k=1}^n B_k

Step-by-Step Solution

Step 1: Determine and Simplify the General Term (TnT_n) The given series is 131+13+231+3+13+23+331+3+5+{{{1^3}} \over 1} + {{{1^3} + {2^3}} \over {1 + 3}} + {{{1^3} + {2^3} + {3^3}} \over {1 + 3 + 5}} + \dots We need to find the nthn^{th} term (TnT_n) of this series.

  • Numerator of TnT_n: The numerator of the nthn^{th} term is the sum of the cubes of the first nn natural numbers. Nn=13+23+33++n3=k=1nk3N_n = 1^3 + 2^3 + 3^3 + \dots + n^3 = \sum_{k=1}^n k^3 Using the formula for the sum of the first nn cubes: Nn=(n(n+1)2)2N_n = \left(\frac{n(n+1)}{2}\right)^2 Why: This formula directly represents the sum of cubes as seen in the numerator's pattern.

  • Denominator of TnT_n: The denominator of the nthn^{th} term is the sum of the first nn odd natural numbers. Dn=1+3+5++(2n1)=k=1n(2k1)D_n = 1 + 3 + 5 + \dots + (2n-1) = \sum_{k=1}^n (2k-1) Using the formula for the sum of the first nn odd numbers: Dn=n2D_n = n^2 Why: This formula represents the sum of consecutive odd numbers, matching the pattern in the denominator.

  • Formulate and Simplify TnT_n: The nthn^{th} term TnT_n is the ratio of its numerator and denominator: Tn=NnDn=(n(n+1)2)2n2T_n = \frac{N_n}{D_n} = \frac{\left(\frac{n(n+1)}{2}\right)^2}{n^2} Now, we simplify this expression: Tn=n2(n+1)24n2T_n = \frac{\frac{n^2(n+1)^2}{4}}{n^2} Since n1n \ge 1 for terms in a series, n20n^2 \neq 0, so we can cancel n2n^2: Tn=(n+1)24T_n = \frac{(n+1)^2}{4} Expanding the term (n+1)2(n+1)^2: Tn=n2+2n+14=14(n2+2n+1)T_n = \frac{n^2 + 2n + 1}{4} = \frac{1}{4}(n^2 + 2n + 1) Why: Simplifying TnT_n into a polynomial form makes it amenable to standard summation techniques.

Step 2: Calculate the Sum of the First 9 Terms (S9S_9) We need to find the sum of the first 9 terms, S9=n=19TnS_9 = \sum_{n=1}^9 T_n. S9=n=1914(n2+2n+1)S_9 = \sum_{n=1}^9 \frac{1}{4}(n^2 + 2n + 1) Why: This is the summation of the simplified general term, which is the objective of the problem.

  • Apply Linearity of Summation: We can pull out the constant factor 14\frac{1}{4} and distribute the summation to each term inside the parenthesis: S9=14(n=19n2+n=192n+n=191)S_9 = \frac{1}{4} \left( \sum_{n=1}^9 n^2 + \sum_{n=1}^9 2n + \sum_{n=1}^9 1 \right) S9=14(n=19n2+2n=19n+n=191)S_9 = \frac{1}{4} \left( \sum_{n=1}^9 n^2 + 2 \sum_{n=1}^9 n + \sum_{n=1}^9 1 \right) Why: The linearity property allows us to break down the summation of a polynomial into sums of powers of nn and constants, which have known formulas.

  • Apply Standard Summation Formulas for N=9N=9: Now, we evaluate each summation using the standard formulas with n=9n=9:

    1. Sum of squares: n=19n2=9(9+1)(2×9+1)6=9×10×196=17106=285\sum_{n=1}^9 n^2 = \frac{9(9+1)(2 \times 9 + 1)}{6} = \frac{9 \times 10 \times 19}{6} = \frac{1710}{6} = 285
    2. Sum of natural numbers: n=19n=9(9+1)2=9×102=902=45\sum_{n=1}^9 n = \frac{9(9+1)}{2} = \frac{9 \times 10}{2} = \frac{90}{2} = 45
    3. Sum of a constant: n=191=9\sum_{n=1}^9 1 = 9 Why: These are direct applications of the fundamental summation formulas for n2n^2, nn, and a constant.
  • Substitute and Calculate the Final Sum: Substitute the calculated values back into the expression for S9S_9: S9=14(285+2(45)+9)S_9 = \frac{1}{4} (285 + 2(45) + 9) S9=14(285+90+9)S_9 = \frac{1}{4} (285 + 90 + 9) S9=14(384)S_9 = \frac{1}{4} (384) S9=96S_9 = 96 Why: This final calculation combines all the evaluated parts to arrive at the total sum of the first 9 terms.

Common Mistakes & Tips

  • Incorrect General Term: Always verify your derived TnT_n by plugging in n=1,2,3n=1, 2, 3 to ensure it matches the given series terms.
  • Algebraic Errors: Be extremely careful with algebraic manipulations, especially when expanding squares and simplifying fractions in TnT_n.
  • Formula Recall: Ensure you have memorized the standard summation formulas for kk, k2k^2, k3k^3, and sums of arithmetic/geometric progressions, as they are frequently tested.

Summary To find the sum of the first 9 terms of the given series, we first identified the general term (TnT_n) by analyzing the patterns in the numerator (sum of cubes) and the denominator (sum of odd numbers). We then simplified TnT_n to a polynomial form using standard summation formulas. Finally, we applied the linearity of summation and the formulas for the sum of squares, sum of natural numbers, and sum of a constant to calculate the sum of the first 9 terms.

The final answer is 96\boxed{96}, which corresponds to option (D).

Practice More Sequences & Series Questions

View All Questions