Sequence: Bsit F17
Sequence: Bsit F17
BSIT F17
SEQUENCE
• A sequence is a function from a subset of the set of integers (usually either the set {0,
1, 2, . . .} or the set {1, 2, 3, . . .}) to a set S. We use the notation an to denote the
image of the integer n. We call an a term of the sequence.(Text Book)
• NOTATION:
• We use the notation an to denote the image of the integer n, and call it a
term of the sequence. Thus a1, a2, a3, a4 …, an, … represent the terms
of a sequence defined on the set of natural numbers N.
• Note that a sequence is described by listing the terms of the sequence in
order of increasing subscripts.
ARITHMETIC SEQUENCE:
• A sequence in which every term after the first is obtained from the
preceding term by adding a constant number is called an arithmetic
sequence or arithmetic progression (A.P.) OR
• An arithmetic progression is a sequence of the form
a, a + d, a + 2d, . . . , a + nd, . . .
• where the initial term a and the common difference d are real
numbers.(text book)
• EXAMPLES:
• 1. 5, 9, 13, 17, … (common difference = 4)
• 2. 0, -5, -10, -15, … (common difference = -5)
• 3. x + a, x + 3a, x + 5a, … (common difference = 2a)
GENERAL TERM OF AN ARITHMETIC
SEQUENCE:
• an = nth term = a + (n - 1)d for all integers n ≥1.
• EXAMPLE:
• Find the 20th term of the arithmetic sequence
3, 9, 15, 21, …
• SOLUTION:
Here a = first term = 3 d = common difference = 9 - 3 = 6
n = term number = 20 a20 = value of 20th term = ?
Since an = a + (n - 1) d ; n ≥1
∴ a20 = 3 + (20 - 1) 6
= 3 + 114
= 117
• EXAMPLE:
• Which term of the arithmetic sequence
4, 1, -2, …, is -77
• SOLUTION:
• Here a = first term = 4
• d = common difference = 1 - 4 = -3
• an = value of nth term = - 77
• n = term number = ?
• Since
• an = a + (n - 1) d n ≥1
• ⇒ - 77 = 4 + (n - 1) (-3)
• ⇒ - 77 - 4 = (n - 1) (-3)
• OR
• 27 = n – 1
• n = 28
• Hence –77 is the 28th term of the given sequence.
GEOMETRIC SEQUENCE:
• A sequence in which every term after the first is obtained from the preceding
term by multiplying it with a constant number is called a geometric sequence
or geometric progression (G.P.) or
A geometric progression is a sequence of the form
a, ar, ar², . . . , ar ⁿ, . . .
• where the initial term a and the common ratio r are real numbers.
• The constant number, being the ratio of any two consecutive terms is called
the common ratio of the G.P. commonly denoted by “r”.
• EXAMPLE:
1, 2, 4, 8, 16, … (common ratio = 2)
3, - 3/2, 3/4, - 3/8, … (common ratio = - 1/2)
0.1, 0.01, 0.001, 0.0001, … (common ratio = 0.1 = 1/10)
EXAMPLE:
• Self test