Practise › Questions › Recurrence relations
Recurrence relations questions
A sequence defined in terms of its own earlier terms can be solved for an explicit formula. The auxiliary equation used for second order differential equations works here too, with the roots governing the general solution and initial terms fixing the constants.
6 original questions · 32 marks · the recurrence relations notes · Further Pure 2
Every question here is written for this library rather than taken from a past paper. Write your answer out before opening the worked one: the answers award marks point by point, and the marks are easier to see when you have something of your own to compare against.
Solve un+1 = 4un − 3 with u1 = 2.
Worked answer
Complementary function: A4n. For the constant, try un = c, so c = 4c − 3 and c = 1. Then un = A4n + 1, and u1 = 2 gives 4A + 1 = 2, so A = 1/4. Hence un = 4n−1 + 1. B1 for the complementary function, M1 for a constant particular solution, A1 for c = 1, A1 for the final formula. The first four terms are 2, 5, 17, 65 either way.Solve un+1 = 2un + n with u1 = 1.
Worked answer
The right-hand side is linear in n, so try a particular solution an + b, so a(n + 1) + b = 2(an + b) + n. Comparing coefficients of n gives a = 2a + 1, so a = −1; the constants give a + b = 2b, so b = −1. With the complementary function A2n, u1 = 1 gives 2A − 2 = 1, so A = 3/2 and un = 3(2n−1) − n − 1. M1 for trying an + b, A1 for a = −1, A1 for b = −1, M1 for using the initial condition, A1 for the final formula. Checking n = 3: 12 − 4 = 8, and the recurrence gives 8 too.Solve un+2 = 5un+1 − 6un with u1 = 1 and u2 = 4.
Worked answer
Auxiliary equation m² − 5m + 6 = 0, so m = 2 or m = 3 and un = A2n + B3n. The conditions give 2A + 3B = 1 and 4A + 9B = 4, so B = 2/3 and A = −1/2. Tidying, un = 2(3n−1) − 2n−1. M1 for the auxiliary equation, A1 for the two roots, B1 for the general solution, M1 for using both conditions, A1 for A and B, A1 for the final formula. Checking n = 3: 18 − 4 = 14, and 5(4) − 6(1) = 14.Solve un+2 = 6un+1 − 9un with u1 = 3 and u2 = 18.
Worked answer
Auxiliary equation m² − 6m + 9 = 0 has the repeated root m = 3, so the general solution needs the extra factor of n and reads un = (A + Bn)3n. The conditions give 3(A + B) = 3 and 9(A + 2B) = 18, so A + B = 1 and A + 2B = 2, giving B = 1 and A = 0. Hence un = n3n. M1 for the auxiliary equation, A1 for the repeated root, B1 for the general solution with its factor of n, M1 for the two conditions, A1 for A and B, A1 for the final formula. Checking n = 3: 81, and 6(18) − 9(3) = 81.Prove by induction that un = 4n−1 + 1 satisfies un+1 = 4un − 3 with u1 = 2.
Worked answer
Base case: 4⁰ + 1 = 2, as given. Assume uk = 4k−1 + 1. Then uk+1 = 4(4k−1 + 1) − 3 = 4k + 4 − 3 = 4k + 1, which is the formula at n = k + 1. B1 for the base case, M1 for substituting the hypothesis into the recurrence, A1 for 4k + 1, A1 for the conclusion. True at n = 1 and inherited at each step, so true for all positive integers n.Solve un+2 + un+1 − 6un = 12 with u1 = −4 and u2 = 10.
Worked answer
Auxiliary equation m² + m − 6 = 0 gives m = 2 or m = −3. For the constant 12, try un = k, giving k + k − 6k = −4k = 12, so k = −3. Then un = A2n + B(−3)n − 3, and the conditions give 2A − 3B = −1 and 4A + 9B = 13, so A = 1 and B = 1. Hence un = 2n + (−3)n − 3. M1 for the auxiliary equation, A1 for the two roots, M1 for a constant particular solution, A1 for k = −3, M1 for the two conditions, A1 for A and B, A1 for the final formula. Checking n = 3: 8 − 27 − 3 = −22, and 12 − 10 + 6(−4) = −22.
The same practice on paper: the printable workbook for this topic, questions and a worked answer book.
Practise recurrence relations one question at a time
The player marks nothing for you. It shows one question, waits, then shows the worked answer so you can mark yourself, and brings a question back sooner when it went badly.