IB MATHEMATICS: APPLICATIONS AND INTERPRETATION • NUMBER AND ALGEBRA

Complex Financial Models — AHL 1.9 Complex financial models and amortization schedules (HL extension)

Master how loans are repaid over time using amortization schedules and annuity formulas.

Historical Context & Motivation

Lending and borrowing money is as old as civilization itself, yet the mathematics behind structured repayment evolved slowly over centuries. In ancient Mesopotamia, clay tablets recorded interest charged on grain loans, but borrowers had no systematic way to track how each payment reduced their debt. As trade networks grew, so did the need for fair, predictable repayment plans — the ancestors of what we now call amortization schedules. Understanding this history helps explain why the formulas you will learn in this lesson exist and why they matter in the modern world.

1800 BCE
Babylonian Interest Records
Merchants in ancient Babylon recorded simple interest on clay tablets, charging rates on grain and silver loans. These are the earliest known written financial models.
1494
Pacioli's Double-Entry Bookkeeping
Luca Pacioli published Summa de Arithmetica, formalizing accounting practices that allowed merchants to track compound interest and outstanding balances systematically.
1613
Compound Interest Tables
Richard Witt published the first complete tables for compound interest in England, enabling bankers to calculate future values and annuities without repeated manual arithmetic.
1930s
Modern Mortgage Amortization
During the Great Depression, the U.S. government standardized the fully amortizing fixed-rate mortgage to make homeownership more accessible. This structure became the global standard for large consumer loans.
2000s
Digital Financial Modeling
Spreadsheet software and graphing calculators (including the GDC used in IB exams) made it possible for students and professionals to build and analyze complex amortization schedules in seconds.

The central question this lesson addresses is deceptively simple: if you borrow a large sum of money and agree to repay it in equal installments, how much of each payment goes toward reducing the actual debt, and how much is swallowed up by interest? Answering this question precisely is the purpose of complex financial models and amortization schedules.

Core Principles & Definitions

Before diving into formulas, you need to understand a handful of foundational ideas. These concepts form the building blocks for every loan calculation, annuity formula, and amortization table you will encounter in the HL extension.

1

Present Value (PV)

The current worth of a future sum of money or stream of payments, discounted at a given interest rate. For a loan, the present value is the amount initially borrowed (the principal).
2

Future Value (FV)

The value of an investment or debt at a specified date in the future, after interest has been applied over time. For a fully repaid loan, the future value of the outstanding balance is zero.
3

Annuity

A series of equal payments made at regular intervals. An ordinary annuity has payments at the end of each period, while an annuity-due has payments at the beginning.
4

Amortization

The process of gradually paying off a debt through a series of scheduled payments. Each payment covers some interest and reduces some principal, with the split changing over time.
5

Nominal vs Effective Rate

The nominal rate is the quoted annual rate, while the effective rate accounts for compounding frequency. Monthly compounding at 6% nominal gives an effective rate greater than 6%.
KEY TAKEAWAY
Think of amortization like filling a swimming pool with a hose while a drain is open at the bottom. Your monthly payment is the water flowing in, the interest is water leaking out through the drain, and the principal repayment is the water that actually stays in the pool. Early on, the drain is wide open (high interest), so the pool fills slowly. Over time, as the water level (outstanding balance) drops, less leaks out, and the pool fills much faster. That is why the last few payments of a loan go almost entirely toward principal.

Visualizing an Amortization Schedule

The stacked-bar diagram below shows how each equal monthly payment on a 10-year loan is split between interest and principal over the life of the loan. Notice how the interest portion (pink) shrinks while the principal portion (cyan) grows. The total height of each bar stays the same because the payment amount is fixed.

Each bar represents a single monthly payment of the same total amount. The pink region (interest) shrinks over time while the cyan region (principal) grows, illustrating the core behavior of amortization.

This visual makes a critical point: the bank receives most of its interest revenue in the early years. If you make extra payments early in the loan, you save far more money than if you make extra payments near the end. This is because reducing the outstanding balance early means less interest accumulates in every subsequent period — a powerful insight for personal finance.

Mathematical Framework

The formulas in this section are central to AHL 1.9. They connect the concepts of present value, future value, and annuities into a coherent mathematical framework. You should be comfortable using these on your GDC (graphing display calculator) as well as by hand for short calculations.

PRESENT VALUE OF AN ORDINARY ANNUITY
PV = PMT × [ (1 − (1 + i)⁻ⁿ) / i ]
PV = present value (loan amount), PMT = payment per period, i = interest rate per compounding period (as a decimal), n = total number of payment periods.
PAYMENT FORMULA (REARRANGED)
PMT = PV × [ i / (1 − (1 + i)⁻ⁿ) ]
This is the annuity formula solved for the periodic payment. It tells you the fixed amount you must pay each period to fully repay the loan in exactly n periods.
OUTSTANDING BALANCE AFTER k PAYMENTS
B_k = PV × (1 + i)ᵏ − PMT × [ ((1 + i)ᵏ − 1) / i ]
B_k = outstanding balance after k payments. This formula lets you find how much you still owe at any point during the loan without constructing the entire amortization table.
EFFECTIVE ANNUAL RATE
r_eff = (1 + r_nom / k)ᵏ − 1
r_eff = effective annual interest rate, r_nom = nominal annual interest rate, k = number of compounding periods per year. When interest compounds monthly, k = 12.
💡 IB EXAM TIP
On your GDC's finance solver (TVM Solver), enter PV as a positive number when you receive money (borrowing) and PMT as a negative number when you pay money out. Mixing up signs is one of the most common errors on HL Paper 1.

Building an Amortization Schedule

An amortization schedule is a period-by-period table that tracks the interest charged, principal repaid, and remaining balance for every single payment. Constructing one by hand teaches you exactly how each row feeds into the next. Consider a loan of $10,000 at a nominal annual rate of 6% compounded monthly, repaid over 5 months. The monthly rate is i = 0.06 / 12 = 0.005.

Using the payment formula: PMT = 10 000 × [0.005 / (1 − 1.005⁻⁵)] ≈ $2,030.10. The table below shows every row of this short loan.

Amortization schedule for a $10,000 loan at 6% nominal rate, compounded monthly, over 5 months.
PeriodPayment ($)Interest ($)Principal ($)Balance ($)
010,000.00
12,030.1050.001,980.108,019.90
22,030.1040.101,990.006,029.90
32,030.1030.151,999.954,029.95
42,030.1020.152,009.952,020.00
52,030.1010.102,020.000.00
This flowchart shows the three-step process for computing any row of an amortization table. Each row uses the new balance from the previous row as its starting point, creating a recursive structure.

Notice a crucial pattern in the table: the interest column decreases each period while the principal column increases. This happens because the outstanding balance (on which interest is calculated) shrinks after every payment. The total of all interest paid across the five periods is $50.00 + $40.10 + $30.15 + $20.15 + $10.10 = $150.50. So the borrower repays a total of $10,150.50 for a $10,000 loan — the extra $150.50 is the cost of borrowing.

Worked Example — Home Loan Analysis

Aisha takes out a home loan of $250,000 at a nominal annual interest rate of 4.8% compounded monthly. She will repay the loan with equal monthly payments over 25 years. Find (a) the monthly payment, (b) the outstanding balance after 10 years, and (c) the total interest paid over the life of the loan.

Home Loan — Full Analysis
1
Step 1 — Identify Given ValuesPV = $250,000, nominal annual rate r = 4.8%, compounding monthly so k = 12, loan term = 25 years. The periodic interest rate is i = 0.048 / 12 = 0.004. The total number of payments is n = 25 × 12 = 300.
i = 0.004, n = 300
2
Step 2 — Calculate Monthly Payment (Part a)Substitute into PMT = PV × [ i / (1 − (1 + i)⁻ⁿ) ]. PMT = 250,000 × [ 0.004 / (1 − (1.004)⁻³⁰⁰) ]. First compute (1.004)⁻³⁰⁰. Using a calculator: (1.004)³⁰⁰ ≈ 3.3102, so (1.004)⁻³⁰⁰ ≈ 0.30210. Then 1 − 0.30210 = 0.69790. So PMT = 250,000 × (0.004 / 0.69790) = 250,000 × 0.0057311 ≈ $1,432.78.
Monthly payment ≈ $1,432.78
3
Step 3 — Outstanding Balance After 10 Years (Part b)After 10 years, k = 120 payments have been made. Use B_k = PV × (1 + i)ᵏ − PMT × [((1 + i)ᵏ − 1) / i]. B₁₂₀ = 250,000 × (1.004)¹²⁰ − 1,432.78 × [((1.004)¹²⁰ − 1) / 0.004]. Compute (1.004)¹²⁰ ≈ 1.61222. Then B₁₂₀ = 250,000 × 1.61222 − 1,432.78 × [(1.61222 − 1) / 0.004] = 403,055 − 1,432.78 × 153.055 = 403,055 − 219,283 ≈ $183,772.
Outstanding balance after 10 years ≈ $183,772
4
Step 4 — Total Interest Paid (Part c)Total amount repaid = PMT × n = 1,432.78 × 300 = $429,834. Total interest = total repaid − principal borrowed = 429,834 − 250,000 = $179,834. This means Aisha pays almost 72% of the original loan amount in interest alone — a sobering illustration of long-term borrowing costs.
Total interest paid ≈ $179,834
🔍 REALITY CHECK
After 10 years (40% of the loan term), Aisha has only paid off about 26.5% of the principal ($66,228 of $250,000). This illustrates how front-loaded interest is in long-term amortized loans. Understanding this pattern is essential for making informed decisions about mortgages, car loans, and student debt.

Comparing Loan Structures

Not all loans work the same way. Understanding the differences between common repayment structures helps you evaluate which option is most suitable for a given scenario — a skill tested regularly in IB HL exam questions.

Comparison of three common loan repayment structures
FeatureFully Amortizing LoanInterest-Only LoanReducing-Balance Loan
Payment structureEqual periodic payments throughout the termOnly interest is paid each period; principal repaid as a lump sum at the endEqual principal portions plus decreasing interest; total payment decreases over time
Total interest paidModerate — interest decreases as principal is repaidHighest — full principal accrues interest for the entire termLowest — principal decreases fastest
Cash-flow predictabilityHigh — same amount every periodHigh for interest payments, but requires a large final paymentLower — payments change each period
Common useMortgages, car loans, student loansInvestment property loans, corporate bondsSome business loans in certain countries
KEY TAKEAWAY
Choosing a loan structure is like choosing between three ways to eat a pizza. A fully amortizing loan is like eating one equal-sized slice per hour — predictable and steady. An interest-only loan is like nibbling the toppings for hours, then swallowing the entire crust at the end. A reducing-balance loan is like eating big slices at first and smaller ones later. The total pizza is the same, but the experience (and total cost, via interest) differs significantly depending on how you pace your 'bites' of principal repayment.

Connections to Advanced Financial Theory

The amortization formulas you have learned are a gateway to more advanced financial concepts encountered in university-level economics and actuarial science. The table below highlights how AHL 1.9 ideas extend into more sophisticated territory.

From AHL 1.9 to university-level financial mathematics
AHL 1.9 ConceptAdvanced Extension
Present value of an annuity (fixed payments)Net Present Value (NPV) analysis for variable cash flows, used in business investment decisions
Fixed nominal interest rateVariable / floating interest rates that adjust periodically based on market benchmarks (e.g., adjustable-rate mortgages)
Effective annual rate with discrete compoundingContinuous compounding using FV = PV × e^(rt), connecting financial math to exponential calculus
Single annuity streamAnnuities with growth (geometric series), modeling salary increases contributing to a pension
Outstanding balance after k periodsBond pricing and yield-to-maturity calculations, where the 'balance' concept becomes the bond's par value

If you pursue studies in economics, business, or actuarial science, you will find that the annuity and amortization formulas from this course reappear in almost every advanced topic. Mastering them now gives you a significant head start. Additionally, IB exam questions may ask you to interpret the financial implications of different models — understanding the underlying mathematics makes those interpretations much more confident and precise.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why, in a fully amortizing loan with equal monthly payments, the interest component of the payment is largest in the first month and smallest in the last month.
PROBLEM 2BASIC CALCULATION
A student borrows $5,000 at a nominal annual rate of 3.6% compounded monthly, to be repaid in equal monthly installments over 2 years. Calculate the monthly payment.
PROBLEM 3INTERMEDIATE
Carlos takes a loan of $80,000 at 5.4% nominal annual rate compounded monthly, repaid over 15 years. Find the outstanding balance after 5 years and determine what fraction of the original loan has been repaid at that point.
PROBLEM 4APPLIED
A bank advertises a car loan at a nominal rate of 7.2% per year compounded monthly. A competing bank offers 7.3% per year compounded quarterly. Which loan has a lower effective annual rate, and by how much?
PROBLEM 5CRITICAL THINKING
Priya borrows $200,000 at 6% nominal annual rate compounded monthly over 30 years. After making exactly 12 years of regular payments, she receives an inheritance and makes a one-time extra payment of $30,000 directly toward the principal. She then continues with the same monthly payment. How many fewer months will it take her to pay off the loan compared to the original schedule? (Assume partial final payment is allowed.)

Lesson Summary

In this lesson you explored complex financial models centered on the present value of an ordinary annuity formula PV = PMT × [(1 − (1 + i)⁻ⁿ) / i] and its rearranged form for finding the periodic payment. You learned to construct amortization schedules row by row — computing the interest charge, principal repaid, and new outstanding balance for each period — and saw how the outstanding balance formula B_k = PV(1+i)ᵏ − PMT × [((1+i)ᵏ − 1)/i] lets you jump to any point in the schedule without filling in every row.

Key insights include the fact that interest is front-loaded in fully amortizing loans, the importance of distinguishing nominal and effective interest rates when comparing offers, and the dramatic savings that result from early lump-sum payments. These tools connect directly to real-world decisions about mortgages, car loans, and student debt, and they form the mathematical foundation for more advanced topics like NPV analysis and bond pricing in university-level finance.

Varsity Tutors • IB Mathematics: Applications and Interpretation • Complex Financial Models — AHL 1.9 Complex financial models and amortization schedules (HL extension)