4C    Loan Payments, Credit Cards and Mortgages



principal = amount of money owed at any particular time

Example:  borrow  $1200 at APR 12% compounding monthly (1% per month)
 
prior principal interest on prior principal payment toward principal total payment new principal
month 1 1200 1200 * 1% = 12 200 212 1000
month 2 1000 1000 * 1% = 10 200 210 800
month 3 800 800 * 1% = 8 200 208 600
month 4 600 600 * 1% = 6 200 206 400
month 5 400 400 * 1% = 4 200 204 200
month 6 200 200 * 1% = 2 200 202 0

pay off the loan in 1/2 year.
 If you only pay off the interest each month, you will have to pay forever.
 Say we want to pay the same amount every month, some always going to the principal:

Loan Payment Formula (Instalment Loan)

PMT = [P * APR/n] / [1 - (1 + APR/n)-nY]
where Over the time the loan is paid back, the interest portion of the amount paid every month becomas smaller and the amount paid toward the pricipal becomes larger.

Credit Cards
Month Payment Charges Interest Balance
0  $ 300
1 $ 300 $ 175 $ 300 * 1.5% = $ 4.50 $ 179.50
2 $ 150 $ 150
3 $ 400 $ 350
4 $ 500 $ 450
5 $ 0 $ 100
6 $ 100 $ 100
7 $ 200 $ 150
8 $ 100 $ 80


Mortgages:
 fixed rate is better than variable rate, because it locks in the payment amount into the future.