Now, in this last section, we will look at all the miscellaneous series problems based on Arithmetico-geometric series, Iterative series, User-defined series and others.
Type I: Arithmetico-Geometric Series (AGP)
E.g. 1: Find the sum to infinite terms:
(y + 4y2 + 7y3 + 10y4 + 13y5 + ……………………)
The series given above is an AGP. We can easily identify an AGP as one term of the series will be in AP while the other one will be in GP.
In this series y, y2, y3, y4, y5 are in GP with a common ratio of ‘y’, while the terms 1, 4, 7, 10, 13 and so on are in AP.
So, the standard way of solving AGP problems is to multiply the entire series by the common ratio of the GP and then subtract the newly formed series from the original series. Why do we subtract?
Because on subtracting, we will get a pure geometric progression of infinite terms. And, we know how to find the sum of infinite terms of a GP.
So, let P = y + 4y2 + 7y3 + 10y4 + 13y5 + ……………………[equation (i)]
Now, the common ratio of the GP in AGP is ‘y’. So, multiply the series by ‘y’ .
On multiplying, we get Py = y2 + 4y3 + 7y4 + 10y5 + 13y6 +…………………..[equation (ii)]
Now, the trick while subtracting is that leave the first term of the equation (i) as it, start subtracting from the second term onwards as they are like terms.
So, on subtracting, we get:
P – Py = y + (4y2 – y2) + (7y3 – 4y3) + (10y4 – 7y4) +………………….
P(1 – y) = y + 3y2 + 3y3 + 3y4 + ……………………
Now, starting from the 2nd term onwards, the series becomes an infinite GP with first term being 3y2 and the common ratio being ‘y’.
So, we can find the sum of infinite terms using the formula [a/(1 – r)].
So, on further solving we get,
Type II Iterative Series:
Iterative series means there will be a pattern/cycle/period for the terms. In this section, we will learn how to handle the series in which any term has been represented in terms of its previous terms. So, please learn this concept well, so that the problems can be solved smoothly.
For e.g.: tn+1 = 2tn – tn–1, for n > 1.
In the above example, the previous terms of tn+1 are tn and tn – 1, so we can interpret the terms as any new term can be represented as (twice of previous term – yet another previous term).
tn: previous term of tn+1.
tn – 1: yet another previous term of tn+1.
If we can understand this language, we can solve all such types of problems. But, it is not necessary that the always a term will be given in terms of its previous terms. If it is not, then we will have to rearrange it according to our requirements.
E.g. 4: If the sequence tn+1 + 2tn–1 = 3tn, is true for all natural numbers n > 1, then find the value of t40 if t1 = 1 and t2 = 2. And also find the sum of those forty terms {t1 + t2 + t3 + t4 +…………….+ t40}.
Now, this sequence is not arranged in terms of its previous terms, so we will arrange it first.
tn+1 = 3tn – 2tn–1,
Now, we can interpret the sequence as any “new term is difference of thrice of previous term and twice of yet another previous term”.
So, if t1 = 1
And t2 = 2
Then t3 = 3 × t2 – 2 × t1 = 6 – 2 = 4
Similarly, t4 = 3 × t3 – 2× t2 = 8
Once, we got the logic, we can write the other terms in a jiffy as t5 = 16, t6 = 32,………….and so on.
Again, try to understand one thing, that if the question is asking to find the 40th term, there must be a pattern or sequence which we can catch.
So, if we try to catch the pattern in the question, it goes like: t1= 20, t2 = 21, t3 = 22, t4 = 23, t5 = 24, t6 = 25. So, t40 should be 239.
Now, to find the sum of these 40 terms, we can use the formula of sum of the 40 terms of the GP with the first term being 20 and common ratio being 2.
{t1 + t2 + t3 + t4 +………………+ t40} = {20 + 21 + 22 + 23 + 24 +…………………..+ 239}.
Alternative method of finding the sum: Whenever there is consecutive series of powers starting from 20, we can use this logic directly and get the answer.
20 + 21 = 22 – 1
20 + 21 + 22 = 23 – 1
20 + 21 + 22 + 23 = 24 – 1
20 + 21 + 22 + 23 + 24 = 25 – 1
20 + 21 + 22 + 23 + 24 + 25 = 26 – 1
20 + 21 + 22 + 23 + 24 + 25 + 26 +……………………..+ 239 = 240 – 1
E.g. 5: If tn+2 + tn = tn+1 for all natural number values of ‘n’ > 0. If t1 = 3, t2 = 1, then find out t129. And also find out the sum of these terms {t1 + t2 + t3 + t4 +…………………+ t129}.
First of all, we need to see that if the sequence is arranged in the terms of its previous terms.
The previous terms of tn+2 are tn+1 and tn.
So, we can write the sequence as tn+2 = tn+1 – tn.
That means a new term (tn+2) can be represented in the form of difference of previous term (tn+1) and yet another previous term (tn).
So, if t1 = 3,
t2 = 1,
t3 = t2 – t1 = 1 – 3 = –2,
t4 = t3 – t2 = –2 – 1 = –3,
t5 = –3 – (–2) = –1
t6 = –1 – (–3) = 2
t7 = 2 – (–1) = 3
So, the first term t1 is same as t7, so a cycle of 6 is there in the series. Also, it would have been obvious that if the question was asking to find 129th term, then cycle/period of terms must be there. Else it will be very cumbersome to find 129th term.
Now, if a cycle of 6 is being repeated and we want to find t129, then we will divide (129 ÷ 6) which gives a remainder of 3.
A remainder of 3 means that t129 is the third term of the cycle means equal to t3.
So, t129 = t3 = –2
Now, to find the sum of the terms {t1 + t2 + t3 + t4 +………………+ t129}, we just need to find the sum of each cycle.
Sum of each cycle is {t1 + t2 + t3 + t4 + t5 + t6} = {3 + 1 – 2 – 3 – 1 + 2} = 0
So, sum of each cycle is 0 and there are 21 cycles in sum of 129 terms, so sum of all 21 cycles will also be zero. But apart from those 21 cycles, three terms are still behind {t127, t128 and t129}.
So, {t1 + t2 + t3 + t4 +………………+ t129} = {t127 + t128 + t129}. And we know t127 = t1, t128 = t2 and t129 = t3.
So, finally sum is {3 + 1 – 2} = 2.
E.g. 10: Find the nth term of the series whose Sn is given as (2n2 + n + 1).
Now, this is the question based on the reverse logic. Up till now, we have solved problems where nth term has been given and we needed to find out sum of those terms. But, in this case sum is given; we need to find out tn.
So, now Sn = 2n2 + n + 1.
And Sn–1 = 2(n – 1)2 + (n – 1) + 1 {just plug-in (n – 1) in place of ‘n’ in Sn}.
On simplifying we get, Sn–1 = 2n2 + 2 – 3n.
Finally, tn = Sn – Sn–1 = 2n2 + n + 1 – (2n2 + 2 – 3n) = 4n – 1.
If the question was asking to find 10th term, we could have easily find out since we know the nth term of the series.
So, t10 = 4 × 10 – 1 = 39.
If the question was not asking to find the nth term but 10th term, then we could have directly found out 10th term by finding out the sum of the 10 terms and then subtracting the sum of the 9 terms.
So, t10 = S10 – S9.
Sn = 2n2 + n + 1, so S10 = 2 × 102 + 10 + 1 = 211.
And S9 = 2 × 92 + 9 + 1 = 172
And t10 = S10 – S9 = 211 – 172 = 39.
So, it depends on the question, what is asking. So, accordingly, we can proceed and get the answer. But whatever has been discussed is the crux of all such problems. If we get this, we can solve almost all problems of such type.
E.g. 12: Find the nth term of the series: 1 × 2 × 4 + 2 × 3 × 5 + 3 × 4 × 6 +…………………..
What we can do to find the nth term is assume a particular nth term and check by plug-in values of ‘n’, whether we are getting the terms given in the question.
For e.g., if i say that the nth term of the above expression is (n) × (n + 1) × (n + 2). You guys will prove it wrong by substituting ‘n’ = 1 in the value of tn because when we plug-in ‘n’ = 1, we will get t1 = 1 × 2 × 3, which is not the term given in the question. So, it’s wrong.
Now, you must be confident enough of finding the nth term. It’s very easy.
So, nth term (tn) = (n) × (n + 1) × (n + 3).
If we know the nth term, we can also find out the sum of these ‘n’ terms easily with the logic learnt so far.
All these problems are based on pattern-catching and familiarity. So do not get overwhelmed by such problems and if all of you solve 5-6 questions of this type, you will get a hang of it and can write the answer in one or two steps.
Let us see one example on the same type again.
8. If the sum to ‘n’ terms of the series is given as 3n2 + 4n. Then find the nth term of the series.
9. There are 8436 steel circular cans, each with a radius of 1 m, stacked in a pile with 1 can on top, 3 cans in the second layer, 6 cans in the third layer, and 10 cans in the fourth layer and so on. Find the number of horizontal layers in the pile.
10. If the nth term of a series is given as n(n + 3), then find the sum of the first 20 terms of the series.
11. If tn denotes the nth term of the series {2, 3, 6, 11, 18,……………….}, then find the 45th term of the series. Also find the sum of the first 25 term of the series.
12. Find the nth term of the series:
1 × 2 + 2 × 4 + 3 × 8 + 4 × 16 + 5 × 32 +…………………..
13. Find the sum of the following series:
7 + 26 + 63 + 124 +………………………..+ 728.































