Home > Mathematics >
Geometric Progression and the Compounding of the Returns
December 6, 2020 by Chris
Compounding of Returns
Let us consider the following scenario. An investment yield an average annual return R of 2% for the last 5 years. If we had invested 100$ 5 years ago, what would be the outcome of this investment today?
Consider an initial investment amount . After the first year, the outcome would be:
The outcome after the 2nd year would be:
3rd year:
(ν-1)th year:
νth year:
It becomes obvious from the above that generating each element in the sequence follows a pattern where each occurrence is generated by multiplying the previous number with a constant.
In our case, the constant is the average annual return plus 1 (1+R). If we combine the previous equations in an attempt to formulate a final equation that provides the νth occurrence based on the element then:
So, after 5 years we will have !
The generic equation is:
Geometric Progression
In calculus, a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-one number, called geometric progression
. The fixed number is called, the common ratio
.
where is the common ratio
and is the coefficient
.
Some interesting properties to notice:
- a common ratio greater than 1, will produce exponential growth towards positive infinity!
- a common ratio greater than 0 and up to 1, will produce exponential decay towards zero!
In finance, the periodic reinvestment on a rate is called Compounding of Returns.
From cumulative to periodic returns
Let's see the example above from another angle. Let's say that an investment had a total return over the last 5 years of 10%. What was the average annual return of this investment?
The cumulative return (pandas.pct_change
) is given by the type:
where is the price of the investment at period .
The equation (2) can be written as . Or .
The equation (1) will take the form,
Combining them,
We use ν = 5, due to 5 compounding periods. If instead of annual returns we were asked to find semiannual returns then we would use ν = 10 ().
Finally,
So, an annual return of 1.9% will produce a 10% return at the end of the 5 years.
To generalize
Compounding variable returns
It is commonly accepted that returns do not stay the same over periods. For example, the average return of this month is not the same as the one from last month! However, the same principle of compounding applies in this case too. Let's see an example.
An investment yield the following returns for the past couple of months . The total return is the product of the individual returns when 1 is added to them:
This, resonates with the equation (1) above where for a fixed return we have