OneNote Final Exam Review Monday November 28 2016 121 PM all
Solution
SOLUTION
Given h0 = 2 and hk = 4hk – 1 + 5,
h1 = 4h0 + 5
h2 = 4h1 + 5 = 4(4h0 + 5) + 5 = 42h0 + 4x5 + 5
h3 = 4h2 + 5 = 4(42h0 + 4x5 + 5) + 5 = 43h0 + 42x5 + 4x5 + 5
Thus, h4 should be 44h0 + 43x5 + 42x5 + 4x5 + 5 or
In general, hk = 4kh0 + 4k - 1x5 + 4k - 2 x5 + …… + 4x5 + 5 ………… (1)
The above analysis shows how to build up the recurrence relation.
In most such problems, the terms involving numerals can be further simplified to arrive at a concise formula. Again, in majority of cases, as in this case also, the terms form a GP.
4k - 1x5 + 4k - 2 x5 + …… + 4x5 + 5 = 5(4k - 1 + 4k - 2 + …… + 4 + 1) = 5 x (a GP of k terms with a = 4k – 1 and r = 1/4) = 5[4k – 1{1 – (1/4)k}/{1 – (1/4)} = {(5x4)/3}[4k – 1(4k - 1)/4k]
= (5/3) (4k - 1) ……. (2)
(2) in (1): hk = 4kh0 + (5/3) (4k - 1) = 2x4k [because h0 = 2] + (5/3) 4k – (5/3). So,
hk = (11/3)4k – (5/3) ANSWER or still better, 3hk = 11.4k - 5
[Some useful tips:
1. (4k - 1 + 4k - 2 + …… + 4 + 1) has k terms and not (k - 1). This is a very popularly committed mistake.
2. Instead of summing as done above, reverse the series and then it becomes a GP of k terms with a = 1 and r =4, which is much easier and simpller to simplify]

