FINITE MATHEMATICS • MATHEMATICS OF FINANCE

Loan Payments & Amortization — Compute loan payments using amortization formulas

Master the mathematics behind every mortgage, car loan, and student debt repayment schedule.

Historical Context & Motivation

The practice of lending money at interest is among the oldest financial activities in human civilization, with clay tablets from ancient Mesopotamia recording grain loans that accrued interest as early as 2000 BCE. For millennia, however, the mathematics of repayment remained rudimentary — borrowers often faced lump-sum obligations or irregular payment structures that made long-term planning difficult. The concept of amortization — systematically retiring a debt through a series of equal periodic payments — emerged gradually as commercial banking expanded during the Renaissance and Enlightenment periods.

The word "amortization" itself derives from the Old French amortir, meaning "to kill" or "to deaden," which captures the essential idea: each payment progressively kills a portion of the debt. As compound interest theory matured through the work of mathematicians like Jacob Bernoulli and Leonhard Euler, the formulas needed to compute fixed payment streams became both rigorous and practical. The development of present value annuity theory provided the algebraic backbone for modern loan amortization, linking a lump-sum principal to a series of future cash flows discounted at a fixed interest rate.

~2000 BCE
Mesopotamian Grain Loans
Clay tablets in Sumer document interest-bearing grain loans, establishing the earliest recorded practice of lending at a fixed rate — often 20% for silver and 33⅓% for grain annually.
1494
Pacioli's Summa de Arithmetica
Luca Pacioli publishes foundational work on double-entry bookkeeping and compound interest tables, giving merchants practical tools for computing interest accumulation over multiple periods.
1613
Richard Witt's Arithmeticall Questions
Richard Witt publishes one of the first English-language treatments of compound interest and annuity calculations, laying groundwork for systematic debt repayment analysis.
1934
FHA & Modern Amortized Mortgages
The U.S. Federal Housing Administration standardizes the fully amortizing fixed-rate mortgage, replacing balloon-payment loans and making homeownership accessible to millions through predictable monthly payments.
1979
Spreadsheets & Financial Calculators
VisiCalc and programmable financial calculators (e.g., HP-12C) democratize amortization computations, enabling borrowers and analysts to build detailed amortization schedules instantly.

The central question that amortization formulas answer is deceptively simple: given a loan amount, an interest rate, and a repayment period, what fixed periodic payment will reduce the balance to exactly zero by the end of the term? Understanding the answer requires connecting the algebraic structure of geometric series to the time value of money — a connection that underpins virtually all of modern consumer and corporate finance.

Core Principles & Definitions

Before diving into formulas, it is essential to internalize a handful of foundational ideas that govern how amortized loans work. These principles connect the mechanics of compound interest to the structure of level-payment debt contracts, and they recur in every calculation you will perform in this topic.

1

Time Value of Money

A dollar today is worth more than a dollar in the future because it can earn interest. This principle justifies discounting future payments back to their present value using the interest rate as the discount factor.
2

Ordinary Annuity

An ordinary annuity is a sequence of equal payments made at the end of each period. Loan payments are modeled as an ordinary annuity whose present value equals the initial loan balance.
3

Interest vs. Principal Split

Each payment is split into an interest portion (charged on the outstanding balance) and a principal portion (which reduces the balance). Over time, the interest share shrinks and the principal share grows.
4

Periodic Interest Rate

The periodic rate equals the nominal annual rate divided by the number of compounding periods per year. For a 6% annual rate with monthly payments: i = 0.06 / 12 = 0.005.
5

Full Amortization

A fully amortizing loan is designed so the outstanding balance reaches exactly zero after the final scheduled payment. No balloon or residual balance remains at maturity.
KEY TAKEAWAY
Think of an amortized loan like draining a swimming pool with a garden hose while a slow leak keeps adding water. Each payment (hose) removes water (principal), but the leak (interest) keeps adding some back based on how much water remains. Early on the pool is full, so the leak is strong and most of your hose flow combats it. As the pool level drops, the leak weakens and more of each hose-minute actually lowers the water level. That is why early payments are interest-heavy and later payments are principal-heavy — even though the payment itself stays constant.

Visualizing Amortization

The most revealing way to understand amortization is through a stacked-area chart showing how the composition of each payment changes over the life of the loan. The diagram below illustrates a hypothetical 30-year, $200,000 mortgage at 6% annual interest with monthly payments. Notice how the interest portion (upper region) dominates early payments, while the principal portion (lower region) gradually expands until it consumes nearly the entire payment near the end of the term.

The fixed monthly payment of $1,199.10 is represented by the top boundary of the stacked area. The pink region shows the interest component, and the cyan region shows the principal component. The golden marker indicates the crossover point around payment 222, after which more of each payment goes toward principal than interest.

This visual pattern is sometimes called the "amortization curve" or the "interest-principal crossover." In the example above, the crossover occurs roughly at payment 222, meaning the borrower does not begin paying more principal than interest until year 18.5 of a 30-year loan. This striking asymmetry explains why borrowers who sell or refinance early often feel they have "barely paid down the principal" — indeed, after 10 years (120 payments), approximately $33,000 in principal has been repaid out of the original $200,000, while roughly $110,000 has gone to interest. Understanding this front-loaded interest structure is critical for making informed decisions about extra payments, refinancing, and loan term selection.

Mathematical Framework

The amortization payment formula is derived from the present value of an ordinary annuity equation. The fundamental insight is that the loan principal PV equals the present value of all future payments PMT discounted at the periodic interest rate i over n periods. We begin with the present value annuity identity and then solve for PMT.

PRESENT VALUE OF AN ORDINARY ANNUITY
PV = PMT × [ (1 − (1 + i)⁻ⁿ) / i ]
Where PV = present value (loan principal), PMT = periodic payment, i = periodic interest rate (annual rate ÷ periods per year), and n = total number of payment periods.

The derivation of this identity relies on summing a finite geometric series. Each payment PMT, made at the end of period k (for k = 1, 2, …, n), has a present value of PMT × (1 + i)⁻ᵏ. The sum of these present values is PV = PMT × Σₖ₌₁ⁿ (1 + i)⁻ᵏ. Recognizing this as a geometric series with first term a = (1 + i)⁻¹ and common ratio r = (1 + i)⁻¹, applying the geometric series formula S = a(1 − rⁿ)/(1 − r) and simplifying yields the closed-form expression above.

AMORTIZATION PAYMENT FORMULA
PMT = PV × [ i / (1 − (1 + i)⁻ⁿ) ]
Solving the present value annuity equation for PMT produces this fundamental formula. It gives the fixed periodic payment required to fully amortize a loan of amount PV at rate i over n periods.
OUTSTANDING BALANCE AFTER k PAYMENTS
B_k = PV × (1 + i)ᵏ − PMT × [ ((1 + i)ᵏ − 1) / i ]
This retrospective formula computes the remaining balance Bₖ by accumulating the original principal forward k periods and subtracting the future value of the k payments already made.
INTEREST AND PRINCIPAL PORTIONS OF PAYMENT k
Iₖ = i × B_{k−1} and Pₖ = PMT − Iₖ
The interest portion Iₖ of payment k is the periodic rate times the balance at the end of period k−1. The principal portion Pₖ is whatever remains after interest is covered.
📝 Notation Alert
Many textbooks write the annuity present value factor as aₙ₎ᵢ (read "a-angle-n at i"), so the payment formula becomes PMT = PV / aₙ₎ᵢ. This is actuarial notation for the same quantity [1 − (1 + i)⁻ⁿ] / i. Be prepared to see both forms.

Building an Amortization Schedule

An amortization schedule (also called an amortization table) is a period-by-period ledger that decomposes every payment into its interest and principal components and tracks the declining loan balance. Constructing one is straightforward once you know PMT: for each period k, compute Iₖ = i × Bₖ₋₁, then Pₖ = PMT − Iₖ, then update the balance Bₖ = Bₖ₋₁ − Pₖ. The table below shows the first four and last two rows for a $10,000 loan at 8% annual interest, compounded monthly, over 3 years (36 payments). The periodic rate is i = 0.08/12 ≈ 0.006667, and PMT = $313.36.

Amortization schedule for a $10,000 loan at 8% APR, 36 monthly payments
Payment #Payment ($)Interest ($)Principal ($)Balance ($)
010,000.00
1313.3666.67246.699,753.31
2313.3665.02248.349,504.97
3313.3663.37249.999,254.98
4313.3661.70251.669,003.32
35313.364.15309.21313.28
36313.372.09311.280.00
The outstanding balance follows a slightly concave declining curve. The decline is slowest at the beginning (when interest absorbs most of each payment) and fastest near the end. This curve is the graphical manifestation of the balance formula Bₖ.

Observe that the balance curve is not a straight line. If the borrower were making interest-only payments, the balance would remain flat at $10,000; if there were no interest at all, the balance would decline linearly. The concave shape arises precisely because each successive payment retires slightly more principal than the previous one, since the interest portion shrinks as the balance falls. This self-reinforcing effect causes the balance to drop increasingly fast — a phenomenon that becomes more pronounced with longer loan terms and higher interest rates.

Worked Example

Let us work through a complete problem: you borrow $25,000 for a car at an annual interest rate of 5.4%, compounded monthly, to be repaid over 5 years. Find (a) the monthly payment, (b) the total interest paid over the life of the loan, and (c) the outstanding balance after 2 years (24 payments).

Car Loan — $25,000 at 5.4% for 5 Years
1
Step 1 — Identify Given ValuesThe loan principal is PV = $25,000. The annual nominal rate is 5.4%, so r = 0.054. Payments are monthly, giving m = 12 periods per year. The term is 5 years, so the total number of payments is n = 5 × 12 = 60. The periodic interest rate is i = r / m = 0.054 / 12 = 0.0045.
PV = 25,000 ; i = 0.0045 ; n = 60
2
Step 2 — Compute the Monthly Payment (PMT)Apply the amortization payment formula: PMT = PV × [i / (1 − (1 + i)⁻ⁿ)]. Substituting: PMT = 25,000 × [0.0045 / (1 − (1.0045)⁻⁶⁰)]. First compute (1.0045)⁶⁰ = e^(60 × ln 1.0045) ≈ e^(60 × 0.004490) ≈ e^0.26939 ≈ 1.30920. Thus (1.0045)⁻⁶⁰ ≈ 1/1.30920 ≈ 0.76385. The denominator becomes 1 − 0.76385 = 0.23615. Therefore PMT = 25,000 × (0.0045 / 0.23615) = 25,000 × 0.019052 ≈ 476.30.
PMT ≈ $476.30 per month
3
Step 3 — Compute Total Interest PaidTotal amount paid over 60 months = 60 × $476.30 = $28,578.00. Total interest = Total paid − Principal = $28,578.00 − $25,000.00 = $3,578.00. This means the borrower pays about 14.3% of the original principal in interest over the life of the loan.
Total interest ≈ $3,578.00
4
Step 4 — Outstanding Balance After 24 PaymentsUse the retrospective balance formula: B₂₄ = PV × (1 + i)²⁴ − PMT × [((1 + i)²⁴ − 1) / i]. Compute (1.0045)²⁴ ≈ e^(24 × 0.004490) ≈ e^0.10776 ≈ 1.11378. Then B₂₄ = 25,000 × 1.11378 − 476.30 × [(1.11378 − 1) / 0.0045] = 27,844.50 − 476.30 × (0.11378 / 0.0045) = 27,844.50 − 476.30 × 25.284 = 27,844.50 − 12,042.79 ≈ 15,801.71.
B₂₄ ≈ $15,801.71 remaining
5
Step 5 — InterpretationAfter 2 years of payments (24 × $476.30 = $11,431.20 paid), the principal has been reduced by only $25,000 − $15,801.71 = $9,198.29. The remaining $2,232.91 of the payments so far has gone to interest. This confirms the front-loaded interest pattern typical of amortized loans: roughly 19.5% of the total payments made in the first two years went to interest rather than reducing the balance.
≈ 80.5% of early payments reduced principal; ≈ 19.5% went to interest

Loan Types: Strengths & Limitations

Fully amortizing fixed-rate loans are the most common repayment structure, but several alternatives exist. Understanding the tradeoffs helps borrowers and analysts choose the right structure for a given situation and appreciate why the standard amortization model is so widely used.

Comparison of common loan repayment structures
Loan StructureStrengthsLimitations
Fully Amortizing (Fixed Rate)Predictable equal payments; balance guaranteed to reach zero; easy to budget; well-understood mathematically.Higher early interest cost; less flexible if rates drop; may overpay interest on long-term loans if paid off early.
Interest-OnlyLower periodic payments during interest-only phase; frees cash flow for other investments.Principal never decreases during IO period; large payment shock when amortization begins; higher total interest cost.
Balloon LoanVery low periodic payments; useful for short-term financing or when asset will be sold before maturity.Large lump-sum due at maturity; refinancing risk if market conditions change; not suitable for long-term borrowers.
Adjustable-Rate (ARM)Often starts with a lower rate than fixed; payments decrease if market rates fall; fully amortizing.Payment uncertainty after initial fixed period; payments rise if rates increase; harder to plan long-term budgets.
KEY TAKEAWAY
The fully amortizing fixed-rate loan is the "Swiss Army knife" of debt instruments — not always optimal for every scenario, but reliable, transparent, and mathematically elegant. In engineering terms, it is the closed-form, deterministic solution to the debt repayment problem, whereas adjustable-rate and balloon structures introduce stochastic elements (future rate uncertainty, refinancing risk) that require more sophisticated analysis. For standard consumer lending — mortgages, auto loans, student loans — full amortization remains the benchmark.

Connections to Advanced Finance Theory

The amortization framework introduced in this lesson is a building block for several more advanced topics in financial mathematics and actuarial science. The table below maps key extensions that arise when the simplifying assumptions of the basic model are relaxed or generalized.

From basic amortization to advanced finance
Basic Amortization ConceptAdvanced Extension
Fixed periodic rate iVariable or floating rates modeled with stochastic interest rate processes (e.g., Vasicek, Cox–Ingersoll–Ross models) in quantitative finance.
Discrete compounding (monthly, quarterly)Continuous compounding and the use of force of interest δ = ln(1 + i), leading to integral-based present value calculations in actuarial mathematics.
Level payment PMTGraduated payment mortgages, where payments grow at rate g per period (growing annuities), and sinking fund obligations with varying contributions.
Single loan valuationMortgage-backed securities (MBS) and collateralized debt obligations (CDOs), where pools of amortizing loans are securitized and tranched.
No prepaymentPrepayment modeling using conditional prepayment rate (CPR) and PSA benchmarks for valuing callable mortgage pools.

If you continue into courses on investments, fixed-income analysis, or actuarial science, you will encounter these generalizations repeatedly. The core intuition remains the same: a stream of future cash flows can be equated to a present lump sum via discounting. Amortization is simply the inverse operation — converting a present lump sum into a structured stream of future payments. Mastering the basic formulas now provides the algebraic fluency needed to tackle these more complex instruments, where the same geometric series manipulations appear in richer settings.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why, in a standard amortizing loan with fixed payments, the interest portion of each payment decreases over time while the principal portion increases. What mathematical relationship drives this behavior?
PROBLEM 2BASIC CALCULATION
A student borrows $8,000 at 6% annual interest, compounded monthly, to be repaid in 4 years. Compute the monthly payment.
PROBLEM 3INTERMEDIATE
You take out a $150,000 mortgage at 7.2% annual interest compounded monthly for 30 years. (a) Find the monthly payment. (b) Determine the outstanding balance after 10 years. (c) How much total interest has been paid in the first 10 years?
PROBLEM 4APPLIED
A small business borrows $50,000 at 9% annual interest compounded monthly. They can afford monthly payments of $1,000. How many full monthly payments are required to retire the loan, and what is the approximate size of the final (smaller) payment?
PROBLEM 5CRITICAL THINKING
Prove algebraically that the principal portions of successive payments in an amortized loan form a geometric sequence with common ratio (1 + i). Then use this result to show that the sum of all principal portions over the life of the loan equals PV.

Lesson Summary

This lesson developed the mathematics of loan amortization from its historical roots in ancient lending practices to the modern amortization payment formula: PMT = PV × [i / (1 − (1 + i)⁻ⁿ)]. We saw that this formula is derived from the present value of an ordinary annuity, which itself arises from summing a finite geometric series of discounted cash flows. The key structural insight is that each fixed payment is split into an interest component (proportional to the current balance) and a principal component (the remainder), with the principal portions forming a geometric sequence of ratio (1 + i).

We constructed amortization schedules to track the period-by-period decomposition and used the retrospective balance formula Bₖ = PV(1+i)ᵏ − PMT × [(1+i)ᵏ − 1]/i to find the outstanding balance at any point. Visually, the interest-principal crossover reveals that early payments are interest-heavy, and comparison with alternative loan structures (interest-only, balloon, ARM) underscores the predictability and full-retirement guarantee of the standard amortizing loan. These tools connect directly to advanced topics in fixed-income securities, actuarial science, and structured finance.

Varsity Tutors • Finite Mathematics • Loan Payments & Amortization