This it the formula for final value when there is no monthly contribution ! $$finalvalue={initial amount *{(1+rate of Interest )^ {(compoundfrequency∗years)}}\over compound frequency)}$$! What will be formula if monthly contribution is taken into account ! People who are down voting can you please explain why !

- 107
1 Answers
let $i_m=\frac{i}{12}$ the monthly converted interest rate and $q=1+i_m$. $x$ is the the monthly payed amount of money.
Then the future value (final balance) is
$$S=\color{red}x+x\cdot q+x\cdot q^2+x\cdot q^3+x\cdot q^4+\ldots+x\cdot q^n \quad (1)$$
Multipliying by $q$
$$S\cdot q= x\cdot q+x\cdot q^2+x\cdot q^3+x\cdot q^4+\ldots+x\cdot q^n+\color{red}{x\cdot q^{n+1}} \quad (2)$$
Subtracting (2) from (1)
$S-S\cdot q=x-x\cdot q^{n+1}$
$S(1-q)=x(1-q^{n+1})$
Thus $$S=x\cdot \frac{1-q^{n+1}}{1-q}$$
In your case $x=100, q=1+\frac{0.5}{12}$ and $n=2$. Therefore
$$S=100\cdot \frac{1-(1+\frac{0.5}{12})^{3}}{1-1-\frac{0.5}{12}}=100\cdot \frac{1-(1+\frac{0.5}{12})^{3}}{-\frac{0.5}{12}}=312.67$$
Edit:
The general formula is
$$S= \frac{x\cdot (1-q^{n})+y\cdot (q^n-q^{n+1})}{1-q}=\frac{x\cdot (1-q^{n})}{1-q}+y\cdot q^n$$
with $x=100, y=50,q=1+\frac{0.5}{12}$ and $n=2$ it is
$$\frac{100-(100\cdot (1+\frac{0.5}{12})^{2})}{-\frac{0.5}{12}}+50\cdot (1+\frac{0.5}{12})^2=258.42$$
- 30,550
-
@BharadWaj The initial investment is $x\cdot q^n$ at $S=x+\ldots x\cdot q^n$ – callculus42 Mar 17 '18 at 08:55
-
Firstly try to understand if the initial investment is equal to the (monthly) contribution. I have made an edit of my previous comment. – callculus42 Mar 17 '18 at 09:03
-
@BharadWaj You calculate the furture values of the contributions and the initial investment separately. – callculus42 Mar 17 '18 at 09:08
-
Edited Question – Bharad Waj Mar 17 '18 at 09:14
-
$$P=B(1+i)^n+A\dfrac{(1+i)^n-1}{i}$$ Just think about this ! https://math.stackexchange.com/a/1516117/384057 Is this the think I am looking for ! – Bharad Waj Mar 17 '18 at 09:26
-
@BharadWaj Good idea, but it doesn´t match my formula-if I´m right. I have made an edit. – callculus42 Mar 17 '18 at 09:34
-
@BharadWaj The formula you have found is the same I have posted. It´s a simplification. See my final edit. – callculus42 Mar 17 '18 at 09:49
-
1Sir There is a typo in the answer Instead of 258 you have written 248 ! Thank you sooo much ! – Bharad Waj Mar 17 '18 at 09:49
-
@BharadWaj You´re right. And you´re welcome. – callculus42 Mar 17 '18 at 09:52