Further Maths Recurrence relations Practice Questions
Free Further Maths Recurrence relations practice questions with full step-by-step worked solutions. Covers recurrence-relations, first-order, modelling, tower-of-hanoi. Practise exam-style problems and check your method.
In the Tower of Hanoi puzzle, un is the least number of single-disc moves needed to transfer a tower of n discs. The model is un+1=2un+1 for n≥1, with u1=1. Find the least number of moves needed for a tower of 6 discs, that is the value of u6.
Show worked solution
Worked solution
Apply the model with n=1
u2=2⋅1+(1)=3
Each new value comes straight from the model applied to the value just before it.
Apply the model with n=2
u3=2⋅3+(1)=7
Each new value comes straight from the model applied to the value just before it.
State the required value
u6=63
This is the quantity the model is asked for.
Answer
63
Question 2
2 markseasy
A leaking reservoir loses a fixed fraction of its excess each day; un is the depth, in metres, after n days. The model is un+1=21un for n≥0, with u0=8. Which of the following best describes the long-term behaviour of un?
Show worked solution
Worked solution
Find the roots that control the model
m=21
The long-run behaviour is decided entirely by the roots.
Find the modulus of each root
21=21
A modulus above 1 means growth, below 1 decay, and exactly 1 neither.
Generate the first few values
u0=8,u1=4,u2=2,u3=1,u4=21,u5=41
The numerical behaviour must agree with what the roots predict.
Select the correct description
behaviour consistent with the roots and the values above
This is the only option matching both the roots and the generated values.
Answer
The terms converge to 0.
Question 3
4 marksintermediate
A forced discrete oscillator gives a sequence un. Here un satisfies un+1=3un+7. Which of the following is the correct form for a particular solution?
Show worked solution
Worked solution
Identify the forcing term f(n)
f(n)=7
The particular solution must copy the shape of f(n).
Solve the homogeneous part first
roots m=3
The homogeneous solution decides whether the obvious trial is usable.
Confirm there is no resonance
the shape of f(n) is not a homogeneous solution
No extra factor of n is needed.
Recall the rule for a repeated shape
multiply the trial by n once for each clash with the CF
This mirrors the repeated-root rule for the auxiliary equation.
Note what would otherwise go wrong
0=f(n)
A trial that solves the homogeneous part contributes nothing on the left.
Recall how a recurrence generates a sequence
un+1(or un+2) is built from the earlier term(s)
A recurrence relation says how to get the next term from the ones before it, so the whole sequence follows from the starting value(s).
Select the correct trial form
pn=λ
This is the trial that yields a genuine particular solution.
Answer
λ
Question 4
6 markshard
A Tower of Hanoi variant needs un=2un−1+1 moves; equivalently un satisfies un+1=2un+1 with u0=0. The model is un+1=2un+1 for n≥0, with u0=0. Find the least number of moves for 10 discs, that is the value of u10.
Show worked solution
Worked solution
Apply the model with n=0
u1=2⋅0+(1)=1
Each new value comes straight from the model applied to the value just before it.
Apply the model with n=1
u2=2⋅1+(1)=3
Each new value comes straight from the model applied to the value just before it.
Apply the model with n=2
u3=2⋅3+(1)=7
Each new value comes straight from the model applied to the value just before it.
Apply the model with n=3
u4=2⋅7+(1)=15
Each new value comes straight from the model applied to the value just before it.
Apply the model with n=4
u5=2⋅15+(1)=31
Each new value comes straight from the model applied to the value just before it.
Apply the model with n=5
u6=2⋅31+(1)=63
Each new value comes straight from the model applied to the value just before it.
List the values found so far
u0=0,u1=1,u2=3,u3=7,u4=15
Writing the run of values in order makes an arithmetic slip easy to spot.
Note the model itself
un+1=2un+1
Every step is one substitution into this relation.
Recall how a recurrence generates a sequence
un+1(or un+2) is built from the earlier term(s)
A recurrence relation says how to get the next term from the ones before it, so the whole sequence follows from the starting value(s).
State the required value
u10=1023
This is the quantity the model is asked for.
Answer
1023
Question 5
9 markschallenging
A drug-infusion model each hour keeps 30% of the current dose and a steady 14 milligrams is infused; un is the amount, in milligrams, after n hours. The model is un+1=103un+14 for n≥0, with u0=5. Find the long-run amount L that un approaches.
Show worked solution
Worked solution
Set both terms equal to the steady value L
L=103L+14
If the model settles then consecutive terms tend to the same value, so the limit is a fixed point of the recurrence.
Solve for the steady state
107L=14⇒L=20
Collecting the L terms gives one linear equation.
Justify that the model really settles
103<1
The transient part A(103)n decays because the growth factor has modulus below 1.
Step through a few values as a check
u0=5,u1=231,u2=20373,u3=2003919
The values are visibly closing in on the fixed point.
Note the closed-form structure
un=A(103)n+20
The geometric part dies away and only the fixed point survives.
Recall how a recurrence generates a sequence
un+1(or un+2) is built from the earlier term(s)
A recurrence relation says how to get the next term from the ones before it, so the whole sequence follows from the starting value(s).
Recall the auxiliary (characteristic) equation
un+2=aun+1+bun⇒m2−am−b=0
Trying un=mn in a homogeneous second-order recurrence and dividing by mn gives this quadratic.
Recall the solution for two distinct real roots
un=Aαn+Bβn
Each root of the auxiliary equation contributes one geometric term.
Recall the solution for a repeated root
un=(A+Bn)αn
A repeated root supplies one solution, so the second carries a factor n.
Recall the solution for complex roots
un=rn(Acosnθ+Bsinnθ)
Writing the conjugate roots as r(cosθ±isinθ) turns the solution into a real oscillation.
Recall the fixed point of a first-order model
L=aL+b⇒L=1−ab(a=1)
A model that settles down must settle to a fixed point of its recurrence.
Recall the condition for a model to settle
∣a∣<1for the geometric part to die away
A growth factor of modulus 1 or more makes the transient persist or explode.
Recall the first-order homogeneous solution
un+1=aun⇒un=Aan
A constant multiplier each step produces a geometric sequence.
Recall how many starting values are needed
order 1→1value,order 2→2values
Exactly that many initial conditions are needed to pin the model down.
Recall the standard trial particular solutions
f(n)=c⇒λ;f(n)=cn+d⇒λn+μ;f(n)=ckn⇒λkn
The particular solution copies the shape of the forcing term f(n).
State the long-run value
L=20
This is the value the model approaches as n grows.
Answer
20
Unlock 65 more Recurrence relations questions
Create a free account to work through every Further Maths Recurrence relations question with instant step-by-step worked solutions, progress tracking and interactive lessons.