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

Question

The sum 1 + {{{1^3} + {2^3}} \over {1 + 2}} + {{{1^3} + {2^3} + {3^3}} \over {1 + 2 + 3}} + ...... + {{{1^3} + {2^3} + {3^3} + ... + {{15}^3}} \over {1 + 2 + 3 + ... + 15}}$$$$ - {1 \over 2}\left( {1 + 2 + 3 + ... + 15} \right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Sum of the first nn natural numbers: k=1nk=n(n+1)2\sum_{k=1}^n k = \frac{n(n+1)}{2}
  • Sum of the cubes of the first nn natural numbers: k=1nk3=(n(n+1)2)2\sum_{k=1}^n k^3 = \left(\frac{n(n+1)}{2}\right)^2
  • 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}
  • Properties of Summation: Linearity of summation, i.e., (an±bn)=an±bn\sum (a_n \pm b_n) = \sum a_n \pm \sum b_n and can=can\sum c \cdot a_n = c \sum a_n.

Step-by-Step Solution

The problem asks us to evaluate the sum: S=(1+13+231+2+13+23+331+2+3+......+13+23+33+...+1531+2+3+...+15)12(1+2+3+...+15)S = \left( {1 + {{{1^3} + {2^3}} \over {1 + 2}} + {{{1^3} + {2^3} + {3^3}} \over {1 + 2 + 3}} + ...... + {{{1^3} + {2^3} + {3^3} + ... + {{15}^3}} \over {1 + 2 + 3 + ... + 15}}} \right) - {1 \over 2}\left( {1 + 2 + 3 + ... + 15} \right)

Step 1: Express the sum in summation notation and simplify the general term of the series. The given expression consists of two parts. The first part is a series where the nn-th term, let's call it TnT_n, is given by the ratio of the sum of the first nn cubes to the sum of the first nn natural numbers. The series runs from n=1n=1 to n=15n=15. The second part is a simple arithmetic series multiplied by 1/2-1/2. We can write the sum as: S=n=115Tn12n=115nS = \sum_{n=1}^{15} T_n - \frac{1}{2} \sum_{n=1}^{15} n where Tn=k=1nk3k=1nkT_n = \frac{\sum_{k=1}^n k^3}{\sum_{k=1}^n k}.

The crucial insight for simplifying this problem is to first simplify the general term TnT_n. Using the formulas for the sum of cubes and the sum of natural numbers: Tn=(n(n+1)2)2n(n+1)2T_n = \frac{\left(\frac{n(n+1)}{2}\right)^2}{\frac{n(n+1)}{2}} This simplifies to: Tn=n(n+1)2T_n = \frac{n(n+1)}{2} This simplification is vital as it converts a complex fractional term into a simple quadratic expression.

Step 2: Substitute the simplified general term back into the sum and perform further simplification. Now, substitute Tn=n(n+1)2T_n = \frac{n(n+1)}{2} back into the expression for SS: S=n=115n(n+1)212n=115nS = \sum_{n=1}^{15} \frac{n(n+1)}{2} - \frac{1}{2} \sum_{n=1}^{15} n Expand the term inside the first summation: S=n=115n2+n212n=115nS = \sum_{n=1}^{15} \frac{n^2 + n}{2} - \frac{1}{2} \sum_{n=1}^{15} n Using the linearity property of summation, we can split the first summation and factor out the constant 1/21/2: S=12(n=115n2+n=115n)12n=115nS = \frac{1}{2} \left( \sum_{n=1}^{15} n^2 + \sum_{n=1}^{15} n \right) - \frac{1}{2} \sum_{n=1}^{15} n Now, distribute the 1/21/2: S=12n=115n2+12n=115n12n=115nS = \frac{1}{2} \sum_{n=1}^{15} n^2 + \frac{1}{2} \sum_{n=1}^{15} n - \frac{1}{2} \sum_{n=1}^{15} n We can see that the terms 12n=115n\frac{1}{2} \sum_{n=1}^{15} n cancel each other out. This leaves us with: S=12n=115n2S = \frac{1}{2} \sum_{n=1}^{15} n^2 This significant simplification shows that the original complex sum reduces to a simple sum of squares.

Step 3: Evaluate the remaining summation. We need to calculate S=12n=115n2S = \frac{1}{2} \sum_{n=1}^{15} n^2. We use the formula for the sum of the squares of the first NN natural numbers, n=1Nn2=N(N+1)(2N+1)6\sum_{n=1}^N n^2 = \frac{N(N+1)(2N+1)}{6}, with N=15N=15. n=115n2=15(15+1)(215+1)6\sum_{n=1}^{15} n^2 = \frac{15(15+1)(2 \cdot 15 + 1)}{6} n=115n2=15(16)(31)6\sum_{n=1}^{15} n^2 = \frac{15(16)(31)}{6} Now, we perform the calculation: n=115n2=1516316=(35)(28)3123\sum_{n=1}^{15} n^2 = \frac{15 \cdot 16 \cdot 31}{6} = \frac{(3 \cdot 5) \cdot (2 \cdot 8) \cdot 31}{2 \cdot 3} Cancel out the common factors of 2 and 3: n=115n2=5831\sum_{n=1}^{15} n^2 = 5 \cdot 8 \cdot 31 n=115n2=4031\sum_{n=1}^{15} n^2 = 40 \cdot 31 n=115n2=1240\sum_{n=1}^{15} n^2 = 1240 Finally, substitute this value back into the expression for SS: S=12(1240)S = \frac{1}{2} (1240) S=620S = 620

Common Mistakes & Tips

  • Direct Calculation: Attempting to calculate each term of the series individually before summing would be extremely time-consuming and error-prone. Always look for a general term and a simplification strategy.
  • Formula Errors: Ensure accurate recall and application of the summation formulas for kk, k2k^2, and k3k^3.
  • Algebraic Mistakes: Careful manipulation of fractions and summation properties is crucial to avoid errors during simplification.

Summary

The problem was solved by first expressing the given sum in summation notation. The key step was simplifying the general term of the series, which involved using the formulas for the sum of cubes and the sum of natural numbers. This simplification transformed the complex general term into a simple quadratic expression. Subsequently, by applying the linearity of summation and observing cancellations, the entire sum was reduced to a single summation of squares. Finally, the formula for the sum of squares was used to calculate the result.

The final answer is 620\boxed{620}.

Practice More Sequences & Series Questions

View All Questions