Skip to main content
ExamExplained
TAS Β· Mathematics Applications
Mathematics Applications study scene
Β§-Syllabus dot point
TASMathematics ApplicationsSyllabus dot point

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 V(n+1) = R V(n) + d to model and analyse practical situations.

The general first-order linear recurrence with a multiplier and a constant, 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 R=1R = 1 the rule becomes Vn+1=Vn+dV_{n+1} = V_n + d, an arithmetic sequence. When d=0d = 0 it becomes Vn+1=R VnV_{n+1} = R\,V_n, a geometric sequence.

Generating terms

You usually build the sequence step by step on a calculator: start at V0V_0, multiply by RR, add dd, and repeat. The order matters: multiply first, then add or subtract the constant.

Long-term behaviour

What happens after many steps depends on RR. If R=1R = 1, the sequence grows or shrinks by a constant dd forever (linear). If R>1R > 1, the multiplying effect eventually dominates and the terms grow without bound. If 0<R<10 < R < 1, 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.

Converting between recursive and explicit forms

TASC questions often give a rule in explicit (closed) form and ask for the recursive form, or the reverse. The link is direct. An explicit arithmetic rule tn=a+(nβˆ’1)dt_n = a + (n-1)d comes from the recurrence tn+1=tn+dt_{n+1} = t_n + d with t1=at_1 = a. An explicit geometric rule tn=ar nβˆ’1t_n = a r^{\,n-1} comes from tn+1=r tnt_{n+1} = r\,t_n with t1=at_1 = a. To go from explicit to recursive, read off the multiplier (the base of the power, which becomes RR) and the constant added each step (which becomes dd), then state the starting term. To go the other way, identify RR and dd and recognise the matching closed form, or simply iterate.

Reading the steady state from a graph

When a first-order linear recurrence with 0<R<10 < R < 1 is plotted, the points approach a horizontal line at the equilibrium value V=d1βˆ’RV = \dfrac{d}{1 - R}. If the start is above this line the sequence falls toward it; if below, it rises toward it. The equilibrium does not depend on the starting value, only on RR and dd, which is why two funds with the same rate and the same regular amount end up at the same long-run level no matter where they begin.

A complete answer writes the recurrence in the form Vn+1=R Vn+dV_{n+1} = R\,V_n + d with the correct RR and signed dd, states V0V_0, generates the requested terms in the right order, converts between recursive and explicit forms when asked, and finds the steady state from V=d/(1βˆ’R)V = d/(1 - R).

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.

TCE 20249 marksA mining town of 5000 is declining at 15%15\% per year as workers depart, while tourism adds 600 people per year. a) Find a difference equation for the population. b) What happens in the long term? The decline then eases to 10%10\%. c) Find the new difference equation. d) Now what happens long term? e) What decline rate keeps the population steady at 5000?
Show worked answer β†’

a) (2 marks) Keeping 85%85\% and adding 600: Vn+1=0.85 Vn+600V_{n+1} = 0.85\,V_n + 600, V0=5000V_0 = 5000.

b) (2 marks) The population settles at the equilibrium where Vn+1=Vn=VV_{n+1} = V_n = V: V=0.85V+600V = 0.85V + 600, so 0.15V=6000.15V = 600, V=4000V = 4000. Long term it settles at 4000 people.

c) (1 mark) With 10%10\% decline RR becomes 0.900.90: Vn+1=0.90 Vn+600V_{n+1} = 0.90\,V_n + 600, V0=5000V_0 = 5000.

d) (2 marks) Equilibrium: V=0.90V+600V = 0.90V + 600, so 0.10V=6000.10V = 600, V=6000V = 6000. The population now rises towards 6000.

e) (2 marks) For a steady 5000, set 5000=R(5000)+6005000 = R(5000) + 600, so R(5000)=4400R(5000) = 4400, R=0.88R = 0.88. A decline rate of 12%12\% per year holds the population at 5000.

TCE 20234 marksFind the recursive form (difference equation) of each rule. a) tn=12+(nβˆ’1)16t_n = 12 + (n - 1)16. b) tn=0.5Γ—(βˆ’3)nβˆ’1t_n = 0.5 \times (-3)^{n-1}.
Show worked answer β†’

a) (2 marks) This is arithmetic with first term t1=12t_1 = 12 and common difference d=16d = 16, so each term is the previous term plus 16. Recursive form: tn+1=tn+16t_{n+1} = t_n + 16, t1=12t_1 = 12.

b) (2 marks) This is geometric with first term t1=0.5t_1 = 0.5 and common ratio r=βˆ’3r = -3, so each term is the previous term times βˆ’3-3. Recursive form: tn+1=βˆ’3 tnt_{n+1} = -3\,t_n, t1=0.5t_1 = 0.5. Markers want both the rule and the starting term stated.

TCE 20244 marksA couple borrows \400\,000at at 6.3\%p.a.compoundingmonthly,withmonthlypaymentsof p.a. compounding monthly, with monthly payments of \24702470. a) Write a difference equation. Your RR value should be a fraction or have at least six decimal places. b) How long to repay 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.06312=1.00525R = 1 + \frac{0.063}{12} = 1.00525. Each month add interest then subtract the payment: Vn+1=1.00525 Vnβˆ’2470V_{n+1} = 1.00525\,V_n - 2470, V0=400000V_0 = 400000.

b) (2 marks) Iterate 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 it overshoots zero, the final payment is smaller than $2470\$2470: the amount owing entering month 363 is about $1382\$1382, which grows to about $1389\$1389 with interest, so the last instalment is roughly $1389\$1389. Markers expect a comment that the final payment is a reduced part payment.

ExamExplained