Lecture-5 3
Lecture-5 3
1
=
Solution:
The list of the terms of this sequence, beginning with [ is
not possible as = ∞ and the domain of the function
is 1, 2, 3, … ] are, , , , , …
Thus, the sequence will be 1, , , , …
Progressions
Geometric Progression:
A sequence of the form , , ,…, ,…
The initial term and the common ratio are real numbers.
It is a discrete analogue of the exponential function = .
Arithmetic Progression:
A sequence of the form , + , + 2 , … , + , …
The initial term and the common difference are real
numbers.
It is a discrete analogue of the linear function = + .
Progressions (Contd.)
Example 2:
Consider the following sequences
a. with = −1
b. with =2 5
c. with =6
Terms Values
a. , , , ,… −1,3,7,11, …
b. , , , ,… 7,4,1, −2, …
Recurrence Relations
A for the sequence { } is
An equation that expresses in terms of one or more of the
previous terms of the sequence, namely, , , . . . , , for all
integers with ≥ , where is a nonnegative integer.
A sequence is called a of a recurrence
relation if its terms satisfy the recurrence relation.
A recurrence relation is said to a
sequence.
Recurrence Relations (Contd.)
Example 4:
Consider the sequence { } which satisfies the recurrence
relation = + 3 for = 1, 2, 3, … and suppose that =
2. What are , , ?
Solution :
From the recurrence relation it is clear that,
= +3=2+3=5
= +3=5+3=8
= + 3 = 8 + 3 = 11
Recurrence Relations (Contd.)
Example 5:
Consider the sequence { } which satisfies the recurrence
relation = − for = 2, 3, 4, … and suppose that
= 3 and = 5. What are , , , ?
Solution :
From the recurrence relation it is clear that,
= − =5−3=2
= − = 2 − 5 = −3
= − = −3 − 2 = −5
= − = −5 − −3 = −2
Recurrence Relations (Contd.)
One of the most commonly used sequences defined by a
recurrence relation is the .
It is defined by
The initial conditions, = 0 and = 1.
The recurrence relation = + for = 2, 3, 4, …
The is as follows,
= + = 1 + 0 = 1,
= + = 1 + 1 = 2,
= + = 2 + 1 = 3,
= + = 3 + 2 = 5,
= + = 5 + 3 = 8. ……….
Recurrence Relations (Contd.)
We say that we have solved the recurrence relation
together with the initial conditions when we find an
explicit formula, called a closed formula, for the terms
of the sequence.
Recurrence Relations (Contd.)
Example 6:
Determine whether the sequence { }, where = 3 for every
nonnegative integer , is a solution of the recurrence relation
= 2 − for = 2, 3, 4, . . . .
Solution:
Suppose that = 3 for every nonnegative integer .
Then, for ≥ 2, we see that,
2 − = 2 3 − 1 − 3 − 2
= 3
= .
Solution:
Suppose that = 2 for every nonnegative integer .
Note that, = 1, = 2, = 4.
Then, for ≥ 2, we see that,
=2 −
=2 −
=2 2−1
=3
But, = 4 from the equation =2 .
Therefore, { }, where = 2 , is not a solution of the recurrence relation.
Recurrence Relations (Contd.)
Example 8:
Solve the recurrence relation = + 3 with the initial condition = 2.
Solution:
Starting with the initial condition = 2 and applying the recursive relation successively
upward until we reach , we will try to find a closed formula for the sequence .
= +3=2+3
= +3= 2+3 +3=2+3 2
= +3= 2+3 2 +3=2+3 3
.
.
.
= +3= 2+3 −2 +3=2+3 −1
−
= , ≠1
−1
+1 , =1
Summations (Contd.)
THE END