I'm a bit stuck on this problem, tried to solve it, but I don't know what is wrong with my way of thinking.
A bank offers a deposit with the interest rate of 5% per annum with quarterly interest capitalization. We make a systematic investment for 5 years by paying at the end of each quarter $100. What is the future (in 5 years) value of this investment?
I tried to do this with following:
$x_1 = PV(1 + 0.05/4)^{4*3/12}+100 = PV(1 + 0.05/4)^{1}+100 $
$x_2 = x_1(1 + 0.05/4)^{2}+100 $
.
.
.
$x_n =x_{n-1}(1 + 0.05/4)^{n}+100 $
But I don't think it's the correct solution. I tried to simulate this and with $x_0 = 1$, after 20 iterations (n = 20 = 4 capitalization for 5 years, right?), $x_20 = 13658,31$ which looks unreal. I wish I know how to do it.