Standard +0.3 This is a straightforward proof by induction with matrices, following a standard template. The base case is trivial (n=1), and the inductive step requires only matrix multiplication of 2×2 matrices with simple entries, plus basic algebraic manipulation of powers of 2. While it's a Further Maths topic, the execution is mechanical with no conceptual obstacles or novel insights required.
Question 8:
8 | 1 11 1 211
When n = 1,
0 2 0 21
1 1k 1 2k 1
[Assume] n = k:
0 2 0 2k
1 1k1 1 2k1 1 1
Then
0 2 0 2k 0 2
1 12k12 1 2k11
0 2k1 0 2k1
so if true for n = k then true for n = k + 1
[as true for n = 1] therefore true for all n. | B1
M1
M1
A1*
M1dep*
A1dep*
[6] | 2.1
2.2a
1.1
1.1
2.2a
2.4 | 1 1 1 2k1
or
0 2 0 2k
1 2k 12k
or
0 2k1
must clearly ‘assume’ n = k
must have established truth for
n = 1 for final mark | ‘true for n = k and k + 1’ is
M0
but need not re-state it at
the end