How does money grow or shrink over time under interest and repayments?
Model and solve problems involving compound interest, depreciation, annuities, loans and investments using recursion and the financial solver.
How to set up recurrence relations for compound interest, depreciation, loans and annuities, and how to use the finance solver to find payments, balances and the number of periods.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You must set up first-order recurrence relations for financial situations, convert annual rates to per-period rates, and find balances, repayments, interest paid or time taken, often with the finance solver on your calculator.
Compound interest as a recurrence
Compound interest adds interest to the balance each period, so the next balance is the current balance multiplied by a growth factor. If the interest rate is per period, the multiplier is
and the recurrence is , with the initial principal. The closed form is .
Depreciation
Reducing-balance (declining) depreciation uses a multiplier less than one. If an asset loses of its value each year, then and . Flat-rate (straight-line) depreciation instead subtracts a fixed dollar amount each period, giving the recurrence .
Loans and annuities
Reducing-balance loans and annuities combine a growth factor with a fixed payment. Each period interest is added and a payment is made:
Here is the regular repayment (for a loan) and is the amount borrowed. For an annuity (drawing down savings) the same relation applies with the regular withdrawal. When the loan is repaid, .
Using the finance solver
The finance solver (TVM solver) links five quantities: (number of payments), (annual rate), (present value), (payment) and (future value). Enter any four and solve for the fifth.
The total interest paid on a loan is the sum of all repayments minus the amount borrowed: .