When calculating compound interest often a constant interest rate is assumed. However, when applying this to dividend stocks for example, the dividend yield changes every year. This made me think about how variations in interest rate impact the value of your investment.
In a simplified version we can calculate compound interest in the following way:
$finalvalue= initial* interest^n$
where n is the number of years.
Let us assume our initial investment to be 1 and the number of years to be 3. Then we create 2 scenarios:
- The interest rate is 5% each year giving us: $1.05^3 = 1.157625$
- The interest rates for the three years are 4%, 5%, 6% which on average is equal to 5% each year. This gives us: $1.04*1.05*1.06= 1.15752$
Doing a couple of these examples seems to suggest that the closer to the average the interest rates are, so the more consistent dividend is paid out, the better the result for your investment.
Therefore I was wondering whether this is actually true and if so, how this can be explained mathematically in order to answer my main question which is how compound growth is essentially being affected by variations in interest.