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,..... What is the formula for the nth term and the sum of n terms?
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 2n(n+1) and sum of squares of n natural numbers is equal to 6n(n+1)(2n+1), while solving this problem.
Complete step by step answer:
The sequence of numbers given here are 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),.......
Taking 2 common from each term, we get,
2(1),2(1+2),2(1+2+3),2(1+2+3+4),.......
So, we can conclude that, nth term is equal to two times the sum of n natural numbers.So,
nthterm=2(1+2+3+.......+n)
⇒nthterm=2(2n(n+1)) -----as we all know that, sum of n natural numbers is 2n(n+1)
⇒nthterm=n(n+1)
So, nthterm=n2+n
Now, let us add these numbers and we get,
(2)+(2+4)+(2+4+6)+(2+4+6+8)+.......+(n2+n)
We can simply write this as
(2)+(2+4)+(2+4+6)+(2+4+6+8)+.......+(n2+n)=i=1∑n(i2+i)
So, sum of n terms is given by
Sn=i=1∑n(i2+i)
⇒Sn=i=1∑ni2+i=1∑ni -----(1)
Here, the first term i.e., i=1∑ni2 represents the sum of squares of n natural numbers. And we all know that the sum of squares of n natural numbers is 12+22+32+........+n2=6n(n+1)(2n+1)
So, i=1∑ni2=6n(n+1)(2n+1)
And the second term i.e., i=1∑ni represents the sum of n natural numbers. And sum of n natural numbers is 1+2+3+4+.......+n=2n(n+1)
So, i=1∑ni=2n(n+1)
So, upon substituting these values in (1),
⇒Sn=6n(n+1)(2n+1)+2n(n+1)
⇒Sn=2n(n+1)(32n+1+1)
On simplifying the equation,
⇒Sn=2n(n+1)(32n+4)
⇒Sn=2n(n+1)(2)(3n+2)
So, finally we conclude with
∴Sn=3n(n+1)(n+2)
And this is the sum of n terms of the given sequence.
Hence, the formula for the nth term and the sum of n terms are n2+n and 3n(n+1)(n+2).
Note: We used sigma functions here, to solve this problem and this function is distributive. That means, i=a∑bf(i)+g(i)=i=a∑bf(i)+i=a∑bg(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).