Year | Deposit (yr) | Interest (yr) | Deposit (cum) | Interest (cum) | Ending ($) |
---|---|---|---|---|---|
{{ r.year }} | {{ format(r.depositYr) }} | {{ format(r.interestYr) }} | {{ format(r.depositCum) }} | {{ format(r.interestCum) }} | {{ format(r.ending) }} |
Compound interest grows savings because every credited interest amount joins the principal and itself earns further interest, producing an accelerating curve instead of a straight-line gain. Twenty-five dollars added monthly for ten years at five percent becomes almost four thousand dollars of interest alone.
This interactive tool lets you enter present savings, optional monthly deposits, prospective return rate, and compounding cadence. Its reactive engine instantly combines those variables with a time-value-of-money equation and returns either the projected balance, the months needed to reach a chosen goal, or the monthly amount required for a fixed horizon.
Use it to plan a house deposit, an education fund, or retirement top-ups, adjusting return assumptions to explore optimistic and conservative scenarios. Small changes to contribution size or rate have significant downstream effects.
Compound-interest analysis treats money flows as a geometric progression. Principal P0, periodic contribution C, annual rate r, compounding periods per year n, and total years t determine the future value. Regular deposits are discounted into the same rate base, allowing one closed-form expression and fast sensitivity testing.
Metric | Meaning |
---|---|
Months to Goal | Time until balance equals desired target |
Required Monthly | Deposit that makes future value match target in set horizon |
Projected Value | Balance at horizon with current deposits |
Total Interest | Growth generated exclusively by compounding |
Goal $100 000, starting $10 000, $500 monthly, five-percent annual, monthly compounding.
Based on classical time-value-of-money theory documented in Samuelson (1969), verified by U.S. SEC compound-interest guidance and FINRA investor-education bulletins.
The calculation processes only numerical inputs and produces derived values; no sensitive personal data is involved.
Follow these steps to calculate timeline, monthly deposit, or projected balance.
No; all calculations run locally in your browser, and inputs disappear when the page closes.
Enter several scenarios with different rates to bracket optimistic and conservative outcomes.
Withdrawals are not supported; subtract planned draws from monthly contributions before calculating.
The timeline assumes every contribution occurs on schedule and markets deliver the average rate continuously.
If the goal lies too far or the horizon is zero, the closed-form equation cannot produce a real solution.