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

Question

The sum, n=17n(n+1)(2n+1)4\sum\limits_{n = 1}^7 {{{n\left( {n + 1} \right)\left( {2n + 1} \right)} \over 4}} is equal to ________.

Answer: 1

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 first NN squares: k=1Nk2=N(N+1)(2N+1)6\sum_{k=1}^N k^2 = \frac{N(N+1)(2N+1)}{6}
  • 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
  • Linearity of Summation: For constants a,ba, b and functions f(n),g(n)f(n), g(n), n=1N(af(n)+bg(n))=an=1Nf(n)+bn=1Ng(n)\sum_{n=1}^N (a \cdot f(n) + b \cdot g(n)) = a \sum_{n=1}^N f(n) + b \sum_{n=1}^N g(n)

Step-by-Step Solution

Step 1: Simplify the General Term of the Series The general term of the series is given by Tn=n(n+1)(2n+1)4T_n = \frac{n(n+1)(2n+1)}{4}. To evaluate the sum, we first expand the numerator into a polynomial in nn. This will allow us to use the standard summation formulas for powers of nn. Expanding the numerator: n(n+1)(2n+1)=(n2+n)(2n+1)n(n+1)(2n+1) = (n^2 + n)(2n+1) =n2(2n)+n2(1)+n(2n)+n(1)= n^2(2n) + n^2(1) + n(2n) + n(1) =2n3+n2+2n2+n= 2n^3 + n^2 + 2n^2 + n =2n3+3n2+n= 2n^3 + 3n^2 + n So, the general term becomes: Tn=14(2n3+3n2+n)T_n = \frac{1}{4}(2n^3 + 3n^2 + n)

Step 2: Apply Linearity of Summation We need to calculate the sum n=17Tn\sum\limits_{n = 1}^7 T_n. Using the linearity of summation, we can distribute the sum and pull out constant factors. n=1714(2n3+3n2+n)=14n=17(2n3+3n2+n)\sum_{n=1}^7 \frac{1}{4}(2n^3 + 3n^2 + n) = \frac{1}{4} \sum_{n=1}^7 (2n^3 + 3n^2 + n) =14(n=172n3+n=173n2+n=17n)= \frac{1}{4} \left( \sum_{n=1}^7 2n^3 + \sum_{n=1}^7 3n^2 + \sum_{n=1}^7 n \right) =14(2n=17n3+3n=17n2+n=17n)= \frac{1}{4} \left( 2\sum_{n=1}^7 n^3 + 3\sum_{n=1}^7 n^2 + \sum_{n=1}^7 n \right)

Step 3: Evaluate Individual Sums Now, we use the standard summation formulas with N=7N=7.

  1. Sum of the first 7 natural numbers: n=17n=7(7+1)2=7×82=562=28\sum_{n=1}^7 n = \frac{7(7+1)}{2} = \frac{7 \times 8}{2} = \frac{56}{2} = 28
  2. Sum of the first 7 squares: n=17n2=7(7+1)(2×7+1)6=7×8×156=8406=140\sum_{n=1}^7 n^2 = \frac{7(7+1)(2 \times 7 + 1)}{6} = \frac{7 \times 8 \times 15}{6} = \frac{840}{6} = 140
  3. Sum of the first 7 cubes: n=17n3=(7(7+1)2)2=(28)2=784\sum_{n=1}^7 n^3 = \left( \frac{7(7+1)}{2} \right)^2 = (28)^2 = 784

Step 4: Combine Results and Compute the Final Sum Substitute the values of the individual sums back into the expression from Step 2: n=17Tn=14(2n=17n3+3n=17n2+n=17n)\sum_{n=1}^7 T_n = \frac{1}{4} \left( 2\sum_{n=1}^7 n^3 + 3\sum_{n=1}^7 n^2 + \sum_{n=1}^7 n \right) =14(2(784)+3(140)+28)= \frac{1}{4} \left( 2(784) + 3(140) + 28 \right) =14(1568+420+28)= \frac{1}{4} \left( 1568 + 420 + 28 \right) =14(1988+28)= \frac{1}{4} \left( 1988 + 28 \right) =14(2016)= \frac{1}{4} \left( 2016 \right) =504= 504


Common Mistakes & Tips

  • Arithmetic Errors: Carefully performing calculations, especially with larger numbers, is crucial. Double-checking additions and multiplications can prevent mistakes.
  • Misremembering Formulas: Ensure you have the correct formulas for sums of powers. A common error is mixing up the formulas for sum of squares and sum of cubes.
  • Expansion Errors: When expanding polynomials, ensure each term is correctly multiplied. Errors in expansion will propagate through the entire calculation.

Summary The problem requires evaluating a finite sum whose general term is a cubic polynomial in nn. The strategy involves expanding the general term into a sum of powers of nn, applying the linearity property of summation to separate the sum into standard forms, and then using the known formulas for the sum of the first NN natural numbers, their squares, and their cubes. Substituting N=7N=7 into these formulas and performing the arithmetic yields the final result.

The final answer is 504\boxed{504}.

Practice More Sequences & Series Questions

View All Questions