How do we model a process that both multiplies and adds a fixed amount each step?
Use first-order linear recurrence relations of the form Vn+1 = R Vn + d to model and analyse practical situations.
The general first-order linear recurrence Vn+1 = R Vn + d, its long-term behaviour, equilibrium value, and financial and population applications in TCE Mathematics Applications.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
Arithmetic sequences only add, and geometric sequences only multiply. Many real processes do both at once: a savings account earns interest and also receives a regular deposit; a fish population breeds and is also harvested. The first-order linear recurrence captures both actions in one rule.
The two special cases you already know sit inside this one form. When the rule becomes , an arithmetic sequence. When it becomes , a geometric sequence.
Generating terms
You usually build the sequence step by step on a calculator: start at , multiply by , add , and repeat. The order matters: multiply first, then add or subtract the constant.
Long-term behaviour
What happens after many steps depends on . If , the sequence grows or shrinks by a constant forever (linear). If , the multiplying effect eventually dominates and the terms grow without bound. If , the terms settle toward a steady value called the equilibrium or steady state.
Choosing the model
Use a plain geometric model when nothing is added or removed beyond the percentage change. Use the full first-order linear recurrence whenever there is also a fixed regular amount, such as a repayment, deposit, or harvest, layered on top of the percentage change.
A complete answer writes the recurrence in the form with the correct and signed , states , generates the requested terms in the right order, and where asked finds the steady state from .
Exam-style practice questions
Practice questions written in the style of TASC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2024 TASC General Mathematics9 marksA mining town with a population of 5000 is declining at 15% per year as workers depart, while tourism causes an increase of 600 people per year. a) Find a difference equation to represent the population year by year. b) What happens to the population in the long term? The rate of decline then decreases to 10% (other variables unchanged). c) Find a new difference equation. d) Now what happens in the long term? e) What rate of decline should the council aim for to maintain a steady population of 5000?Show worked answer β
a) (2 marks) Keeping 85% and adding 600: Vn+1 = 0.85 Vn + 600, V0 = 5000.
b) (2 marks) The population falls towards a steady state (equilibrium) where Vn+1 = Vn = V: V = 0.85V + 600, so 0.15V = 600, V = 4000. Long term it settles at 4000 people.
c) (1 mark) With 10% decline R becomes 0.90: Vn+1 = 0.90 Vn + 600, V0 = 5000.
d) (2 marks) Equilibrium: V = 0.90V + 600, so 0.10V = 600, V = 6000. The population now rises towards a steady state of 6000.
e) (2 marks) For a steady 5000, set 5000 = R(5000) + 600, so R(5000) = 4400, R = 0.88. A decline rate of 12% per year keeps the population steady at 5000.
2024 TASC General Mathematics4 marksFollowing are two sequence rules in explicit form. Find the recursive form (difference equation) of each rule. a) Tn = 12 + (n - 1)16. b) Tn = 0.5 x (-3) to the power (n - 1).Show worked answer β
a) (2 marks) This is arithmetic with first term T1 = 12 and common difference d = 16, so each term is the previous term plus 16. Recursive form: Tn+1 = Tn + 16, T1 = 12.
b) (2 marks) This is geometric with first term T1 = 0.5 and common ratio r = -3, so each term is the previous term multiplied by -3. Recursive form: Tn+1 = -3 Tn, T1 = 0.5. Markers want both the rule and the starting term stated.
2024 TASC General Mathematics4 marksA couple has borrowed 2470. a) Write a difference equation to represent this. Your r value should include a fraction or have at least six decimal places. b) Use your difference equation to determine how long it will take to pay back the loan. Give your answer in months, and comment on the final payment.Show worked answer β
a) (2 marks) Monthly interest factor R = 1 + 0.063/12 = 1.00525. Each month add interest then subtract the payment: Vn+1 = 1.00525 Vn - 2470, V0 = 400000.
b) (2 marks) Iterate the difference equation on the calculator until the balance reaches zero. The balance first becomes negative during the 363rd month, so the loan is repaid in 363 months (about 30 years 3 months). Because the balance overshoots zero, the final payment is smaller than 1382, which grows to about 1389 rather than a full $2470. Markers expect a comment that the final payment is a reduced part payment.