Solveeit Logo

Question

Question: Given the sequence \[2,6,12,20,....\]. What is the formula for the \[{n^{th}}\] term and the sum of ...

Given the sequence 2,6,12,20,....2,6,12,20,..... What is the formula for the nth{n^{th}} term and the sum of nn terms?

Explanation

Solution

Here, we use the concepts of patterns and their properties to solve this problem. We will also come across some standard results like sum of n natural numbers is equal to n(n+1)2\dfrac{{n(n + 1)}}{2} and sum of squares of nn natural numbers is equal to n(n+1)(2n+1)6\dfrac{{n(n + 1)(2n + 1)}}{6}, while solving this problem.

Complete step by step answer:
The sequence of numbers given here are 2,6,12,20,....2,6,12,20,....So, if you observe in the sequence, the difference between the first two terms is 4. The difference between the next two terms is 6. And the difference between the next two terms is 8.So, this follows a pattern.Now we will rewrite the sequence as
(2),(2+4),(2+4+6),(2+4+6+8),.......(2),(2 + 4),(2 + 4 + 6),(2 + 4 + 6 + 8),.......
Taking 2 common from each term, we get,
2(1),2(1+2),2(1+2+3),2(1+2+3+4),.......2(1),2(1 + 2),2(1 + 2 + 3),2(1 + 2 + 3 + 4),.......
So, we can conclude that, nth{n^{th}} term is equal to two times the sum of nn natural numbers.So,
nthterm=2(1+2+3+.......+n){n^{th}}term = 2(1 + 2 + 3 + ....... + n)
nthterm=2(n(n+1)2)\Rightarrow {n^{th}}term = 2\left( {\dfrac{{n(n + 1)}}{2}} \right) -----as we all know that, sum of nn natural numbers is n(n+1)2\dfrac{{n(n + 1)}}{2}
nthterm=n(n+1)\Rightarrow {n^{th}}term = n(n + 1)
So, nthterm=n2+n{n^{th}}term = {n^2} + n

Now, let us add these numbers and we get,
(2)+(2+4)+(2+4+6)+(2+4+6+8)+.......+(n2+n)(2) + (2 + 4) + (2 + 4 + 6) + (2 + 4 + 6 + 8) + ....... + ({n^2} + n)
We can simply write this as
(2)+(2+4)+(2+4+6)+(2+4+6+8)+.......+(n2+n)=i=1n(i2+i)(2) + (2 + 4) + (2 + 4 + 6) + (2 + 4 + 6 + 8) + ....... + ({n^2} + n) = \sum\limits_{i = 1}^n {({i^2} + i)}
So, sum of nn terms is given by
Sn=i=1n(i2+i){S_n} = \sum\limits_{i = 1}^n {({i^2} + i)}
Sn=i=1ni2+i=1ni\Rightarrow {S_n} = \sum\limits_{i = 1}^n {{i^2} + \sum\limits_{i = 1}^n i } -----(1)
Here, the first term i.e., i=1ni2\sum\limits_{i = 1}^n {{i^2}} represents the sum of squares of nn natural numbers. And we all know that the sum of squares of nn natural numbers is 12+22+32+........+n2=n(n+1)(2n+1)6{1^2} + {2^2} + {3^2} + ........ + {n^2} = \dfrac{{n(n + 1)(2n + 1)}}{6}
So, i=1ni2=n(n+1)(2n+1)6\sum\limits_{i = 1}^n {{i^2}} = \dfrac{{n(n + 1)(2n + 1)}}{6}
And the second term i.e., i=1ni\sum\limits_{i = 1}^n i represents the sum of nn natural numbers. And sum of nn natural numbers is 1+2+3+4+.......+n=n(n+1)21 + 2 + 3 + 4 + ....... + n = \dfrac{{n(n + 1)}}{2}

So, i=1ni=n(n+1)2\sum\limits_{i = 1}^n i = \dfrac{{n(n + 1)}}{2}
So, upon substituting these values in (1),
Sn=n(n+1)(2n+1)6+n(n+1)2\Rightarrow {S_n} = \dfrac{{n(n + 1)(2n + 1)}}{6} + \dfrac{{n(n + 1)}}{2}
Sn=n(n+1)2(2n+13+1)\Rightarrow {S_n} = \dfrac{{n(n + 1)}}{2}\left( {\dfrac{{2n + 1}}{3} + 1} \right)
On simplifying the equation,
Sn=n(n+1)2(2n+43)\Rightarrow {S_n} = \dfrac{{n(n + 1)}}{2}\left( {\dfrac{{2n + 4}}{3}} \right)
Sn=n(n+1)2(2)(n+23)\Rightarrow {S_n} = \dfrac{{n(n + 1)}}{2}(2)\left( {\dfrac{{n + 2}}{3}} \right)
So, finally we conclude with
Sn=n(n+1)(n+2)3\therefore {S_n} = \dfrac{{n(n + 1)(n + 2)}}{3}
And this is the sum of nn terms of the given sequence.

Hence, the formula for the nth{n^{th}} term and the sum of nn terms are n2+n{n^2} + n and n(n+1)(n+2)3\dfrac{{n(n + 1)(n + 2)}}{3}.

Note: We used sigma functions here, to solve this problem and this function is distributive. That means, i=abf(i)+g(i)=i=abf(i)+i=abg(i)\sum\limits_{i = a}^b {f(i) + g(i) = \sum\limits_{i = a}^b {f(i) + \sum\limits_{i = a}^b {g(i)} } }
And also, be careful while simplifying the equations. And also, check your answer by substituting n values as 1,2 and 3 (or any other numbers).