There is a formula for mortgage month payment calculation: $$ A=P\cdot {\frac {r(1+r)^{n}}{(1+r)^{n}-1}} $$ where:
- ${\displaystyle A}$ is the periodic amortization payment;
- ${\displaystyle P}$ is the principal amount borrowed;
- ${\displaystyle r}$ is the rate of interest expressed as a fraction (per month);
- ${\displaystyle n}$ is the number of payments;
What exactly does the coefficient after ${\displaystyle P}$ represent? Why don't banks use a much simpler formula: $A=P\cdot {\frac {(1+r)^{n}}{n}}$ ?