Recurrence Relations
Recurrence Relations
𝑎𝑛 = 𝑘 𝑛 𝑎0 + 𝑘 𝑛−𝑟 𝑓 𝑟 , 𝑛 ≥ 1
𝑟=1
This is a general solution of the recurrence relation.
Obviously if 𝑓 𝑛 = 0 the solution of the homogeneous linear recurrence relation
𝑎𝑛 = 𝑘𝑎𝑛−1 is given by 𝑎𝑛 = 𝑘 𝑛 𝑎0 , 𝑛 ≥ 1.
𝑎𝑛 = 3 + 12 𝑟 3 + 3𝑟 2 + 3𝑟 + 1
𝑟=1
𝑎𝑛 = 3 + 12 σ𝑛𝑟=1 𝑟 3 + 3 σ𝑛𝑟=1 𝑟 2 + 3 σ𝑛𝑟=1 𝑟 + σ𝑛𝑟=1 1
𝑛2 𝑛+1 2 3𝑛 𝑛+1 2𝑛+1 3𝑛 𝑛+1
𝑎𝑛 = 3 + 12 + + +𝑛
4 6 2
𝑎𝑛 = 3 + 3𝑛2 𝑛 + 1 2 + 6𝑛 𝑛 + 1 2𝑛 + 1 + 18𝑛 𝑛 + 1 + 12𝑛
𝑎𝑛 = 3 1 + 𝑛2 𝑛2 + 2𝑛 + 1 + 2𝑛 2𝑛2 + 3𝑛 + 1 + 6 𝑛2 + 1 + 4𝑛
𝑎𝑛 = 3 1 + 12𝑛 + 13𝑛2 + 6𝑛3 + 𝑛4 is the required solution.
12-05-2025 Prepared by Dr. Palle Prathapa Reddy 7
6. A person invests some amount at the rate of 11%, annual compound interest. Determine the
period for his principal amount to get doubled. Also find the period if 11% interest is
compounded monthly.
Sol: If 𝑎0 is the principal amount, then the amount at the rate of 11% at the end of one year 𝑎1 , is
11 111
𝑎1 = 𝑎0 + 𝑎0 = 𝑎0
100 100
𝑎1 = 1.11 𝑎0
Next, the amount with compounded interest at the end of 2 years (𝑎2 ) is
𝑎2 = 1.11 𝑎1 = 1.11 2 𝑎0
Continuing in this way, the amount at the end of 𝑛 years 𝑎𝑛 , is 𝑎𝑛 = 1.11 𝑛 𝑎0 …..(1)
If the principal amount has to be double we must have, 𝑎𝑛 = 2𝑎0
By using (1) in LHS we have, 1.11 𝑛 𝑎0 = 2𝑎0 or 1.11 𝑛 = 2; 𝑛 =?
𝑛
To find 𝑛, we shall take logarithms to the base 10 on both sides of 1.11 = 2.
𝑙𝑜𝑔2
That is, 𝑛 𝑙𝑜𝑔 (1.11) = 𝑙𝑜𝑔2 ⟹ 𝑛 = log 1.11 ≈ 6.64
Thus we conclude that in a period of 6.64 years the principal amount will get double.
Next, we shalII find the period for the principal amount getting,
doubled if 11% interest is compounded monthly.
11/100 11
The monthly interest = = 1200
12
12-05-2025 Prepared by Dr. Palle Prathapa Reddy 8
As in the earlier case, if 𝑎0 is the principal then the amount at the end of first month (𝑎1 ) is
11 1211
𝑎1 = 𝑎0 + 1200
𝑎0 = 1200
𝑎0
Similarly, the amount at the end of second month (𝑎2 ) is
11 1211 1211 2
𝑎2 = 𝑎1 + 1200
𝑎1 = 1200
𝑎1 = 1200
𝑎0
1211 𝑛
∴ At the end of the nth month, the amount 𝑎𝑛 , will be 𝑎𝑛 = 1200
𝑎0
Let us consider, 𝑎𝑛 = 2𝑎0
1211 𝑛 1211 𝑛
𝑎0 = 2𝑎0 or =2
1200 1200
1211 log 2
⟹ 𝑛 log 1200 = log 2 or 𝑛 = 1211 = 75.96 ≈ 76 months = 6 years 4 months =6.33 years.
log 1200
1
Thus, the required period is 6.33 years 6 3 𝑦𝑒𝑎𝑟𝑠 .
2 = 𝑐1 1 + 5 + 𝑐2 1 − 5 ……….(3)
Using 𝑐2 = 2 − 𝑐1 in (3) we have
2 = 𝑐1 1 + 5 + 2 − 𝑐1 1 − 5 ⟹ 2 = 𝑐1 1 + 5 − 1 + 5 + 2 1 − 5
2 = 𝑐1 2 5 + 2 − 2 5 ⟹ 2 5 = 𝑐1 2 5 ⟹ 𝑐1 = 1
Since 𝑐1 + 𝑐2 = 2, evidently 𝑐1 = 2
𝑛 𝑛
1+ 5 1− 5
Thus 𝐿𝑛 = + .
2 2