Sequences
Sequences
We come across sequences in many places in real life. For example, the
house numbers in a row, salary in successive years (by a fixed amount or a
by a fixed percentage), page numbers of a book, etc represent sequences.
Let us learn more about sequences along with their types, rules, formulas,
and examples.
What is a Sequence?
A sequence is a list of numbers (or elements) that exhibits a particular
pattern. Each element in the sequence is called a term. A sequence can be
finite, meaning it has a specific number of terms, or infinite, meaning it
continues indefinitely. Sequences can be described in different ways, such as
an explicit formula, a recurrence relation, or a table of values.
Ascending Order
If the elements of the sequence are in increasing order, then the order of the
sequence is ascending.
The above sequence is in ascending order as its terms are "increasing" by 2.
Descending Order
If the elements of the sequence are in decreasing order, then the order of the
sequence is descending.
Finite Sequence
A sequence having a finite number of terms is called a finite sequence. For
example, a sequence of the number of bounces a ball takes to come to the
rest is a finite sequence.
Infinite Sequence
A sequence having an infinite number of terms is called an infinite sequence.
For example, a sequence of natural numbers forms an infinite sequence: 1, 2, 3,
4, and so on.
Arithmetic Sequence
An arithmetic sequence is a sequence of numbers in which each successive
term is a sum of its preceding term and a fixed number. This fixed number is
called a common difference. The terms of the arithmetic sequence are of the
form a, a+d, a+2d, ....
Example: Kashif put $30 in his bank account when he was 7 years old. He
increased the amount on each successive birthday by $3. So, the amount in
his piggy bank follows the pattern of $30, $33, $36, and so on. The
succeeding terms are obtained by adding a fixed number, that is, $3. This
fixed number is called a common difference. It can be positive, negative, or
zero.
If we add or subtract by the same number each time to make the sequence,
it is an arithmetic sequence.
The term-to-term rule tells us how we get from one term to the next.
Here are some examples of arithmetic sequences:
3 Add 6 3 9 15 21 27 …
8 Subtract 2 8, 6, 4, 2, 0, …
80 + (n - 1)
80, 75, 70, 65,
80 -5 (-5)
60, ...
= -5n + 85
π/2 + (n - 1)
π/2, π, 3π/2,
π/2 π/2 (π/2)
2π, ....
= nπ/2
First Common nth term
Arithmetic
Term Difference an = a1 + (n - 1)
Sequence d
(a) (d)
-√2 + (n - 1)
-√2, -2√2, -3√2, -
4√2, ...
-√2 -√2 (-√2)
= -√2 n
Let’s find out the terms for AS:
1, 5, 9, 13, 17, 21, 25, 29, 33, ... ...
2, 4, 6, 8, 10, 12, 14, 16, 18,... ...
1, 8, 15, 22, 29, 36, 43, 50, ... ...
5, 15, 25, 35, 45, 55, 65, 75, ... ...
12, 24, 36, 48, 60, 72, 84, 96, ...
Quadratic Sequence
We have already seen that if the differences (referred to as first differences)
between every two successive terms are the same, then it is called an
arithmetic sequence (which is also known as a linear sequence). But if the first
differences are NOT the same, and instead, the second differences are the
same, then the sequence is known as a quadratic sequence.
Harmonic Sequence
A harmonic sequence is a sequence obtained by taking the reciprocal of the
terms of an arithmetic sequence.
Fibonacci Sequence
Fibonacci sequence is a sequence where every term is the sum of the last two
preceding terms.
Example: A pair of rabbits do not reproduce in their 1st month. Starting from
the 2nd month and every subsequent month, they reproduce another pair.
Thus, the number of rabbits starting from 1st month are 0, 1, 1, 2, 3, 4, 7,
11, .... This is called the Fibonacci sequence.
Rules of Sequences
We can generally have two types of rules for a sequence (if it is
geometric/arithmetic).
Here, an = a + (n - 1) d is the formula for nᵗʰ term of the arithmetic sequence. Let
us see more formulas of different types of sequences in the upcoming section.
Sequences Formulas
As we have seen in the previous section, the formula for a sequence is
nothing but the formula for its nth term. Let us see the formulas for nth term (an)
of different types of sequences in math.
Arithmetic sequence: an = a + (n - 1) d, where a = the first term and d = common
difference.
Geometric sequence: an = arn-1, where a = the first term and r = common ratio.
Fibonacci sequence: an+2 = an+1 + an. The first two terms are 0 and 1.
Square number sequence: an = n2.
Cube number sequence: an = n3.
Triangular number sequence: an = ∑k=1n n. This can be further evaluated using
the sum of natural numbers formula.
Finding Missing Numbers in a Sequence
Using the above rules/formulas of sequences, we can find the missing
numbers of sequences. Sometimes, we don't need to find the general term also
to find the missing terms. If the given sequence doesn't belong to any of the
specific sequences mentioned above, then we have to observe the pattern of
the sequence and define the general term. Using that we can find the missing
numbers.
Example: Find the missing number of the sequence 2, 12, 36, 80, __.
Solution:
It is very clear that the sequence does not belong to any of the sequences that
we have mentioned in the previous section. So let us observe the terms. We
can see that:
2 = 12 + 13
12 = 22 + 23
36 = 32 + 33
80 = 42 + 43
The taxi charges for the first few miles are $2, $3.5, $5, ....
This is clearly an arithmetic sequence where the first term is, a = 2 and the common
difference is, d = 1.5.
Substitute n= 20,
Example 2: Flora loves growing flowers in her garden. There is 1 flower in the
1st row, 4 flowers in the 2nd row, 9 flowers in the 3rd row, and so on. In which row did
she plant 100 flowers?
Solution:
The sequence of the number of flowers starting from the first row is 1, 4, 9, ....
This is clearly a square number sequence. Its general term is, an = n2.
Substitute an = 100 here,
100 = n2
n = 10
Solution:
Let 'a' and 'd' be the first term and the common difference of the arithmetic sequence
that is associated with the given harmonic sequence.
6th term in the associated arithmetic sequence is, a + 5d = 1/10 ... (1)
11th term in the associated arithmetic sequence is, a + 10d = 1/18 ... (2)
d = -2/225.
Exercise
1. Consider a sequence: 1, 10, 9, x, 25, 26, 49. Find x.
Solution:
Here,
The pattern in II is 32 + 1, 42 + 1, 52 + 1.
Solution:
Given,
an = (n – 1)(2 – n)(3 + n)
= -7866
3. Write the first five terms of the sequence for which a1 = 3, an = 3an – 1 + 2 for all n > 1.
Solution:
Given,
a1 = 3
an = 3 an-1 + 2; n > 1
When n = 2,
a2 = 3a1 + 2 = 3(3) + 2 = 11
When n = 3,
a3 = 3a2 + 3 = 3(11) + 2 = 35
When n = 4,
When n = 5,
Therefore, the first five terms of the given sequence are 3, 11, 35, 107, 323.
Solution:
This is an arithmetic sequence with the first term, a = 1 and the common difference, d = 2, last
term, l = 1001.
Let n be the number of terms in the sequence.
So, an = l
a + (n – 1)d = 1001
1 + (n – 1)2 = 1001
(n – 1)2 = 1000
(n – 1) = 500
n = 501
= (501/2) (1 + 1001)
= (501 × 1002)/2
= 501 × 501
= 251001
Solution:
Given sequence:
The differences between two consecutive terms of this sequence are 1, 2, 3, 4, 5, 6,…
The second differences between the terms, i.e. for 2, 3, 4,… are:
1, 1, 1, 1, 1,…
A constant sequence is obtained after taking differences twice, so we can match the nth term of
the sequence with a quadratic formula. Thus, based on the initial term of each of the sequences
we can write it as:
= 2 + (n – 1) + (1/2)(n – 1)(n – 2)
= 2 + n – 1 + (1/2) (n2 – 3n + 2)
= n + 1 + (1/2) (n2 – 3n + 2)
= (2n + 2 + n2 – 3n + 2)/2
= (n2 – n + 4)/2
= (6400 – 76)/2
= 6324/2
= 3162
6. Find the sum of all numbers between 200 and 400, which are divisible by 7.
Solution:
The numbers lying between 200 and 400, which are divisible by 7, are:
This sequence is an AP with the first term, a = 203, last term, l = 399 and the common
difference, d = 7.
a + (n –1) d = 399
203 + (n – 1) 7 = 399
⇒ 7(n – 1) = 196
⇒ n – 1 = 196/7 = 28
⇒ n = 29
= (29/2) (602)
= 29 × 301
= 8729
7. The sum of some terms of a geometric sequence is 315, whose first term and the common
ratio are 5 and 2, respectively. Find the last term and the number of terms.
Solution:
Given,
First term = a = 5
Common ratio = r = 2
We know that,
315 = 5(2n – 1)
⇒ 2n – 1 = 315/5
⇒ 2n – 1 = 63
⇒ 2n = 64
⇒ 2n = 26
⇒n=6
= 5 × 25
= 5 × 32
= 160
Therefore, the number of terms of the sequence is 6, and the last term, i.e. the 6th term of the
sequence, is 160.
8. Find the sum of the first five terms of the sequence given by the recurrence relation a n+2 =
(an – an+1)2 – 10 and a1 = 5, a2 = 1.
Solution:
Given,
a1 = 5
a2 = 1
And
an+2 = (an – an+1)2 – 10
a3 = a(1 + 2)
= (a1 – a2)2 – 10
= (5 – 1)2 – 10
= 16 – 10
=6
a4 = (a2 – a3)2 – 10
= (1 – 6)2 – 10
= 25 – 10
= 15
a5 = (a3 – a4)2 – 10
= (6 – 15)2 – 10
= 81 – 10
= 71
Therefore, the sum of the first five terms of the sequence is 98.