(a)Verify that the statement S(n) = (1/6)n(n+1)(2n+1) is true for n = 1.(1)
(b)Assuming the statement is true for n = k, prove that it is then true for n = k + 1, and hence prove by induction that S(n) = (1/6)n(n+1)(2n+1) for all positive integers n.(4)
(c)Hence find the value of 12 + 22 + ... + 202.(2)
(Total for Question 1 is 7 marks)
2
Let T(n) = 13 + 23 + 33 + ... + n3.
(a)Verify that the statement T(n) = [n(n+1)/2]2 is true for n = 1.(1)
(b)Prove by induction that T(n) = [n(n+1)/2]2 for all positive integers n.(4)
(c)Show that 13 + 23 + ... + 103 = 3025, and verify that this equals (1 + 2 + ... + 10)2.(2)
(Total for Question 2 is 7 marks)
3
Let U(n) = 1(2) + 2(3) + 3(4) + ... + n(n+1).
(a)Verify that the statement U(n) = (1/3)n(n+1)(n+2) is true for n = 1.(1)
(b)Prove by induction that U(n) = (1/3)n(n+1)(n+2) for all positive integers n.(4)
(c)Hence find the value of 1(2) + 2(3) + ... + 15(16).(2)
(Total for Question 3 is 7 marks)
4
Consider the statement P(n): 32n - 1 is divisible by 8, for all positive integers n.
(a)Verify that P(1) is true.(1)
(b)Prove by induction that 32n - 1 is divisible by 8 for all positive integers n.(5)
(c)By testing the case n = 2, determine whether the statement '32n - 1 is divisible by 24 for all positive integers n' is true or false.(2)
(Total for Question 4 is 8 marks)
5
Consider the statement Q(n): n3 + 5n is divisible by 6, for all positive integers n.
(a)Verify that Q(1) is true.(1)
(b)Prove by induction that n3 + 5n is divisible by 6 for all positive integers n. You should explain clearly why any additional term you introduce is divisible by 6.(5)
(c)Hence explain briefly why n3 + 5n must also be an even number for every positive integer n.(1)
(Total for Question 5 is 7 marks)
6
A sequence is defined by u1 = 5 and u_(n+1) = 2un - 3 for n ≥ 1.
(a)Find the values of u2 and u3.(2)
(b)Prove by induction that un = 2n + 3 for all positive integers n.(5)
(Total for Question 6 is 7 marks)
7
Let f(x) = x ex.
(a)Using the product rule, find f'(x), and verify that this agrees with the formula fn(x) = (x+n)ex when n = 1.(2)
(b)Prove by induction that the nth derivative of f is fn(x) = (x+n)ex for all positive integers n.(4)
(Total for Question 7 is 6 marks)
8
The matrix M is given by M = ((3, 0), (1, 1)), where rows are written left to right, top row then bottom row.
(a)By direct matrix multiplication, find M2, and verify that it agrees with the formula Mn = ((3n, 0), ((3n - 1)/2, 1)) when n = 2.(2)
(b)Prove by induction that Mn = ((3n, 0), ((3n - 1)/2, 1)) for all positive integers n.(5)
(Total for Question 8 is 7 marks)
9
You may use the addition formulae cos(A+B) = cosA cosB - sinA sinB and sin(A+B) = sinA cosB + cosA sinB.
(a)Verify that the statement (cos(θ) + i sin(θ))n = cos(n θ) + i sin(n θ) is true for n = 1.(1)
(b)Prove by induction that (cos(θ) + i sin(θ))n = cos(n θ) + i sin(n θ) for all positive integers n.(5)
(c)State the value predicted by the formula for (cos(θ) + i sin(θ))0, and confirm this is consistent with the usual convention for any non-zero complex number raised to the power 0.(1)
(Total for Question 9 is 7 marks)
10
Let A(n) = 12 - 22 + 32 - 42 + ... + (-1)n+1 n2 (i.e. the sum from r=1 to n of (-1)r+1 r2).
(a)Verify that the statement A(n) = (-1)n+1 n(n+1)/2 is true for n = 1 and for n = 2.(1)
(b)Prove by induction that A(n) = (-1)n+1 n(n+1)/2 for all positive integers n.(5)
(Total for Question 10 is 6 marks)
11
Consider the statement R(n): n! > 3n, for integers n ≥ 7.
(a)Show that R(6) is false and that R(7) is true, and explain why n = 7 is the correct starting value for an induction proof of R(n).(2)
(b)Prove by induction that n! > 3n for all integers n ≥ 7.(5)
(Total for Question 11 is 7 marks)
12
Consider the statement W(n): 5n + 9n + 2 is divisible by 4, for all positive integers n.
(a)Verify that W(1) is true.(1)
(b)Prove by induction that 5n + 9n + 2 is divisible by 4 for all positive integers n.(5)
(Total for Question 12 is 6 marks)
13
A sequence is defined by a1 = 1, a2 = 1, and a_(n+2) = a_(n+1) + an for n ≥ 1 (the Fibonacci sequence).
(a)Find a3 and a4, and verify that an < 2n for n = 1, 2, 3 and 4.(2)
(b)Explain why, in order to prove a_(k+1) < 2k+1 using the recurrence relation, it is necessary to assume the inequality is true for both n = k and n = k - 1, rather than for n = k alone.(1)
(c)Using this two-step approach, prove by induction that an < 2n for all positive integers n.(6)
(Total for Question 13 is 9 marks)
Mark scheme · FP.CP9 Proof by Induction
Question 1
(a) B1 LHS = 1, RHS = (1/6)(1)(2)(3) = 1, so true for n=1
(b) M1 assume true for n=k: S(k) = (1/6)k(k+1)(2k+1), then form S(k+1) = S(k) + (k+1)2
(b) dM1 factorise out (k+1): S(k+1) = (k+1)[ (1/6)k(2k+1) + (k+1) ], combine over common denominator 6
(b) A1 correct simplification to (1/6)(k+1)(k+2)(2k+3) cso
(b) A1 conclusion: true for n=1, true for n=k implies true for n=k+1, so true for all positive integers n by mathematical induction (dep on all previous marks)
(b) Answer: S(k+1) = (1/6)(k+1)(k+2)(2(k+1)+1); true for all positive integers n by induction.
(c) M1 substitute n=20 into (1/6)n(n+1)(2n+1)
(c) A1 2870 cao
(c) Answer: 2870
Question 2
(a) B1 LHS = 1, RHS = [1*2/2]2 = 1, so true for n=1
(b) A1 conclusion: true for n=1, true for n=k implies true for n=k+1, so true for all positive integers n by mathematical induction
(b) Answer: 5k+1+9k+1+2 = 4(5m+9k-2); true for all positive integers n by induction.
Question 13
(a) M1 a3 = a2+a1 = 2, a4 = a3+a2 = 3
(a) A1 check each: 1<2, 1<4, 2<8, 3<16, all true cao
(a) Answer: a3 = 2, a4 = 3; inequality holds for n = 1, 2, 3, 4.
(b) B1 since a_(k+1) = ak + a_(k-1), the recurrence involves two previous terms, so both ak < 2k and a_(k-1) < 2k-1 are needed to bound a_(k+1); this requires two base cases and a two-step (strong) inductive hypothesis
(b) Answer: The recurrence a_(k+1) = ak + a_(k-1) depends on two previous terms, so the inductive hypothesis must cover both n = k and n = k-1 (strong induction with two base cases).
(c) B1 basis n=1: a1 = 1 < 21 = 2
(c) B1 basis n=2: a2 = 1 < 22 = 4
(c) M1 assume true for n=k-1 and n=k (k≥2): a_(k-1)<2k-1 and ak<2k
(c) M1 use the recurrence: a_(k+1) = ak + a_(k-1) < 2k + 2k-1
(c) A1 since 2k-1<2k, 2k+2k-1 < 2k+2k = 2k+1, so a_(k+1) < 2k+1 cso
(c) A1 conclusion: true for n=1 and n=2, and true for n=k-1,k implies true for n=k+1, so true for all positive integers n by (strong) mathematical induction
(c) Answer: a_(k+1) < 2k+1; true for all positive integers n by strong induction.