Skip to main content
ScotlandMathsSyllabus dot point

How do recurrence relations model step-by-step change, and when does such a sequence settle towards a limit?

Recurrence relations of the form u sub n plus 1 equals a u sub n plus b, generating terms, the condition for a limit to exist, finding the limit, and interpreting a recurrence relation in a real context.

A focused answer to the SQA Higher Mathematics sequences and recurrence relations content, covering linear recurrence relations, generating terms, the condition for a limit, finding the limit, and interpreting a recurrence relation in a real-world context.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Generating terms
  3. The condition for a limit
  4. Finding the limit
  5. Examples in context
  6. Try this

What this dot point is asking

The SQA wants you to work with linear recurrence relations of the form un+1=aun+bu_{n+1} = au_n + b, generate terms, state the condition for a limit, find the limit when it exists, and interpret a recurrence relation in a real context such as drug dosage or pollution.

Generating terms

A recurrence relation defines a sequence implicitly: it tells you how to get the next term from the current one, rather than giving a formula for the nnth term directly. Given a starting value u0u_0, you apply the rule repeatedly. The order of operations matters: multiply by aa first, then add bb.

The condition for a limit

The reason is that the gap between successive terms is multiplied by aa each step. When a<1|a| < 1, repeated multiplication drives that gap towards zero, so the terms settle. When a1|a| \ge 1 the gap holds steady or grows, so there is no limit. You must state this condition in an exam before quoting a limit.

Finding the limit

The idea behind the limit equation is that, in the long run, un+1u_{n+1} and unu_n are both essentially equal to LL, so the recurrence becomes L=aL+bL = aL + b. You then solve this linear equation for LL.

Examples in context

Recurrence relations model any process where a fixed proportion of a quantity carries over and a fixed amount is added each step. In a lake, suppose 40%40\% of a pollutant is broken down each year, but 2424 tonnes are discharged annually. With unu_n the amount at the start of year nn, the model is un+1=0.6un+24u_{n+1} = 0.6 u_n + 24. Since a=0.6a = 0.6 lies in (1,1)(-1, 1) a long-term level exists: L=0.6L+24L = 0.6L + 24 gives 0.4L=240.4L = 24, so L=60L = 60 tonnes. This steady value tells an environmental regulator the pollution the lake settles to if discharge continues unchanged.

Try this

Q1. Write down the first three terms of un+1=3un2u_{n+1} = 3u_n - 2 with u0=1u_0 = 1. [2 marks]

  • Cue. u1=3(1)2=1u_1 = 3(1) - 2 = 1, u2=1u_2 = 1, u3=1u_3 = 1; this sequence stays at 11, which is its fixed point.

Q2. Explain why un+1=0.5un+6u_{n+1} = 0.5u_n + 6 has a limit, and find it. [3 marks]

  • Cue. a=0.5a = 0.5 is between 1-1 and 11; L=610.5=12L = \dfrac{6}{1 - 0.5} = 12.

Q3. A recurrence relation un+1=aun+9u_{n+1} = a u_n + 9 has limit 3030. Find aa. [3 marks]

  • Cue. 30=30a+930 = 30a + 9, so 30a=2130a = 21 and a=2130=0.7a = \dfrac{21}{30} = 0.7, which lies in (1,1)(-1, 1).

Exam-style practice questions

Practice questions written in the style of SQA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

SQA Higher 20205 marksA patient is given a drug. Each day 30%30\% of the drug present in the body is eliminated, and a fresh dose of 2020 mg is then taken. The amount of drug in the body just after the dose on day nn is unu_n mg. Write down a recurrence relation for un+1u_{n+1} in terms of unu_n, explain why a long-term amount exists, and calculate it.
Show worked answer →

If 30%30\% is eliminated then 70%70\% remains, so before the new dose there is 0.7un0.7 u_n, and adding 2020 mg gives un+1=0.7un+20u_{n+1} = 0.7 u_n + 20 (2 marks).

A limit exists because the multiplier a=0.7a = 0.7 satisfies 1<0.7<1-1 < 0.7 < 1, so the change between terms shrinks towards zero (1 mark).

At the limit L=0.7L+20L = 0.7L + 20, so 0.3L=200.3L = 20 and L=200.3=66.6˙L = \dfrac{20}{0.3} = 66.\dot{6} mg, that is 66.766.7 mg to one decimal place (2 marks). Markers reward the correct multiplier of 0.70.7, stating the 1<a<1-1 < a < 1 condition explicitly, and solving the limit equation by dividing by 1a1 - a.

SQA Higher 20235 marksTwo sequences are defined by un+1=0.5un+16u_{n+1} = 0.5u_n + 16 with u0=4u_0 = 4 and vn+1=avn+6v_{n+1} = a v_n + 6. Determine the limit of the first sequence, and find the value of aa for which the second sequence has the same limit.
Show worked answer →

For the first sequence a=0.5a = 0.5 lies in (1,1)(-1, 1), so the limit LL satisfies L=0.5L+16L = 0.5L + 16, giving 0.5L=160.5L = 16 and L=32L = 32 (2 marks).

For the second sequence to share this limit, 32=32a+632 = 32a + 6 (1 mark), so 32a=2632a = 26 and a=2632=1316=0.8125a = \dfrac{26}{32} = \dfrac{13}{16} = 0.8125 (1 mark).

Check the condition: 0.81250.8125 lies in (1,1)(-1, 1), so the limit is valid (1 mark). Markers reward the first limit, setting the second limit equal to 3232, and confirming aa lies in the valid range.

Related dot points

Sources & how we know this