Mortgage Formula Explained Understanding the mortgage formula is crucial for anyone planning to buy a home. It allows you to calculate your monthly payments, a key factor in determining affordability. The standard formula calculates the fixed monthly payment (M) required to fully amortize a loan (P) over a term of n months, with a monthly interest rate of i. The formula is: “`html M = P [ i(1 + i)^n ] / [ (1 + i)^n – 1] “` Where: * **M = Monthly Payment:** The total amount you will pay each month, including both principal and interest. This is the value you’re trying to find when calculating affordability. * **P = Principal Loan Amount:** The initial amount of the loan you are borrowing. This is the difference between the purchase price of the home and your down payment. * **i = Monthly Interest Rate:** The annual interest rate divided by 12. For instance, if your annual interest rate is 6%, the monthly interest rate is 0.06 / 12 = 0.005. It’s essential to express the interest rate as a decimal. * **n = Number of Payments (Loan Term in Months):** The total number of payments you will make over the life of the loan. For a 30-year mortgage, n = 30 years * 12 months/year = 360. For a 15-year mortgage, n = 15 * 12 = 180. Breaking down the formula: The numerator, `P [ i(1 + i)^n ]`, calculates the total interest accrued over the loan term, factored with the principal amount. `(1 + i)^n` calculates the future value of $1 invested at the monthly interest rate ‘i’ for ‘n’ months. Multiplying this by ‘i’ gives the total interest per dollar borrowed. Finally, multiplying by ‘P’ scales it to the principal loan amount. The denominator, `[ (1 + i)^n – 1]`, represents the cumulative effect of compounding interest over the loan term, minus the initial investment. It essentially normalizes the interest calculation from the numerator to arrive at a monthly payment amount. Using the Formula: Let’s say you’re taking out a $200,000 (P) mortgage at a 6% annual interest rate (i = 0.005 monthly) for 30 years (n = 360 months). Plugging the values into the formula: “`html M = 200000 [ 0.005(1 + 0.005)^360 ] / [ (1 + 0.005)^360 – 1] “` “`html M = 200000 [ 0.005 * 6.022575 ] / [ 6.022575 – 1] “` “`html M = 200000 [ 0.030113 ] / [ 5.022575] “` “`html M = 6022.58 / 5.022575 “` “`html M = $1199.10 (approximately) “` Therefore, your monthly mortgage payment would be approximately $1199.10. While online mortgage calculators can quickly provide these figures, understanding the underlying formula allows you to manipulate the variables and see how changes in the principal, interest rate, or loan term impact your monthly payments. This empowers you to make informed decisions about your mortgage and your budget. For instance, you can use the formula to see how much faster you would pay off the mortgage, and how much interest you would save, by making slightly larger payments each month. You can also experiment with different loan terms (e.g., 15 years vs. 30 years) to weigh the trade-off between higher monthly payments and lower overall interest costs.