Use iteration to guess an explicit formula for the sequence
Use iteration to guess an explicit formula for the sequence dk = 5dk1 + 3, for all integers k 1 d0 = 2
Solution
Given dk = 5dk - 1 + 3, ...... (1)
dk - 1 = 5dk - 2 + 3 ......(2)
Substituting (2) in (1),
dk = 5(5dk - 2 + 3)+ 3
= 52dk - 2 + (5 x 3) + 3 ....... (3)
Now, substituting dk - 2 = 5dk - 3 + 3 in (3), we get
dk = 52( 5dk - 3 + 3) + (5 x 3) + 3
= 53dk - 3 + (52 x 3) + (5 x 3) + 3 ....... (3)
Following the same method,
dk = 54dk - 4 + (53 x 3) + (52 x 3) + (5 x 3) + 3 ....... (4)
Or, in general,
dk = 5rdk - r + [(5r - 1 x 3) + (5r - 2 x 3) + ...... + (5 x 3) + 3] ....... (5)
The expression within [] in (5) = 3{5r - 1 + 5r - 2 + ...... + 5 + 1} = 3{1 + 5 + ..... + 5r - 2 + 5r - 1}.... (6)
The expression within {} in (6) is a GP with a(first term) = 1, r(common ratio) = 5 and n(number of terms) = r and hence,
(6) = 3 x 1(5r - 1)/(5 - 1) = (3/4)(5r - 1) ....... (7)
Now, substituting (7) in (5), we get,
dk = 5rdk - r + (3/4)(5r - 1) ....... (8)
Putting r = k in (8): dk = 5kd0 + (3/4)(5k - 1) ....... (9)
Given d0 = 2, (9) becomes: dk =2(5k) + (3/4)(5k - 1) = (11/4)5k - (3/4)....... (9)
(9) is the requisite formula.
[To verify if the above formula is correct
Using (1), d1 = (5 x d0) + 3 = 13. By (9), d1 = (11/4)(5) - 3/4 = 13]
