This is Discrete Math Give recursive definitations of each o
This is Discrete Math.
Give recursive definitations of each of the following sequences:
a. 1, 5, 52, 53, 54,...
b. 5, 3, 1, -1, -3,...
Solution
(a) Given the sequence (1, 5, 52, 53, …),
S0 = 1, s1= 5.
The common ratio between a term and its previous term is always 5 leaving first term.
Thus,
sn = 5sn-1 for n greater than and equal to 1.
and for n = 0, s0 = 1.
(b) Given the sequence (5, 3, 1, -1, -3, …),
S0 = 5, s1= 3.
The difference between a term and its previous term is always 2,
Thus,
sn = sn-1 - 2 for for n greater than and equal to 1.
