Compound Interest Calculator
You might also like...
Compound interest is the interest on a loan or deposit calculated based on both the initial principal and the accumulated interest from previous periods. Albert Einstein famously called it "the eighth wonder of the world."
How It Works
When you save or invest, you earn a return on your initial money. With compound interest, you also earn a return on that return. Over time, this effect can accelerate your wealth growth significantly compared to simple interest.
Key Factors
The growth of your money is influenced by three main factors: the amount you start with (principal), the rate of return (interest rate), and the length of time you let it grow (term). Making regular additions also dramatically increases the final amount.
Logic & Formulas
The calculator finds the future value by combining two standard financial formulas: the future value of a single sum and the future value of a series (annuity).
- Future Value of Principal: This calculates the growth of your initial investment.
FV_principal = P * (1 + r)^n
- Future Value of Additions: This calculates the growth of all your monthly contributions.
FV_additions = A * [((1 + r)^n - 1) / r]
Where:
P= Principal AmountA= Monthly Additionr= Monthly Interest Rate (Annual Rate / 12)n= Number of Months (Years * 12)
The total future value is the sum of these two results.