Proof by Induction - Worksheets, Questions and Revision

13 original exam-style questions - 3 pages of questions with a full mark scheme - free printable PDF.

Download PDFJump to mark scheme (page 4)Read the revision guide
« Previous: Differential EquationsNext: Series and Summation »
Revision Library
revisionlibrary.co.uk
A-Level · Further Pure Mathematics

FP.CP9 Proof by Induction

EDEXCEL 9FM0 · Calculator allowed · about 120 minutes
Total Marks
Name: _______________________________    Date: ____ / ____ / ______
Answer ALL questions. Show all your working.
1
Let S(n) = 12 + 22 + 32 + ... + n2.
(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

Question 2

Question 3

Question 4

Question 5

Question 6

Question 7

Question 8

Question 9

Question 10

Question 11

Question 12

Question 13