Continuous Compound Interest with changing capital

cango91
Messages
14
Reaction score
0
Is there any equation/formula for continuous compound interest to which money is added (or substracted from) periodically? Or can one be derived?

Thanks

i.e. monthly interest rate is 50% and we add 1$ every month (:bugeye:)
Initially: 1$
1st Month: 1.6 + 1 = 2.6$
2nd month: 4.3 + 1 =5.28
.
.
.
 
Physics news on Phys.org
How are you getting your 4.3?
 
from P*e^(rt)
P for the second month is 2.6, r=0.5 t=1
 
OK, so write out the first few payments using that formula.
 
Initially: P
1st Month: Pe^r + k
2nd month: (Pe^r + k)e^r + k
3rd month: ((Pe^r + k)e^r + k)e^r +k
4th month: (((Pe^r + k)e^r + k)e^r +k)e^r + k
.
.
.
So?
 
Hmm I think I figured something out:

The total amount of money at month m is:

Pfinal=P0emr+((from t=0 to m-1)\Sigma)ket)+k

Can you please check if this statement is true
 
Last edited:
Well distributing would be my first thought to get

1st = Pe^r + k
2nd = Pe^{2r} + ke^{r} + k
3rd = Pe^{3r} + ke^{2r} + ke^{r} + k = Pe^{3r} + k(e^{2r} + e^{r} + 1)
4th = Pe^{4r} + ke^{3r} + ke^{2r} + ke^{r} + k = Pe^{4r} + k(e^{3r} + e^{2r} + e^{r} + 1)

So the first term for n-th month is Pe^{nr}, then you have k\sum_{i=0}^{n-1}e^{ir}, which looks a lot like a geometric series...
 
cango91 said:
Hmm I think I figured something out:

The total amount of money at month m is:

Pfinal=P0emr+((from t=0 to m-1)\Sigma)ket)+k

Can you please check if this statement is true

Your sum should go from 1 not 0 I think.
 
You're right about the summation. I must have added the +k at the end by mistake. So is this a mathematically correct approach? Thank you very much by the way...
 
  • #10
cango91 said:
You're right about the summation. I must have added the +k at the end by mistake. So is this a mathematically correct approach? Thank you very much by the way...

I don't see why it wouldn't be a correct mathematical approach... I didn't check your work so I'm hoping you expressed each month correctly, I just tried to show you how to rewrite it using sums. You should be able to rewrite that sum since it converges (look up geometric sums).
 
  • #11
Thank you very much for your help.
If I'm not mistaken the expression becomes:

P_{f}=P_{0} e^{kt}+ \frac{a(1-e^{kt})}{1-e^{k}}

where P_{f} denotes future value of the money, P_{0} denotes the initial amount of the money, r denotes the annual percent interest and t denotes the total number of years and a is the amount added (or subtracted) each year.

The statement might still be faulty, comments and critics are welcome and encouraged.
 
  • #12
I think the only comment I would make is that you initially said your interest rate is monthly and now you are saying it's annual.
 
  • #13
I tried to generalize it. It can be any period.

Also this expression can be used for population growth where a certain amaunt of individuals die periodically (i.e. anti-viral in virus growth) or where there is periodical immigration.
 
  • #14
Correct it can be any period. If you are really interested in all the subtle differences and how all these formulas are derived you should check out Theory of Interest by Kellison. It's a book used by actuaries to prepare for one of their exams so the notation used might take a little while to get used to. But yes similar process applies to things of this nature, you will see it pop up in intro diff. eq. quite a bit.
 
Back
Top