Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Maths - Specialist (Unit 1 and Unit 2) Sequences and series

First-order linear recurrence relations

20 practice questions 0 video lessons Theory + worked examples

Master first-order linear recurrence relations in Year 11 VCE Specialist Mathematics. A first-order linear recurrence builds a sequence with the rule \(t_{n+1}=a\,t_n+b\) (with \(a\neq 0\)) from a given first term, generating each term from the one before. It sits in the Discrete mathematics area of study of the VCE Mathematics Study Design (VCAA), within the Sequences and series topic of Unit 1.

You will learn to generate terms by recursion, recognise the arithmetic case \(a=1\) and the geometric case \(b=0\), and find the steady-state (fixed-point) value \(t^*=\dfrac{b}{1-a}\) and whether it is stable — the tools for modelling savings, loans and populations.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

A first-order linear recurrence relation builds a sequence by the rule \(t_{n+1}=a\,t_n+b\) (with \(a\neq 0\)) from a given first term. In Year 11 Specialist Mathematics you generate terms by applying the rule step by step, recognise the arithmetic case \(a=1\) and the geometric case \(b=0\), and find the steady-state (fixed-point) value \(t^*=\dfrac{b}{1-a}\) and whether it is stable. These ideas model savings, loans and populations.

A recurrence relation defines each term of a sequence from the term (or terms) before it. A first-order recurrence uses just the previous term, and a linear one combines it with a multiply and an add: \(t_{n+1}=a\,t_n+b\), where \(a\neq 0\) and \(b\) are constants. To start the sequence you also need a first term, given as \(t_1\) (or sometimes \(t_0\)).

To generate the terms you apply the rule repeatedly — this is called recursion: substitute the current term to get the next one, then repeat. For example \(t_{n+1}=2t_n+3\) with \(t_1=4\) gives \(t_2=2(4)+3=11\), then \(t_3=2(11)+3=25\), and so on.

Two familiar sequences are special cases. When \(a=1\) the rule is \(t_{n+1}=t_n+b\): a fixed amount \(b\) is added each step, so the sequence is arithmetic with common difference \(b\). When \(b=0\) the rule is \(t_{n+1}=a\,t_n\): each term is a fixed multiple of the one before, so the sequence is geometric with common ratio \(a\).

When \(a\neq 1\) the sequence may settle toward a steady-state (or fixed-point) value \(t^*\), the value that repeats unchanged: if a term equals \(t^*\), the next term does too. Whether the terms actually move toward \(t^*\) is the question of stability, and it depends on the size of \(a\).

Terms of a recurrence climbing toward a steady statePoints (0,0), (1,6), (2,9), (3,10.5) and (4,11.25) rise toward a red dashed horizontal line at t equals 12, the steady-state value of the recurrence t next equals 0.5 t now plus 6. Each step closes half the remaining gap, so the terms approach 12 from below without ever passing it. x y t* = 12 t_0 = 0
For \(t_{n+1}=0.5\,t_n+6\) with \(t_0=0\) the terms \(0,\,6,\,9,\,10.5,\,11.25\) climb toward the steady state \(t^*=12\) (red dashed). Each step closes half the remaining gap, because \(0
A stable steady state attracts terms from both sidesTwo sequences for t next equals 0.5 t now plus 6 approach the same red dashed line at t equals 12. Starting at 0 the terms 0, 6, 9, 10.5, 11.25 rise toward 12 from below; starting at 24 the terms 24, 18, 15, 13.5, 12.75 fall toward 12 from above. Because a equals 0.5 is between 0 and 1, the steady state 12 is stable and attracts terms from either side. x y t* = 12 from above from below
The same steady state \(t^*=12\) is stable: starting below \((t_0=0)\) or above \((t_0=24)\), both sequences are drawn in toward it. When \(0attracts terms from either side.

A first-order linear recurrence relation is defined by a rule and a first term:

\[ t_{n+1}=a\,t_n+b,\qquad a\neq 0,\quad t_1 \text{ given} \]
tn+1=atn+b

The special cases are the arithmetic and geometric sequences:

\[ a=1:\ t_{n+1}=t_n+b\ \text{(arithmetic)}\qquad b=0:\ t_{n+1}=a\,t_n\ \text{(geometric)} \]

When \(a\neq 1\), the steady-state (fixed-point) value is found by setting \(t_{n+1}=t_n=t^*\) and solving:

\[ t^*=a\,t^*+b \ \Longrightarrow\ t^*=\dfrac{b}{1-a} \]
t*=b1a
Stability of the steady state. The gap to \(t^*\) is multiplied by \(a\) each step. If \(0approach \(t^*\) (a stable, attracting steady state). If \(a>1\) the gap grows, so the terms move away from \(t^*\) (an unstable, repelling steady state) and the sequence grows without bound.

Working with a recurrence relation

  1. Read off \(a\), \(b\) and the first term. In \(t_{n+1}=a\,t_n+b\), \(a\) is the multiplier and \(b\) is the amount added; note the given \(t_1\) (or \(t_0\)).
  2. Generate terms by recursion: substitute the current term into the rule to get the next term, then repeat — write each step on its own line.
  3. Spot a special case: \(a=1\) means arithmetic (add \(b\) each step); \(b=0\) means geometric (multiply by \(a\) each step).
  4. Find the steady state (when \(a\neq 1\)): set \(t_{n+1}=t_n=t^*\) and solve \(t^*=a\,t^*+b\), giving \(t^*=\dfrac{b}{1-a}\).
  5. Decide stability: if \(01\) they move away (unstable) and grow without bound.

For a worded problem, build the rule from the context first. A balance earning \(5\%\) interest then a \(\$200\) deposit gives \(t_{n+1}=1.05\,t_n+200\); a population growing \(20\%\) a year with \(300\) removed gives \(t_{n+1}=1.2\,t_n-300\). Then generate terms or find the steady state as needed.

Example 1 — Generate terms by recursion
A sequence is defined by the first-order linear recurrence \(t_{n+1}=3t_n-4\) with first term \(t_1=3\). Find \(t_2\) and \(t_3\).
Solution

Apply the rule \(t_{n+1}=3t_n-4\) one step at a time, starting from \(t_1=3\):

\(t_2\)\(=\)\(3t_1-4\)
\(=\)\(3(3)-4\)
\(=\)\(9-4\)
\(=\)\(5\)

Now use \(t_2=5\) to get the next term:

\(t_3\)\(=\)\(3t_2-4\)
\(=\)\(3(5)-4\)
\(=\)\(15-4\)
\(=\)\(11\)

The next two terms are \(t_2 = 5\) and \(t_3 = 11\).

Example 2 — Arithmetic and geometric special cases
Write out the first four terms of (a) the geometric case \(t_{n+1}=2t_n\) with \(t_1=3\), and (b) the arithmetic case \(t_{n+1}=t_n+5\) with \(t_1=2\).
Solution

(a) Here \(b=0\), so the sequence is geometric — multiply by \(a=2\) each step:

\(t_1\)\(=\)\(3\)
\(t_2\)\(=\)\(2(3)=6\)
\(t_3\)\(=\)\(2(6)=12\)
\(t_4\)\(=\)\(2(12)=24\)

(b) Here \(a=1\), so the sequence is arithmetic — add \(b=5\) each step:

\(t_1\)\(=\)\(2\)
\(t_2\)\(=\)\(2+5=7\)
\(t_3\)\(=\)\(7+5=12\)
\(t_4\)\(=\)\(12+5=17\)

(a) The geometric terms are \(3,\ 6,\ 12,\ 24\). (b) The arithmetic terms are \(2,\ 7,\ 12,\ 17\).

Example 3 — Steady state and stability
For the recurrence \(t_{n+1}=0.5\,t_n+6\), find the steady-state value \(t^*\) and decide whether it is stable. The graph shows the terms from \(t_0=0\).
Solution

At the steady state the terms stop changing, so set \(t_{n+1}=t_n=t^*\) and solve:

\(t^*\)\(=\)\(0.5\,t^*+6\)
\(t^*-0.5\,t^*\)\(=\)\(6\)
\(0.5\,t^*\)\(=\)\(6\)
\(t^*\)\(=\)\(12\)

Check stability from the size of \(a\):

\(a\)\(=\)\(0.5\)
\(0\)\(<\)\(0.5<1\)
\(\Rightarrow\)\(\text{terms approach } t^*=12 \text{ (stable)}\)

The steady-state value is \(t^*=12\); since \(0

Terms of a recurrence climbing toward a steady statePoints (0,0), (1,6), (2,9), (3,10.5) and (4,11.25) rise toward a red dashed horizontal line at t equals 12, the steady-state value of the recurrence t next equals 0.5 t now plus 6. Each step closes half the remaining gap, so the terms approach 12 from below without ever passing it. x y t* = 12 t_0 = 0
Example 4 — Application: a savings account
A savings account starts with \(\$1000\). Each year it earns \(5\%\) interest, and then a \(\$200\) deposit is added. Write a recurrence relation for the balance and find the balance after \(1\) year and after \(2\) years.
Solution

Model the balance: \(5\%\) interest multiplies by \(1.05\), then add the \(\$200\) deposit:

\(t_{n+1}\)\(=\)\(1.05\,t_n+200\)
\(t_0\)\(=\)\(1000\)

Balance after \(1\) year, using \(t_1=1.05\,t_0+200\):

\(t_1\)\(=\)\(1.05(1000)+200\)
\(=\)\(1050+200\)
\(=\)\(1250\)

Balance after \(2\) years, using \(t_2=1.05\,t_1+200\):

\(t_2\)\(=\)\(1.05(1250)+200\)
\(=\)\(1312.50+200\)
\(=\)\(1512.50\)

The model is \(t_{n+1}=1.05\,t_n+200\); the balance is \(\$1250\) after \(1\) year and \(\$1512.50\) after \(2\) years. Because \(a=1.05>1\), the balance keeps growing (no stable steady state).

Common pitfalls

Using the wrong previous term. Each step uses the term you just found, not the first term. For \(t_{n+1}=3t_n-4\) from \(t_1=3\), the second step is \(t_3=3t_2-4=3(5)-4\), using \(t_2=5\) — not \(3(3)-4\) again.
Mixing up \(a\) and \(b\). In \(t_{n+1}=a\,t_n+b\), \(a\) multiplies the previous term and \(b\) is added. A \(10\%\) increase then \(+50\) is \(t_{n+1}=1.1\,t_n+50\), not \(0.1\,t_n+50\) or \(50\,t_n+1.1\).
Forgetting the steady state needs \(a\neq 1\). The formula \(t^*=\dfrac{b}{1-a}\) divides by \(1-a\). If \(a=1\) (arithmetic) there is no finite fixed point — the terms just keep adding \(b\).
Assuming every steady state is reached. A fixed point only attracts the terms when \(01\) the terms move away from \(t^*\); the steady state exists but is unstable, and the sequence grows without bound.

Frequently asked questions

What is a first-order linear recurrence relation?

It is a rule of the form \(t_{n+1}=a\,t_n+b\) (with \(a\neq 0\)) that gives each term from the one before it, together with a first term to start the sequence. "First-order" means it uses only the previous term; "linear" means the term is multiplied by \(a\) and then \(b\) is added.

How do I generate the terms of a recurrence?

Start from the given first term and apply the rule repeatedly (recursion): substitute the current term to get the next one, then repeat. For \(t_{n+1}=2t_n+3\) with \(t_1=4\), \(t_2=2(4)+3=11\), then \(t_3=2(11)+3=25\), and so on.

When is the sequence arithmetic or geometric?

When \(a=1\) the rule is \(t_{n+1}=t_n+b\), which adds a constant each step, so the sequence is arithmetic with common difference \(b\). When \(b=0\) the rule is \(t_{n+1}=a\,t_n\), which multiplies by a constant each step, so the sequence is geometric with common ratio \(a\).

What is the steady-state (fixed-point) value?

It is the value \(t^*\) that repeats unchanged: if a term equals \(t^*\), so does the next. Setting \(t_{n+1}=t_n=t^*\) in \(t_{n+1}=a\,t_n+b\) gives \(t^*=\dfrac{b}{1-a}\), valid when \(a\neq 1\).

How do I tell whether the steady state is stable?

Look at the multiplier \(a\). The gap between a term and \(t^*\) is multiplied by \(a\) each step: if \(01\) the gap grows and the terms move away (unstable), so the sequence grows without bound.

How are recurrence relations used to model real situations?

They model any quantity that is scaled then adjusted each period. A balance earning \(5\%\) interest with a \(\$200\) deposit is \(t_{n+1}=1.05\,t_n+200\); a population growing \(20\%\) a year with \(300\) harvested is \(t_{n+1}=1.2\,t_n-300\). Generating terms predicts the balance or population year by year.