There appears to be three methods of calculating the future value of a regular monthly investment by UK on-line calculators. I have gone looking for how these are worked out, but cannot find where formula A (see below) comes from, this is driving me nuts. Can someone please tell me how formula A below is derived, and the logic behind it.
The 3 results of investing £100 a month for 10 years at 5% per annum interest rate: A. £15499, B. £15528 and C.£15592.
P = periodic payment r = interest rate for the period. This is r/12/100 to get the decimal. n = number of periods = years * 12
The formula A gives £15499, I cannot find any mathematical derivation for is It starts by converting the rate r to: r = (1+r)^(1/12) FV = Pr[(r^n) -1] / (r-1)
The formula for B gives £15528 is American biased, which does not compound interest in the first period as I would logicall expect. However, there are some UK websites using this in calculators. FV = P [ ((1+r)^n) -1]/r
Formula C gives £15592 is the result I get when adding up month by month in a spreadsheet - and appears logical. FV = P(1+r) [(1+r)^n) -1] / r
Thanks