Date | May 2015 | Marks available | 4 | Reference code | 15M.3dm.hl.TZ0.3 |
Level | HL only | Paper | Paper 3 Discrete mathematics | Time zone | TZ0 |
Command term | Show that | Question number | 3 | Adapted from | N/A |
Question
The sequence {un}, n∈N, satisfies the recurrence relation un+1=7un−6.
Given that u0=5, find an expression for un in terms of n.
The sequence {vn}, n∈N, satisfies the recurrence relation vn+2=10vn+1+11vn.
Given that v0=4 and v1=44, find an expression for vn in terms of n.
The sequence {vn}, n∈N, satisfies the recurrence relation vn+2=10vn+1+11vn.
Show that vn−un≡15(mod16), n∈N.
Markscheme
METHOD 1
attempting to find a solution in the form un=A7n+B M1
EITHER
eg, and u0=5⇒5=A+B and u1=29⇒29=7A+B A1
OR
A7n+1+B=A7n+1+7B−6(or equivalent) A1
THEN
attempting to solve for A and B (M1)
un=4×7n+1 A1A1
Note: Accept A=4, B=1 provided the first M1 is awarded.
METHOD 2
attempting an iterative method eg, u1=7(5)−6 and
u2=72(5)−6(7+1) (etc) (M1)
un=5×7n−6(7n−17−1) M1A1
Note: Award M1 for attempting to express un in terms of n.
un=4×7n+1 A1A1
METHOD 3
attempting to find a solution in the form un=A7n+B M1
A(n+1)+B=7(An+B)−6
7B−6=B A1
attempting to solve for A (M1)
un=4×7n+1 A1A1
METHOD 4
un+1−7un+6−(un−7un+1+6)=0⇒un+1−8un+7un−1=0
r2−8r+7=0
r=1, 7
attempting to find a solution in the form un=A7n+B M1
EITHER
eg, u0=5⇒5=A+B and u1=29⇒29=7A+B A1
OR
A7n+1+B=A7n+1+7B−6(or equivalent) A1
THEN
attempting to solve for A and B (M1)
un=4×7n+1 A1A1
[5 marks]
attempting to find the auxiliary equation M1
r2−10r−11=0((r−11)(r+1)=0) A1
r=11, r=−1 A1
vn=A11n+B(−1)n (M1)
attempting to use the initial conditions M1
A+B=4, 11A−B=44 A1
vn=4×11n A1
[7 marks]
vn−un=4(11n−7n)−1 M1
EITHER
=4(11−7)(11n−1+…+7n−1)−1 M1A1
OR
=4((7+4)n−7n)−1 A1
subtracting the 7n from the expanded first bracket M1
THEN
obtaining 16 times a whole number −1 A1
vn−un≡15(mod16), n∈N AG
[4 marks]
Total [16 marks]
Examiners report
In part (a), a good number of candidates were able to ‘see’ the solution form for un and then (often in non-standard ways) successfully obtain un=4×7n+1. A variety of methods and interesting approaches were seen here including use of the general closed form solution, iteration, substitution of un=4×7n+1, substitution of un=An+B and, interestingly, conversion to a second-degree linear recurrence relation. A number of candidates erroneously converted the recurrence relation to a quadratic auxiliary equation and obtained un=c1(6)n+c2(1)n.
Compared to similar recurrence relation questions set in recent examination papers, part (b) was reasonably well attempted with a substantial number of candidates correctly obtaining vn=4(11)n. It was pleasing to note the number of candidates who could set up the correct auxiliary equation and use the two given terms to obtain the required solution. It appeared that candidates were better prepared for solving second-order linear recurrence relations compared to first-order linear recurrence relations.
Most candidates found part (c) challenging. Only a small number of candidates attempted to either factorise 11n−2n or to subtract 7n from the expansion of (7+4)n. It was also surprising how few went for the option of stating that 11 and 7 are congruent mod4 so 11n−7n≡(mod4) and hence is a multiple of 4.