How do regular payments build up or draw down a fund over time?
Model annuities and annuity-investments with recurrence relations and find balances, payments and the time to exhaust or reach a target.
How to model an annuity that pays out and an annuity-investment that builds up, using recurrence relations, and find balances, payment sizes and how long a fund lasts or takes to reach a target.
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 model both kinds with recurrences, find balances, payments and the time to exhaust a fund or reach a target.
Two related models
Both are the same recurrence with opposite signs on the regular payment.
As always, convert the nominal annual rate to the per-period rate (divide by periods per year) and count in those periods.
Draw-down annuities
A retiree puts a lump sum into an account and withdraws a regular amount. Each period interest is added, then the withdrawal is taken out. The fund lasts until the balance reaches zero. If the withdrawal is smaller than the interest earned, the balance grows instead (it behaves like a perpetuity or better); if larger, it depletes.
Annuity-investments (superannuation)
Here regular deposits are added to an interest-earning fund, so it grows by both interest and contributions. This models superannuation: each period interest is added, then the deposit. The finance solver finds the future value, the required deposit, or the time to reach a target. Note the solver sign convention: a deposit is entered as a negative (money leaving your pocket into the fund).
The effect of contributions and time
In a superannuation fund, the longer the money stays invested the larger the share of the final balance that comes from interest rather than from contributions, because early deposits compound for the most periods. This is why starting contributions early matters so much: a deposit made in year one earns interest every remaining year, while a deposit made near the end earns almost none. SCSA questions sometimes ask you to split a final balance into total contributions and total interest, which is total deposited (payment times number of payments) subtracted from the final value.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20227 marksA retiree invests \300\,0004.8\%\ at the end of each month. (a) Write a recurrence relation for the balance . (b) Find the balance after months. (c) Explain how to find how long the annuity lasts.Show worked answer β
An annuity adds interest then subtracts the withdrawal each month.
(a) Monthly rate , so , with . (2 marks)
(b) . . , so . (3 marks)
(c) Iterate (or use the finance solver) until the balance first reaches zero; the number of months at that point, with a smaller final withdrawal, gives the duration of the annuity. (2 marks)
Markers reward the annuity recurrence with a subtracted withdrawal, accurate iteration, and the depletion method.
WACE 20245 marksA worker deposits \5006\%\. Find the balance after years and state how this annuity-investment differs from a draw-down annuity.Show worked answer β
An annuity-investment adds interest then adds a deposit each month.
Monthly rate , so , with , over months. Iterating (or the finance solver with , , , ) gives about . (3 marks)
A draw-down annuity subtracts regular withdrawals and runs down towards zero; an annuity-investment adds regular deposits and builds up. The sign of the regular payment is positive (deposit) rather than negative (withdrawal). (2 marks)
Markers reward the annuity-investment recurrence with a positive deposit and the build-up versus draw-down distinction.
