Imagine two friends, Rohan and Priya, both decide to save โน1,00,000. Rohan puts his money into a simple savings plan that pays him โน5,000 (a 5% simple rate) in cash at the end of every year. He takes that โน5,000 and spends it. After 10 years, he still has his original โน1,00,000. Priya, on the other hand, puts her โน1,00,000 into a plan that also offers 5%. However, her plan reinvests the interest earned. In the first year, she earns โน5,000, which is added to her principal, making it โน1,05,000. In the second year, she earns 5% on this *new, larger* amount. This small difference-spending the interest versus reinvesting it-is the entire concept behind compound interest. Itโs the engine that drives almost all modern finance, from your savings accounts and home loans to national investments. This process of growth, where your earnings themselves start to earn, is described mathematically by an exponential accumulation function.
Table of Contents
First, what is an accumulation function?
Before we can run, we need to walk. In financial mathematics, we use a simple tool to measure how money grows. We call it the accumulation function, and itโs often written as $a(t)$.
This function answers a very basic question: “If I invest โน1 today, how much will I have after $t$ periods?”
The ‘t’ can represent years, months, or even days, depending on the context. If after 5 years, $a(5) = 1.4$, it simply means โน1 has grown to become โน1.40. If you had invested โน10,000, your total amount would be $10,000 \times 1.4 = โน14,000$. The $a(t)$ function just tracks the growth factor of a single unit of currency.
The real difference between investment types, like simple vs. compound interest, lies in the *formula* we use for $a(t)$.
The baseline: Simple interest as a linear function
To understand why compound interest is special, let’s quickly look at its simpler sibling. With simple interest, the interest is *only* calculated on the original amount you invested (the principal). Itโs a ‘set it and forget it’ calculation.
The accumulation function for simple interest is:
$a(t) = 1 + it$
Here, $i$ is the interest rate (like 0.05 for 5%) and $t$ is the number of periods. The ‘1’ represents your original โน1. The ‘it’ represents the total interest earned over time.
Let’s use our friend Rohanโs 5% simple interest plan:
- After 1 year ($t=1$): $a(1) = 1 + (0.05 \times 1) = 1.05$. (His โน1 is worth โน1.05)
- After 2 years ($t=2$): $a(2) = 1 + (0.05 \times 2) = 1.10$. (His โน1 is worth โน1.10)
- After 10 years ($t=10$): $a(10) = 1 + (0.05 \times 10) = 1.50$. (His โน1 is worth โน1.50)
On his โน1,00,000, he has โน1,00,000 $\times$ 1.50 = โน1,50,000. He earned a flat โน5,000 every single year. The growth is constant, predictable, and perfectly linear. It’s a straight line on a graph.
The exponential engine: The compound interest function
Now we get to Priya’s plan. Compound interest is built on one game-changing idea: interest earned is reinvested. The interest from period one is added to the principal, and this new, larger principal is used to calculate the interest for period two. Your money starts working for you. This is the heart of financial literacy as promoted by the Reserve Bank of India (RBI), encouraging long-term savings habits.
Let’s see how this builds the formula. We’ll start with โน1 and a rate $i$:
- At the start ($t=0$): You have โน1.
- After 1 year ($t=1$): You have your original โน1 plus the interest $i$. Amount = $1 + i$.
- After 2 years ($t=2$): You start with $(1+i)$ and earn $i$ percent on all of it. Amount = $(1+i) + i(1+i)$. If we factor out $(1+i)$, we get $(1+i) \times (1+i)$, or $(1+i)^2$.
- After 3 years ($t=3$): You start with $(1+i)^2$ and earn $i$ percent on it. Amount = $(1+i)^2 + i(1+i)^2$. Factoring this out gives $(1+i)^2 \times (1+i)$, or $(1+i)^3$.
You see the pattern. This gives us the powerful exponential accumulation function for compound interest:
$a(t) = (1 + i)^t$
Let’s re-run Priya’s 5% (i=0.05) plan with this formula:
- After 1 year ($t=1$): $a(1) = (1.05)^1 = 1.05$. (Amount: โน1,05,000)
- After 2 years ($t=2$): $a(2) = (1.05)^2 = 1.1025$. (Amount: โน1,10,250)
- After 10 years ($t=10$): $a(10) = (1.05)^{10} \approx 1.6289$. (Amount: $\approx$ โน1,62,890)
By reinvesting her interest, Priya has $\approx$ โน1,62,890, while Rohan (with simple interest) only has โน1,50,000. That extra โน12,890 is interest earned on interest. This effect, often called the “power of compounding” by SEBI, is modest at first but grows dramatically over long periods.
A key feature: The constant effective rate
One of the most important properties of compound interest is its consistency. We can measure the “effective interest rate” for any single period (say, the $n^{th}$ year) to see how hard our money worked *during that specific year*.
The formula for this is: $i_n = [a(n) – a(n-1)] / a(n-1)$
In plain English, this means: (Amount at end of year $n$ – Amount at start of year $n$) / (Amount at start of year $n$).
Let’s see what happens when we plug the compound interest function $a(t) = (1+i)^t$ into this:
- $a(n) = (1+i)^n$
- $a(n-1) = (1+i)^{n-1}$
So, $i_n = [(1+i)^n – (1+i)^{n-1}] / (1+i)^{n-1}$
Let’s factor out $(1+i)^{n-1}$ from the top: $i_n = [(1+i)^{n-1} \times ( (1+i) – 1 )] / (1+i)^{n-1}$
The $(1+i)^{n-1}$ terms on the top and bottom cancel out, leaving:
$i_n = (1+i) – 1$
$i_n = i$
This is a crucial result. It proves that with compound interest, the effective rate of interest is constant in every period. In Priya’s 5% plan, she is truly earning 5% on her opening balance every single year, whether it’s her first year or her 30th year. This stability is a cornerstone of financial modeling, as academic resources in actuarial science often use this as a foundational assumption.
(Note: With simple interest, the effective rate $i_n = i / (1 + i(n-1))$ actually *decreases* every year, because the fixed interest amount becomes a smaller percentage of the growing base.)
The flexible magic: The multiplicative property
Here is another ‘magic trick’ of the compound interest function that makes it incredibly flexible for financial calculations. It has a “multiplicative property” defined as:
$a(t+s) = a(t) \times a(s)$
Let’s prove this with the formula. According to the laws of exponents:
$a(t) \times a(s) = (1+i)^t \times (1+i)^s = (1+i)^{t+s}$
And, by definition, $a(t+s) = (1+i)^{t+s}$. They are identical.
So what? Why does this matter?
This property means that stopping and restarting an investment doesn’t break the compounding. The growth over 10 years is the *exact same* as the growth over 7 years, *multiplied by* the growth over the next 3 years. $a(10) = a(7) \times a(3)$.
Imagine Priya invested her โน1,00,000 for 10 years. We know she gets $\approx$ โน1,62,890.
Now, what if she had an emergency? What if she pulled all her money out after 7 years and then immediately reinvested it at the same 5% rate for the remaining 3 years?
- Step 1 (First 7 years): Amount = $1,00,000 \times (1.05)^7 \approx$ โน1,40,710.
- Step 2 (Next 3 years): She reinvests this new principal. Amount = $1,40,710 \times (1.05)^3 \approx$ โน1,62,890.
She ends up with the exact same amount. This property confirms that the accumulated amount at *any* time $t$ serves as the new principal for all future interest. The money doesn’t “remember” its original principal; it just knows its current value and grows from there. This is why you can add or remove money from a compounding account, and the math just picks up from the new balance. Simple interest doesn’t have this property, which makes it rigid and impractical for modern banking.
Seeing the difference: A graphical comparison
The most dramatic way to see the power of $a(t) = (1+i)^t$ is to plot it against its linear cousin, $a(t) = 1 + it$.
When you look at this graph, you’ll notice a few fascinating things:
- They both start at $t=0$: At the moment of investment, $a(0) = 1$ for both. Your โน1 is worth โน1.
- They are equal at $t=1$: After exactly one period, $a(1) = 1+i$ for both. The first year’s interest is the same.
- For $t > 1$ (the long term): This is where the magic happens. The compound interest line is an exponential curve. It starts slow, but as the balance (the $t$) grows, the growth itself accelerates. The simple interest line just plods along. The gap between the red curve and the blue line represents the “interest on interest” and it gets wider and wider over time. This visual is the single best argument for starting to save early, a key principle in India’s national strategy for financial inclusion.
- A strange quirk ($0 < t < 1$): In the very short term (less than one period), the simple interest line is actually *higher* than the compound interest curve. This is a mathematical curiosity but shows why interest is usually “compounded annually” or “quarterly.” The exponential function needs at least one full period to complete its first reinvestment cycle and catch up.
Ultimately, the exponential accumulation function $a(t) = (1+i)^t$ isn’t just a piece of math. Itโs the formula that explains why time is the most important ingredient in any savings plan. Itโs the engine that, if used wisely, can turn small, consistent savings into significant wealth.
What do you think? Now that you’ve seen the math, how does the difference between linear (simple) and exponential (compound) growth change your perspective on long-term saving or even long-term debt, like a credit card balance?
Leave a Reply