Question
Question: What is the value of the sum: \(\left( {{1}^{2}} \right)+\left( {{1}^{2}}+{{2}^{2}} \right)+\left...
What is the value of the sum:
(12)+(12+22)+(12+22+32)+(12+22+32+42)+......... upto n terms ?
Solution
To find the summation of the above series, we will first find the nth term of the series. Then, we will generalize this term in ‘i’ and find its summation for, i=1 to i=n. This will give us the sum of the above series. Also, we will be using the summation formula of, i=1∑i=ni, i=1∑i=ni2and i=1∑i=ni3. We shall proceed in this manner to get the required solution to our problem.
Complete step by step answer:
We have given the sequence series as:
(12)+(12+22)+(12+22+32)+(12+22+32+42)+......... upto n terms
Now, the nth term of this series can be written as the sum of the squares of the numbers counting from 1 to n. Mathematically, this can be written as follows:
⇒tn=12+22+32+........+n2∴tn=i=1∑i=ni2
Using the formula of summation of squares, we can write:
⇒tn=6n(n+1)(2n+1)
This can be simplified as:
⇒tn=6(n2+n)(2n+1)∴tn=3n3+2n2+6n
Now, we need to find the summation of tn after generalizing it. Let the final summation be given by ‘S’. Then, ‘S’ is equal to:
⇒S=j=1∑ntj
Where, tj is equal to: 3j3+2j2+6j .
Putting the value of tj in the above expression for ‘S’, we get:
⇒S=j=1∑n3j3+2j2+6j
On simplification, we get:
⇒S=j=1∑n3j3+j=1∑n2j2+j=1∑n6j⇒S=31j=1∑nj3+21j=1∑nj2+61j=1∑n6j
Now, using these formulas:
⇒j=1∑nj3=[2n(n+1)]2⇒j=1∑nj2=6n(n+1)(2n+1)⇒j=1∑nj=2n(n+1)
Our expression for ‘S’ becomes:
⇒S=31[2n(n+1)]2+216n(n+1)(2n+1)+612n(n+1)
⇒S=12n(n+1)[n(n+1)+(2n+1)+(1)]
⇒S=12n(n+1)(n2+3n+2)⇒S=12n(n+1)(n+1)(n+2)∴S=12n(n+1)2(n+2)
Therefore, the value of ‘S’ is equal to 12n(n+1)2(n+2).
Hence, the summation of the series given in our problem comes out to be 12n(n+1)2(n+2).
Note: In sequential problems like these, we should always remember the sum of sequence series of terms up to their fourth power. Also, these are some of the lengthy problems of sequence and series, so one should be careful while solving these in time bound exams as they take more time to solve.