So far, in , we have seen that interest is calculated on a fixed amount for whatever time period that is specified. However, in real life most of the interest calculations happen in a slightly different way. When money is deposited in the bank or somebody borrows money from the the bank, the interest for the first period is added to the principal amount. This gives the amount for calculating the interest for the second period. The same thing repeats over every period, that is, the interest for the current period is calculated on the sum of the principal and interest of the previous period.
II. Method
Suppose you deposit an amount $P$ with a bank that pays $R\%$ interest per annum.
So, at the end of the first year your account has a total of $P + \dfrac{R \times P}{100} = P\left(1 + \dfrac{R}{100}\right)$
Let us say you do not withdraw any money from your account, so the second year's interest will be calculated on the new principal amount, $P\left(1 + \dfrac{R}{100}\right)$
--------- Reference to question: cb65fe79-3ad0-4907-988d-938b5f094ff6 ---------
Remember, this formula is applicable for interests that are compounded annually only. There are cases where interests are compounded daily, monthly, quarterly, and in some cases continuously for extremely small time intervals. These cases use different formulas for calculating the amount or interest. We will see those cases later.