Let’s first understand what a sequence is:
A sequence is an ordered list of objects. The number of terms it contains (possibly infinite) is called the length of the sequence. Unlike a set, order matters in a sequence, and exactly the same elements can appear multiple times at different positions in the sequence.
Since order matters, (A, B, C) and (B, C, A) are two different sequences. (A series is the sum of the terms of a sequence but we will not deal with series today.)
There are some special sequences e.g. arithmetic progressions and geometric progressions. We will deal with these in subsequent weeks. Today we will look at some generic sequence questions and will learn how to approach them. I will start with a very basic question. Mind you, most sequence questions will be higher level questions since sequence questions look complicated (even though they are very straight forward, believe me!). Let me show you using some questions from external sources:
A note on notation: The first term of a sequence will be denoted by , second term by and th term by . (If I want to show multiplication e.g. multiply by 2, I will show it by writing )
Question 1: In a certain sequence, the term is given by the formula
for all .
If and , what is the value of ?
(A) 2.5
(B) 3.125
(C) 4
(D) 5
(E) 6.75
Solution: This is a straight forward question. Whenever you have a generic formula for the nth term of a sequence, plug in some numbers, to see what pattern you get.
(given)
(given)
If ,
If ,
Answer (C)
Question 2: The infinite sequence , ,… ,… is such that , , , , and for . If , what is the value of ?
(A) 119
(B) 120
(C) 121
(D) 126
(E) 133
Solution: We know the first four terms: , , ,
Also it is given that i.e. the nth term is equal to the th term e.g. 5th term is equal to the 1st term. 6th term is equal to the 2nd term. 7th term is equal to the 3rd term etc.
Hence, the sequence becomes: 4, -2, 6, -1, 4, -2, 6, -1, 4, -2, 6, -1 … (It is always helpful to write down the first few terms of the sequence. It helps you see the pattern.)
The sequence has a cyclicity of 4 i.e. the terms repeat after every 4 terms. Therefore, first to fourth terms will form the first cycle, fifth to eighth terms will form the second cycle, ninth to twelfth terms will form the third cycle and so on…
The sum of each group of 4 terms = 4 – 2 + 6 – 1 = 7
What will be the tenth term, ?
A new cycle starts from so . Then, must be -2.
is the sum of last three terms of a cycle so this sum must be – 2 + 6 – 1 = 3
to is a complete cycle, to is another complete cycle and so on… The sum of each of the complete cycles is 7. How many such cycles will there be?
The first complete cycle will end at , the second one at , the third one at etc (i.e. at multiples of 4). The last complete cycle will end at . How many complete cycles do we have here then?
and so you start from the fourth multiple to the 21st multiple i.e. you have total cycles. If you are confused about the ‘+1’ here, hang on. I will take it up at the end of this post.
The sum of these 18 cycles will be (I know the multiplication table of 18 as should you!)
We still haven’t accounted for , which will be the first term of the next cycle. The first term is 4.
or you could just consider this:
You have 18 complete cycles except for the first 3 terms and the last term of the sequence. The last term of the sequence is the first term of a cycle and the first three terms of the sequence are the last three terms of the cycle. So these four terms make one complete cycle. Therefore, instead of 18, you have 19 complete cycles.
Answer (E)