ALGEBRA-Mathematical Induction 1
ALGEBRA-Mathematical Induction 1
ALGEBRA-Mathematical Induction 1
MATHEMATICAL INDUCTION
Learning Objectives
After completing this section you should be able to:
• use the strategy of conducting limited trials to formulate a conjecture and proving
1
P age |2
1. Prove the statement for n = 1 or some other positive integer. (Initial step)
2. Assume the statement is true for n = k, where k is any positive integer. (Inductive
Hypothesis/Assumption)
3. From the assumption in 2, prove that the statement must be true for n = k + 1. (Proof stage)
4. Since the statement is true for n = 1, and if it is true for 𝑛𝑛 = 𝑘𝑘 implies it is true for
𝑛𝑛 = 𝑘𝑘 + 1, it must be true for all positive integers of n. (Conclusion)
SUMMATIONS
Example 1
Solution
For 𝑛𝑛 = 1
LHS ∑= r2 = 12 = 1
r 1
2
P age |3
k
1
Assuming that the formula is true for 𝑛𝑛 = 𝑘𝑘 ie ∑= r 2
= k ( k +1)(2k +1)
r 1 6
We use this to show that the result is true for 𝑛𝑛 = 𝑘𝑘 + 1, ie to show that
k +1
1
2 = (k +1) ( k +1+1 )( 2(k +1) +1)
∑
r =1
r 6
Proof
1
= 𝑘𝑘(𝑘𝑘 + 1)( 2𝑘𝑘 + 1) + (𝑘𝑘 + 1)2
6
1
= (𝑘𝑘 + 1)[𝑘𝑘(2𝑘𝑘 + 1) + 6(𝑘𝑘 + 1)]
6
1
= (𝑘𝑘 + 1)[2𝑘𝑘2 + 7𝑘𝑘 + 6]
6
1
= (𝑘𝑘 + 1)(𝑘𝑘 + 2)(2𝑘𝑘 + 3)
6
1
= (𝑘𝑘 + 1)(𝑘𝑘 + 1 + 1)(2(𝑘𝑘 + 1) + 1)
6
= RHS
∴ true for 𝑛𝑛 = 𝑘𝑘 + 1
Since the formula is true for 𝑛𝑛 = 1, and if true for 𝑛𝑛 = 𝑘𝑘 implies it is true for 𝑛𝑛 = 𝑘𝑘 + 1, it
follows for the Principle of Mathematical Induction that it is true for all natural values of 𝑛𝑛.
Example 2
1
Prove by induction that 12 + 32 + 52 + 72 + ⋯ + (2𝑛𝑛 − 1)2 = 𝑛𝑛(4𝑛𝑛2 − 1), for 𝑛𝑛 ∈ ℕ.
Solution
3
4
P age |4
For 𝑛𝑛 = 1: LHS: 12 = 1
1
RHS: 1 (1)(4(1)2 − 1) = (3) = 1,
3 3
LHS = RHS hence true for 𝑛𝑛 = 1.
We want to prove that the result is true for 𝑛𝑛 = 𝑘𝑘 + 1 ie we will prove that
1
12 + 32 + 52 + 72 + ⋯ + (2(𝑘𝑘 + 1) − 1)2 = (𝑘𝑘 + 1)(4(𝑘𝑘 + 1)2 − 1)
3
Proof
12 + 32 + 52 + 72 + ⋯ + (2(𝑘𝑘 + 1) − 1)2 = 12 + 32 + 52 + 72 + ⋯ + (2𝑘𝑘 − 1)2 +
(𝑘𝑘 + 1)𝑡𝑡ℎ 𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡
1
( 2 ) ( ( ) )2
= 𝑘𝑘 4𝑘𝑘 − 1 + 2 𝑘𝑘 + 1 − 1
3
1
= 𝑘𝑘(4𝑘𝑘2 − 1) + (2𝑘𝑘 + 1)2
3
1
= 𝑘𝑘(2𝑘𝑘 + 1)( 2𝑘𝑘 − 1) + (2𝑘𝑘 + 1)2
3
1
= (2𝑘𝑘 + 1)[𝑘𝑘(2𝑘𝑘 − 1) + 3(2𝑘𝑘 + 1)]
3
1
= (2𝑘𝑘 + 1)(2𝑘𝑘2 + 5𝑘𝑘 + 3)
3
1
= (2𝑘𝑘 + 1)(2𝑘𝑘 + 3)(𝑘𝑘 + 1)
3
1
= (𝑘𝑘 + 1)(2𝑘𝑘 + 1)(2𝑘𝑘 + 3)
3
1
= (𝑘𝑘 + 1)(4𝑘𝑘2 + 8𝑘𝑘 + 3)
3
1 ( 2 )
= (𝑘𝑘 + 1) 4𝑘𝑘 + 8𝑘𝑘 + 4 − 1
3
1
= (𝑘𝑘 + 1)(4(𝑘𝑘2 + 2𝑘𝑘 + 1) − 1)
3
1
= (𝑘𝑘 + 1)(4(𝑘𝑘 + 1)2 − 1)
5
3
Hence true for 𝑛𝑛 = 𝑘𝑘 + 1
6
P age |5
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ∈ ℕ.
Example 3
for 𝑛𝑛 ≥ 1, 𝑛𝑛 ∈ ℕ.
Solution 2
For 𝑛𝑛 = 1 LHS 2(1) −1 =
1
12(1+1)2 4
2 1
RHS 1 =
(1+1)2 4
∑ 2r2 −1 2 k2
k
Assuming that for 𝑘𝑘 ≥ 1, 𝑘𝑘 ∈ ℕ.
2 = 2
r =1 r (r +1) (k +1)
(k +1)
2
k +1
2r2 −1
We want to show that ∑ r (r +1)
2 2
=
(k +1+1)
2
r =1
Proof
𝑘𝑘+1
2𝑟𝑟2 − 1 𝑘𝑘2
∑ = 2 + (𝑘𝑘 + 1) 𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡
𝑡𝑡ℎ
𝑟𝑟2(𝑟𝑟 + 1)2 (𝑘𝑘 + 1)
𝑟𝑟=1
𝑘𝑘2 2(𝑘𝑘+1)2−1
= (𝑘𝑘+1)2 +
(𝑘𝑘+1)2(𝑘𝑘+1+1)2
𝑘𝑘2 2𝑘𝑘2+4𝑘𝑘+1
= (𝑘𝑘+1)2 +
(𝑘𝑘+1)2(𝑘𝑘+2)2
𝑘𝑘2(𝑘𝑘+2)2+2𝑘𝑘2+4𝑘𝑘+1
=
(𝑘𝑘+1)2(𝑘𝑘+2)2
𝑘𝑘4+4𝑘𝑘3+4𝑘𝑘2+2𝑘𝑘2+4𝑘𝑘+1
= (𝑘𝑘+1)2(𝑘𝑘+2)2
7
8
P age |6
𝑘𝑘4+4𝑘𝑘3+6𝑘𝑘2+4𝑘𝑘+1
=
(𝑘𝑘+1)2(𝑘𝑘+2)2
By inspection (𝑘𝑘 + 1)4 = 𝑘𝑘4 + 4𝑘𝑘3 + 6𝑘𝑘2 + 4𝑘𝑘 + 1
(k +1)
4
k +1
2r2 −1
Thus ∑
r =1 r (r +1)
2 2
=
(k +1) (k + 2)
2 2
(𝑘𝑘+1)2
= (𝑘𝑘+2)2
(𝑘𝑘+1)2
=
(𝑘𝑘+1+1)2
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ∈ ℕ.
Example 4
Solution
For 𝑛𝑛 = 1 LHS 1 x 1! = 1 x 1 = 1
RHS (1 + 1)! − 1 = 2! − 1 = 2 − 1 = 1
k +1
Proof
9
P age |7
𝑘𝑘+1
= (1 + 𝑘𝑘 + 1)(𝑘𝑘 + 1)! − 1
= (𝑘𝑘 + 2)! − 1
= (𝑘𝑘 + 1 + 1)! − 1
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ∈ ℕ.
10
P age |8
Exercise
2 for all 𝑛𝑛 ∈ ℕ
3 ∀𝑛𝑛 ∈ ℕ
7 ∀𝑛𝑛 𝜖𝜖 ℤ+
1−𝑟𝑟
10 The geometric progression 1 + 𝑟𝑟 + 𝑟𝑟2 + 𝑟𝑟3 + ⋯ + 𝑟𝑟𝑛𝑛 = , for 𝑛𝑛 ≥ 0, 𝑛𝑛 𝜖𝜖 ℤ+.
DIVISIBILLITY
Example 1
11
P age |9
Solution
METHOD 1
For 𝑛𝑛 = 1
∴ True for 𝑛𝑛 = 1
= 3(𝑀𝑀 + 𝑘𝑘 + 𝑘𝑘2 + 1)
Which is divisible by 3.
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ∈ ℕ
METHOD 2
∴ True for 𝑛𝑛 = 1
Assuming that the result is true for 𝑛𝑛 = 𝑘𝑘, 𝑖𝑖. 𝑒𝑒 assuming that
12
P a g e | 10
= 3(𝑘𝑘2 + 𝑘𝑘 + 1 + 𝑀𝑀)
Which is divisible by 3.
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ∈ ℕ
Example 2
Solution
Assuming that the result is true for 𝑛𝑛 = 𝑘𝑘, where 𝑘𝑘 ∈ ℕ ie 𝑓𝑓(𝑘𝑘) = 12𝑀𝑀 for 𝑀𝑀 ∈ ℕ
Which is divisible by 12
13
P a g e | 11
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ∈ ℕ
Exercise
1 all numbers of the form 8𝑛𝑛 − 2𝑛𝑛 are divisible by 6 for all 𝑛𝑛 ∈ ℤ+.
MATRICES
Example 1
14
P a g e | 12
Solution
For 𝑛𝑛 = 1
1
𝐴𝐴1 = 3 31 − 21 = 3 1 = 𝐴𝐴
0 21 0 2
∴ true for 𝑛𝑛 = 1.
0 2𝑘𝑘
We use this to show that the statement is also true for 𝑛𝑛 = 𝑘𝑘 + 1, i.e. to show that
Now,
= (3
𝑘𝑘 3𝑘𝑘 − 2𝑘𝑘) 3 1
0 2𝑘𝑘 0 2
= (3 . 3 3 + 2. 3 𝑘𝑘− 2. 2 )
𝑘𝑘 𝑘𝑘 𝑘𝑘 𝑘𝑘
0 2. 2
= (3 . 3 3. 3 − 2. 2 )
𝑘𝑘 𝑘𝑘 𝑘𝑘
0 2. 2𝑘𝑘
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it follows that it is true for all 𝑛𝑛 ≥ 1.
15
P a g e | 13
Example 2
1 2
A transformation is defined by the matrix 𝐌𝐌 = .
0 1
(b) Write down a suitable form for 𝐌𝐌𝑛𝑛 and use the method of proof by induction to prove it.
Solution
1 2
(a) (i) 𝟐𝟐 1 2 1 2 1 4
𝐌𝐌 = , 𝐌𝐌 = = .
0 1 0 1 0 1 0 1
(ii) 𝟑𝟑 1 4 1 2 1 6
𝐌𝐌 = = .
0 1 0 1 0 1
1 2𝑛𝑛
(b) 𝐌𝐌𝑛𝑛 = .
0 1
1 2
We want to prove that if 𝐌𝐌 = , then 𝐌𝐌𝑛𝑛 = 1 2
𝑛𝑛 where 𝑛𝑛 ∈ ℕ.
0 1 0 1
1 2
For 𝑛𝑛 = 1, 𝐌𝐌1 = which is true.
0 1
1 2𝑘𝑘
Assuming that the result holds for 𝑛𝑛 = 𝑘𝑘, ie 𝐌𝐌𝑘𝑘 =
0 1
1 2(𝑘𝑘 + 1)
We want to prove that 𝐌𝐌𝑘𝑘+1 =
0 1
1 2 1 2𝑘𝑘
=
0 1 0 1
= 1 2𝑘𝑘 + 2
0 1
= 1 2(𝑘𝑘 + 1)
0 1
16
Hence true for 𝑛𝑛 = 𝑘𝑘 + 1
17
P a g e | 14
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it follows that it is true for all 𝑛𝑛 ≥ 1.
Exercise
1 0
1 The matrices 𝐀𝐀 and B are given by 𝐀𝐀 = 1 and 𝐁𝐁 =
1 −1 2 −1
(i) Find , (𝐀𝐀𝐀𝐀)2, and (𝐀𝐀𝐀𝐀)3
1 2
2 The matrix 𝐌𝐌 is given by 𝐌𝐌 =
0 1
(i) Find 𝐌𝐌2 and 𝐌𝐌3.
1 𝑎𝑎 𝑛𝑛 𝑎𝑎𝑛𝑛+1−𝑎𝑎
3 Prove by induction that = 1 𝑎𝑎−1
0 𝑎𝑎 0 𝑎𝑎𝑛𝑛
2 1
4 Prove by induction that if 𝐌𝐌 = 𝐌𝐌𝑛𝑛 = 𝑛𝑛 + 1 𝑛𝑛
for 𝑛𝑛 ∈ ℤ+
−1 0 −𝑛𝑛 1 − 𝑛𝑛
1 2
5 Let 𝐴𝐴 = . Prove by induction that 𝑛𝑛 1 3𝑛𝑛 − 1 for 𝑛𝑛 = 1, 2, …
𝐴𝐴 =
0 3 𝑛𝑛
0 3
6 Prove by induction that 5 8 𝑛𝑛 1 + 4𝑛𝑛 8𝑛𝑛 for
=
−2𝑛𝑛 1 − 4𝑛𝑛 𝑛𝑛 ≥ 1
−2 −3
𝑛𝑛
2 1 2𝑛𝑛 − 1
7 If 𝐴𝐴 = , prove that 𝐴𝐴𝑛𝑛 = 2
0 1 0 1
18
19
P a g e | 15
1 0 0
8 Given that 𝐀𝐀 = 0 2 1 , use matrix multiplication to find
0 0 1
1 0 0
(c) Prove by induction that 𝐀𝐀𝑛𝑛 = 0 2𝑛𝑛 − 1 for 𝑛𝑛 ≥ 1.
0 0 1
cos 𝜃𝜃 − sin 𝜃𝜃
9 Given the matrix A= , show by induction that
sin 𝜃𝜃 cos 𝜃𝜃
1 1 1 1 𝑛𝑛 1 𝑛𝑛(𝑛𝑛 + 1)
10 Prove by induction that 0 1 1 = 0 1 𝑛𝑛 for every positive
0 0 1 0 0 1
integer 𝑛𝑛.
DERIVATIVES
Example 1
Solution
For 𝑛𝑛 = 1
20
P a g e | 16
𝑑𝑑𝑘𝑘
(𝑥𝑥𝑥𝑥2𝑥𝑥) = 2𝑘𝑘−1(2𝑥𝑥 + 𝑘𝑘)𝑒𝑒2𝑥𝑥
𝑑𝑑𝑑𝑑𝑘𝑘
𝑑𝑑𝑘𝑘+1
(𝑥𝑥𝑥𝑥2𝑥𝑥) = 2𝑘𝑘+1−1(2𝑥𝑥 + 𝑘𝑘 + 1)𝑒𝑒2𝑥𝑥
𝑑𝑑𝑑𝑑𝑘𝑘+1
Now,
𝑑𝑑𝑘𝑘+1 𝑑𝑑 𝑑𝑑𝑘𝑘
(𝑥𝑥𝑥𝑥 2𝑥𝑥) = . (𝑥𝑥𝑥𝑥2𝑥𝑥)
𝑑𝑑𝑑𝑑𝑘𝑘+1 𝑑𝑑𝑑𝑑 𝑑𝑑𝑑𝑑𝑘𝑘
𝑑𝑑
= 2𝑘𝑘−1(2𝑥𝑥 + 𝑘𝑘)𝑒𝑒2𝑥𝑥
𝑑𝑑𝑑𝑑
𝑑𝑑
= 2𝑘𝑘−1 (2𝑥𝑥 + 𝑘𝑘)𝑒𝑒2𝑥𝑥
𝑑𝑑𝑑𝑑
= 2𝑘𝑘−1. 2𝑒𝑒2𝑥𝑥(2𝑥𝑥 + 𝑘𝑘 + 1)
= 2𝑘𝑘+1−1(2𝑥𝑥 + 𝑘𝑘 + 1)𝑒𝑒2𝑥𝑥
Since the result is true for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it follows that it is true for every
integer 𝑛𝑛 ≥ 1.
21
P a g e | 17
Example 1
1
The function 𝑓𝑓(𝑥𝑥) is defined by 𝑓𝑓(𝑥𝑥) = 2 − , 𝑥𝑥 ∈ ℝ, 𝑥𝑥 ≠ 0.
(𝑛𝑛+1)𝑥𝑥−𝑛𝑛
(a) Prove by induction that 𝑓𝑓𝑛𝑛(𝑥𝑥) = , 𝑛𝑛 ≥ 1
Solution
(1+1)𝑥𝑥−1 2𝑥𝑥−1 1
(a) 𝑓𝑓1(𝑥𝑥) = = = 2 − = 𝑓𝑓(𝑥𝑥)
1𝑥𝑥−(1−1) 𝑥𝑥 𝑥𝑥
(𝑘𝑘+1)𝑥𝑥−𝑘𝑘
𝑓𝑓𝑘𝑘(𝑥𝑥) = .
𝑘𝑘𝑘𝑘−(𝑘𝑘−1)
(𝑘𝑘+1+1)𝑥𝑥−(𝑘𝑘+1)
𝑓𝑓𝑘𝑘+1(𝑥𝑥) = .
(𝑘𝑘+1)𝑥𝑥−(𝑘𝑘+1−1)
Proof
= 𝑓𝑓 𝑓𝑓𝑘𝑘(𝑥𝑥)
(𝑘𝑘+1)𝑥𝑥−𝑘𝑘
= 𝑓𝑓 by assumption
𝑘𝑘𝑘𝑘−(𝑘𝑘−1)
1
=2−
(𝑘𝑘+1)𝑥𝑥−𝑘𝑘
𝑘𝑘𝑘𝑘−(𝑘𝑘−1)
22
P a g e | 18
𝑘𝑘𝑘𝑘−(𝑘𝑘−1)
=2−
(𝑘𝑘+1)𝑥𝑥−𝑘𝑘
2[(𝑘𝑘+1)𝑥𝑥−𝑘𝑘]−[𝑘𝑘𝑘𝑘−(𝑘𝑘−1)]
=
(𝑘𝑘+1)𝑥𝑥−𝑘𝑘
2𝑘𝑘𝑘𝑘+2𝑥𝑥−2𝑘𝑘−𝑘𝑘𝑘𝑘+𝑘𝑘−1
= (𝑘𝑘+1)𝑥𝑥−𝑘𝑘
2𝑘𝑘𝑘𝑘−𝑘𝑘𝑘𝑘+2𝑥𝑥−2𝑘𝑘+𝑘𝑘−1
= (𝑘𝑘+1)𝑥𝑥−𝑘𝑘
𝑘𝑘𝑘𝑘+2𝑥𝑥−𝑘𝑘−1
=
(𝑘𝑘+1)𝑥𝑥−𝑘𝑘
(𝑘𝑘+2)𝑥𝑥−(𝑘𝑘+1)
=
(𝑘𝑘+1)𝑥𝑥−𝑘𝑘
(𝑘𝑘+1+1)𝑥𝑥−(𝑘𝑘+1)
= (𝑘𝑘+1)𝑥𝑥−(𝑘𝑘+1−1)
Since the result holds for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ≥ 1.
𝑛𝑛−1
(b) 𝑥𝑥 ≠
𝑛𝑛
Example 2
1
3
()
Solution
For 𝑛𝑛 = 1:
𝑑𝑑
LHS (𝑒𝑒𝑥𝑥 sin(√3𝑥𝑥)) = √3𝑒𝑒𝑥𝑥 cos(√3𝑥𝑥) + 𝑒𝑒𝑥𝑥 sin(√3𝑥𝑥)
𝑑𝑑𝑑𝑑
= 𝑒𝑒𝑥𝑥(√3 cos(√3𝑥𝑥) + sin(√3𝑥𝑥))
23
P a g e | 19
𝜋𝜋 𝜋𝜋 𝜋𝜋
RHS: 2𝑒𝑒𝑥𝑥 sin √3𝑥𝑥 + = 2𝑒𝑒𝑥𝑥 [sin(√3𝑥𝑥) cos + cos(√3𝑥𝑥) sin ]
3 3 3
1
= 2𝑒𝑒𝑥𝑥 [ sin(√3𝑥𝑥) + √3 cos(√3𝑥𝑥)]
2 2
= 𝑒𝑒𝑥𝑥[sin(√3𝑥𝑥) + √3cos(√3𝑥𝑥)]
= 𝑒𝑒𝑥𝑥[√3cos(√3𝑥𝑥) + sin(√3𝑥𝑥)]
LHS = RHS, hence true for 𝑛𝑛 = 1
𝑑𝑑𝑘𝑘+1 1
(𝑒𝑒𝑥𝑥 sin(√3𝑥𝑥)) = 2𝑘𝑘+1𝑒𝑒𝑥𝑥 sin (√3𝑥𝑥 + (𝑘𝑘 + 1)𝜋𝜋)
𝑑𝑑𝑑𝑑𝑘𝑘+1 3
Proof
𝑑𝑑𝑘𝑘+1 𝑑𝑑 𝑑𝑑𝑘𝑘
(𝑒𝑒𝑥𝑥 sin(√3𝑥𝑥)) = (𝑒𝑒𝑥𝑥 sin(√3𝑥𝑥))
𝑑𝑑𝑑𝑑𝑘𝑘+1 𝑑𝑑𝑑𝑑 𝑑𝑑𝑑𝑑𝑘𝑘
𝑑𝑑
= 2𝑘𝑘𝑒𝑒𝑥𝑥 sin √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 by assumption
𝑑𝑑𝑑𝑑 3
𝑑𝑑
= 2𝑘𝑘 𝑒𝑒𝑥𝑥 sin √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘
𝑑𝑑𝑑𝑑 3
1
= 2𝑘𝑘 [𝑒𝑒𝑥𝑥 sin √3𝑥𝑥 + 𝑘𝑘𝑘𝑘 + √3𝑒𝑒𝑥𝑥 cos √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 ]
3 3
1
= 2𝑘𝑘𝑒𝑒𝑥𝑥 [sin √3𝑥𝑥 + 𝑘𝑘𝑘𝑘 + √3 cos √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 ]
3 3
𝑥𝑥 1
= 2𝑘𝑘𝑒𝑒 . 2 [ sin √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 + √3 cos √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 ]
2 3 2 3
𝜋𝜋 𝜋𝜋
= 2𝑘𝑘+1𝑒𝑒𝑥𝑥 [cos sin √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 + sin cos √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 ]
3 3 3 3
24
𝜋𝜋
= 2𝑘𝑘+1𝑒𝑒𝑥𝑥 [sin ( + √3𝑥𝑥 + 1 𝑘𝑘𝑘𝑘 )]
3 3
𝜋𝜋 1
= 2𝑘𝑘+1𝑒𝑒𝑥𝑥 [sin √3𝑥𝑥 + + 𝑘𝑘𝑘𝑘 ]
3 3
25
P a g e | 20
𝑘𝑘𝑘𝑘+𝜋𝜋
= 2𝑘𝑘+1𝑒𝑒𝑥𝑥 [sin √3𝑥𝑥 + ]
3
1
= 2𝑘𝑘+1𝑒𝑒𝑥𝑥 sin √3𝑥𝑥 + (𝑘𝑘 + 1)𝜋𝜋
3
Since the result holds for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ≥ 1.
Example 3
Solution
For 𝑛𝑛 = 1
LHS: 1 × 1! = 1
RHS: (1 + 1)! − 1 = 2! − 1 = 2 − 1 = 1
Proof
26
P a g e | 21
= (𝑘𝑘 + 1 + 1)! − 1
Which is true for 𝑛𝑛 = 𝑘𝑘 + 1
Since the result holds for 𝑛𝑛 = 1, 𝑛𝑛 = 𝑘𝑘 and 𝑛𝑛 = 𝑘𝑘 + 1, it should be true for all 𝑛𝑛 ≥ 1
Exercise
1 Prove by Mathematical induction that if 𝑦𝑦 = 𝑥𝑥𝑥𝑥𝑥𝑥 then 𝑑𝑑 𝑦𝑦 = (𝑥𝑥 + 𝑛𝑛)𝑒𝑒𝑥𝑥, ∀𝑛𝑛 𝜖𝜖 ℤ+.
2 If 𝑦𝑦 = 𝑥𝑥𝑥𝑥𝑥𝑥 find
(i)
(ii)
(iii)
∞
3 For any integer 𝑛𝑛 ≥ 0 we have 𝑥𝑥𝑛𝑛𝑒𝑒−𝑥𝑥𝑑𝑑𝑑𝑑 = 𝑛𝑛!
𝑑𝑑
4 Prove the proposition 𝑃𝑃(𝑛𝑛): sin 𝑥𝑥 = (−1)𝑛𝑛 sin 𝑥𝑥
𝑑𝑑 𝑦𝑦 𝑑𝑑 𝑦𝑦
Prove by induction that a (𝑥𝑥 + 3) + (𝑛𝑛 + 1) =0
27
P a g e | 22
Miscellaneous Questions
2 . Prove by induction that, for 𝑛𝑛 ≥ 1,
1 The matrix 𝐌𝐌 is given by 𝐌𝐌 =
𝑛𝑛 𝑛𝑛+1 0 1
𝐌𝐌𝑛𝑛 = 2 2 −2 .
0 1
n
n 2
3 ∑(2r −1)(2r + 3) =
r =1 3
(4n +12n −1) for all positive integer value of 𝑛𝑛.
4 Prove by induction that 2𝑛𝑛 > 2𝑛𝑛 for every positive integer 𝑛𝑛 > 2.
6 Prove by induction that (cos 𝜃𝜃 + 𝑖𝑖 sin 𝜃𝜃)𝑛𝑛 = cos 𝑛𝑛𝑛𝑛 + 𝑖𝑖 sin 𝑛𝑛𝑛𝑛, for 𝑛𝑛 ≥ 1.
n
7 Prove by induction that ∑r (2r−1 ) = 1+ (n −1) 2n for all positive integral values of 𝑛𝑛.
r =1
(Zimsec N2011)
8 The 𝑛𝑛𝑡𝑡ℎ term of a sequence is given by 𝑈𝑈𝑛𝑛 = 𝑛𝑛(2𝑛𝑛 + 1), for 𝑛𝑛 ≥ 1. The sum of the first 𝑛𝑛
terms is denoted by 𝑆𝑆𝑛𝑛. Use the method of mathematical induction to prove that
1
𝑆𝑆𝑛𝑛 = 𝑛𝑛(𝑛𝑛 + 1)(4𝑛𝑛 + 5).
6
n n
(r + 3)(2r +1) = (4n2 + 27n + 41) . [7]
9 Prove by mathematical induction that ∑=r 1 6
(Zimsec J2012)
1
10 Prove that 1 + 8 + 27 + 64 + ⋯ + 𝑛𝑛3 = 𝑛𝑛2(𝑛𝑛 + 1)2 for 𝑛𝑛 ∈ ℕ
4
𝑑𝑑𝑛𝑛 𝑛𝑛
𝑛𝑛
(sin 3𝑥𝑥) = (−1)2 x 3 x sin 3𝑥𝑥
𝑑𝑑𝑑𝑑𝑛𝑛
3 1
13 The matrix 𝐃𝐃 is given by 𝐃𝐃 = . Prove by induction that, for 𝑛𝑛 ≥ 1,
1 1
3𝑛𝑛 (3𝑛𝑛 − 1) 0
𝐃𝐃𝑛𝑛 = 2 .
28
0 1
________________________________________________________________________________
“The distance doesn’t matter, it is only the first step that is difficult”
29
P a g e | 23
15 Prove by Mathematical induction that every term of the sequence 𝑎𝑎𝑛𝑛 = 12𝑛𝑛+1 + 2x5𝑛𝑛 is
a multiple of 7 for 𝑛𝑛 ∈ ℕ
𝑢𝑢𝑛𝑛
16 The sequence 𝑢𝑢 , 𝑢𝑢 , 𝑢𝑢 , … is given by 𝑢𝑢 = 2 and 𝑢𝑢 = for 𝑛𝑛 ≥ 1.
2
(i) Find 𝑢𝑢 and 𝑢𝑢 , and show that 𝑢𝑢 = .
30